@zapp7 wrote:
I have some downloads that include a Subs folder with all the subtitles. For some reason, the move plugin successfully moves the .mkv file but fails to do anything with the Subs directory. Am I using the move plugin correctly for this?
sort-shows: filesystem: path: /media/WDPassport/Completed Downloads regexp: '.*\.(avi|mkv|mp4)$' recursive: yes retrieve: files accept_all: yes metainfo_series: yes disable: - builtin - seen thetvdb_lookup: yes #all_series: #parse_only: yes clean_transmission: host: 192.168.1.25 port: 9091 delete_files: no username: transmission password: transmission pathscrub: windows move: to: /media/WDPassport/TV Shows/{{ tvdb_series_name }} rename: '{{ tvdb_series_name }} - {{ series_id }} - {{ tvdb_ep_name }}{{ location | pathext }}' along: extensions: - srt - sub subdirs: - Subs
Posts: 1
Participants: 1