Quantcast
Channel: help - Forum - FlexGet
Viewing all 837 articles
Browse latest View live

Deluge-client version problem

$
0
0

Hi
I’m trying to get deluge+flexget running on my Ubuntu 18 machine and repeatedly get an error message that my deluge-client version shall be >= 1.5, but it is 1.8.x
My knowledge in Ubuntu is very minimal. . .
Need some help here. Thanks, Yoram

yoram@SIMBA:~$ pip install deluge-client
Collecting deluge-client
  Using cached https://files.pythonhosted.org/packages/3e/50/290a6c0ea9ebb5cb93423c8c652c1b5a7e21d541bfe798881a571d6a031c/deluge_client-1.8.0-py2.py3-none-any.whl
Installing collected packages: deluge-client
Successfully installed deluge-client-1.8.0
yoram@SIMBA:~$
yoram@SIMBA:~$ sudo -H -u deluge flexget execute
[sudo] password for yoram:
2020-04-22 21:51:31 VERBOSE  task_queue                    There are 1 tasks to execute. Shutdown will commence when they have completed.
2020-04-22 21:51:31 CRITICAL task          EZRSS           deluge-client >=1.5 is required. `pip install deluge-client` to install.
2020-04-22 21:51:31 WARNING  task          EZRSS           Aborting task (plugin: deluge)

1 post - 1 participant

Read full topic


Flexget fails after updating to V3

$
0
0

Previously was on 2.21.35. Decided up update to V3 today, 3.1.51. Running Ubuntu 19.10

Now when I try to execute or do anything with Flexget I receive the following errors

flexget execute
There is a FlexGet process already running for this config, sending execution there.
Traceback (most recent call last):
  File "/home/user/.local/bin/flexget", line 10, in <module>
    sys.exit(main())
  File "/home/user/.local/lib/python3.7/site-packages/flexget/__init__.py", line 41, in main
    manager.start()
  File "/home/user/.local/lib/python3.7/site-packages/flexget/manager.py", line 350, in start
    client = IPCClient(ipc_info['port'], ipc_info['password'])
  File "/home/user/.local/lib/python3.7/site-packages/flexget/ipc.py", line 192, in __init__
    channel, service=ClientService, config={'sync_request_timeout': None}
  File "/home/user/.local/lib/python3.7/site-packages/rpyc/utils/factory.py", line 44, in connect_channel
    return service._connect(channel, config)
  File "/home/user/.local/lib/python3.7/site-packages/rpyc/core/service.py", line 100, in _connect
    self.on_connect(conn)
  File "/home/user/.local/lib/python3.7/site-packages/flexget/ipc.py", line 115, in on_connect
    daemon_version = self._conn.root.version()
TypeError: 'b'instancemethod'' object is not callable

Any ideas? I’m lost here

Edit: Running “flexget --test execute” runs normally. I tried removing the database, but still the same errors

2 posts - 1 participant

Read full topic

Is it possible to accept duplicate titles for "inputs"

$
0
0

https://flexget.com/Plugins/inputs

Inputs
If entries with duplicate titles or urls are found, only the first one seen will be added to the task.Blockquote

My config

- inputs:
  - html: http://a.com/a.html
  - html: http://b.com/b.html
  - html: http://c.com/c.html

The item

<a href="https://drive.google.com/uc?id=XXXX">Download</a>

There is an item titled “Download” but have different url in all urls.
But only the item in a.html can be discovered.

I have tried the manipulate plugin, but no luck.
it seems that inputs have higher priority and reject the second one before pass to manipulate.

I have also tried title_from, but the title are still same from all urls

- html
     - title_from: XXX

Is it possible to disable something to let inputs accept same title?

2 posts - 2 participants

Read full topic

No connection adapters were found for magnet

$
0
0

Hello,
I’m trying to use FlexGet with the RSS generated by Jackett but I keep getting the same error:

Network error during request: No connection adapters were found for 'magnet:url'

It seems like FlexGet follows the torrent url given by Jackett but does not seem to understand that it’s a magnet url and should be sent to the torrent client (in my case qBittorrent).

Is there anyway I can force FlexGet to treat the final url given by Jackett as a magnet url?

2 posts - 2 participants

Read full topic

Torrent automation with transmission and flexget is not working

$
0
0

I’m trying to automate torrent downloads using flexget. This the guide I used for the task.

https://flexget.com/Cookbook/Series/SeriesTransmissionshowRSS

Even though there is no error in the script I used, (both “flexget check” and “flexget --test execute” generates no error) I can’t see any torrent in my transmission web UI when I start the program using “/usr/local/bin/flexget daemon start -d”.

I’m not a programmer or tech expert. So I might have done some silly mistakes.

I’m using a Raspberry Pi 3B for this.

The script I used is as follows.

tasks:
download-rss:
rss: http://showrss.info/user/240554.rss?magnets=true&namespaces=true&name=null&quality=null&re=null
all_series: yes
transmission:
host: localhost
port: 9091
username:
password:

sort-files:
filesystem:
path: /media/pi/HD-LCU3/Torrent/Downloads
regexp: ‘.*.(avi|mkv|mp4)$’
accept_all: yes
seen: local
thetvdb_lookup: yes
all_series:
parse_only: yes
series:
- Adventure Time
move:
to: /media/pi/HD-LCU3/TV/{{ tvdb_series_name }}
rename: ‘{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}’

My SHowrss feed is as follows.

Pls help me.

1 post - 1 participant

Read full topic

Help Flexget Config exist episodes

$
0
0

Hey Guys,

my Config.yml:


templates:

##### Series config
#
  series:
    thetvdb_lookup: yes
    include: series.yml


##### Series metainfo mainly for move and update tasks
#
  series-metainfo:
    metainfo_series: yes
    thetvdb_lookup: yes

##### Guessit parsing for some series tasks and anime, not applied to all tasks because it used to cause issues with some series
#
  series-guessit:
    parsing:
      series: guessit

##### Disable builtins for some tasks
#
  disable-seen-retry:
    disable:
      - seen
      - seen_info_hash
      - retry_failed

tasks:

########## SERIES ##########

##### Populates the series database with the files on the library, to avoid duplicate downloads
#
  populate-series-db:
    priority: 1
    template:
      - series-metainfo
    seen: local
    filesystem:
      path: "series/"
      recursive: yes
      retrieve: files
      regexp: '.*\.(avi|mkv|mp4)$'
    accept_all: yes
    configure_series:
      from:
        filesystem:
          path: "series/"
          retrieve: dirs
      settings:
        tracking: no

  download-series-rss:
    priority: 7
    template:
      - series
    inputs:
      - rss: file:///Users/j4n/.flexget/rss.xml

series.yml:

series:
  - Absentia:
      identified_by: ep

i tried to download series and want that files that are on my disk are skipped. but i dont know what im doing wrong. In populate-series-db i recognize that he found E01 and E02.

populate-series-db:


2020-05-11 20:31:00 VERBOSE  filesystem    populate-series-db Starting to scan folders.
2020-05-11 20:31:00 VERBOSE  filesystem    populate-series-db Scanning folder series/. Recursion is set to False.
2020-05-11 20:31:00 VERBOSE  filesystem    populate-series-db Starting to scan folders.
2020-05-11 20:31:00 VERBOSE  filesystem    populate-series-db Scanning folder series/. Recursion is set to True.
2020-05-11 20:31:00 VERBOSE  details       populate-series-db Produced 2 entries.
2020-05-11 20:31:00 VERBOSE  task          populate-series-db ACCEPTED: `Absentia (2017) - S02E01 - Casualties` by accept_all plugin
2020-05-11 20:31:00 VERBOSE  task          populate-series-db ACCEPTED: `Absentia (2017) - S02E02 - Madness` by accept_all plugin
2020-05-11 20:31:00 INFO     series.db     populate-series-db identified_by has locked in to type `ep` for Absentia (2017)
2020-05-11 20:31:00 VERBOSE  details       populate-series-db Summary - Accepted: 2 (Rejected: 0 Undecided: 0 Failed: 0)

but if i started the download-series-rss he does not skip e01 and e02


2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E01.Emily.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E02.Die.Zeugin.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E03.Die.Emily.Show.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E04.Visionen.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E05.Auf.der.Flucht.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E06.Jacks.Geheimnis.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E07.Das.Experiment.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E08.Wer.ist.B.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E09.Der.Tunnel.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match
2020-05-11 20:33:20 VERBOSE  task          download-series-rss ACCEPTED: `Absentia.S01E10.Spaete.Rache.German.DL.720p.WebHD.x264-FKKTV` by series plugin because choosing first acceptable match

can anybody help me to fix this? thank you :wink:

1 post - 1 participant

Read full topic

Error: (Caused by SSLError(SSLError(1, '[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)')))

$
0
0

Hello.

I’ve been trying to install flexget script to new system (and I think new python version too) and it’s not working:

2020-05-14 21:54:11 CRITICAL plugin previous_years_all task Unable to download the RSS for task previous_years_all task (http://www.xxx.xxx/site: HTTPSConnectionPool(host=‘www.xxx.xxx’, port=443): Max retries exceeded with url: /site (Caused by SSLError(SSLError(1, ‘[SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:1108)’)))

This is config.yml excerpt:
tasks:
previous_years_all task:
rss: http://xxx.xxx/site
accept_all: yes
download: /home/xxx/load_torrents/

Anyone help me solve this?

1 post - 1 participant

Read full topic

Best_quality only accepts/do not reject one entry from entry_list

$
0
0

I’m trying to download movies from an entry_list, using best_quality with imdb_id as identifier, but it’s rejecting ALL movies, except the one with the best quality among all, not just among those with the same imdb_id.

Example:

Movie1.1080p.Bluray.mkv
Movie1.1080p.WEB-DL.mkv
Movie1.720p.Bluray.mkv
Movie2.1080p.Bluray.mkv
Movie2.1080p.WEB-DL.mkv
Movie2.720p.Bluray.mkv
Movie3.2160p.4k.Bluray.mkv
Movie3.1080p.WEB-DL.mkv
Movie3.720p.Bluray.mkv

In this scenario, the task would only download Movie3.2160p.4k.Bluray.mkv, even though it doesn’t have the same identifier (imdb_id) of the other movies. Is this expected? What should i do?

1 post - 1 participant

Read full topic


Parser Not Running

$
0
0

I have a task that I don’t know the reason, but I keep getting errors in quality plugin with “quality plugin because entry doesn’t have a quality”. The reason is that my entries don’t get checked by the parser, and don’t get the quality.

This is my task:

best_quality:
  identified_by: auto
  on_best: do_nothing
  on_lower: reject
content_size:
  max: 20000
  min: 3000
  strict: false
disable:
  - remember_rejected
  - seen
  - retry_failed
  - seen_info_hash
discover:
  from:
    - torznab:
        apikey: xxxxxxx
        categories:
          - 2080
          - 2040
        searcher: movie
        website: http://jackett:9117/api/v2.0/indexers/site1/results/torznab/
    - torznab:
        apikey: xxxxxxx
        categories:
          - 2080
          - 2040
        searcher: movie
        website: http://jackett:9117/api/v2.0/indexers/site2/results/torznab/
    - torznab:
        apikey: xxxxxxx
        categories:
          - 2080
          - 2040
        searcher: movie
        website: http://jackett:9117/api/v2.0/indexers/site3/results/torznab/
  interval: 5 hours
  what:
    - movie_list: moviessh
if:
  - movie_year is number == false: reject
imdb_lookup: true
list_match:
  action: accept
  from:
    - movie_list: moviessh
  remove_on_match: true
  single_match: true
magnets: false
no_entries_ok: true
pathscrub: windows
priority: 800
quality: 1080p bluray|webdl h264+
regexp:
  reject:
    - (s|d)ub(s|bed)?\b:
        from: title
    - \btrailer\b:
        from: title
    - (\s|\.|\-|\_)(3D|3d)(\s|\.|\-|\_)\b:
        from: title
    - torrentbytes:
        from: url
    - (s|d)ub(s|bed)?\b:
        from: title
    - \btrailer\b:
        from: title
    - (\s|\.|\-|\_)(3D|3d)(\s|\.|\-|\_)\b:
        from: title
require_field:
  - imdb_id
  - movie_name
  - movie_year
set:
  content_filename: '{{ system_path_media_file_mask }}'
  isystem_path_media_file_mask: '{{movie_name|pathscrub}} ({{movie_year}})'
  isystem_path_media_path: movies
  path: /mnt/downtemp/downloaded//{{ system_path_media_path }}/
  system_path_media_file_mask: '{{ isystem_path_media_file_mask | pathscrub("windows") }}'
  system_path_media_path: '{{ isystem_path_media_path | pathscrub("windows") }}'
thetvdb_lookup: true
tmdb_lookup: true
torrent_alive: true
trakt_lookup: true
transmission:
  host: transmission.myhome
tvmaze_lookup: true
verify_ssl_certificates: false

Can any one help me see the reason the parser is not getting the quality? I tried also with guessit, and I have the same problem.

The Log https://pastebin.com/h05i67Wm

Thank You

1 post - 1 participant

Read full topic

Jackett (torznab ) manual search

$
0
0

Hi,

im very new to flexget, so pls have mercy with me :wink:
i want to manually search jackett (torznab) with flexget

something like:

flexget inject “MOVIE YEAR REMUX -GROUP”

i tried the torznab examples config

torznab:
website: jackett_torznab_feed
apikey: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
searcher: search

$ flexget check
Could not start manager: Did not pass schema validation.

like i said im new to flexget, i hope someone can point me in the right direction
thx

1 post - 1 participant

Read full topic

Flexget stops after only testing for quality on 1 file out of the list

$
0
0

Hello,

Flexget seems to stop after it tests only 1 of the files in the list of TV shows provided. Even tough the other files would fit the quality, after the first non-match it just stops processing.

Here’s my config file:

templates:
  # This is just in a template so that it can easily be re-used in multiple tasks 
  # (for example in an rss based and discover based task)
  # If you only have one task using your series config, you can place
  # the configure_series plugin directly in that task rather than in a template
  tv:
    configure_series:
      settings:
        # Configure all the series options to your taste
        target: 1080p
        upgrade: yes
        quality: 720p+ hdtv+
        propers: 24 hours
        season_packs: yes
      from:
        trakt_list:
          username: HIDDEN
          account: HIDDEN
          list: FlexGet
          type: shows
    sort_by:
      field: quality
      reverse: yes
  
tasks:
  # This task will look for episodes you have added to your `My TV Shows` list at trakt.
  # It will set the `begin` series option for that show, then remove the episode and re-add 
  # it to your `My TV Shows` list as a show.
  follow-from-trakt:
    seen: local
    trakt_list:
      username: HIDDEN
      account: HIDDEN
      list: FlexGet
      type: episodes
    accept_all: yes
    set_series_begin: yes
    list_remove:
      - trakt_list:
          username: HIDDEN
          account: HIDDEN
          list: FlexGet
          type: episodes
    list_add:
      - trakt_list:
          username: HIDDEN
          account: HIDDEN
          list: FlexGet
          type: shows

  # This task is what will actually download your shows.
  # See https://flexget.com/wiki/Cookbook/Series/Search 
  # for a more detailed explanation of how this search based task works,
  # as well as an example of how to use your `tv` template on an rss
  # based task alongside.
  discover-shows:
    # If this is your only task getting shows, you can just include 
    # the configure_series plugin here instead of using the template.
    template: tv
    discover:
      what:
        - next_series_episodes:
            from_start: yes
      from:
        - iptorrents: 
            rss_key: HIDDEN
            uid: HIDDEN
            password: HIDDEN
            category: 
              - 65 # tv/packs
              - 23 # tv/BD
              - 99 # TV/x265
              - 22 # TV/Web-DL
              - 5 # TV/x264
        # Pick a search plugin(s) https://flexget.com/wiki/Searches
    download: ~/Downloads/Flexbot_DL/
    # Add an appropriate output plugin here 
    # (perhaps `transmission` or `deluge` if you are using those clients.) 
    # https://flexget.com/wiki/Plugins#Output

# If you are using daemon mode, make sure you schedule the tasks in the right order, so
# that the begin episode gets set before it tries to download your shows
schedules:
  - tasks: [follow-from-trakt, discover-shows]
    interval:
      minutes: 30

And here is the logs:

2020-06-04 11:51:46 VERBOSE  ipc                           Running command `execute --discover-now` for client.
2020-06-04 11:51:46 DEBUG    cron_env                      Encoding utf-8 stored
2020-06-04 11:51:46 DEBUG    util.simple_persistence                 setting key terminal_encoding value 'utf-8'
2020-06-04 11:51:46 DEBUG    task          follow-from-trakt executing follow-from-trakt
2020-06-04 11:51:46 DEBUG    input_cache   follow-from-trakt cache name: trakt_list_f2b740ad65ee97c92f48ecd282aa5a75 (has: trakt_list_f2b740ad65ee97c92f48ecd282aa5a75, trakt_list_e1ae41c8a7e078e07b486b31d685eea9)
2020-06-04 11:51:46 VERBOSE  input_cache   follow-from-trakt Restored entries from cache
2020-06-04 11:51:46 DEBUG    backlog       follow-from-trakt 0 entries purged from backlog
2020-06-04 11:51:46 VERBOSE  details       follow-from-trakt Produced 1 entries.
2020-06-04 11:51:46 DEBUG    seen          follow-from-trakt Rejecting 'https://trakt.tv/shows/ballers/seasons/2/episodes/1' 'Ballers (2015) S02E01 Face of the Franchise' because of seen 'Ballers (2015) S02E01 Face of the Franchise'
2020-06-04 11:51:46 VERBOSE  task          follow-from-trakt REJECTED: `Ballers (2015) S02E01 Face of the Franchise` by seen plugin because entry with title `Ballers (2015) S02E01 Face of the Franchise` is already marked seen in the task follow-from-trakt at 2020-06-04 11:18
2020-06-04 11:51:46 DEBUG    urlrewriter   follow-from-trakt Checking 0 entries
2020-06-04 11:51:46 VERBOSE  details       follow-from-trakt Summary - Accepted: 0 (Rejected: 1 Undecided: 0 Failed: 0)
2020-06-04 11:51:46 DEBUG    list_remove   follow-from-trakt no accepted entries, nothing to remove
2020-06-04 11:51:46 DEBUG    list_add      follow-from-trakt no accepted entries, nothing to add
2020-06-04 11:51:46 DEBUG    util.simple_persistence follow-from-trakt Flushing simple persistence for task follow-from-trakt to db.
2020-06-04 11:51:46 DEBUG    util.simple_persistence follow-from-trakt Flushing simple persistence for task None to db.
2020-06-04 11:51:46 DEBUG    task          discover-shows  executing discover-shows
2020-06-04 11:51:46 DEBUG    template      discover-shows  Merging template tv into task discover-shows
2020-06-04 11:51:46 DEBUG    input_cache   discover-shows  cache name: trakt_list_e1ae41c8a7e078e07b486b31d685eea9 (has: trakt_list_f2b740ad65ee97c92f48ecd282aa5a75, trakt_list_e1ae41c8a7e078e07b486b31d685eea9)
2020-06-04 11:51:46 VERBOSE  input_cache   discover-shows  Restored entries from cache
2020-06-04 11:51:46 DEBUG    series        discover-shows  connecting series `Ballers (2015)` to task `discover-shows`
2020-06-04 11:51:46 DEBUG    remember_rej  discover-shows  Task config has changed since last run, purging remembered entries.
2020-06-04 11:51:46 DEBUG    series.db     discover-shows  no episodes found for series `Ballers (2015)` with parameters season: None, downloaded: True
2020-06-04 11:51:46 DEBUG    series.db     discover-shows  no season packs found for series `Ballers (2015)` with parameters season: None, downloaded: True
2020-06-04 11:51:46 DEBUG    series.db     discover-shows  no episodes found for series `Ballers (2015)` with parameters season: 2, downloaded: True
2020-06-04 11:51:46 DEBUG    series.db     discover-shows  no season packs found for series `Ballers (2015)` with parameters season: 2, downloaded: True
2020-06-04 11:51:46 DEBUG    next_series_episodes discover-shows  backfill is not enabled; skipping older seasons
2020-06-04 11:51:46 VERBOSE  discover      discover-shows  Discovering 1 titles ...
2020-06-04 11:51:46 INFO     discover      discover-shows  Ignoring interval because of --discover-now
2020-06-04 11:51:46 DEBUG    est_released  discover-shows  Ballers (2015) S02E01
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  Searching api_tvmaze for episode
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  show_name: Ballers
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  show_year: 2015
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  series_season: 2
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  series_episode: 1
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  series_name: Ballers (2015)
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  returning search params for series lookup: {'tvmaze_id': None, 'tvdb_id': None, 'tvrage_id': None, 'name': 'Ballers (2015)'}
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  searching db tvmaze_series for the values [('tvmaze_id', None), ('tvdb_id', None), ('tvrage_id', None), ('name', 'Ballers (2015)')]
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  did not find exact match for series Ballers (2015) in cache, looking in search table
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  searching lookup table using title Ballers (2015)
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  found series Ballers from search table
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  returning series Ballers from cache
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  searching for episode of show Ballers in cache
2020-06-04 11:51:46 DEBUG    api_tvmaze    discover-shows  found episode id 730401, number 1, season 2 for show Ballers in cache
2020-06-04 11:51:46 DEBUG    est_series_tvmaze discover-shows  received air-date: 2016-07-17 00:00:00
2020-06-04 11:51:46 DEBUG    discover      discover-shows  Ballers (2015) S02E01 has been released at 2016-07-17 00:00:00
2020-06-04 11:51:46 VERBOSE  discover      discover-shows  Searching for `Ballers (2015) S02E01` with plugin `iptorrents` (1 of 1)
2020-06-04 11:51:46 DEBUG    iptorrents    discover-shows  searching with url: https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+%282015%29+S02E01&qf=
2020-06-04 11:51:46 DEBUG    utils.requests discover-shows  GETing URL https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+%282015%29+S02E01&qf= with args () and kwargs HIDDEN
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  Found entry <Entry(title=Ballers 2015 S02E01 720p BluRay x264-DEMAND,state=undecided)>
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  Found entry <Entry(title=Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta,state=undecided)>
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  Found entry <Entry(title=Ballers 2015 S02E01 720p HDTV x264-AVS,state=undecided)>
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  searching with url: https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+%282015%29+2x01&qf=
2020-06-04 11:51:47 DEBUG    utils.requests discover-shows  GETing URL https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+%282015%29+2x01&qf= with args () and kwargs HIDDEN
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  No results found for search Ballers (2015) 2x01
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  searching with url: https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+S02E01&qf=
2020-06-04 11:51:47 DEBUG    utils.requests discover-shows  GETing URL https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+S02E01&qf= with args () and kwargs HIDDEN
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  Found entry <Entry(title=Ballers 2015 S02E01 720p BluRay x264-DEMAND,state=undecided)>
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  Found entry <Entry(title=Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta,state=undecided)>
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  Found entry <Entry(title=Ballers 2015 S02E01 720p HDTV x264-AVS,state=undecided)>
2020-06-04 11:51:47 DEBUG    iptorrents    discover-shows  searching with url: https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+2x01&qf=
2020-06-04 11:51:47 DEBUG    utils.requests discover-shows  GETing URL https://iptorrents.com/t?65=&23=&99=&22=&5=&q=Ballers+2x01&qf= with args () and kwargs HIDDEN
2020-06-04 11:51:48 DEBUG    iptorrents    discover-shows  No results found for search Ballers 2x01
2020-06-04 11:51:48 DEBUG    discover      discover-shows  Discovered 3 entries from iptorrents
2020-06-04 11:51:48 DEBUG    backlog       discover-shows  0 entries purged from backlog
2020-06-04 11:51:48 VERBOSE  details       discover-shows  Produced 3 entries.
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing series: `Ballers 2015 S02E01 720p BluRay x264-DEMAND` kwargs: {'name': None}
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing result: <SeriesParser(data=Ballers 2015 S02E01 720p BluRay x264-DEMAND,name=Ballers 2015,id=(2, 1),season=2,season_pack=None,episode=1,quality=720p bluray h264,proper=0,status=OK)> (in 5.679999999999907 ms)
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing series: `Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta` kwargs: {'name': None}
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing result: <SeriesParser(data=Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta,name=Ballers 2015,id=(2, 1),season=2,season_pack=None,episode=1,quality=720p h265,proper=1,status=OK)> (in 6.751000000001284 ms)
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing series: `Ballers 2015 S02E01 720p HDTV x264-AVS` kwargs: {'name': None}
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing result: <SeriesParser(data=Ballers 2015 S02E01 720p HDTV x264-AVS,name=Ballers 2015,id=(2, 1),season=2,season_pack=None,episode=1,quality=720p hdtv h264,proper=0,status=OK)> (in 4.9320000000001585 ms)
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing series: `Ballers 2015 S02E01 720p BluRay x264-DEMAND` kwargs: {'name': 'Ballers (2015)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing result: <SeriesParser(data=Ballers 2015 S02E01 720p BluRay x264-DEMAND,name=Ballers (2015),id=(2, 1),season=2,season_pack=None,episode=1,quality=720p bluray h264,proper=0,status=OK)> (in 3.3609999999999474 ms)
2020-06-04 11:51:48 DEBUG    series        discover-shows  `Ballers 2015 S02E01 720p BluRay x264-DEMAND` detected as `<SeriesParseResult(data=Ballers 2015 S02E01 720p BluRay x264-DEMAND,name=Ballers (2015),id=(2, 1),season=2,season_pack=None,episode=1,quality=720p bluray h264,proper=0,special=False,status=OK)>`, field: `title`
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing series: `Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta` kwargs: {'name': 'Ballers (2015)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing result: <SeriesParser(data=Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta,name=Ballers (2015),id=(2, 1),season=2,season_pack=None,episode=1,quality=720p h265,proper=1,status=OK)> (in 3.5759999999989134 ms)
2020-06-04 11:51:48 DEBUG    series        discover-shows  `Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta` detected as `<SeriesParseResult(data=Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta,name=Ballers (2015),id=(2, 1),season=2,season_pack=None,episode=1,quality=720p h265,proper=1,special=False,status=OK)>`, field: `title`
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing series: `Ballers 2015 S02E01 720p HDTV x264-AVS` kwargs: {'name': 'Ballers (2015)', 'identified_by': 'ep', 'alternate_names': [], 'name_regexps': [], 'strict_name': False, 'allow_groups': [], 'date_yearfirst': None, 'date_dayfirst': None, 'special_ids': [], 'prefer_specials': None, 'assume_special': None, 'ep_regexps': [], 'date_regexps': [], 'sequence_regexps': [], 'id_regexps': []}
2020-06-04 11:51:48 DEBUG    parser_internal discover-shows  Parsing result: <SeriesParser(data=Ballers 2015 S02E01 720p HDTV x264-AVS,name=Ballers (2015),id=(2, 1),season=2,season_pack=None,episode=1,quality=720p hdtv h264,proper=0,status=OK)> (in 3.2370000000003785 ms)
2020-06-04 11:51:48 DEBUG    series        discover-shows  `Ballers 2015 S02E01 720p HDTV x264-AVS` detected as `<SeriesParseResult(data=Ballers 2015 S02E01 720p HDTV x264-AVS,name=Ballers (2015),id=(2, 1),season=2,season_pack=None,episode=1,quality=720p hdtv h264,proper=0,special=False,status=OK)>`, field: `title`
2020-06-04 11:51:48 DEBUG    series        discover-shows  series on_task_metainfo took 0.08165799999999912 to parse
2020-06-04 11:51:48 DEBUG    sort_by       discover-shows  sorting entries by: {'field': 'quality', 'reverse': True}
2020-06-04 11:51:48 DEBUG    series        discover-shows  start with entities: ['Ballers 2015 S02E01 720p BluRay x264-DEMAND', 'Ballers 2015 S02E01 720p HDTV x264-AVS', 'Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta']
2020-06-04 11:51:48 DEBUG    series        discover-shows  current entities: ['Ballers 2015 S02E01 720p BluRay x264-DEMAND', 'Ballers 2015 S02E01 720p HDTV x264-AVS', 'Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta']
2020-06-04 11:51:48 DEBUG    series        discover-shows  quality req: 720p+ hdtv+
2020-06-04 11:51:48 VERBOSE  series        discover-shows  Ignored `Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta`. Does not meet quality requirement `720p+ hdtv+`.
2020-06-04 11:51:48 DEBUG    series        discover-shows  -------------------- process_propers -->
2020-06-04 11:51:48 DEBUG    series        discover-shows  proper timeframe: 24 hours
2020-06-04 11:51:48 DEBUG    series        discover-shows  propers timeframe: 1 day, 0:00:00
2020-06-04 11:51:48 DEBUG    series        discover-shows  first_seen: 2020-06-04 11:18:59.852251
2020-06-04 11:51:48 DEBUG    series        discover-shows  propers ignore after: 2020-06-05 11:18:59.852251
2020-06-04 11:51:48 DEBUG    series        discover-shows  propers - downloaded qualities: {}
2020-06-04 11:51:48 DEBUG    series        discover-shows  continuing w. entities: ['Ballers 2015 S02E01 720p BluRay x264-DEMAND', 'Ballers 2015 S02E01 720p HDTV x264-AVS']
2020-06-04 11:51:48 DEBUG    series        discover-shows  best entity is: `Ballers 2015 S02E01 720p BluRay x264-DEMAND`
2020-06-04 11:51:48 DEBUG    series        discover-shows  -------------------- tracking -->
2020-06-04 11:51:48 DEBUG    series.db     discover-shows  no episodes found for series `Ballers (2015)` with parameters season: None, downloaded: True
2020-06-04 11:51:48 DEBUG    series.db     discover-shows  no season packs found for series `Ballers (2015)` with parameters season: None, downloaded: True
2020-06-04 11:51:48 DEBUG    series        discover-shows  latest download: <Episode(id=1,identifier=S02E01,season=2,number=1)>
2020-06-04 11:51:48 DEBUG    series        discover-shows  current: <Episode(id=1,identifier=S02E01,season=2,number=1)>
2020-06-04 11:51:48 DEBUG    series        discover-shows  processing series took 0.04916199999999904
2020-06-04 11:51:48 DEBUG    urlrewriter   discover-shows  Checking 0 entries
2020-06-04 11:51:48 VERBOSE  details       discover-shows  Summary - Accepted: 0 (Rejected: 0 Undecided: 3 Failed: 0)
2020-06-04 11:51:48 DEBUG    series        discover-shows  on_task_learn
2020-06-04 11:51:48 DEBUG    series.db     discover-shows  no episodes found for series `Ballers (2015)` with parameters season: None, downloaded: True
2020-06-04 11:51:48 DEBUG    series.db     discover-shows  no season packs found for series `Ballers (2015)` with parameters season: None, downloaded: True
2020-06-04 11:51:48 DEBUG    util.simple_persistence discover-shows  Flushing simple persistence for task discover-shows to db.
2020-06-04 11:51:48 DEBUG    util.simple_persistence discover-shows  Flushing simple persistence for task None to db.
2020-06-04 11:51:48 INFO     ipc.rpyc                      goodbye ('127.0.0.1', 54107)

I have tried forgetting the series but that didn’t work. I’m essentially using the cookbook from here. Where I add the first episode to download to a trakt list and the flexget downloads it.

As you can see from the logs, FlexGet knows about all 3 files:

2020-06-04 11:51:48 DEBUG    series        discover-shows  current entities: ['Ballers 2015 S02E01 720p BluRay x264-DEMAND', 'Ballers 2015 S02E01 720p HDTV x264-AVS', 'Ballers 2015 S02E01 PROPER 720p HEVC x265-MeGusta']

The question is: why is it looking the the last entry in the list even when I sorted by quality? And why does it stop immedietely after only 1 file didn’t match… what about the others?

1 post - 1 participant

Read full topic

Only download 1 ep

$
0
0

How to make only download 1 ep 480p/sd and other quality reject?
So if found 480p then sd reject and vice versa

tasks:

  480p:
    rss:  rss.html
    accept_all: yes
  eztv:
    rss:  rss1.html
    all_series: 
      parse_only: yes
    quality: <720p webrip
  tv-sd-x264:
    rss:  rss.html
    accept_all: yes
2020-06-13 17:18 VERBOSE  task          480p            REJECTED: `Barefoot Contessa S28E05 Cook Like a Pro Vegetables 480p x264-mSD` by seen plugin because entry with title `Barefoot Contessa S28E05 Cook Like a Pro Vegetables 480p x264-mSD` is already marked seen in the task 480p at 2020-06-13 16:40
2020-06-13 17:18 VERBOSE  task          480p            REJECTED: `The Last O G S03E10 Warning 480p x264-mSD` by seen plugin because entry with title `The Last O G S03E10 Warning 480p x264-mSD` is already marked seen in the task 480p at 2020-06-13 16:08
2020-06-13 17:18 VERBOSE  task          480p            REJECTED: `Growing Up Hip Hop S05E22 Pop Up Pop Off 480p x264-mSD` by seen plugin because entry with title `Growing Up Hip Hop S05E22 Pop Up Pop Off 480p x264-mSD` is already marked seen in the task 480p at 2020-06-13 15:46
2020-06-13 17:18 VERBOSE  task          480p            REJECTED: `Death Row Stories S05E08 Once Bitten Twice Tried 480p x264-mSD` by seen plugin because entry with title `Death Row Stories S05E08 Once Bitten Twice Tried 480p x264-mSD` is already marked seen in the task 480p at 2020-06-13 15:46
2020-06-13 17:18 VERBOSE  task          480p            REJECTED: `Real Time with Bill Maher 2020 06 12 480p x264-mSD` by seen plugin because entry with title `Real Time with Bill Maher 2020 06 12 480p x264-mSD` is already marked seen in the task 480p at 2020-06-13 15:08

2020-06-13 17:18 VERBOSE  verbose       tv-sd-x264      UNDECIDED: `Barefoot Contessa S28E05 Cook Like a Pro Vegetables WEB h264-ROBOTS`
2020-06-13 17:18 VERBOSE  verbose       tv-sd-x264      UNDECIDED: `The Last O G S03E10 Warning HDTV x264-CRiMSON`
2020-06-13 17:18 VERBOSE  verbose       tv-sd-x264      UNDECIDED: `Outdaughtered S07E01 My Busby Valentine HDTV x264-CRiMSON`
2020-06-13 17:18 VERBOSE  verbose       tv-sd-x264      UNDECIDED: `Growing Up Hip Hop S05E22 Pop Up Pop Off HDTV x264-CRiMSON`
2020-06-13 17:18 VERBOSE  verbose       tv-sd-x264      UNDECIDED: `Death Row Stories S05E08 Once Bitten Twice Tried HDTV x264-CRiMSON`

2020-06-13 17:18 VERBOSE  task          eztv            REJECTED: `Dateline Secrets Uncovered S09E09 Circle of Friends WEB h264-ROBOTS` by seen plugin because entry with title `Dateline Secrets Uncovered S09E09 Circle of Friends WEB h264-ROBOTS` is already marked seen in the task tv-sd-x264 at 2020-06-13 10:05
2020-06-13 17:18 VERBOSE  task          eztv            REJECTED: `Greek Island Odyssey with Bettany Hughes S01E01 HDTV x264-LiNKLE` by seen plugin because entry with title `Greek Island Odyssey with Bettany Hughes S01E01 HDTV x264-LiNKLE` is already marked seen in the task tv-sd-x264 at 2020-06-13 10:05
2020-06-13 17:18 VERBOSE  task          eztv            REJECTED: `Real Time with Bill Maher 2020 06 12 WEB H264-BTX` by seen plugin because entry with title `Real Time with Bill Maher 2020 06 12 WEB H264-BTX` is already marked seen in the task tv-sd-x264 at 2020-06-13 10:05
2020-06-13 17:18 VERBOSE  task          eztv            REJECTED: `Dateline Secrets Uncovered S09E09 Circle of Friends 480p x264-mSD` by seen plugin because entry with title `Dateline Secrets Uncovered S09E09 Circle of Friends 480p x264-mSD` is already marked seen in the task 480p at 2020-06-13 10:10

How to make these shows on tv-sd-x264 rejected, coz shows already appeared on 480p :

  • Barefoot Contessa S28E05
  • The Last O G S03E10
  • Growing Up Hip Hop S05E22
  • Death Row Stories S05E08

1 post - 1 participant

Read full topic

Disable torrent caches completely?

$
0
0

Well, zoink.ch appears to be down, which brings me back to a question I’ve had for a while: is there a way I can disable the automatic use of torrent cache sites completely? Ideally what I’d really like is for Flexget to only pass magnet links on to my client whenever they’re available (a “prefer magnets” option, basically), but at the very least, I’d love to just get rid of the use of torrent caches. Usually they work fine, but when they fail it’s a real pain in the ass.

1 post - 1 participant

Read full topic

Flexget with subliminal is not working with my raspberry pi 3B+

$
0
0

I have installed Flexget in my raspberry and I´m trying to automation the transmission an a way to get subtitles. The solution for transmission is working fine, but I can´t get subtitles. I´m using subliminal, everything is looking fine, but it can´t find any subtitles. And I know that the subfile is available at the provider.

get-subtitles:
no_entries_ok: yes
filesystem:
path:
- /media/USBHDD/share/downloads
regexp: ‘.*.(avi|mkv|mp4)$’ # only include filenames with these extensions
recursive: yes
accept_all: yes
seen: local # seen shouldn’t interfer with anything outside this subtitles task
subliminal:
languages:
- pt-BR
alternatives:
- eng
exact_match: no
#only use the following providers
providers: [legendastv, opensubtitles]
single: no
hearing_impaired: yes
authentication:
addict7ed:
username: xxxxx
password: xxxxx
legendastv:
username: xxxxx
password: xxxxxx
opensubtitles:
username: xxxxx
password: xxxxx

Subtitle_Download:
priority: 6
disable: [retry_failed]
filesystem:
path:
- /media/USBHDD/share/downloads
regexp: ‘.*.(avi|mkv|mp4)$’ # only include filenames with these extensions
recursive: yes
accept_all: yes
seen: local
subliminal:
exact_match: no
languages:
- en
- eng
- pt
- pt-BR
providers:
- legendastv
- opensubtitles
authentication:
addict7ed:
username: xxxxxxxx
password: xxxxxxxx
legendastv:
username: xxxxxx
password: xxxxx
opensubtitles:
username: xxxxxx
password: xxxxxxx

The indentation is ok in the file (when I copied above, something happend).

Please, someone can help me?

1 post - 1 participant

Read full topic

Multiple RSS feeds

$
0
0

hi there, ive been trying to get this to work and im about to pull my hair out! every time i try to get flexget to work with multiple RSS feeds it seems to only every pick up whatever the last one is, rather than all RSS feeds, current config looks like this - can anyone please help?

schedules:

  • tasks: ‘*’
    interval:
    minutes: 1
    tasks:
    mysite1:
    rss: https://feed.com
    accept_all: yes
    download: ~/torrents/rss/
    tasks:
    mysite2:
    rss: https://feed1.com
    accept_all: yes
    download: ~/torrents/rss/

2 posts - 1 participant

Read full topic


429 Client Error in some series

$
0
0

Hi,
Can someone help me understand what is going on?
I’m getting this error with the serie “Warrior Nun”:

2020-07-05 13:02:33 ERROR    rarbg         download-seasons-discover Rarbg request failed: 429 Client Error:  for url: https://torrentapi.org/pubapi_v2.php?mode=search&ranked=1&min_seeders=0&min_leechers=0&sort=last&category=41&format=json_extended&app_id=flexget&search_string=Warrior+Nun+S01&token=xit7pbrchz

But if I access this url directly I didn’t get any error:

curl https://torrentapi.org/pubapi_v2.php\?mode\=search\&ranked\=1\&min_seeders\=0\&min_leechers\=0\&sort\=last\&category\=41\&format\=json_extended\&app_id\=flexget\&search_string\=Warrior+Nun+S01\&token\=xit7pbrchz

{"torrent_results":[{"title":"Warrior.Nun.S01.1080p.NF.WEBRip.DDP5.1.Atmos.x264-NTG[rartv]","category":"TV HD Episodes","download":"magnet:?xt=urn:btih:325c00b118aafceea8ced6ce3c2b5222f20e4e3c&dn=Warrior.Nun.S01.1080p.NF.WEBRip.DDP5.1.Atmos.x264-NTG%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce","seeders":310,"leechers":213,"size":20918672919,"pubdate":"2020-07-02 08:37:52 +0000","episode_info":{"imdb":"tt9059350","tvrage":null,"tvdb":"382544","themoviedb":"87689","airdate":"0000-00-00","epnum":"1000000","seasonnum":"1","title":"Season Pack 1"},"ranked":1,"info_page":"https:\/\/torrentapi.org\/redirect_to_info.php?token=xit7pbrchz&p=2_2_5_8_7_2_8__325c00b118"},{"title":"Warrior.Nun.S01.720p.NF.WEBRip.DDP5.1.Atmos.x264-NTG[rartv]","category":"TV HD Episodes","download":"magnet:?xt=urn:btih:cadfb09958ad9f7eb132c729effbbabac681a421&dn=Warrior.Nun.S01.720p.NF.WEBRip.DDP5.1.Atmos.x264-NTG%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce","seeders":300,"leechers":132,"size":8878832427,"pubdate":"2020-07-02 08:37:45 +0000","episode_info":{"imdb":"tt9059350","tvrage":null,"tvdb":"382544","themoviedb":"87689","airdate":"0000-00-00","epnum":"1000000","seasonnum":"1","title":"Season Pack 1"},"ranked":1,"info_page":"https:\/\/torrentapi.org\/redirect_to_info.php?token=xit7pbrchz&p=2_2_5_8_7_2_7__cadfb09958"},{"title":"Warrior.Nun.S01.1080p.NF.WEBRip.DDP5.1.Atmos.x264-FiASCO[rartv]","category":"TV HD Episodes","download":"magnet:?xt=urn:btih:03dd735f7d5381964d7b032b9eddc8a613e39d48&dn=Warrior.Nun.S01.1080p.NF.WEBRip.DDP5.1.Atmos.x264-FiASCO%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710&tr=udp%3A%2F%2Fopen.demonii.com%3A1337%2Fannounce","seeders":64,"leechers":108,"size":20918227530,"pubdate":"2020-07-02 07:27:33 +0000","episode_info":{"imdb":"tt9059350","tvrage":null,"tvdb":"382544","themoviedb":"87689","airdate":"0000-00-00","epnum":"1000000","seasonnum":"1","title":"Season Pack 1"},"ranked":1,"info_page":"https:\/\/torrentapi.org\/redirect_to_info.php?token=xit7pbrchz&p=2_2_5_8_6_5_2__03dd735f7d"}]}% 

1 post - 1 participant

Read full topic

No cache on Daemon

$
0
0

Hello, I currently run FlexGet on Daemon mode but have noticed that when I add another RSS feed that begins with the same url as the first feed but isn’t the same starts caching. How do I make it not cache either rss and run as it usually would?

1 post - 1 participant

Read full topic

Help for a complete beginner please!

$
0
0

Hello all ,
I am a complete newbie.Someone recommended me flexget and csv plugin for my personal project. I am collecting some movies (eg best 20 movies ever etc ). I am not interested in the latest or unrealeased movies or tv shows.
How do I start. I have just installed flexget today .I just want flexget to download me best available quality(which I can choose in the config file) movies from my wanted list on notepad.I dont want to add the movies manually one at a time as this will be a big list.
Can anyone kindly write me a simple config file which will tell flexget to get the best available copy of the movies from my list. I have tried reading about yml etc , it looks very easy and simple but i can’t figure it out .
Also i have utorrent do i have to do anything so that flexget will use it as downloading client ?

i know its a really simple task for you all could you help me please.
thank you all so much.

1 post - 1 participant

Read full topic

IMDB plugin cannot filter as expected

$
0
0

Here is my config:

pter_movie:
  rss:
    url: https://pterclub.com/torrentrss.php?rows=10&cat401=1&sou1=1&sou3=1&sou6=1&linktype=dl&passkey=xxx
    all_entries: no
    other_fields:
      - link
  no_entries_ok: yes
  quality:
    - 1080p
    - 2160p
  imdb_lookup: yes
  require_field: imdb_id
  imdb:
    min_score: 6.0
    min_votes: 100
  nexusphp:
    cookie: 'PHPSESSID=xxx; c_secure_uid=xxx'
    discount:
      - free
      - 2xfree
  notify:
    entries:
      message: "Title: {{title}}\nLink: {{link}}"
      via:
        - wechat_work:
            corp_id: 'xxx'
            corp_secret: 'xxx'
            agent_id: 'xxx'
            to_user: 'xxx'
  list_add:
    - movie_list: pter
  run_task:
    when: accepted
    task: send_to_radarr
  template:
    - qbittorrent_base_template
    - qbittorrent_add_movie_template

send_to_radarr:
  movie_list: pter
  accept_all: yes
  list_add:
    - radarr_list:
        api_key: xxx
        base_url: "https://xxx"
        port: 443

The nexusphp plug-in will grab the promotional information of the seeds,github:https://github.com/Juszoe/flexget-nexusphp. In my configuration, the nexusphp plug-in will accept free seeds. The function of qbittorrent_base_template and qbittorrent_add_movie_template is to send torrents to qb to download through the qbtorrent_mod plug-in,github:https://github.com/IvonWei/flexget_qbittorrent_mod.
In my expectation, flexget will only download free torrents with an imdb score greater than 6, and add the accepted movies to radarr. However, the imdb plugin does not seem to work, and some movies with an imdb rating below 6 have also been accepted. I checked the debug but still cannot find out the reason. Can anyone help me? Here is the debug log file https://cowtransfer.com/s/77a33c28e70d4c with the access code fgtt2u.

2 posts - 1 participant

Read full topic

Piratebay plugin getting 403. New cloudflare?

$
0
0

Hi Guys,

So I noticed that I am now getting a 403 from using the piratebay plugin. When I follow the url it is trying to get the torrent from it now brings me to a captcha. Is there a way around this because cfscraper doesent do captcha get an error about how it doesent support challange 2 in free version.

1 post - 1 participant

Read full topic

Viewing all 837 articles
Browse latest View live