I couldn't get Mpv::playlist_previous_weak() and Mpv::playlist_previous_force() to work while Mpv::playlist_next_weak() and Mpv::playlist_next_force() work just fine. I am able to play the previous item by using the command playlist-prev instead of playlist-previous which is used here and here.
This section in the mpv manual describes playlist-prev.
I couldn't get
Mpv::playlist_previous_weak()
andMpv::playlist_previous_force()
to work whileMpv::playlist_next_weak()
andMpv::playlist_next_force()
work just fine. I am able to play the previous item by using the commandplaylist-prev
instead ofplaylist-previous
which is used here and here.This section in the mpv manual describes
playlist-prev
.