I have a config.yml that contains the following: (see end of post) The problem I am having is that the individual movedone settings for each show are not overriding
the movedone setting in the preset. (Am assuming that they should but do not know for certain) The path setting starts the download in the correct place, but when it completes the file is moved back to the directory specified in the preset, not the once specified for the particular show. Can this config be changed to make this work correctly? I am running flexget 1.0r1636 (Have avoided upgrading - didn't want to go through the upgrade steps - but if the current version fixes this issue then I will...)
elsteve wrote:I have a config.yml that contains the following: (see end of post) The problem I am having is that the individual movedone settings for each show are not overriding
the movedone setting in the preset. (Am assuming that they should but do not know for certain) The path setting starts the download in the correct place, but when it completes the file is moved back to the directory specified in the preset, not the once specified for the particular show. Can this config be changed to make this work correctly? I am running flexget 1.0r1636 (Have avoided upgrading - didn't want to go through the upgrade steps - but if the current version fixes this issue then I will...)
Thanks in advance!
Yeah, the issue here is that the set plugin (used from the preset) runs after the series plugin by default, so your movedone settings are overridden. You could use plugin_priority to change the order these are run, but probably easier is to change where you are setting movedone to always be with the series plugin. Also, there is no need to set movedone to the same thing you have set path to, (although I suspect those are just left over from testing.) Here is how I would do it:
(Yes the path settings were left over from testing)
I had thought about the solution you presented, setting the movedone for each show and removing it from the preset, but was trying to avoid adding that entry to the other 70 shows in my config file...it's just a handful of 'em that are "broken" - CSI's, Law & Order's, Chase (2010), etc.
In any case, if that's what works, then that is what I will go with.
(Yes the path settings were left over from testing)
I had thought about the solution you presented, setting the movedone for each show and removing it from the preset, but was trying to avoid adding that entry to the other 70 shows in my config file...it's just a handful of 'em that are "broken" - CSI's, Law & Order's, Chase (2010), etc.
In any case, if that's what works, then that is what I will go with.
Thanks again.
I didn't mean set it for each show, I meant set it for each series group, notice the part I edited is in the 720p series group settings, not under a particular show.