@jamieo wrote:
HI all, This is my first ever flexget script and I am struggling a bit with it. I want it to download my list from trakt and then old download mp4 format but It doesn't seem to like my config. Any ideas what I am doing wrong?
tasks: my task: rss: ##my rss feed## configure_series: from: trakt_list: username: ##my username ## list: TV type: shows settings: quality: 720p regexp: from: title reject: - trailer - screener - subbed - dubbed - subtitles - subs - NL - Subs content_filter: require: - '*.mp4' reject: - '*.wmv' - '*.r0' - '*.rar' - '*.part0' - '*.mkv' - '*.avi' - '*.mpg' download: /tmp
flex get logs when I run: flexget --test execute
2016-07-01 02:00 INFO manager Test mode, creating a copy from database ...
2016-07-01 02:00 INFO manager Test database created
2016-07-01 02:00 VERBOSE task_queue There are 2 tasks to execute. Shutdown will commence when they have completed.
2016-07-01 02:00 WARNING task global Task doesn't have any input plugins, you should add (at least) one!
2016-07-01 02:00 WARNING details global Task didn't produce any entries. This is likely due to a mis-configured or non-functional input.
2016-07-01 02:00 WARNING task global Task does not have any filter plugins to accept entries. You need at least one to accept the entries you want.
2016-07-01 02:00 VERBOSE details global Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
2016-07-01 02:00 INFO content_filter global Plugin is partially disabled with --test and --learn because content filename information may not be available
2016-07-01 02:00 VERBOSE trakt_list my task Retrievingshows
listTV
2016-07-01 02:00 WARNING configure_series my task Input trakt_list did not return anything
2016-07-01 02:00 INFO configure_series my task Did not get any series to generate series configuration
2016-07-01 02:00 VERBOSE details my task Produced 100 entries.
2016-07-01 02:00 VERBOSE task my task REJECTED:Supershoppers S01E00 Secrets Of Online Shopping 720p HEVC x265-MeGusta
by regexp plugin because regexp 'NL' matched field 'title'
2016-07-01 02:00 VERBOSE details my task Summary - Accepted: 0 (Rejected: 1 Undecided: 99 Failed: 0)
2016-07-01 02:00 WARNING task my task Task doesn't have any output plugins, you should add (at least) one!
2016-07-01 02:00 INFO manager Removed test database
Posts: 10
Participants: 3