But i just tested again, using single files of the Harry Potter ones. Same naming format Harry.Potter.And.The.Chamber.Of.Secrets.2002.[1280x544].23.976fps.720p.BluRay.FASM It has no problem when i drag n drop single files likes this. I've tried 3 different HP movies and subtitles were found for all ...
I've found that this is happening mostly when you have FileBot run for multiple subs at the same time. Been testing a bit for the past 20 minutes and when i try to run it for a single file it works (most of the time) When doing a single file Godfather, The Part II (1974).720p.BluRay.x264.RiPSalot ...
x-posting this on the OS forums as well. -- Using FB version 4.6.1-r3202 I've been running into this error for quite a while already as well. At first i thought it was something wrong with OS servers so i waited it out, but it's not resolving itself. When running the script i use (which has been the ...
But downloading subtitles is fine, both via hash lookup and name search. Isn't that going through the API as well?
Either way, i'll ask what's up on the forums.
Alright, got it. It's working now. Though running the "FBplatform.exe" doesn't give much info. Running the FileBot.exe shows a lot more info in Fiddler. I saw it's throwing 503 errors from the OpenSub API. <h1>Error 503 Backend fetch failed</h1> <h3>Guru Meditation:</h3> <p>XID: 550059373</p> <p ...
I can just run filebot-4.6.1-r3202-rsu.jar and add that "-dnet..." line in the .ini located in my install directory?
edit: probably need to run the Filebot.jar not the -rsu
*edit2: Fiddler isn't picking up any traffic when i run FileBot.jar from my desktop
I have to be honest, i'm not quite sure what i'm looking at in Fiddler. A bit too techy for me. But i'm seeing this pop up in the log whenever i have Filebot do an upload request. Not sure if relevant. SecureClientPipeDirect failed: System.Security.Authentication.AuthenticationException A call to ...
First of all, i'm not sure on who's side this error is. So if you'd rather have me post this over on the OpenSub forums i'll gladly do so. I've tried the OpenSub upload plugin Nikse made for SubtitleEdit and it seemed to work fine. Though Filebot's is a lot better at recognizing what's what. -- I'm ...
I've been working on this a little bit longer and somehow managed to get exactly what i wanted. For people with more knowledge of Java/Groovy this will probably look absolutely terrible but hey, it's working. 8-) *\{genres[0]}\{allOf{n.upperInitial().replaceFirst(/^(?i)(The|A|An|)\s(.+)/, /$2, $1 ...
Well after reading up on the functions of the allOf , .unique() and .join() expressions i've been trying get my preferred format to work. This is what i have now: *\{genres[0]}\{allOf{n.upperInitial()} {info.originalName.upperInitial()}.unique().join( ' - ' )} ({y}) This is as close as i've gotten ...
UPDATE - Looked into this a bit more for you, the following would give you Title (year) - (Original Title) *\{genres[0]}\{n.upperInitial()} ({y}) - ({info.OriginalName}) The problem is that this is putting an original name for all the movies, not only the ones which are foreign. I'm guessing the ...
I've been breaking my brain over this a couple hours already and can't really find much documentation on it either so i thought i'd make a thread to see if anyone could shed some light on it. I'm currently trying to restructure/rename folders in this format: *\Genre\English Title (Year) - (Original ...