filebot moved file but cannot see it on synology

Any questions? Need some help?
Post Reply
garyleecn
Donor
Posts: 114
Joined: 19 Nov 2014, 03:48

filebot moved file but cannot see it on synology

Post by garyleecn »

hey everyone and rednova,

i just did lots of experiments and get filebot 'running' on my synology. but now the problem is that the filebot recognizes all the files and copies them to the new directory, but i DONT see any files under that directory, neither through finder on mac nor on synology web interface. same does the log and exception list. so if i run the same command again, it would say the file already exists and will NOT copy.
anyone knows what's going on?

btw, I'm using ssh via terminal and i have java 8/filebot 4.5 on synology.


here's code i use

Code: Select all

/volume1/@appstore/filebot/filebot.sh -script fn:amc --output "/volume1/mount/1" --action copy --db OpenSubstitles -non-strict /volume1/Downloads/ --def "seriesFormat=/volume1/mount/1/TV Shows/{n}/{'Season'+s} [{airdate.format('yyyy')}]/{n}_{s00e00}_{t} [{airdate.format('yyyy.MM.dd')}]" "movieFormat=/volume1/1/home/Movie/{n} ({y}) [{genres[0]}, {certification}, {rating}]/{n}_{source}" subtitles=en,zh clean=y deleteAfterExtract=y unsorted=y --conflict auto --log-file /volume1/mount/FileBotLog.log
and here's the returns

Code: Select all

DownloadServer> /volume1/@appstore/filebot/filebot.sh -script fn:amc --output "/volume1/mount/1" --action copy --db
 OpenSubstitles -non-strict /volume1/Downloads/ --def "seriesFormat=/volume1/mount/1/TV Shows/{n}/{'Season'+s} [{ai
rdate.format('yyyy')}]/{n}_{s00e00}_{t} [{airdate.format('yyyy.MM.dd')}]" "movieFormat=/volume1/1/home/Movie/{n} ({
y}) [{genres[0]}, {certification}, {rating}]/{n}_{source}" subtitles=en,zh clean=y deleteAfterExtract=y unsorted=y
--conflict auto --log-file /volume1/mount/FileBotLog.log

Locking /volume1/mount/FileBotLog.log
Parameter: seriesFormat = /volume1/mount/1/TV Shows/{n}/{'Season'+s} [{airdate.format('yyyy')}]/{n}_{s00e00}_{t} [{airdate.format('yyyy.MM.dd')}]
Parameter: movieFormat = /volume1/1/home/Movie/{n} ({y}) [{genres[0]}, {certification}, {rating}]/{n}_{source}
Parameter: subtitles = en,zh
Parameter: clean = y
Parameter: deleteAfterExtract = y
Parameter: unsorted = y
Argument: /volume1/Downloads
Input: /volume1/Downloads/scorpion 0109.mkv
Exclude: /volume1/Downloads/@eaDir/scorpion 0109.mkv@SynoEAStream
Exclude: /volume1/Downloads/@eaDir/scorpion 0109.mkv@SynoResource
scorpion 0109.mkv [series: scorpion, movie: Prisoner 701: Sasori (2008)]
Exclude Movie: Prisoner 701: Sasori (2008)
Group: [tvs:scorpion, mov:null, anime:null] => [scorpion 0109.mkv]
Get [English] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
Matched [scorpion 0109.mkv] to [Scorpion.S01E09.720p.HDTV.X264-DIMENSION] via hash
Fetching [Scorpion.S01E09.720p.HDTV.X264-DIMENSION.srt]
Export [Scorpion.S01E09.720p.HDTV.X264-DIMENSION.srt] as: SubRip / UTF-8
Writing [Scorpion.S01E09.720p.HDTV.X264-DIMENSION.srt] to [scorpion 0109.eng.srt]
Get [Chinese] subtitles for 1 files
Looking up subtitles by hash via OpenSubtitles
No matching subtitles found: /volume1/Downloads/scorpion 0109.mkv
Rename episodes using [TheTVDB]
Auto-detected query: [Scorpion, scorpion 0109]
Fetching episode data for [Scorpion]
Fetching episode data for [Scorpion Tales]
Fetching episode data for [Black Scorpion]
Nov 19, 2014 12:55:10 PM net.filebot.media.MediaDetection$7 getSizeValues
WARNING: Unable to read media info: Unable to load 32-bit native library 'mediainfo' [scorpion 0109.eng.srt]
Nov 19, 2014 12:55:10 PM net.filebot.media.MediaDetection$7 getSizeValues
WARNING: Unable to read media info: Unable to load 32-bit native library 'mediainfo' [Scorpion_S01E09_Rogue Element [2014.11.17].srt]
Skipped [/volume1/Downloads/scorpion 0109.eng.srt] because [/volume1/mount/1/TV Shows/Scorpion/Season1 [2014]/Scorpion_S01E09_Rogue Element [2014.11.17].srt] already exists
Nov 19, 2014 12:55:10 PM net.filebot.media.MediaDetection$7 getSizeValues
WARNING: Unable to read media info: Unable to load 32-bit native library 'mediainfo' [scorpion 0109.mkv]
Nov 19, 2014 12:55:10 PM net.filebot.media.MediaDetection$7 getSizeValues
WARNING: Unable to read media info: Unable to load 32-bit native library 'mediainfo' [Scorpion_S01E09_Rogue Element [2014.11.17].mkv]
Skipped [/volume1/Downloads/scorpion 0109.mkv] because [/volume1/mount/1/TV Shows/Scorpion/Season1 [2014]/Scorpion_S01E09_Rogue Element [2014.11.17].mkv] already exists
Processed 2 files
Clean temporary extracted files
Delete /volume1/Downloads/scorpion 0109.eng.srt
Done ヾ(@⌒ー⌒@)ノ
User avatar
rednoah
The Source
Posts: 23942
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: filebot moved file but cannot see it on synology

Post by rednoah »

That is very strange. According to the logs the file is definitely there. You could cd into the folder and do ls -la to check if the files are really there and permissions. I also highly recommend using the latest DSM 5.1 which solved some issues for me.

The warnings just indicate that libmediainfo can't be loaded, but that's optional really.

Mac Finder has lots of issues with refreshing file listings, but the DSM web interface shouldn't have the same issues. If DSM doesn't show the files than my first guess would be a weird permissions issue.
:idea: Please read the FAQ and How to Request Help.
Post Reply