Hello,
I am new to Xlobby but it looks like I will be able to create the kind of frontend I need in it.
First off I wanted to hook it into my Etivo app and use its xml output for input into a xlobby database.
Background: Etivo is an asp.net application that takes shows from Tivo via ftp and then converts them to wmv files on a hosting server. It stores the show info in an xml file and then uses this to create a dynamic now showing page. Example of the type of information it stores in show.xml are:
<Title>Alias</Title>
<EpisodeNum>301</EpisodeNum>
<EpisodeTitle>The Two</EpisodeTitle>
<CallSign>BRAVOD</CallSign>
etc...........
The directory structure used takes the form:
\Data
\{Alias}{2004-03-14}{The Two}{BRAVOD}.show
\{Alias}{2004-03-14}{The Two}{BRAVOD}_WmvLow.wmv
\ShowInfo.xml
so as you can see a lot of the useful information is also stored in the directory name and show name.
So what i want to do is create a metatag import database template that will gather the infomation and populate a xlobby database.
The eventual screens I wish to create is a root screen showing all the categories of shows available grouped via Title with a picture for each, then when you click a show it takes you to a text list with maybe 4 colums that displays Episode number, episode title, air date and channel; clicking on a show will then play it.
It looks like this is possible, but so far I have only been able to create a text list of all shows using the directory name which when you click on it plays the show.