Search found 19 matches

Go to advanced search

by Cougar_
Fri Mar 13, 2009 2:04 pm
Forum: Developing
Topic: Problems with special characters
Replies: 3
Views: 4365

Re: Problems with special characters

"Miehen työ" not to "Miehen työ"
The two strings are the same, first is encoded with UTF-8 and second is ASCII with codepage used by your language. So, just convert him.
by Cougar_
Wed Feb 11, 2009 6:16 pm
Forum: Developing
Topic: computing subtitlehash when uploading does not match
Replies: 9
Views: 8957

Re: :cry:

You must do something wrong, my pice of code works very well. I don't use C# but it doesn't matter which development enviroment we use. Check if you send really correct data: MoveItems = null ???? - wrong copy/paste ?? or mistake in data ??. As i looked in doc I only see 'movietimems' => $movietimem...
by Cougar_
Fri Dec 19, 2008 8:17 am
Forum: General talk
Topic: character encoding
Replies: 5
Views: 9613

Re: [PHP] Detecting charcterset encoding

Hello everybody, maybe somebody of readers know, how to properly detect encoding of subtitle file in PHP (or Perl - I did not search for it yet, but PHP preffered). I tried a lot, but I don't know how to do that. mb_detect_encoding is not working as I expect. Thanks for any help. You can't, solutio...
by Cougar_
Wed Dec 17, 2008 3:12 pm
Forum: General talk
Topic: USERLOAD AUTOUPLOAD
Replies: 9
Views: 7464

ok, I will investigate this, looks really like something is wrong :) Thank you! Strange is that the server procedure of compare subtitles works fine for movies uploaded by allplayer - problem dissapear since you introduce those rules earlier. It looks like those rules are not applied to subtitles u...
by Cougar_
Wed Dec 17, 2008 5:28 am
Forum: General talk
Topic: USERLOAD AUTOUPLOAD
Replies: 9
Views: 7464

It seems you're wrong. Screen show everything. The part of list that isn't seen on the screen looks almost the same - people from Romania like to use this program too ;). This program must have something fucked up with autoupload implementation too, because it very often upload subtitles from differ...
by Cougar_
Thu Dec 04, 2008 11:03 pm
Forum: General talk
Topic: Error in sesion API sesion implementation
Replies: 3
Views: 4565

It seams there is problem not only with these two programs. Zasysacz always when uploading subtitles put as comment tekst "Uploaded by zasysacz...." (not few first version but those versions don't use MinSubDownloader account in that process) or something like that, and always fill field l...
by Cougar_
Thu Dec 04, 2008 7:54 pm
Forum: General talk
Topic: Error in sesion API sesion implementation
Replies: 3
Views: 4565

Error in sesion API sesion implementation

Hey OS. There is some error in Login implemetation that gives incorect token programs using API. Sometimes LogIn return instead of correct token, "00000" string. This string is used by Zasysacz Napisow, BestPlayer and mayby other programs to identyfi itself as anonymous - they don't LogIn ...
by Cougar_
Wed Dec 03, 2008 2:33 am
Forum: Developing
Topic: ComputeMovieHash in C#
Replies: 12
Views: 20574

Update: I removed the overflow check in the project compiler settings, and it works fine now with the code submitted in the wiki :p As I said, overflow is normal in this code and everything you should is to disable overflow checking. I think, you should first read a book about C# and meet every asp...
by Cougar_
Thu Nov 27, 2008 7:58 pm
Forum: General talk
Topic: Hipothetical letter to OS from competitive polish portal
Replies: 1
Views: 5211

Hipothetical letter to OS from competitive polish portal

Dear Sir Brano. I am interested in purchasing your service, domain and subtitles database or I would really like to co-operate with you. Unfortunately, I do not know English well, but that should not be a problem. I collaborate with people who does. Myself, I am running website (www.NAPiSY.info) whi...
by Cougar_
Thu Nov 27, 2008 5:35 pm
Forum: Developing
Topic: ComputeMovieHash in C#
Replies: 12
Views: 20574

you forgot add operator in(first loop): lhash = BitConverter.ToUInt64(buffer, 0); When I add missing operator, then I compared result with C++ procedure that I use and returned value was the same; for overflov error (if it happens) try: lhash = (ulong)(lhash + BitConverter.ToUInt64(buffer, 0)); I su...
by Cougar_
Wed Nov 26, 2008 6:22 pm
Forum: Developing
Topic: ComputeMovieHash in C#
Replies: 12
Views: 20574

I'm not C# programmer, so I may mistake, but overflow is normal in this pice of code. Yes it contains errors but even if it doesn't have them it is possible(higly) that overflow occure. First, signed and unsigned arithmetic looks similary but are often reason of very hard to detect errors. In this c...
by Cougar_
Sun Oct 26, 2008 5:13 pm
Forum: Off-topic talk
Topic: Sublight 0.9.3
Replies: 85
Views: 136026

He doesn't show your code because he doesen't want to show his program is using os server as source to steal hash data and perhaps by using other tools - subtitles too :). os: SubLight hashes are almoust the same as napiprojekt - hash(MD5) from first 5 mb, Sublight from first 10 mb if I good remember.
by Cougar_
Tue Oct 14, 2008 9:06 pm
Forum: Programs using OS
Topic: ZasysaczNapisow - context menu extension to download subs
Replies: 5
Views: 8602

New 2.9 version.
For changes read first post.
by Cougar_
Wed Sep 24, 2008 11:38 pm
Forum: Programs using OS
Topic: ZasysaczNapisow - context menu extension to download subs
Replies: 5
Views: 8602

thanks. if you are developer: yes, I wrote this program. there is - Other Options (SubtitlesOrg) - we are OpenSubtitles.org :) I have corrected this little visual bug is source code, wait to the next release. - upload subtitles under SubtitleOrg - there is no need to have en/pl language, you can ca...
by Cougar_
Sun Sep 21, 2008 2:56 am
Forum: Programs using OS
Topic: ZasysaczNapisow - context menu extension to download subs
Replies: 5
Views: 8602

yes of course, i should read my post at last once before press submit button ;)
Mistake corrected.

Go to advanced search