@zapp7 wrote:
I have a config for moving downloaded files in my Completed Downloads folder to the appropriate TV series folder. Everything works fine without the clean_source option. However when I add "clean_source: 100" to the code, not only does the original directory in Completed Downloads get deleted, but the move command also fails to do anything, effectively deleting whatever I downloaded and making me have to re-download it again. I want the move command to work while wiping up the old directory in Completed Downloads. Is there something I'm missing about how clean_source works?
sort-shows: filesystem: path: /media/WDPassport/Completed Downloads regexp: '.*\.(avi|mkv|mp4)$' recursive: yes accept_all: yes seen: local thetvdb_lookup: yes all_series: parse_only: yes move: to: /media/WDPassport/TV Shows/{{ tvdb_series_name }} rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}' along: extensions: - srt - sub clean_source: 100
Posts: 6
Participants: 3