I'm restarting back into creating a TV section for a skin (just playing around right now but will eventually mod a current skin as I don't have the graphical prowess nor patience to do a full skin).
What I'm wanting to do is mimic the music flow of clicking on a TV Show (the same as clicking on a CD) and having the overlay pop up with the episodes I currently have recorded. I had copied the movie screen as I was trying to see what TVMan's TV episode skin add on did but it didn't fit what my wife is wanting. But my issue right now is when I click on a TV show it opens the overlay but also in the background it changes the main movie screen to the list the episodes. I want it to stay on the movies screen, pop up the overlay and list the episodes recorded just like the tracks show up on the Music page for the CD. I have copied the event button from the music page but it still does it. I'm flabbergasted as to what makes the page change from say a list of shows with pictures (24, NCIS) etc to the episodes. So If I click on 24 for example I don't want the tv screen to go from listing all shows to listing the episodes, I just want the overlay to pop up showing the episodes.
My DB for the tv looks similar to the music one:
<database>
<sortorder>display</sortorder>
<template>tv</template>
<paths>
<path>C:\Temp\TV Shows</path>
</paths>
<item>
<parameter>C:\Temp\TV Shows\24</parameter>
<display>24</display>
<type>folder</type>
<coverart>C:\Temp\TV Shows\24\cover.jpg</coverart>
<subitems>
<item>
<parameter>C:\Temp\TV Shows\24\Season 1\S01E01.mpg</parameter>
<coverart>C:\Temp\TV Shows\episode_01.jpg</coverart>
<information>
<plot> The Plot for Episode 1</plot>
<airdate>Tuesday November 6, 2001</airdate>
<episode>1</episode>
<title>12:00 A.M.-1:00 A.M.</title>
<season>1</season>
<series>24</series>
</information>
<display>1. 12:00 A.M.-1:00 A.M.</display>
</item>
<item>
<parameter>C:\Temp\TV Shows\24\Season 1\S01E02.mpg</parameter>
<coverart>C:\Temp\TV Shows\episode_02.jpg</coverart>
<information>
<plot>The Plot for Episode 2</plot>
<airdate>Tuesday November 13, 2001</airdate>
<episode>2</episode>
<title>1:00 A.M.-2:00 A.M.</title>
<season>1</season>
<series>24</series>
</information>
<display>2. 1:00 A.M.-2:00 A.M.</display>
</item>
</subitems>
</item>
</database>
I've got the overlay partially working but am stuck on why the movie screen changes from listing all the shows to the episodes. can anyone point me to a doc that explains what I might do to stop this or anything. I'm a coder for a living but this coding by XML just drives me nuts
Thanks in advance
Lance