@haarts wrote:
Hi all,
This might seem silly but I'd like to add all popular movies and series to my lists (from, say, Trakt). I would populate my lists with these items then download. So for series use I'd
configure_series
with somefrom
input. I'm unsure what thatfrom
plugin should be. Then add arss
directive to the task and be done with it.For movies something similar; use
movie_list
in one task and periodically kick that off filling (withadd_list
) a particular movie list. Then an other task with therss
plugin and thelist_match
plugin.I wonder why the two tasks require such a different approach. The movie scenario strikes me as more reasonable.
Why isn't there a
serie_list
like there is amovie_list
? Also as I understand theseries
plugin it is a filter but the commandline argumentseries
is more like aserie_list
kind of thing. That's was confusing for me.Thank you in advance for your patience with me!
Posts: 1
Participants: 1