Replies: 5 comments 8 replies
-
I don't get your point. With MPD, you can
MPD has a queue of songs that shall be played. You can load any playlist into the queue, or load multiple playlists.
No, that's just one special case. You can select any song from the queue and play it.
MPD has the queue, but why does that bother you? You can do all the things you said.
MPD does have many independent playlists. MPD is just a low-level music player without a user interface. It can do all the things you want it to do. I believe the things that bother you is just how MPD's features are shown in the MPD clients you're using. I believe you want a MPD client that behaves differently. |
Beta Was this translation helpful? Give feedback.
-
Right, I named this queue of songs as "single active playlist mode". I will try to explain how it works in other players with heavy focus on playlists:
How it works in ncmpcpp:
So in order to reproduce the workflow of other players I have to constantly clear the Main Playlist in ncmpcpp and load my saved playlist into it. If you constantly switching between many playlist it would become pretty annoying I think. Maybe I am using ncmpcpp wrong? I hope I described it clear :)
Yes, well, I am not sure maybe it's MPD clients and their quirks.. I am using ncmpcpp and MALP and they both work not the way I want: single click/tap select playlist from the list of saved playlists and single click/tap to select a song from selected playlist to play. |
Beta Was this translation helpful? Give feedback.
-
@Solarunit take a look at this project: https://github.com/jcorporation/myMPD I think you will find what you are looking... |
Beta Was this translation helpful? Give feedback.
-
Ok, I installed MyMPD and played with it a bit. It works like others mpd client:
I think the client should have an option where the main queue = activated playlist, you can't add/delete songs to that queue. When you select a new saved playlist the new instance of queue is created. So each playlist creates their own queue. Something like this (when you deal with playlists) |
Beta Was this translation helpful? Give feedback.
-
I created a Feature Requests for ncmpcpp The idea is this:
I think every mpd client should have this (or option at least).. |
Beta Was this translation helpful? Give feedback.
-
The biggest issue I have with mpd (not sure if it's client app or server) is the Playlists management like other players have:
mpd doesn't work like that, instead you should "activate" playlist first (it starts playing the 1st song) and then select a song from this playlist. It looks like mpd only has a single active playlist mode where you can add/remove songs, clear it etc.. If you "activate" other playlist it becomes an active playlist.
Is there a way to configure mpd to have independent playlists like other players have?
Beta Was this translation helpful? Give feedback.
All reactions