@eximo84 wrote:
So i have the below. It looks for anything that hasnt been collected from my Trakt List and downloads it. Has been working fine for existing shows that i have added to it my list.
Today i added Legion to my list, FlexGet sees the new show and adds it to the database but it doesnt detect any episodes despite not having S01E01 collected.
Is there something obviously wrong with my config?
tasks: get_episodes: #input - search my trakt list for the next episode that requires collecting discover: what: - next_trakt_episodes: username: account: context: collected list: Flexget-Shows strip_dates: yes from: - rarbg: category: [18, 41] sorted_by: seeders #filter torrent_alive: yes content_size: max: 3072 min: 60 content_filter: reject: - '*.rar' - '*.zip' configure_series: settings: quality: 720p hdtv from: trakt_list: username: account: list: Flexget-Shows type: shows strip_dates: yes trakt_lookup: username: if: #- trakt_watched: reject - trakt_collected: reject #output transmission: host: 192.168.1.3 port: 9091
I have used flexget series begin legion s01e01 however it doesnt seem to do anything.
(trakt username blanked - i havent setup a secrets yet)
Any help appreicated.
Thanks
Posts: 3
Participants: 2