2009-03-14, 00:15
I have my music folder organized like so...
Music/Artist/Songs/song.mp3
I have a fanart.jpg placed inside the artist folder and that has been working great. I just use a single folder to hold all songs under that artist since I have my mp3's organized very well through mediamonkey. When I info to get artist information I don't like the thumbs that come up from the scrapers, so I am looking to get my own. Would I store them inside the Artist folder as folder.jpg? Would this now be the artist image in the information screen?
Next question is if I would like to display that folder.jpg in an information bar could I use the following?
<control type="image">
<posx>160r</posx>
<posy>0</posy>
<width>130</width>
<height>130</height>
<texture>$INFO[MusicPlayer.Artist]</texture>
</control>
It was originally <texture>$INFO[MusicPlayer.Cover]</texture>
I would like it to display my stored artist image. Any help here would be extremely helpful. Thanks.
Music/Artist/Songs/song.mp3
I have a fanart.jpg placed inside the artist folder and that has been working great. I just use a single folder to hold all songs under that artist since I have my mp3's organized very well through mediamonkey. When I info to get artist information I don't like the thumbs that come up from the scrapers, so I am looking to get my own. Would I store them inside the Artist folder as folder.jpg? Would this now be the artist image in the information screen?
Next question is if I would like to display that folder.jpg in an information bar could I use the following?
<control type="image">
<posx>160r</posx>
<posy>0</posy>
<width>130</width>
<height>130</height>
<texture>$INFO[MusicPlayer.Artist]</texture>
</control>
It was originally <texture>$INFO[MusicPlayer.Cover]</texture>
I would like it to display my stored artist image. Any help here would be extremely helpful. Thanks.