playlist-add command added

This commit is contained in:
stax76
2022-05-01 01:01:51 +02:00
parent f489d59168
commit a15d2cdbbe
4 changed files with 31 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
- Fix keyboard layout change not working.
- Fix multi monitor setup with different DPI values.
- New playlist-add command added to change the playlist position.
Ctrl+F11 goes 10 positions backward.
Ctrl+F12 goes 10 positions forward.
5.8.0.0 Beta (2022-04-02)

View File

@@ -255,6 +255,10 @@ or multiple files in the file clipboard format.
Cycles the pause property. In case the playlist is empty,
the most recent file from the recent files list is loaded.
### playlist-add \<integer\>
Changes the playlist position by adding the supplied integer value.
If the position goes out of range, it jumpes to the opposite end.
### playlist-first
Jumps to the first playlist entry, if the loaded file is
already the first entry, nothing happens.