2010-09-19, 02:24 PM
nia Wrote:Is the following possible:
a) View the folders vertically - more or less like the Recordings screen. Could even be optimised for more at at time on the screen, as a folder has no description or relevant date, and could use just one line.
b) The ability to go to a specific starting letter just by pressing it on the remote, like "M" to skip directly to the folders (or files) starting with "M".
a) sounds pretty much like the list view . You could create a similar layout to the recordings plugin by modifying the "List View" element in the video.xml:
Code:
<Element name="ListView" location="0,13" size="100,74" alpha="255" alphaFade="true" visibleRows="13">
<RoundedRect location="-2,0.5" size="102,99" fillColor="Base1_Horizontal_FadeOut" borderColor="Acsent2_Horizontal_FadeOut" radius="0.01" borderWidth="0.15"/>
</Element>
<Element name="ListSelectionMetaData" location="38,15" size="62,70.3" alpha="255" alphaFade="true">
<RoundedRect location="0,0" size="103,99.6" fillColor="MetaData_BaseColor" borderColor="Acsent1_Horizontal_FadeIn" radius="1.68" borderWidth="0.3"/>
<Text visible="@hasMetaData" text="@name" location="32,9" size="64,12" font="Title" valign="Bottom" wrap="true"/>
<Rect visible="@hasMetaData" location="32,22" size="30.04,0.2" fillColor="Acsent2_Horizontal_FadeIn"/>
<Rect visible="@hasMetaData" location="62,22" size="30,0.2" fillColor="Acsent2_Horizontal_FadeOut"/>
<Text visible="@hasMetaData" text="@description" location="32,23" size="64,68" font="DefaultSmall" wrap="true"/>
<Image visible="@hasMetaData" source="@previewImage" location="2,22" size="29,56" fixedAspectRatio="true" />
<Image visible="!@hasMetaData" source="@previewImage" location="7,15" size="80,70" fixedAspectRatio="true" />
</Element>
<Element name="ListItemNormal" location="2,16" size="35,4.95" alpha="255" alphaFade="true">
<RoundedRect location="0,0.5" size="100,99" fillColor="Normal_List" borderColor="Transparent" radius="0.40" borderWidth="0"/>
<Image source="..\_Common\folder_vid.png" visible="@isFolder" location="4,12" size="8,94" fixedAspectRatio="true" align="Left" valign="Center"/>
<Text text="@name" visible="@isFolder" location="12,0" size="86,100" font="Default" align="Left" valign="Center"/>
<Text text="@name" visible="@isItem" location="4,0" size="92,100" font="Default" align="Left" valign="Center"/>
</Element>
<Element name="ListItemSelected" location="2,16" size="35,4.95" alpha="255" alphaFade="true">
<RoundedRect location="0,0" size="100,100" fillColor="Selected_List" borderColor="Transparent" radius="0.40" borderWidth="0"/>
<RoundedRect location="-0.8,8" size="1.6,84" fillColor="Acsent3_Horizontal_FadeIn" borderColor="Border2" radius="0.40" borderWidth="0.1"/>
<Image source="..\_Common\folder_vid.png" visible="@isFolder" location="4,12" size="8,94" fixedAspectRatio="true" align="Left" valign="Center"/>
<Text text="@name" visible="@isFolder" location="12,0" size="86,100" font="DefaultReverse" align="Left" valign="Center"/>
<Text text="@name" visible="@isItem" location="4,0" size="92,100" font="DefaultReverse" align="Left" valign="Center"/>
</Element>
b) that would be one for sub
The Hairy Man
HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT
Support the Community Skin
HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT
Support the Community Skin