Flexget - Override preset per series help
Posted: Tue Jan 25, 2011 3:47 pm
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!
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!
Code: Select all
feeds:
tvshows:
rss: http://xxx.xxx.xxx
preset: tv
set:
movedone: "/home/elsteve/TV Shows/%(series_name)s/Season %(series_season)d/"
regexp:
reject:
- complete
presets:
tv:
series:
settings:
720p:
timeframe: 6 hours
quality: 720p
720p:
- 'Chase 2010':
set:
movedone: "/home/elsteve/TV Shows/Chase (2010)/Season %(series_season)d/"
- Criminal Minds
- CSI:
set:
movedone: "/home/elsteve/TV Shows/CSI: Crime Scene Investigation/Season %(series_season)d/"
path: "/home/elsteve/TV Shows/CSI: Crime Scene Investigation/Season %(series_season)d/"
- 'CSI: Miami':
exact: yes
set:
movedone: "/home/elsteve/TV Shows/CSI: Miami/Season %(series_season)d/"
path: "/home/elsteve/TV Shows/CSI: Miami/Season %(series_season)d/"