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

Prevent error on not existing path

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 716

Trending Articles