Parsing XML guide data? is it possible?
I am curious if something like this is even possible, so here goes...I have a long list of files I have recorded in two weeks now. About 400GB of shows. I saved them to a directory like D:\Videos
All the shows have recognizable names.
Just for conversation's sake, If I wanted to write a web page that showed all these filenames using a more friendly name, is there in place in the SageTV directory, where I could match up the filename on the hard drive, with the guide data for this show?
So could I write a database SQL query to ask something like this:
Select Showname, ShowDate, ShowLength from EPGGuideTable where showname = 'HogansHeroes_123456.mpg'
Or could I parse it out of an xml file somewhere?
I would like to make a simple web GUI that shows all my video files in the D:\Videos directory, and wraps some nice information into the HTML table that I would show it in....
Hope this makes some sense..
PS I have Neilms web server plug in running...but this is just a little pet project/idea I was wondering about.
Thanks
|