Hi,
I'm sure someone else has already done this, perhaps I could get
some hints. I have episodes of various TV shows stored on my HTPC
in the following way, for e.g.:
C:\My TV Shows\CSI\S01E01.avi
C:\My TV Shows\CSI\S01E02.avi
I've also stored a .jpg in that directory for the particular show.
What I would like to do is have a TV screen that has a list of shows,
that uses the .jpg I've stored in the show's directory. Then, if I select a
show, I would like it to goto a screen/overlay listing the episodes I have
for that show. I don't really need it to parse the season/epsisode
number, a simple text list of the .avi files in that directory would be fine.
Then, of course, I would like to select one of the .avi files and have it
played in ZP.
I managed to import a "TV Shows" database using:
\\(?<name>.*?)\\(?<episode>.*)\..*
and a custom import type and the folder as a container. This gives me a
database with the correct cover-art and db elements for each episode.
However I'm lost trying to get the database to display in the way I
described above.
Any hints would be really appreciated.
erikt
EDIT: Immediately after posting this, I realized that this is exactly
how the music database works. I'll have a look at how this is displayed
and see if this doesn't give me the clues I need.
EDIT2: Using jowaldo's latest skin and the latest XL exec, I tried an
experiment. After creating a tvshows db imported as music, I edited
the music item on the music page to point to the tvshows db instead
of music. This gave me roughly what I want. However, when I go
and clone the music page and musictracks overlay, I can get the
new tvshows page looking right, but when the new tvshows overlay
opens, the list of tracks is empty. I can't figure how this list is
populated. Anyone able to help me out?