Search found 9 matches

Go to advanced search

by stavros_sk
Wed Dec 17, 2008 8:02 am
Forum: Developing
Topic: Writing a film identifying application, thoughts appreciated
Replies: 11
Views: 14189

Ok os, i implemented the hash uploading methods in my program. The InsertMovieHash() works fine, however the new movie hash can not be retrieved later with CheckMovieHash(). Are the new hashes instantly available when they get inserted or do they need to be verified by the admins before they are ava...
by stavros_sk
Thu Dec 11, 2008 1:50 am
Forum: Developing
Topic: Writing a film identifying application, thoughts appreciated
Replies: 11
Views: 14189

Hi os, thanks for getting back to me, i'll do some tests and will let you know how it goes! :)
by stavros_sk
Wed Nov 26, 2008 8:23 am
Forum: Developing
Topic: ComputeMovieHash in C#
Replies: 12
Views: 20582

Enclose all the function's operations (code) into a try-catch e.g.:


try
{
//function code
//...
//...
}
catch(Exception e)
{
Console.Writeline(e.ToSting() );
}


...to get a clue where exactly, in which line the error occurs.
by stavros_sk
Tue Nov 25, 2008 4:49 am
Forum: Developing
Topic: A small addition to CheckMovieHash please?
Replies: 4
Views: 4310

Hi os,

No worries about when this function will be ready and thanks for considering my proposition :)

Best regards,
Stavros.
by stavros_sk
Sun Nov 09, 2008 3:04 am
Forum: Developing
Topic: A small addition to CheckMovieHash please?
Replies: 4
Views: 4310

Sorry, it was my mistake calling it "$sublanguageid". It's just the language of the subtitle that a user or application uploaded. So when I call CheckMovieHash( $token, $moviehash) it returns the first found hash (right?) of all the hashes which are found for *all* languages (if i am not m...
by stavros_sk
Sat Nov 08, 2008 2:02 am
Forum: Developing
Topic: A small addition to CheckMovieHash please?
Replies: 4
Views: 4310

A small addition to CheckMovieHash please?

Hello again, during these few days of extensively testing the database functionality , i have encountered a little 'incovenience' that makes the CheckMovieHash function return a wrong IMDb ID. Actually, it's not the function's fault, it's just that a very small percentage of users or applications up...
by stavros_sk
Wed Nov 05, 2008 12:48 am
Forum: Developing
Topic: Writing a film identifying application, thoughts appreciated
Replies: 11
Views: 14189

Hello again from Greece :) Yes a simple uploading function like UplodadMovieHash( $moviehash, $imdbid ) should be enough for a start. May it could contain a bool as return, to indicate if the function succeeded or not. Don't worry about duplicate upload requests, my application will check first if t...
by stavros_sk
Sun Nov 02, 2008 8:26 pm
Forum: Developing
Topic: Writing a film identifying application, thoughts appreciated
Replies: 11
Views: 14189

Writing a film identifying application, thoughts appreciated

Hello all, first i would like to wholeheartidly thank the OSdb developers for your great work with this open database, and especially the video hash feature, it has been more useful to me (and thousands other users) that one could imagine. I'm currently coding a film identfying application in the fo...
by stavros_sk
Thu Sep 25, 2008 6:17 am
Forum: Developing
Topic: Development of opensubtitles XML-RPC in C# (.NET)
Replies: 12
Views: 20241

Hi alphons, i'm interested in your C# project and would be very grateful if you could post a link to be able to download it.

I'm writing an automated subtitles downloader/uploader for Meedio HTPC software and it would be really helpful cause i'm just starting out :)

Thanks,
Stavros.

Go to advanced search