Reply to thread

Thank you for the information.


But I can't simple access the methods like this:


Dim recordings As New ArrayList

Dim recording As New MediaPortal.TV.Database.TVRecording

MediaPortal.TV.Database.TVDatabase.GetRecordings(recordings)


Do you know the issue?


I already know

http://sourceforge.net/projects/adodotnetsqlite

and this is what I wanted to use when I don't get access to the MP methods


Anyway I think that MP uses these libraries:

http://www.phpguru.org/static/SQLite.NET.html

But I don't know if these libs also work in VB .NET


Top Bottom