Search found 17 matches

by Nhoise
04 Nov 2015, 02:10
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6167

Re: Search by name failed: 409 Method not found

Ok, did some more testing and i think i found out what's causing it.

There are 8 HP movies.
One movie is called

Code: Select all

Harry.Potter.And.The.Philosopher's.Stone
When not including that one it works and finds subtitles for all 7.

Philosopher's contains an '
by Nhoise
04 Nov 2015, 01:57
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6167

Re: Search by name failed: 409 Method not found

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....
by Nhoise
03 Nov 2015, 22:12
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6167

Re: Search by name failed: 409 Method not found

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 an...
by Nhoise
03 Nov 2015, 20:31
Forum: Windows
Topic: Search by name failed: 409 Method not found
Replies: 10
Views: 6167

Re: Search by name failed: 409 Method not found

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...
by Nhoise
20 Sep 2015, 20:37
Forum: Windows
Topic: OpenSub Upload feature is unreliable
Replies: 10
Views: 7017

Re: OpenSub Upload feature is unreliable

Just made a thread there. Thanks for the help noah.
by Nhoise
20 Sep 2015, 20:21
Forum: Windows
Topic: OpenSub Upload feature is unreliable
Replies: 10
Views: 7017

Re: OpenSub Upload feature is unreliable

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.
by Nhoise
20 Sep 2015, 20:02
Forum: Windows
Topic: OpenSub Upload feature is unreliable
Replies: 10
Views: 7017

Re: OpenSub Upload feature is unreliable

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<...
by Nhoise
20 Sep 2015, 19:36
Forum: Windows
Topic: OpenSub Upload feature is unreliable
Replies: 10
Views: 7017

Re: OpenSub Upload feature is unreliable

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
by Nhoise
20 Sep 2015, 19:15
Forum: Windows
Topic: OpenSub Upload feature is unreliable
Replies: 10
Views: 7017

Re: OpenSub Upload feature is unreliable

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 SS...
by Nhoise
20 Sep 2015, 17:01
Forum: Windows
Topic: OpenSub Upload feature is unreliable
Replies: 10
Views: 7017

OpenSub Upload feature is unreliable

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 ...
by Nhoise
20 Sep 2015, 16:45
Forum: Episode / Movie Naming Scheme
Topic: Release Groups {group}
Replies: 684
Views: 1590762

Re: Release Groups {group}

NeZu
RiPSalot
x0r
HORiZON-ArtSubs (is currently being recognized as ArtSubs only)
CODY
MkvCage


* Would it be possible to have an external .txt or w/e which filebot can read so people can easily add their own?
by Nhoise
13 Feb 2015, 01:55
Forum: Help and Support
Topic: Solved: Help needed with original foreign movie titles
Replies: 7
Views: 4364

Re: Solved: Help needed with original foreign movie titles

Thank you kindly, that looks way more reliable that what i came up with and it also seems to work slightly faster. Kudo's for helping out.
by Nhoise
11 Feb 2015, 19:39
Forum: Help and Support
Topic: Solved: Help needed with original foreign movie titles
Replies: 7
Views: 4364

Re: Help needed with original foreign movie titles

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/)}...
by Nhoise
09 Feb 2015, 16:08
Forum: Help and Support
Topic: Solved: Help needed with original foreign movie titles
Replies: 7
Views: 4364

Re: Help needed with original foreign movie titles

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 t...
by Nhoise
09 Feb 2015, 14:17
Forum: Help and Support
Topic: Solved: Help needed with original foreign movie titles
Replies: 7
Views: 4364

Re: Help needed with original foreign movie titles

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 &q...
by Nhoise
09 Feb 2015, 02:46
Forum: Help and Support
Topic: Lost imdb rating expression
Replies: 7
Views: 5090

Re: Lost imdb rating expression

Can be found when going to Edit Format > and pressing the '(x)=' button, there's a small list

Code: Select all

imdb.rating
by Nhoise
09 Feb 2015, 01:25
Forum: Help and Support
Topic: Solved: Help needed with original foreign movie titles
Replies: 7
Views: 4364

Solved: Help needed with original foreign movie titles

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