Log in

View Full Version : Need IFO parser in C#


DomZZZZ
19th August 2006, 11:20
I need this one for an open source project.

Does someone know where i can find a good C# lib ?

I have to retrieve the most possible info (also VMG because i need TTN number).

Thanks

iNFO-DVD
19th August 2006, 11:46
I had to write an IFO Parser in VB.NET. I got a lot of information about IFO files from:

http://www.mpucoder.com/DVD/

Though that was a long time ago the site is a members only area now, I think it's just a case of registering.

Best of luck.

DomZZZZ
19th August 2006, 13:53
I have translated a VB6 lib into vb.net lib but the code is ugly (and lacks a lot of DVD info).

I think the easier is to translated a C++ lib like libdvdread into C# or vb.net if possible but i am not able to do that :(.

I am a script coder (ASP, PHP) :)

If you can do this works that would be great to share your work with a open source licence.

PS:
I have tried your softs and there are great !, you are the man for this vb.net lib :)