I finally got Node running on DSM6. When I run Node, I get this:
Code: Select all
filebot -script 'fn:amc' /volume1/Descargas/ --output /volume1/video/Peliculas/ --action hardlink -non-strict --conflict auto --lang es --def 'ut_label=movie' 'artwork=y' 'clean=y' 'skipExtract=y' 'minFileSize=500000000' 'excludeList=.excludes' --log all --log-file '/volume1/@appstore/filebot-node/data/filebot.log'
------------------------------------------
Locking /volume1/@appstore/filebot-node/data/filebot.log
Run script [fn:amc] at [Wed Mar 30 15:01:34 CEST 2016]
Parameter: ut_label = movie
Parameter: artwork = y
Parameter: clean = y
Parameter: skipExtract = y
Parameter: minFileSize = 500000000
Parameter: excludeList = .excludes
Argument: /volume1/Descargas
Using excludes: /volume1/video/Peliculas/.excludes (20092)
Ignore hidden folder: /volume1/Descargas/@eaDir
Ignore hidden folder: /volume1/Descargas/.TemporaryItems
No files selected for processing
Failure (°_°)
------------------------------------------
[Process error]
Code: Select all
SEVERE: Unexpected error during startup
java.nio.file.AccessDeniedException: /volume1/@appstore/filebot-node/data/filebot.log
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:84)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
at sun.nio.fs.UnixFileSystemProvider.newFileChannel(UnixFileSystemProvider.java:177)
at java.nio.channels.FileChannel.open(FileChannel.java:287)
at java.nio.channels.FileChannel.open(FileChannel.java:335)
at net.filebot.Main.main(Main.java:123)
My questions are:
1.- Why Node is not working? I assume it is because folder permissions, but I don't know how to solve it.
2.- Why on a terminal window, with a non-root user, Filbert does not work?
Thanks in advance.