2007-05-12, 10:48 PM
I have a question about the standard music library.
I was trying to clean it up a little bit to make it a bit simpler. I wanted to get rid of it showing the title and the artist in the listing. I found a section in the config file that seems to have taken care of it. i changed this,
<MusicLibraryMP3TagFormat>[title] - [artist]</MusicLibraryMP3TagFormat>
to
<MusicLibraryMP3TagFormat>[title]</MusicLibraryMP3TagFormat>
this.
That worked and now i'm just seeing the title in the list but for the life of me i can't get the line to use all the space in the skin file. Right now it's only using the same amount of space about half, that the old tag with title and artist used, I'm trying to get the title to use the empty space that the artist used.
<!-- list view -->
<CompositeImage name="ListViewNormalItem" size="500,24">
<DrawText text="@fileName" loc="10,2" size="420,20" textStyle="ListText" align="Left"/>
</CompositeImage>
<CompositeImage name="ListViewSelectedItem" size="500,24">
<DrawImage filename="..\_CoreImages\ListItem_Selected.png" loc="2,2" size="498,22"/>
<!-- DrawRoundedRect loc="2,2" size="498,20" radius="5" borderWidth="0" borderColor="Transparent" fillColor="StandardSelectionBackground"/ -->
<DrawText text="@fileName" loc="10,2" size="420,20" textStyle="ListTextSelected" align="Left"/>
</CompositeImage>
<CompositeImage name="ListViewNormalFolder" size="500,24">
<DrawImage filename="..\_CoreImages\ListIcon_folder.png" loc="10,4" size="16,16"/>
<DrawText text="@folderName" loc="30,2" size="420,20" textStyle="ListText" align="Left"/>
</CompositeImage>
<CompositeImage name="ListViewSelectedFolder" size="500,24">
<DrawImage filename="..\_CoreImages\ListItem_Selected.png" loc="2,2" size="498,22"/>
<!-- DrawRoundedRect loc="2,2" size="498,20" radius="5" borderWidth="0" borderColor="Transparent" fillColor="StandardSelectionBackground"/ -->
<DrawImage filename="..\_CoreImages\ListIcon_folder.png" loc="10,4" size="16,16"/>
<DrawText text="@folderName" loc="30,2" size="420,20" textStyle="ListTextSelected" align="Left"/>
</CompositeImage>
I figure it's got to be in this section somewhere but so far no matter what i adjust the line stays the same length and cuts off half the titles. My wife's classical selection titles are very long.
Any thoughts?
I was trying to clean it up a little bit to make it a bit simpler. I wanted to get rid of it showing the title and the artist in the listing. I found a section in the config file that seems to have taken care of it. i changed this,
<MusicLibraryMP3TagFormat>[title] - [artist]</MusicLibraryMP3TagFormat>
to
<MusicLibraryMP3TagFormat>[title]</MusicLibraryMP3TagFormat>
this.
That worked and now i'm just seeing the title in the list but for the life of me i can't get the line to use all the space in the skin file. Right now it's only using the same amount of space about half, that the old tag with title and artist used, I'm trying to get the title to use the empty space that the artist used.
<!-- list view -->
<CompositeImage name="ListViewNormalItem" size="500,24">
<DrawText text="@fileName" loc="10,2" size="420,20" textStyle="ListText" align="Left"/>
</CompositeImage>
<CompositeImage name="ListViewSelectedItem" size="500,24">
<DrawImage filename="..\_CoreImages\ListItem_Selected.png" loc="2,2" size="498,22"/>
<!-- DrawRoundedRect loc="2,2" size="498,20" radius="5" borderWidth="0" borderColor="Transparent" fillColor="StandardSelectionBackground"/ -->
<DrawText text="@fileName" loc="10,2" size="420,20" textStyle="ListTextSelected" align="Left"/>
</CompositeImage>
<CompositeImage name="ListViewNormalFolder" size="500,24">
<DrawImage filename="..\_CoreImages\ListIcon_folder.png" loc="10,4" size="16,16"/>
<DrawText text="@folderName" loc="30,2" size="420,20" textStyle="ListText" align="Left"/>
</CompositeImage>
<CompositeImage name="ListViewSelectedFolder" size="500,24">
<DrawImage filename="..\_CoreImages\ListItem_Selected.png" loc="2,2" size="498,22"/>
<!-- DrawRoundedRect loc="2,2" size="498,20" radius="5" borderWidth="0" borderColor="Transparent" fillColor="StandardSelectionBackground"/ -->
<DrawImage filename="..\_CoreImages\ListIcon_folder.png" loc="10,4" size="16,16"/>
<DrawText text="@folderName" loc="30,2" size="420,20" textStyle="ListTextSelected" align="Left"/>
</CompositeImage>
I figure it's got to be in this section somewhere but so far no matter what i adjust the line stays the same length and cuts off half the titles. My wife's classical selection titles are very long.
Any thoughts?