Am I supposed to replace (player-normal-group)
by
because when I click the button the player window disappears.
Same result if I put it in player-normal between <layout> tags after commenting the albumart group in player-normal-group
PHP Code:
<groupdef id="albumartgroup">
<button id="albumartbutton" x="10" y="25" w="9" h="21" image="ShowHideCover" HoverImage="ShowHideCover-Hover" tooltip="albumart on/off"/>
<AlbumArt id="albumart" x="40" y="60" w="100" h="100" notfoundImage="nocover" ghost="1" transitiontime="6"/>
<script id="albumartshowhide" file="scripts/albumartshowhide.maki" />
</groupdef>
PHP Code:
<groupdef id="albumartgroup">
<windowholder id="avsholder" x="40" y="60" w="100" h="100" autoclose="1" autoopen="0" autoavailable="0" visible="1" hold="guid:AVS" move="1"/>
<AlbumArt id="albumart" x="40" y="60" w="100" h="100" notfoundImage="nocover"/>
<togglebutton id="artavs" action="TOGGLE" param="guid:AVS" x="10" y="25" image="ShowHideCover" HoverImage="ShowHideCover-Hover" tooltip="AlbumArt/AVS"/>
</groupdef>
Same result if I put it in player-normal between <layout> tags after commenting the albumart group in player-normal-group
Comment