Normal
Thank you for the information.But I can't simple access the methods like this:Dim recordings As New ArrayListDim recording As New MediaPortal.TV.Database.TVRecordingMediaPortal.TV.Database.TVDatabase.GetRecordings(recordings)Do you know the issue?I already knowhttp://sourceforge.net/projects/adodotnetsqliteand this is what I wanted to use when I don't get access to the MP methodsAnyway I think that MP uses these libraries:http://www.phpguru.org/static/SQLite.NET.htmlBut I don't know if these libs also work in VB .NET
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