Filebot node + synology dont move-rename anything anymore

Any questions? Need some help?
Post Reply
Tdoc
Posts: 40
Joined: 20 Feb 2018, 08:19

Filebot node + synology dont move-rename anything anymore

Post by Tdoc »

Good day

Filebot nod has been working like a charm and is now not doing anything ?
Looks like filebot nod ignore where the files are ' Ignore system path: /volume1/Downloads/@eaDir '

I have checked and reapplied in case total rights for administrator group, logged in trough admin or user admin, same results (I am the only one managing filebotnod)

System
synology DS215Play
DSM 6.1.5-15254

run report

Code: Select all

filebot -script 'fn:amc' /volume1/Downloads --output /volume2/Video --action duplicate -non-strict --conflict auto --lang en --def 'music=y' 'unsorted=y' 'deleteAfterExtract=y' 'seriesFormat=Series/{n}/{episode.special ? '\''Special'\'' : '\''Season '\''+s}/{n} - {episode.special ? '\''S00E'\''+special.pad(2) : s00e00} - {t}' 'movieFormat=Movies/{collection+'\''/'\''}{n.sortName('\''$2, $1'\'')}.{y}.{vf}.{vc}.{ac}.[{bitdepth}] bit.{audio.language}' '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 [Tue Feb 20 09:39:03 CET 2018]
Parameter: music = y
Parameter: unsorted = y
Parameter: deleteAfterExtract = y
Parameter: seriesFormat = Series/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
Parameter: movieFormat = Movies/{collection+'/'}{n.sortName('$2, $1')}.{y}.{vf}.{vc}.{ac}.[{bitdepth}] bit.{audio.language}
Parameter: excludeList = .excludes
Argument[0]: /volume1/Downloads
Use excludes: /volume2/Video/.excludes
Ignore system path: /volume1/Downloads/@eaDir
No files selected for processing
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------

[Process completed]
System info

Code: Select all

filebot -script 'fn:sysinfo'

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

FileBot 4.7.9 (r4984)
JNA Native: 5.1.0
MediaInfo: 0.7.93
Apache Commons VFS: [zip, rar]
Chromaprint: 1.3.2
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2017-10-30 (r508)
Groovy: 2.4.10
JRE: Java(TM) SE Runtime Environment 1.8.0_101
JVM: 32-bit Java HotSpot(TM) Client VM
CPU/MEM: 4 Core / 473 MB Max Memory / 10 MB Used Memory
OS: Linux (i386)
Package: SPK
uname: Linux Diskstation 3.2.40 #15254 SMP PREEMPT Fri Jan 26 06:38:43 CST 2018 i686 GNU/Linux synology_evansport_415play
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------

[Process completed]

the filebot nod log is as bellow

Image

Any clues ? in avance thakns for any support
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot node + synology dont move-rename anything anymore

Post by rednoah »

According the log /volume1/Downloads doesn't contain any files (as far as the FileBot process can tell see, so permission issues is likely the problem here).

Ignore system path: /volume1/Downloads/@eaDir just means that it'll ignore the @eaDir child folder. This has no effect on other files and folders in your Downloads folder.

The easiest way to solve permission issues is by just using DSM to create a new share (e.g. Downloads_New_Folder_for_Testing) and then seeing if that works.
:idea: Please read the FAQ and How to Request Help.
Tdoc
Posts: 40
Joined: 20 Feb 2018, 08:19

Re: Filebot node + synology dont move-rename anything anymore

Post by Tdoc »

here are the rights for the folder with current user (admin) under Volume1

drwxrwxrwx+ 4 root root 4096 Feb 19 17:37 Downloads

this share under volume1 was created to test if it was access right issue
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot node + synology dont move-rename anything anymore

Post by rednoah »

Permissions can be tricky. Assuming that /volume1/Downloads contains files that FileBot can't see, we know that it's a permission issue.

Please create a new share, test with that, and see if it works. If it works, then you have one folder that works, and one that doesn't, and you can then spend time to your hearts content about what's different about the two, or just use the new folder that magically works and not worry about it any further. ;)

PS: The + indicates the existence of ACLs which can take precedence over traditional Unix permissions.
:idea: Please read the FAQ and How to Request Help.
Tdoc
Posts: 40
Joined: 20 Feb 2018, 08:19

Re: Filebot node + synology dont move-rename anything anymore

Post by Tdoc »

One question after renaming downloads to downloads_raw (in case of different folders same name)

Why the .excludes is named in the report below "Use excludes: /volume2/Video/.excludes (1)" ??

thanks

Code: Select all

filebot -script 'fn:amc' /volume1/Downloads_raw --output /volume2/Video --action test -non-strict --conflict auto --lang en --def 'music=y' 'unsorted=y' 'deleteAfterExtract=y' 'seriesFormat=Series/{n}/{episode.special ? '\''Special'\'' : '\''Season '\''+s}/{n} - {episode.special ? '\''S00E'\''+special.pad(2) : s00e00} - {t}' 'movieFormat=Movies/{collection+'\''/'\''}{n.sortName('\''$2, $1'\'')}.{y}.{vf}.{vc}.{ac}.[{bitdepth}] bit.{audio.language}' 'excludeList=.excludes' --log all

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

Run script [fn:amc] at [Tue Feb 20 12:23:39 CET 2018]
Parameter: music = y
Parameter: unsorted = y
Parameter: deleteAfterExtract = y
Parameter: seriesFormat = Series/{n}/{episode.special ? 'Special' : 'Season '+s}/{n} - {episode.special ? 'S00E'+special.pad(2) : s00e00} - {t}
Parameter: movieFormat = Movies/{collection+'/'}{n.sortName('$2, $1')}.{y}.{vf}.{vc}.{ac}.[{bitdepth}] bit.{audio.language}
Parameter: excludeList = .excludes
Argument[0]: /volume1/Downloads_raw
Use excludes: /volume2/Video/.excludes (1)
Ignore system path: /volume1/Downloads_raw/@eaDir
No files selected for processing
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------

[Process completed]
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot node + synology dont move-rename anything anymore

Post by rednoah »

--def excludeList is resolved relative to --output unless otherwise specified.
:idea: Please read the FAQ and How to Request Help.
Tdoc
Posts: 40
Joined: 20 Feb 2018, 08:19

Re: Filebot node + synology dont move-rename anything anymore

Post by Tdoc »

How strange

came back to my desk, ran the dry test again and it works ??
the 64 millions dollars question, what's happend !!

reagrds
PS I am doing my paypal contribution for your time
Post Reply