Failure when moving file
Posted: 11 Apr 2014, 20:29
Hello, I am having issues with FileBot failing to move/rename files. I am running FileBot on Ubuntu, it is called by an Execute script when Deluge finishes downloading a torrent. The script should move the video file from my Torrents folder to an external hard drive (/Media1/), here is the output:
Here's my sysinfo output:
If I run the exact same FileBot command outside of my script, it works fine. I am thinking the issue has something to do with permissions, however it is being run under the same user whether in or out of the script.
Thanks for any help you can give me.
Code: Select all
Get [English] subtitles for 1 files
Looking up subtitles by filehash via OpenSubtitles
Matched [Dom Hemingway 2013 720p BRRip x264 AC3-JYK.mkv] to [Dom.Hemingway.2013.LIMITED.720p.BluRay.X264-AMIABLE-HI] via filehash
Fetching [Dom.Hemingway.2013.LIMITED.720p.BluRay.X264-AMIABLE-HI.srt]
Export [Dom.Hemingway.2013.LIMITED.720p.BluRay.X264-AMIABLE-HI.srt] as: SubRip / UTF-8
Writing [Dom.Hemingway.2013.LIMITED.720p.BluRay.X264-AMIABLE-HI.srt] to [Dom Hemingway 2013 720p BRRip x264 AC3-JYK.eng.srt]
Filename pattern: [0.00] SxE, [0.00] CWS
Rename movies using [TheMovieDB]
Auto-detect movie from context: [/home/brian/Torrents/Movies/Dom Hemingway 2013 720p BRRip x264 AC3-JYK/Dom Hemingway 2013 720p BRRip x264 AC3-JYK.mkv]
[MOVE] Rename [/home/brian/Torrents/Movies/Dom Hemingway 2013 720p BRRip x264 AC3-JYK/Dom Hemingway 2013 720p BRRip x264 AC3-JYK.mkv] to [/media/Media1/Movies/Dom Hemingway [2014] (720p).mkv]
Failure (?_?)
Code: Select all
FileBot 4.0 (r2056)
JNA Native: 4.0.0
MediaInfo: MediaInfoLib - v0.7.64
7-Zip-JBinding: OK
chromaprint-tools: fpcalc version 1.1.0 (/usr/share/filebot/fpcalc)
Extended Attributes: DISABLED
Groovy Engine: 2.2.0
OpenJDK Runtime Environment 1.7.0_51 (headless)
64-bit OpenJDK 64-Bit Server VM
Linux (amd64)
Linux raekwon 3.11.0-18-generic #32-Ubuntu SMP Tue Feb 18 21:11:14 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux
Done ヾ(@⌒ー⌒@)ノ
If I run the exact same FileBot command outside of my script, it works fine. I am thinking the issue has something to do with permissions, however it is being run under the same user whether in or out of the script.
Thanks for any help you can give me.