Search found 8 matches

by shotar
29 Nov 2017, 09:47
Forum: Ubuntu & Desktop Linux
Topic: Setup FileBot on headless Raspberry Pi
Replies: 12
Views: 12313

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/fil...
by shotar
28 Nov 2017, 23:36
Forum: Ubuntu & Desktop Linux
Topic: Setup FileBot on headless Raspberry Pi
Replies: 12
Views: 12313

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 wor...
by shotar
02 Jul 2015, 20:25
Forum: Scripting and Automation
Topic: Remove language from subtitle name
Replies: 46
Views: 20748

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 th...
by shotar
02 Jul 2015, 07:24
Forum: Scripting and Automation
Topic: Remove language from subtitle name
Replies: 46
Views: 20748

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?)?
by shotar
01 Jul 2015, 21:49
Forum: Scripting and Automation
Topic: Remove language from subtitle name
Replies: 46
Views: 20748

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 "/volu...
by shotar
01 Jul 2015, 16:21
Forum: Scripting and Automation
Topic: Remove language from subtitle name
Replies: 46
Views: 20748

Re: Remove language from subtitle name

Is it possible to remove the language in the .srt file using the amc script?
by shotar
29 Jun 2015, 19:02
Forum: Feature Requests and Bug Reports
Topic: No matching subtitles found
Replies: 3
Views: 3386

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 :D
by shotar
29 Jun 2015, 16:34
Forum: Feature Requests and Bug Reports
Topic: No matching subtitles found
Replies: 3
Views: 3386

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 NA...