diff options
| author | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
|---|---|---|
| committer | Jef <jef@targetspot.com> | 2024-09-24 08:54:57 -0400 |
| commit | 20d28e80a5c861a9d5f449ea911ab75b4f37ad0d (patch) | |
| tree | 12f17f78986871dd2cfb0a56e5e93b545c1ae0d0 /Src/resources/skins/Winamp Modern/xml/albumart.xml | |
| parent | 537bcbc86291b32fc04ae4133ce4d7cac8ebe9a7 (diff) | |
| download | winamp-20d28e80a5c861a9d5f449ea911ab75b4f37ad0d.tar.gz | |
Initial community commit
Diffstat (limited to 'Src/resources/skins/Winamp Modern/xml/albumart.xml')
| -rw-r--r-- | Src/resources/skins/Winamp Modern/xml/albumart.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Src/resources/skins/Winamp Modern/xml/albumart.xml b/Src/resources/skins/Winamp Modern/xml/albumart.xml new file mode 100644 index 00000000..663ac71b --- /dev/null +++ b/Src/resources/skins/Winamp Modern/xml/albumart.xml @@ -0,0 +1,21 @@ +<container id="winamp.albumart" name="Album Art" default_visible="1" nomenu="1" > + +<groupdef id="albumart.content.group"> + + <AlbumArt + id="waaa" fitparent="1" move="1" + /> + + <script file="scripts/albumart.maki" param="waaa" /> + +</groupdef> + +<layout id="normal" minimum_w="107" minimum_h="60" h="164" w="164"> + <Wasabi:Standardframe:NoStatus + x="0" y="0" w="0" h="0" relatw="1" relath="1" + content="albumart.content.group" + /> + +</layout> + +</container>
\ No newline at end of file |
