isamert / empv.el

An Emacs media player, media library manager, radio player, YouTube frontend
GNU General Public License v3.0
107 stars 19 forks source link

`empv-playlist-select` not working with local files #7

Closed qjcg closed 2 years ago

qjcg commented 2 years ago

After enqueuing some entries into the playlist, calling empv-playlist-select interactively appears to do nothing. No playlist items are presented for selection. However, empv-playlist-next and empv-playlist-prev are working as expected.

UPDATE: After further testing, it seems empv-playlist-select IS working when there are YouTube results, but it does nothing when there are only local files in the playlist.

Using mpv 0.34.1 on macOS.

isamert commented 2 years ago

I wasn't able to reproduce this on Linux, will try it on Mac soon. Meanwhile

Also does it only work with YouTube results or works with mixed results (YouTube and local files)?

isamert commented 2 years ago

I wasn't able to reproduce this on Linux, will try it on Mac soon.

I also was not able to reproduce this on Mac. Closing the issue for now, feel free to reopen if it's still happening.