Due to enormous amounts of spam, the forum has been set to read-only mode.



Reply to topic  [ 5 posts ] 
Disc Side Title 
Author Message

Joined: Sat Aug 04, 2012 9:58 pm
Posts: 3
Post Disc Side Title

Hi Fredrik I was wondering how to display the Title of Side A and Side B of a disc in the contents preview pane when you have different Series with multiple episodes on two different sides. Thanks :?:


Sat Aug 04, 2012 10:09 pm
Profile
Site Admin
User avatar

Joined: Fri Nov 22, 2002 3:52 pm
Posts: 13748
Post Re: Disc Side Title

former47 wrote:
Hi Fredrik I was wondering how to display the Title of Side A and Side B of a disc in the contents preview pane when you have different Series with multiple episodes on two different sides. Thanks :?:

In VideoBrowse.xsl, insert this code (red):

Code:
<xsl:template match="side">
  <xsl:if test="(../../@sides = 2) and (title!='')">
    <tr>
      <td colspan="2" style="padding-top: 4px;">
        <b><xsl:value-of select="title"/>:</b>
      </td>
    </tr>
  </xsl:if>

  <xsl:apply-templates select="contents" mode="list"/>
</xsl:template>

_________________
Fredrik Nordbakke
www.fnprg.com


Mon Aug 06, 2012 1:06 pm
Profile WWW

Joined: Sat Aug 04, 2012 9:58 pm
Posts: 3
Post Re: Disc Side Title

Sorry Fredrik that didnt work for me. getting parser errors


Tue Aug 07, 2012 7:58 pm
Profile
Site Admin
User avatar

Joined: Fri Nov 22, 2002 3:52 pm
Posts: 13748
Post Re: Disc Side Title

former47 wrote:
Sorry Fredrik that didnt work for me. getting parser errors

Download (right-click the link and choose "Save link/target as" from the popup menu)

http://www.fnprg.com/userforum/VideoBrowse.xsl

and save it to the \Explorer Templates folder (overwrite the old file).

The standard folder path is "C:\Users\Public\Public Documents\CATVids\Explorer Templates".

_________________
Fredrik Nordbakke
www.fnprg.com


Wed Aug 08, 2012 11:45 am
Profile WWW

Joined: Sat Aug 04, 2012 9:58 pm
Posts: 3
Post Re: Disc Side Title

Thank you Fredrik that work perfectly


Wed Aug 08, 2012 11:42 pm
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 5 posts ] 

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.