ParadoxSpiral / libmpv-rs

A libmpv abstraction written in rust that's easy to use and provides the ability to read next to all video and audio codecs.
GNU Lesser General Public License v2.1
100 stars 36 forks source link

Playing the previous item in a playlist doesn't work #17

Closed Eetsi123 closed 4 years ago

Eetsi123 commented 4 years ago

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.

ParadoxSpiral commented 4 years ago

Fixed in this commit which is in the 2.0.1 release.

Thanks for your report!