Search found 8 matches
- 29 Nov 2017, 09:47
- Forum: Ubuntu & Desktop Linux
- Topic: Setup FileBot on headless Raspberry Pi
- Replies: 12
- Views: 14040
Re: Setup FileBot on headless Raspberry Pi
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.sh ...
- 28 Nov 2017, 23:36
- Forum: Ubuntu & Desktop Linux
- Topic: Setup FileBot on headless Raspberry Pi
- Replies: 12
- Views: 14040
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 seems ...
- 02 Jul 2015, 20:25
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 30693
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 with ...
- 02 Jul 2015, 07:24
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 30693
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: 30693
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 ...
- 01 Jul 2015, 16:21
- Forum: Scripting and Automation
- Topic: Remove language from subtitle name
- Replies: 46
- Views: 30693
Re: Remove language from subtitle name
Is it possible to remove the language in the .srt file using the amc script?
- 29 Jun 2015, 19:02
- Forum: Feature Requests and Bug Reports
- Topic: No matching subtitles found
- Replies: 3
- Views: 3772
Re: No matching subtitles found
ok thanks!
I'm running Filebot on my Synology NAS. There is an app calles subliminal which found the subtitles on http://www.tvsubtitles.net
Is it possible to add a subtitle provider which is faster? I usually want to watch new episodes directly
I'm running Filebot on my Synology NAS. There is an app calles subliminal which found the subtitles on http://www.tvsubtitles.net
Is it possible to add a subtitle provider which is faster? I usually want to watch new episodes directly

- 29 Jun 2015, 16:34
- Forum: Feature Requests and Bug Reports
- Topic: No matching subtitles found
- Replies: 3
- Views: 3772
No matching subtitles found
I can't find the latest subtile from True Detective with Filebot, but according to OpenSubtitles there a few that should match: http://www.opensubtitles.org/en/search/sublanguageid-eng/imdbid-4057166 filebot -script fn:suball ./ -non-strict --def maxAgeDays=30 Fetch subtitles for [/volume1/Public ...