@Addicted wrote:
We can use grouping with series plugin.
However configure_series doesn't support grouping.
May be we can add "grouping support to configure_series or add input list support to series plugin.Ex
configure_series: settings: set1: identified_by: ep quality: hdtv from_group: - killers - lol - asap - fum - fleet - tla set2: identified_by: ep quality: 720p from_group: - killers - lol - tla set1: from: trakt_list: username: username account: traktuser list: mytvshowshdtv type: shows strip_dates: yes set2: from: trakt_list: username: user account: traktuser list: mytvshows720 type: shows strip_dates: yes
or simply adding from to series plugin.
series: settings: tv720p: identified_by: sequence sequence_regexp: - (\d+) - S(\d+) (\d+) from_group: HorribleSubs quality: 720p tvhdv: identified_by: sequence sequence_regexp: - (\d+) - S(\d+) (\d+) from_group: HorribleSubs quality: 480p tv720p: from: trakt_list: username: user account: traktuser list: mytvshows720 type: shows strip_dates: yes tvhdv: from: trakt_list: username: user account: traktuser list: mytvshowshdtv type: shows strip_dates: yes
Posts: 2
Participants: 2