I've been following the instructions on how to setup EMMS from both this MakeTechEasier article and the respective GNU Wiki page, and I have successfully set up EMMS so that it can create playlists, play songs, and save playlists inside Emacs.
Everything has been pretty much working as I expected to, except that I have been unable to load playlists that I have previously saved. I've tried saving to each of the three available playlist formats (native, pls, m3u) using emms-playlist-save
, but every time I restart Emacs and try to load a playlist that I have previously saved in any of those formats using emms-playlist-mode-load-playlist
or emms-playlist-mode-open-buffer
, the minibuffer returns "Not an EMMS playlist buffer" and fails to play any of the saved playlists.
I did see this post from 7 years ago, and it seems that this person was having the exact same problem and experience that I'm having, but nobody answered his question. He had also figured out how to install EMMS, play tracks, and create and save playlists, but had been unable to load previously saved playlists by using emms-playlist-mode-load-playlist
.
I suppose I could use EMMS by doing that person's solution of running emms-playlist-new
and using emms-insert-m3u-playlist
to put a previously saved playlist into an EMMS buffer that will play the tracks. While that does manage to play the tracks, it would make more sense to me that there's probably an easier way to load and manage playlists in EMMS.