Normal
A little technical infos.....I'm using php to build the pages, and to access the sqlite bases, where all the MediaPortal stuff is stored.Until now this works:listnings: can see all available in the base, can see which is scheduled for recording and of course change the schedules or create new ones.recordings: can check what have been recorded, and what should be recorded in the future, and remove them here to, if I don't want to record them anyway.recorded: can see everything recorded, and if compressed in post process I am able to watch them over the web.music: Go through all my mp3 files (directory listning based on artist and album) and play them over the web. Playlists are not implemented yet.
A little technical infos.....
I'm using php to build the pages, and to access the sqlite bases, where all the MediaPortal stuff is stored.
Until now this works:
listnings: can see all available in the base, can see which is scheduled for recording and of course change the schedules or create new ones.
recordings: can check what have been recorded, and what should be recorded in the future, and remove them here to, if I don't want to record them anyway.
recorded: can see everything recorded, and if compressed in post process I am able to watch them over the web.
music: Go through all my mp3 files (directory listning based on artist and album) and play them over the web. Playlists are not implemented yet.