Search found 84 matches

Go to advanced search

by rednoah
Thu Oct 22, 2009 12:15 pm
Forum: Developing
Topic: TV Series support preview
Replies: 64
Views: 62162

To be honest, I don't care about full-text search, hell, I don't even care about searching by season/episode numbers. Hashes are the ways to go. Everything else is just a waste of time the could have been spent doing other things. I would however love to finally see season/episode/title information ...
by rednoah
Thu Apr 09, 2009 6:11 pm
Forum: Developing
Topic: TV Series support preview
Replies: 64
Views: 62162

Episode Identification

hi os,

I think the Movie Identification feature is really great.

But is there a plan to support Episode Identification? (including data like IMDB/TVDB id for both series and episode or season number and episode number for each movie/episode hash)
by rednoah
Sat Mar 14, 2009 7:32 pm
Forum: Developing
Topic: TV Series support preview
Replies: 64
Views: 62162

bump?

lg
red
by rednoah
Sun Dec 21, 2008 3:19 pm
Forum: Developing
Topic: Java hash source updated
Replies: 6
Views: 6051

Hi,

I just added a stream based implementation of the hash function to the wiki. It might be useful if you only have an InputStream to work with.

lg
red
by rednoah
Sat May 24, 2008 2:17 pm
Forum: Developing
Topic: 401 Unauthorized: Logout for anonymous
Replies: 4
Views: 5929

It's definitely not a timeout issue. I call logout 5 seconds after login. The http response code is 200 OK. But the status value in the response xml 401 Unauthorized. For me, this is not a big problem, because I could just not check the status when calling logout (comment one line). Still this probl...
by rednoah
Sun Apr 27, 2008 7:40 pm
Forum: Developing
Topic: 401 Unauthorized: Logout for anonymous
Replies: 4
Views: 5929

Yes, this is an XML-RPC issue.
by rednoah
Sat Apr 26, 2008 12:39 pm
Forum: Developing
Topic: 401 Unauthorized: Logout for anonymous
Replies: 4
Views: 5929

401 Unauthorized: Logout for anonymous

Hi,

I've noticed that although you can login as anonymous user, logout always returns a "401 Unauthorized" status message.

The same code works when I login with my user.

Is there some reason why an anonymous user can't logout?
by rednoah
Sat Apr 26, 2008 11:50 am
Forum: Developing
Topic: Java hash source updated
Replies: 6
Views: 6051

I was just wondering how to handle small files cause my algorithm and the C# one come up with a different results.

But I guess subs for 5s movies don't really make sense so this will never be a problem so I'll leave it at that.
by rednoah
Wed Apr 02, 2008 9:50 pm
Forum: Developing
Topic: Java hash source updated
Replies: 6
Views: 6051

Java hash source updated

Hey, I went a little bit overboard when allowing for arbitrary hash length, so I made a few adjustments. The hash is now calculated via longs and not (immutable) BigIntegers making the whole thing roughly 200x faster. Also I'd like to note, that a third small test file would be nice, 'cause I don't ...

Go to advanced search