@christophe_cluzel wrote:
Hi, I have been spending days trying to make something that look simple to work.
I have setup a Trakt list with some entries in TV show, E01 & 02 from S05 of Prison Break and E18 to 20 from Flash S03.
What I want is Flexget to download only the episode I put in my Watchlist in Trakt.
I have created what I think a very simple config but it keep refusing downloading anything.
Here is my config.yml :
templates: series: configure_series: settings: identified_by: ep quality: webdl|hdtv|webrip specials: no propers: no from: trakt_list: username: "{? trakt.account ?}" list: "{? trakt.series ?}" type: episodes accept_all: no set_series_begin: yes content_size: min: 350 transmission-anchors: _transmission-settings: &transmission-settings host: "{? transmission.host ?}" port: 9091 username: "{? transmission.user ?}" password: "{? transmission.pass ?}" transmission-series: transmission: <<: *transmission-settings main_file_only: yes include_subs: yes rename_like_files: yes content_filename: "{{tvdb_series_name|default(series_name)|pathscrub}} - {{tvdb_ep_id|default(series_id)}}{% if tvdb_ep_name|default(False) %} - {{tv$ path: "/{? folder.root ?}{? folder.downseries ?}{{tvdb_series_name|default(series_name)|pathscrub}}/" tasks: download-series-rss: priority: 5 template: - series - transmission-series inputs: - rss: https://eztv.wf/ezrss.xml - rss: http://extratorrent.cc/rss.xml?type=user&user=ettv - rss: http://showrss.info/user/137713.rss?magnets=true&namespaces=true&name=null&quality=null&re=null - rss: http://extratorrent.cc/rss.xml?type=user&user=EtHD download_series_discover: priority : 6 template: - series - transmission-series discover: what: - next_series_episodes: from_start: yes from: - extratorrent: category: all interval: 1 minutes
When I run the Discover task here is my output :
flexget execute --tasks download_series_discover 2017-05-13 21:10 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-05-13 21:10 VERBOSE input_cache download_series_discover Restored 9 entries from db cache 2017-05-13 21:10 VERBOSE discover download_series_discover Discovering 9 titles ... 2017-05-13 21:10 VERBOSE details download_series_discover Task didn't produce any entries. 2017-05-13 21:10 VERBOSE details download_series_discover Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
When I run the rss here is the output :`
flexget execute --tasks download-series-rss2017-05-13 21:06 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed.
2017-05-13 21:06 VERBOSE input_cache download-series-rss Restored 9 entries from db cache
2017-05-13 21:07 VERBOSE details download-series-rss Produced 152 entries.
2017-05-13 21:07 VERBOSE task download-series-rss REJECTED:Pokemon S20E03 DUBBED 720p HDTV x264-W4F
by regexp plugin because regexp '\b(s|d)ub(s|bed|lado|titulado)?\b' matched field 'title'
2017-05-13 21:07 VERBOSE task download-series-rss REJECTED:Pokemon S20E03 DUBBED HDTV x264-W4F
by regexp plugin because regexp '\b(s|d)ub(s|bed|lado|titulado)?\b' matched field 'title'
2017-05-13 21:07 VERBOSE details download-series-rss Summary - Accepted: 0 (Rejected: 2 Undecided: 150 Failed: 0)`
I am loosing the will to live, what am I missing ?
As anyone a config that work and does what I am trying to achieve ?
Thanks
Posts: 1
Participants: 1