Search found 12 matches
- 25 Jul 2013, 15:23
- Forum: Help and Support
- Topic: OutOfMemoryError: Java heap space
- Replies: 5
- Views: 5916
Re: OutOfMemoryError: Java heap space
Ah thanks, didn´t notice the script. That works well!
- 25 Jul 2013, 10:32
- Forum: Help and Support
- Topic: OutOfMemoryError: Java heap space
- Replies: 5
- Views: 5916
OutOfMemoryError: Java heap space
When trying to fetch subtitles for a large number of files via Cronjob, I always get an out-of-memory exception from the Java VM. Is there a way to increase the initial and maximum heap size? /volume1/public/filebot.sh -get-missing-subtitles /volume1/video/TV\ Shows/ -r --lang en --output srt ...
- 24 Jul 2013, 17:49
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
I tried the svn version but it totally messed up my data by makin a tv show out of nearly every movie. :-( Code used: /volume1/public/filebot.sh -script svn:amc --output /volume1/video/ --action move --conflict skip -non-strict /volume1/video/Unsorted --def subtitles=en clean=y artwork=n ...
- 24 Jul 2013, 10:57
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
What I do not understand is the behaviour of the script: /volume1/public/filebot.sh -script fn:amc --output /volume1/video/ --action move --conflict skip -non-strict /volume1/video/Unsorted --def clean=y artwork=n Parameter: clean = y Parameter: artwork = n Argument: /volume1/video/Unsorted Input ...
- 24 Jul 2013, 07:43
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
Awesome, thanks. But I can give you tons of these renaming issues with the history log Here´s one that hit me personally as it is one of my favourite movies. :-) [Der Pate 2 - 720p - 1974.mpg] => [Satsujin ken 2 - 1974.mpg] [Der Pate 3 - 720p - 1990.mpg] => [Flodder Forever - 1995.mpg] Is there a ...
- 23 Jul 2013, 15:12
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
Ah didn´t know that functionality...thanks! Here are some examples: [24.s06e24.dvdrip.xvid-medieval.avi] => [ - (1990).avi] [24-s06e10-15.00.Uhr-16.00.Uhr-x264.mkv] => [24 - S06E10-E15 - Day 6 300 P.M. - 400 P.M. & Day 6 800 P.M. - 900 P.M.mkv] [James Bond 007 - 13.Octopussy.UE.German.1983.AC3. ...
- 23 Jul 2013, 09:37
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
Since they are renamed and moved by the scripts above by now, I do not have a list of filenames anymore, sorry. I had several issues with a series of James Bond Movies, I am still missing an Austin Powers movie and some german movies as well. Each file was pretty well named already (Name ...
- 23 Jul 2013, 09:08
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
As I couldn´t get the watcher script to work I try to solve my problems by using the -rename function with Crontab every hour. The problem is, I can not guarantee, that a file examined by filebot is a tvshow or a movie. Script for TV Shows: /volume1/public/filebot.sh -rename /volume1/video/Unsorted/ ...
- 18 Jul 2013, 14:27
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Re: Watcher Script on Synology
There's two options: 1. filebot/amc is called for each new download, that's the recommended usage. The download application needs to support executing external programs on new downloads. All torrent clients support that. I could do that, but then I get the problem, that if I add files to the folder ...
- 18 Jul 2013, 13:51
- Forum: Scripting and Automation
- Topic: Watcher Script on Synology
- Replies: 16
- Views: 19673
Watcher Script on Synology
Hi there, is it possible to create a script, that gets notified, if a new file has arrived in "downloads" and automatically executes filebot just on the new files? This call is used right now: filebot.sh -script fn:amc --output /volume1/video/ --action copy --lang en --conflict skip -non-strict ...
- 18 Jul 2013, 12:00
- Forum: Help and Support
- Topic: Filebot/AMC and german Umlaute
- Replies: 3
- Views: 4666
Re: Filebot/AMC and german Umlaute
As I learned now, the DS213j has no built-in UTF-8 Support. I managed to install UTF-8 on the NAS and the script worked fine besides that it does not delete the empty folders afterwards.
I followed this tutorial: http://www.synology-wiki.de/index.php/Locale-UTF8
I followed this tutorial: http://www.synology-wiki.de/index.php/Locale-UTF8
- 18 Jul 2013, 08:53
- Forum: Help and Support
- Topic: Filebot/AMC and german Umlaute
- Replies: 3
- Views: 4666
Filebot/AMC and german Umlaute
Hello there, I am new to the whole FileBot universe, but impressed of all the work you have put into the tool. Unfortunately the work I put into it isn´t that successful. I am runnig FileBot via SSH on my Synology DS213j. I am trying to achieve, that Filebot sorts my episodes and movies in the right ...