shuffle and unshuffle of playlist

This commit is contained in:
2025-09-08 13:06:50 +02:00
parent 88ec2f8bf5
commit f35461cc50
4 changed files with 21 additions and 3 deletions

View File

@@ -30,6 +30,14 @@ mpv_playlist_clear() {
__mpv_command "playlist-clear"
}
mpv_playlist_shuffle() {
__mpv_command "playlist-shuffle"
}
mpv_playlist_unshuffle() {
__mpv_command "playlist-unshuffle"
}
mpv_quit() {
__mpv_command "quit"
}