2006-09-06, 09:30 AM
I have been trying to get a good setup for my system (Loads of music, two tuners, widescreen TV, MVP...) and decided that Music Library2 plus modified skin was the right answer for the music side. I have a fresh copy from the wiki just a couple of days ago (can't say what version this means). I am using 97.13 GBPVR. Mostly all works fine but....
1. I am using the SharperEdge technique to put a task image in the menu button on the main menu, and also the task image for the highlighted menu item on the menu screen to the right. It works fine for everything except ML2. The task image refuses to appear on the button but appears fine next to it when the menu item is highlighted. I have task.png in the "Music Library2" folder and in several other folders such as "MusicLibrary2" (no space) in case there are spelling problems. Nothing I do seems to make the image appear in the button. The skin code is simple as follows (only non-selected shown, selected is similar):
<CompositeImage name="NormalButtonImage" size="400,75"> <!-- button parameters relative to the placement of the button - this version is for a normal (non-selected) button -->
<DrawImage filename="..\button_normal.png" loc="30,0" size="450,60"/>
<DrawText text="@buttonText" loc="125,15" size="270,34" textStyle="ButtonText" align="Left"/>
<DrawImage filename="@taskImage" loc="50,6" size="65,48"/>
</CompositeImage>
2. Perhaps related to 1, but I noticed that the title bar of the settings dialogue in configuration of ML2 says "MusicLibray2" (note the spelling). I wonder if there might be other problems like this?
3. Since I have widescreen, I have been experimenting with having the list, leftlist and top list all side by side and the same height. This works well. I have also tried to align them with the playlist and playlistlist. This also works nicely, but I haven't been able to put a PageUpDown on the PlaylistList. I couldn't see this used in any of the skins. Logic would suggest that there is a PlaylistListPageUpDown but this doesn't seem to work. I have tried various forms of capitals and not capitals. Does this exist??
4. I wanted to put the clock panel on the ML2 screen and this doesn't seem to show. It shows everywhere else I put it. Is there anything in ML2 that would prevent the closk panel from showing. Here is the skin code. It's simple:
<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="1" loc="200,5" size="300,95" align="Left"/>
I would be very grateful for your help as at the present time Music Library2 is the only plug in that will cope with the size of music collection, especially the ability to navigate around the music using alpha keystrokes.
None of these issues are show stoppers, but it would be nice to straighten them out.
1. I am using the SharperEdge technique to put a task image in the menu button on the main menu, and also the task image for the highlighted menu item on the menu screen to the right. It works fine for everything except ML2. The task image refuses to appear on the button but appears fine next to it when the menu item is highlighted. I have task.png in the "Music Library2" folder and in several other folders such as "MusicLibrary2" (no space) in case there are spelling problems. Nothing I do seems to make the image appear in the button. The skin code is simple as follows (only non-selected shown, selected is similar):
<CompositeImage name="NormalButtonImage" size="400,75"> <!-- button parameters relative to the placement of the button - this version is for a normal (non-selected) button -->
<DrawImage filename="..\button_normal.png" loc="30,0" size="450,60"/>
<DrawText text="@buttonText" loc="125,15" size="270,34" textStyle="ButtonText" align="Left"/>
<DrawImage filename="@taskImage" loc="50,6" size="65,48"/>
</CompositeImage>
2. Perhaps related to 1, but I noticed that the title bar of the settings dialogue in configuration of ML2 says "MusicLibray2" (note the spelling). I wonder if there might be other problems like this?
3. Since I have widescreen, I have been experimenting with having the list, leftlist and top list all side by side and the same height. This works well. I have also tried to align them with the playlist and playlistlist. This also works nicely, but I haven't been able to put a PageUpDown on the PlaylistList. I couldn't see this used in any of the skins. Logic would suggest that there is a PlaylistListPageUpDown but this doesn't seem to work. I have tried various forms of capitals and not capitals. Does this exist??
4. I wanted to put the clock panel on the ML2 screen and this doesn't seem to show. It shows everywhere else I put it. Is there anything in ML2 that would prevent the closk panel from showing. Here is the skin code. It's simple:
<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="1" loc="200,5" size="300,95" align="Left"/>
I would be very grateful for your help as at the present time Music Library2 is the only plug in that will cope with the size of music collection, especially the ability to navigate around the music using alpha keystrokes.
None of these issues are show stoppers, but it would be nice to straighten them out.