Page 1 of 1

Finished without processing any files !

Posted: 11 Nov 2019, 09:30
by mulderonline
Hi I work on synology with filebot spk file intall from beta version
my problem is that file are not found
synology:
Model DS3617xs
INTEL Xeon D-1527
16 Go
DSM 6.2.2-24922

Filebot version

Code: Select all

filebot -script 'fn:sysinfo'

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

Locking /volume1/@appstore/filebot/data/admin/lock.log
FileBot 4.8.6 (r6865)
JNA Native: 6.1.0
MediaInfo: 19.04
7-Zip-JBinding: 9.20
Chromaprint: 1.4.3
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2019-10-14 (r601)
Groovy: 2.5.8
JRE: OpenJDK Runtime Environment 13.0.1
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 8 Core / 13 GB Max Memory / 78 MB Used Memory
OS: Linux (amd64)
HW: Linux Mulder3617 3.10.105 #24922 SMP Wed Jul 3 16:37:23 CST 2019 x86_64 GNU/Linux synology_broadwell_3617xs
STORAGE: ext4 [/] @ 972 MB | btrfs [/volume1] @ 8 TB | cifs [/volume1/Netbackup/Netbackup_1511] @ 4.2 TB | cifs [/volume1/Video/New] @ 4.2 TB | cifs [/volume1/Video/Films] @ 4.2 TB | btrfs [/volume1/@docker] @ 8 TB | btrfs [/volume1/@docker/btrfs] @ 8 TB
DATA: /volume1/@appstore/filebot/data/admin
Package: SPK
License: FileBot License P8498486 (Valid-Until: 2020-07-10)
Done ヾ(@⌒ー⌒@)ノ
------------------------------------------

[Process completed]
before processing clearcache

Code: Select all

admin@Mulder3617:/volume1/Video/Films$ filebot -clear-cache
Clear cache
* Delete /volume1/@appstore/filebot/data/admin/cache/0
------------------------------------------
filebot node exec log

Code: Select all

Locking /usr/local/filebot-node/data/filebot.log
Initialize new disk cache: /volume1/@appstore/filebot/data/admin/cache/0
Run script [fn:amc] at [Mon Nov 11 10:21:04 CET 2019]
Parameter: artwork = y
Parameter: subtitles = fra
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: seriesFormat = {plex}
Parameter: animeFormat = {plex}
Parameter: movieFormat = {plex}
Parameter: musicFormat = {plex}
Parameter: excludeList = .exclude_standard
Argument[0]: /volume1/Video/Films
Activate License [P8498486] on [Mon Nov 11 10:21:04 CET 2019]
Use excludes: /volume1/Movies/.exclude_standard (1)
No files selected for processing
Done ¯\_(ツ)_/¯
------------------------------------------

[Process error]
Filesystem

Code: Select all

admin@Mulder3617:/volume1/Video/Films$ ll
total 1218569233
drwxrwxrwx  2 admin users           0 Nov 11 09:51 .
drwxrwxrwx+ 1 root  root          452 Nov 11 09:12 ..
-rwxrwxrwx  1 admin users  1337284536 Nov  7 12:19 711 Ocean Drive (1950).mkv
-rwxrwxrwx  1 admin users  1259307778 Oct 30 12:29 Angels with Dirty Faces (1938).mkv
...
300 files MKV
Thanks for help

Re: Finished without processing any files !

Posted: 11 Nov 2019, 09:41
by rednoah
Permission issues... /volume1/Video/Films appears empty from the point of view of the admin user that is running FileBot.


Although it might look like this folder is world/read-writable, the + indicates that there's additional ACLs which may every well override traditional Unix permissions:

Code: Select all

drwxrwxrwx+ 1 root  root          452 Nov 11 09:12 ..

:idea: Create a new shared folder via DSM UI with pristine permissions to confirm FileBot is working, so you can then check what's different with your existing share that makes things not work.

Re: Finished without processing any files !

Posted: 11 Nov 2019, 15:30
by mulderonline
Hi thanks for your response.
It s a shared fs from another synology mount with admin right.
Cmd line filebot is working
bash /volume1/Video/filebot.sh /volume1/Video/Films

Code: Select all

#!/usr/bin/bash
cd /volume1/Video/New/
set -x
filebot -rename $1  --output /volume1/Movies/Movies -r  --db TheMovieDB -non-strict --log All --conflict auto --action move

Trying with local fs, it s working.
Thanks

Re: Finished without processing any files !

Posted: 21 Mar 2023, 05:05
by rednoah