Author Topic: What's the code for autoOpenArtistBiography?  (Read 6071 times)

KaleidoscopicThoughts

  • Newbie
  • *
  • Posts: 9
For lyrics it's autoOpenLyrics="True" but I can't find the one for Artist Biography. I tried autoOpenArtistInfo, autoOpenArtist, autoOpenBiography, none work and biography doesn't display.

Here is my code:
Code
<!-- ArtistInfo Panel-->
<autoHide name="#ArtistInfo" type="Block" xAnchor="Panel.Left" x="550" y="1" width="281" heightDock="Panel" height="-5" bg="0,0,0,0" fg="215,215,215" fg2="255,255,255" autoOpenArtistInfo="True" resizePictures="true" >
<element type="Text" xAnchor="Panel.Left" x="552" y="53" width="253" style="Bold" font="Prime" size="13" fg="210,210,210" >Biography</element>
<element type="ArtistInfo" xAnchor="Panel.Left" x="553" y="80" width="245" heightDock="Y:#ArtistInfo.Bottom" height="-175" font="Prime" style="Regular" size="10.5" fg="190,190,190" fg2="255,140,0"></element>
</autoHide>

<!-- Lyrics Panel-->
<autoHide name="#RightSidebarLyrics" type="Block" xAnchor="Panel.Right" x="-281" y="1" width="281" heightDock="Panel" height="-2" bg="0,0,0,0" fg="215,215,215" fg2="255,255,255" autoOpenLyrics="True" resizePictures="true" >
<element type="Text" xAnchor="Panel.Right" x="-315" y="53" width="253" style="Bold" font="Prime" size="13" fg="210,210,210" >Lyrics</element>
<element type="Lyrics" xAnchor="Panel.Right" x="-314" y="80" width="245" heightDock="Y:#RightSidebarLyrics.Bottom" height="-175" style="Regular" font="Prime" size="10.5" fg="190,190,190" fg2="255,140,0" ></element>
</autoHide>


Also is there a guide to show all the commands? https://musicbee.fandom.com/wiki/Theater_Mode is empty.
Last Edit: September 27, 2020, 01:06:08 AM by KaleidoscopicThoughts