Quantcast
Channel: configuration - Forum - FlexGet
Viewing all articles
Browse latest Browse all 716

Movedone not functioning in v3 for me

$
0
0

@k3nk wrote:

I had a fully functioning environment with movedone working on v2. I upgraded to v3 and upgraded deluge.

Flexget 3.1.29
deluge 2.0.3-2-201906121747-ubuntu18.04.1
libtorrent: 1.1.5.0
Python: 3.6.9
OS: Linux 4.15.0-88-generic

Flexget is picking up on the new show and sending it to deluge, but the it's not performing the movedone operation. When looking at the debug logs in Deluge, it does not appear to be receiving the parameter.

Can someone help me begin how to diagnose this further? (ps: the copy paste below might have affected the formatting of the YML, but it does validate and work on my system) The warning is not relevant to the issue.

flexget -c config.yml check

There is a FlexGet process already running for this config, sending execution there.
2020-02-26 18:40:51 VERBOSE check Checking config file /etc/flexget/config.yml
2020-02-26 18:40:51 WARNING check Config line 80 is likely missing ':' at the end
2020-02-26 18:40:51 VERBOSE check Pre-checked 94 configuration lines
2020-02-26 18:40:51 VERBOSE check Config passed check.

// config.yml

templates:
Shows-All:
pathscrub: windows
series:
settings:
Shows-Kids:
set:
content_filename: '{{series_name}} - {{series_id}}/{{series_name}} - {{series_id}} - {{quality}}'
movedone: /mnt/storage/plex/Shows-Kids/{{series_name}}/Season {{series_season}}/
Shows-Adult:
set:
content_filename: '{{series_name}} - {{series_id}}/{{series_name}} - {{series_id}} - {{quality}}'
movedone: /mnt/storage/plex/Shows/{{series_name}}/Season {{series_season}}/

Shows-Kids:
- <show 1>
- <show 2>

Shows-Adult:
- <show 1>
- <show 2>

deluge:
username: flexget
password: flexget
main_file_only: yes
hide_sparse_files: yes
label: '{{series_name}}'

schedules:
- tasks: eztv-tv
schedule:
minute: "*/30"

tasks:
eztv-tv:
priority: 1
rss: https://eztv.io/ezrss.xml
template: Shows-All

Posts: 2

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles