Updated Playlist Action (markdown)

CDeenen
2021-02-27 05:27:41 +01:00
parent 1e41e805c3
commit 164c27dd69

@@ -71,12 +71,15 @@ Sets the color of the ring that's shown on the button when the playlist/track is
#### Background
Sets the background color of the button.
### Type: Offset
With offset you can give the playlist or track number an offset allowing easy switching between displaying different playlists/tracks. For example, in the (topmost) image above, the playlist offset is set to 0, 3, and 6 for the 3 offset buttons respectively (left to right).
### Type: Relative/Absolute Offset
With offset you can give the playlist or track number an offset allowing easy switching between displaying different playlists/tracks. For example, in the (topmost) image above, the playlist absolute offset is set to 0, 3, and 6 for the 3 offset buttons respectively (left to right). In the case of absolute offset, the offset will be set to the value you enter into the 'offset' box. In the case of relative offset the offset is incremented or decremented by the amount you enter into the 'offset' box.
#### Offset
Sets the amount the playlist/track needs to be offset when the button is pressed.
#### Display Offset Target Name
Only for relative playlist offsets, it will display the name of the playlist that the offset will take you to (only really works well if you only have a single playlist displayed).
#### On Color
Sets the color of the ring that's shown on the button when the offset is set to the value set in the offset box.
@@ -89,5 +92,8 @@ Sets the background color of the button.
## Mode: Stop All
Stops all tracks and playlists.
#### Display Current Playlist
Displays the name of the playlist that is at the current offset.
#### Background
Sets the background color of the button.