RuVo80
April 13, 2022, 7:23am
4
For version 7 you can use the debug mode to modify the layout of a playlist.
in this post there is a complete tutorial on how to work with the debug mode:
Playlist
Let’s start with the skinning options of the new playlist GUI.
Sections
As usual, the code goes into the [Playlist] section (will be applied to all playlists, if you have more than one), or into [Playlist0] etc. to target a specific one (the first one has index 0).
As Uli pointed out above, all sections now also support a .Light or .Dark suffix, and then they will only be applied in Light or Dark Mode, respectively. For example, the settings from [Playlist0.Dark] will only be applie…