Closed qjcg closed 2 years ago
I wasn't able to reproduce this on Linux, will try it on Mac soon. Meanwhile
M-x toggle-debug-on-error
and see if any error pops up after calling empv-playlist-select
?empv-exit
first to be sure) to where you called empv-playlist-select
?echo '{ "command": ["get_property", "playlist"] }' | socat - /tmp/empv-socket
You need to have the socat
program to be able to run this snippet. I believe you can install it with brew install socat
.
Also does it only work with YouTube results or works with mixed results (YouTube and local files)?
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.
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
andempv-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.