@tuccio wrote:
I've just installed flexget and trying to get it to download series I add to some trakt list using transmission. Most of the configs I've found seemed too complicated for my task, so I'm trying to do a simple one, following the examples I've found, but I can't get around this error:
2017-03-23 00:50 VERBOSE next_series_episodes get-shows Series `Better Call Saul, Black Mirror, The IT Crowd` with identified_by value `auto` are not supported.
Although I would also appreciate suggestions of "pre-cooked" configs I could use, I'd like to fix the issue, so I'll post the full config and the log as well
variables: variables.yml templates: tv_series: configure_series: settings: quality: 720p+ path: '{? series.path ?}/{{series_name}}/Season {{series_season}}/' from: trakt_list: account: '{? trakt.account ?}' list: '{? trakt.series.list ?}' strip_dates: yes type: shows torrent_download: transmission: port: 9091 username: '{? torrent.username ?}' password: '{? torrent.password ?}' tasks: get-shows: template: tv_series discover: what: - next_series_episodes: from_start: yes from: - rarbg: category: [ 41 ] transmission: host: localhost port: 9091 username: '{? torrent.username ?}' password: '{? torrent.password ?}' get-subtitles: filesystem: path: - '{? subs.path ?}' 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: - eng alternatives: - ita exact_match: no providers: [addic7ed, opensubtitles, tvsubtitles] single: no hearing_impaired: no authentication: addic7ed: username: '{? subs.addic7ed.username ?}' password: '{? subs.addic7ed.password ?}' opensubtitles: username: '{? subs.opensubtitles.username ?}' password: '{? subs.opensubtitles.password ?}' schedules: - tasks: [get-shows, get-subtitles] interval: minutes: 30
(flexget) osmc@davide-rpi:~/flexget$ flexget execute --discover-now --no-cache 2017-03-23 00:49 WARNING manager Your locale declares ascii as the filesystem encoding. Any plugins reading filenames from disk will not work properly for filenames containing non-ascii characters. Make sure your locale env variables are set up correctly for the environment which is launching FlexGet. 2017-03-23 00:50 VERBOSE task_queue There are 1 tasks to execute. Shutdown will commence when they have completed. 2017-03-23 00:50 VERBOSE filesystem get-subtitles Starting to scan folders. 2017-03-23 00:50 VERBOSE filesystem get-subtitles Scanning folder /media/storage/kodi. Recursion is set to True. 2017-03-23 00:50 WARNING details get-subtitles Task didn't produce any entries. This is likely due to a mis-configured or non-functional input. 2017-03-23 00:50 VERBOSE details get-subtitles Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0) 2017-03-23 00:50 VERBOSE trakt_list get-shows Retrieving `shows` list `series` 2017-03-23 00:50 VERBOSE next_series_episodes get-shows Series `Better Call Saul, Black Mirror, The IT Crowd` with identified_by value `auto` are not supported. 2017-03-23 00:50 WARNING discover get-shows Input next_series_episodes did not return anything 2017-03-23 00:50 VERBOSE discover get-shows Discovering 0 titles ... 2017-03-23 00:50 INFO discover get-shows Ignoring interval because of --discover-now 2017-03-23 00:50 VERBOSE details get-shows Task didn't produce any entries. 2017-03-23 00:50 VERBOSE details get-shows Summary - Accepted: 0 (Rejected: 0 Undecided: 0 Failed: 0)
Posts: 2
Participants: 2