Search found 7 matches

Go to advanced search

by Christofer
Mon Jun 15, 2009 1:00 pm
Forum: Developing
Topic: PySubLib - Python coders wanted
Replies: 14
Views: 12627

You can just tell me I'm wrong. No need for the "don't let anyone tell you otherwise" jab, really. I was under the impression that C# (VB is irrelevant here, I believe) could be compiled to native code. Your correction is welcome, as I obviously was wrong (and I clearly don't use C#). Sor...
by Christofer
Wed Jun 10, 2009 2:32 am
Forum: Developing
Topic: PySubLib - Python coders wanted
Replies: 14
Views: 12627

ok, but when used this library on server I must also install .NET/Mono right ?
C# or VB assemblies for that matter are not compiled to native machine code. Just like with Java a framework is needed to execute these assemblies. So you definitely need .NET/Mono. Don't let anyone tell you otherwise.
by Christofer
Wed May 20, 2009 12:08 pm
Forum: Programs using OS
Topic: [ADMIN] XML-RPC (API) temporary off
Replies: 28
Views: 25650

There's no amount of advertising that would pay for this.
Sure there is. I believe the current ads earn os more than 1000€ per month. I would guess the ads generate a cpm rate of $0.50 and the site gets 200 000 pageviews a day. So I think os does alright and rightfully so. :)
by Christofer
Sat May 16, 2009 1:29 pm
Forum: Developing
Topic: 500 internal server error
Replies: 51
Views: 37504

I'm still getting "500 - Internal Server Error" today but maybe not as frequent as before. So XML-RPC isn't the only cause. I'm willing to help out as I think the service is great and like many others I relie on it.

The forums are always fast, are they hosted on a different server?
by Christofer
Mon Jun 02, 2008 8:07 pm
Forum: Programs using OS
Topic: Kantaris media player
Replies: 1
Views: 3980

Kantaris media player

Kantaris media player now supports getting subtitles from opensubtitles.com. Thanks go to opensubtitles' great XML-RPC API for making this possible. :D
http://www.kantaris.org

Image[/url]
by Christofer
Thu Apr 03, 2008 8:35 pm
Forum: Developing
Topic: Development of opensubtitles XML-RPC in C# (.NET)
Replies: 12
Views: 20254

I'm very interested as I'm planing of adding support for opensubtitles to Kantaris Media Player.
by Christofer
Thu Apr 03, 2008 1:29 am
Forum: Programs using OS
Topic: Something's wrong with SearchSubtitles
Replies: 1
Views: 4086

Something's wrong with SearchSubtitles

private void button1_Click(object sender, EventArgs e) { openFileDialog1.ShowDialog(); string fileName = openFileDialog1.FileName; IOSDb os = XmlRpcProxyGen.Create<IOSDb>(); os.Url = "http://www.opensubtitles.org/xml-rpc"; string token = os.LogIn("", "", "en"...

Go to advanced search