[Music Videos] Many Issues
#16
I edited Estuary MyVideoNav.xml InfoWall view so it's different for Music Videos (shows Artist), I also customized the format for my Movie Collection adding Year and Rating
From this:
xml:

                    <control type="textbox">
                        <top>120</top>
                        <left>30</left>
                        <width>550</width>
                        <aligny>center</aligny>
                        <height>110</height>
                        <font>font36_title</font>
                        <label></label>
                        <label>$INFO[ListItem.Label]</label>
                    </control>
To this:
xml:

                    <control type="textbox">
                        <top>120</top>
                        <left>30</left>
                        <width>550</width>
                        <aligny>center</aligny>
                        <height>110</height>
                        <font>font36_title</font>
                        <label></label>
                        <label>($INFO[ListItem.Year])      Rating: $INFO[ListItem.Rating][CR]$INFO[ListItem.Label]</label>
                        <visible>Container.Content(movies) | Container.Content(sets) | Container.Content(tvshows) | Container.content(seasons) | Container.Content(episodes)</visible>
                    </control>
                    <control type="textbox">
                        <top>120</top>
                        <left>30</left>
                        <width>550</width>
                        <aligny>center</aligny>
                        <height>165</height>
                        <font>font36_title</font>
                        <label></label>
                        <label>($INFO[ListItem.Year])[CR]$INFO[ListItem.Artist][CR]$INFO[ListItem.Label]</label>
                        <visible>Container.Content(MusicVideos)</visible>
                    </control>
Reply

Logout Mark Read Team Forum Stats Members Help
[Music Videos] Many Issues0