@ElPicoso wrote:
This config is supposed to take input from trakt and IMDB and download using transmission from a private tracker.
It doesn't appear to pull anything from trakt, but logs fine.
It get's my list from IMDB, but marks things as accepted, then does nothing.
Thanks
Wadeschedules: - tasks: [TV-SHOWS,MOVIES] interval: minutes: 15 - tasks: [IMPORT-MOVIES] interval: minutes: 120 templates: tv: transmission: host: 192.168.0.10 port: 9091 username: pi password: raspberry path: /mnt/bighonker/download_inprogress configure_series: settings: quality: hdtv-bluray h264 720p-1080p propers: no from: trakt_list: #input account: XXX list: flexget_watchlist type: shows strip_dates: yes regexp: from: title reject: - msd - afg - line content_size: min: 400 max: 3000 strict: no pushbullet: api_key: XXX title: "[F] {{series_name}} {{series_id}}" message: "{{title}}\n\nSize: {{content_size}}MB" device: mobile inputs: - rss: url: XXX all_entries: no movie: transmission: host: 192.168.0.10 port: 9091 username: pi password: raspberry path: /mnt/bighonker/download_inprogress quality: bluray h264 1080p imdb_lookup: yes list_match: from: - movie_list: somelist regexp: from: title reject: - msd - afg - line - hc - korsub content_size: min: 1500 max: 8000 strict: no pushbullet: api_key: XXX title: "[F] {{imdb_name}}" message: "{{title}}\n\n{{imdb_url}}\n\nSize: {{content_size}}MB" inputs: - rss: url: XXX all_entries: no tasks: TV-SHOWS: template: tv priority: 1 IMPORT-MOVIES: imdb_watchlist: user_id: XXX list: watchlist accept_all: yes list_add: - movie_list: imdb_movies priority: 2 MOVIES: template: movie priority: 3
Posts: 20
Participants: 3