Page 1 of 1

Simple Set up Question for Node (Package Permissions)

Posted: 27 May 2023, 19:12
by betabetamax
I had all of this working brilliantly before the update 7.0 and now im just having an issue with directories returning an error. These are the same paths I had before but I cant seem to get them to work. I hope its something dumb on my part. Thanks!

Code: Select all

------------------------------------------

Run script [fn:amc] at [Sat May 27 14:03:09 COT 2023]

[PSA] Important Discussion of Proposed Changes:
https://www.filebot.net/forums/viewtopic.php?t=13406

Parameter: ut_label = Movie
Parameter: music = y
Parameter: unsorted = y
Parameter: skipExtract = y
Parameter: excludeList = .excludes
Argument[0]: File does not exist: /volume1/Plex/Library/inbox
Invalid usage: output folder must exist and must be a writable directory: /volume1/Plex/Library/movies
Use excludes: /volume1/Plex/Library/movies/.excludes
Failed to create excludes: /volume1/Plex/Library/movies/.excludes
Abort (×_×)

------------------------------------------

[Process error]

🔺 Exit Code: 4

Re: Simple Set up Question for Node

Posted: 27 May 2023, 19:55
by rednoah
:!: Can't read from the input folder:

Code: Select all

Argument[0]: File does not exist: /volume1/Plex/Library/inbox
:!: Can't write to the output folder:

Code: Select all

Invalid usage: output folder must exist and must be a writable directory: /volume1/Plex/Library/movies


:?: Did you already grant permissions to the FileBot package user?


rednoah wrote: 10 Jul 2014, 06:56 Package Permissions:
DSM 6.2.4 and DSM 7.0 restrict file system access by default. FileBot Node may not be able to access your files unless you explicitly grant permission first.

Image

Re: Simple Set up Question for Node

Posted: 28 May 2023, 18:56
by betabetamax
My hero! Thank you tremendously!