Thank you!
Now I have troubles with my Java. I'm running Filebot on a Banapi Pro with Armbian. I installed OpenJDK-8:
java version "1.7.0_151"
OpenJDK Runtime Environment (IcedTea 2.6.11) (7u151-2.6.11-2~deb8u1)
OpenJDK Zero VM (build 24.151-b01, interpreted mode)
The error is:
+ /root/filebot ...
Search found 6 matches
- 29 Nov 2017, 09:47
- Forum: Ubuntu & Desktop Linux
- Topic: Setup FileBot on headless Raspberry Pi
- Replies: 12
- Views: 15270
- 28 Nov 2017, 23:36
- Forum: Ubuntu & Desktop Linux
- Topic: Setup FileBot on headless Raspberry Pi
- Replies: 12
- Views: 15270
Re: Setup FileBot on headless Raspberry Pi
1.
Yes, optional means not strictly necessary:
This package does not include the MediaInfo and 7-Zip native libraries.
@see http://www.filebot.net/#download
I don't see a package for a raspberry pi there.
Is there no installation guide for Filebot on a raspberry pi out there? None of them ...
- 02 Jul 2015, 20:25
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 35155
Re: Remove language from subtitle name
oh now I get it :D
Now I would like to add the IMDB rating and found this code on the forum:
{net.sourceforge.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).rating}
but it doesn't seems to work..
Another question: If a subtitle is not found by hash, why Filebot is not searching ...
Now I would like to add the IMDB rating and found this code on the forum:
{net.sourceforge.filebot.WebServices.TMDb.getMovieInfo(movie, Locale.ENGLISH).rating}
but it doesn't seems to work..
Another question: If a subtitle is not found by hash, why Filebot is not searching ...
- 02 Jul 2015, 07:24
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 35155
Re: Remove language from subtitle name
So what would be your suggestion? I'm using filebot just for renaming new downloaded movies. Should I modify the amc script or use the different filebot functions (which are rename, get subtitles and clean, correct?)?
- 01 Jul 2015, 21:49
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 35155
Re: Remove language from subtitle name
I tried by adding --format "{n} ({y} {sdhd})" but it seems to have no effect. here's my complete expression:
filebot -script fn:amc --output "/volume1/downloads/nice" --format "{n} ({y} {sdhd})" --log-file /volume1/downloads/amc.log --action move -non-strict "/volume1/downloads/complete" --def ...
filebot -script fn:amc --output "/volume1/downloads/nice" --format "{n} ({y} {sdhd})" --log-file /volume1/downloads/amc.log --action move -non-strict "/volume1/downloads/complete" --def ...
- 01 Jul 2015, 16:21
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 35155
Re: Remove language from subtitle name
Is it possible to remove the language in the .srt file using the amc script?