@slY wrote:
Hi all,
can you help me to verify my configuration file?
I’ve posted it below in a cleaned version to get it more readable.
What I want to do two things things:
1) Download the pilot of every new series. At the moment this works! In a second moment I need to add manually the name of the series into the proper section of the config file in order to downlod the remaining epidosed. Is it possible to automate it? I noticed ‘discover’ plugin, but I didn’t undertand how to use it.
2) Maintain two lists with opposite behaviour:
- Liste one (“720p”) have to spend the first 24 hours looking for 720p release, then accept any quality (lower or higher)
- List two (“ hdtv-bluray”) has to do the exact opposite: spend the first 24 hours looking for hdtv lower than 720p , then accept any other quality
Is my config correct about this?Any advice or guidance will be greatly appreciated!
Thanks,
slYtemplates: tv: metainfo_series: yes if: - series_episode == 1 and series_season == 1: accept series: exists_series: - /mnt/SERIES/{{series_name}}/Season {{series_season}} settings: hdtv-bluray: tracking: no timeframe: 24 hours target: hdtv <720p 720p: tracking: no timeframe: 24 hours target: hdtv 720p 720p: - Xyz series hdtv-bluray: - Abc series - Def series - Etc series transmission: host: localhost port: 9091 username: foo password: foo path: /mnt/SERIES/{{series_name}}/Season {{series_season}} eztv.foo1.xx: priority: 10 rss: http://eztv.foo1.xx/ezrss.xml template: tv eztv.foo2.xx: priority: 20 rss: http://eztv.foo2.xx/ezrss.xml template: tv
Posts: 1
Participants: 1