@avalloneandrea wrote:
I often use a Deluge task for downloading a show from showRSS, and a Subliminal task for downloading the appropriate subtitles. The Subliminal task is the following:
subliminal: filesystem: path: - /media/hdd/Rick and Morty regexp: '.*\.(avi|mkv|mp4)$' recursive: yes accept_all: yes seen: local subliminal: languages: - ita
The above task throws this critical error:
[/tasks/subliminal/filesystem/path/0] '/media/hdd/Rick and Morty' does not exist
.
Actually, the directory do NOT exists, because it is created by Deluge when it starts downloading the first episode.
As a workaround, I'm creating by myself the directory, in order to silence the error...so I was wondering if there is a clever solution, e.g., say to the filesystem plugin to skip the non-existing directories.
Posts: 1
Participants: 1