Search found 10 matches

by polux400
08 Jan 2013, 20:49
Forum: Scripting and Automation
Topic: Skip some folders using script - fn:suball
Replies: 1
Views: 3326

Skip some folders using script - fn:suball

Hello there, Thanks to Rednoah's help, i'm now running daily a script to downloads my missing subtitles in english and french for both TVshow and movies. It's perfectly working and integrated with my Plex mediacenter. I'm currently trying to improve my script because of quota reached on Opensubtitle...
by polux400
08 Jan 2013, 20:31
Forum: Scripting and Automation
Topic: Automated recursive subtitle download?
Replies: 2
Views: 3670

Re: Automated recursive subtitle download?

Or you can use :

filebot -script fn:suball "E:\TvShows" --lang en -non-strict

Just change "en" to the language u r looking for :)
by polux400
29 Dec 2012, 03:11
Forum: Scripting and Automation
Topic: To have .fre.srt instead of .fra.srt for French subtitles
Replies: 5
Views: 4909

Re: To have .fre.srt instead of .fra.srt for French subtitle

So obvious :o

It works now with the folder arg, thanks again for the help !
by polux400
29 Dec 2012, 02:05
Forum: Scripting and Automation
Topic: To have .fre.srt instead of .fra.srt for French subtitles
Replies: 5
Views: 4909

Re: To have .fre.srt instead of .fra.srt for French subtitle

Thanks for the quick answer. Of course I didn't ask to modify Filebot for me, just to know how can i modify my Filebot script to resolve this. in order to do that, can I use this line ? filebot -script fn:replace --def "e=.fra.srt" "r=.fre.srt" doesn't seems to work or do i need ...
by polux400
29 Dec 2012, 01:10
Forum: Scripting and Automation
Topic: To have .fre.srt instead of .fra.srt for French subtitles
Replies: 5
Views: 4909

To have .fre.srt instead of .fra.srt for French subtitles

Hello, I'm using Plex as media center and it seems to be based on ISO 639-2/B http://en.wikipedia.org/wiki/List_of_ISO_639-1_codes to determine which is the language of the subtitles files. Apparently, Filebot is based on another ISO number, results that for french subtitles downloaded by filebot I ...
by polux400
27 Dec 2012, 21:50
Forum: Feature Requests and Bug Reports
Topic: [3.2] can't get subtitles anymore, problem Opensubtitles...
Replies: 5
Views: 5887

Re: [3.2] can't get subtitles anymore, problem Opensubtitles

Hello,

It appears that the problem is fixed by stay logged in OSDb.

Thanks for the tip for the script but i couldn't find how to script on windows :/
by polux400
20 Dec 2012, 07:50
Forum: Feature Requests and Bug Reports
Topic: [3.2] can't get subtitles anymore, problem Opensubtitles...
Replies: 5
Views: 5887

Re: [3.2] can't get subtitles anymore, problem Opensubtitles

Thanks for your reply. you are right, if i try to download directly from the website without login, I can't because of leech limit. if I login, i can download without limit apparently (or a very large limit). i've tried to login and try to download with filebot, it doesn't work. Is there a way to se...
by polux400
19 Dec 2012, 20:52
Forum: Feature Requests and Bug Reports
Topic: [3.2] can't get subtitles anymore, problem Opensubtitles...
Replies: 5
Views: 5887

[3.2] can't get subtitles anymore, problem Opensubtitles...

Hello, i'm using the v3.2 64bits exe on windows 8, and it seems that opensubtitles has now an anti leech limit (or i have never seen it before...). So I can't downlaod anymore any subtitles for my TV show or movies because Filebot find all the subtitles on opensubtitles and when I click to download ...
by polux400
09 Sep 2012, 10:00
Forum: Scripting and Automation
Topic: Need help for beginner in scripting
Replies: 3
Views: 6322

Re: Need help for beginner in scripting

When you say "open the console", do i have to use "cmd" in windows ? Because i think i have to specify the folder of "filebot" in the CLI, but don't really know how. This is what i have now, but doesnt seem to work (see pic in attachment). My filebot folder is "c:\...
by polux400
09 Sep 2012, 01:32
Forum: Scripting and Automation
Topic: Need help for beginner in scripting
Replies: 3
Views: 6322

Need help for beginner in scripting

hello, First of all, i want to thank the owner of Filebot (rednoah) for this awesome tool ! ;) Atm, i use Filebot Gui using drag&drop function for my movies or tv shows (full seasons). As i'm trying to create a fully automatized media center with Plex + SickBeard + CouchPotato + Sabnzb, i'm real...