@j_57Ob wrote:
Hi, I'm trying to set this up but I'm running into a problem. I'm running this as a docker on my Synology NAS. I also have Jdownloader2 setup as a docker on the NAS too.
Bascially, my config works as it can find entries in the RSS feed that match, however it doesn't seem to be converting those urls to '.crawljobs' for Jdownloader2 to pickup in folderwatch.
As a basic test I created the follow config:
web_server: bind: 0.0.0.0 port: 3539 tasks: TV_Shows: rss: http://rmz.cr/feed series: - Fresh quality: - "!h264" exec: - echo text={{url}} >> "/data/{{title}}.crawljob" - echo downloadFolder=/data/{{title}} >> "/data/{{title}}.crawljob" ##if you also need to parse the content of the url, uncomment following line - echo deepAnalyseEnabled=true >> "/data/{{title}}.crawljob"
/data/ is a path in the docker settings to '/volume1/Plex Media/Downloads/flexget/'. I've also tried setting the config file to go directly to that folder too but it still doesn't work.
Here's what the log is saying. But I'm just not sure why it's saying 'nonexistent directory' because that directory does exist.
Entry '[RR/NF/UL/CU] Fresh Off the Boat S06E13 1080p WEB HEVC x265-RMTeam (237MB)' URL rewritten to http://rapidrar.com/y1jl56xu9cbt (with rmz)
Stdout: /bin/sh: can't create /data/[RR/NF/UL/CU] Fresh Off the Boat S06E13 1080p WEB HEVC x265-RMTeam (237MB).crawljob: nonexistent directory
Stdout: /bin/sh: syntax error: unexpected "("
Stdout: /bin/sh: can't create /data/[RR/NF/UL/CU] Fresh Off the Boat S06E13 1080p WEB HEVC x265-RMTeam (237MB).crawljob: nonexistent directory
Any help would be great!
Posts: 1
Participants: 1