How do I play a particular playlist with mpc?

24,572

ncmpc

ncmpc shows the playlists in the Browse screen (3).

ncmpcpp

ncmpcpp is quite similar to ncmpc maybe it behave the same.

mpc

You can load (append) a playlist with the load command, so to play a specified playlist:

mpc clear
mpc load <playlist_name>
mpc play
Share:
24,572

Related videos on Youtube

RanRag
Author by

RanRag

I am an undergraduate student who has completed his B-Tech in Information &amp; Communication Technology(ICT), INDIA. I am just a normal guy who has recently found interest in programming. Initially I was a big Java fan but now I am a Python enthusiast. Currently, exploring Android App Development.

Updated on September 18, 2022

Comments

  • RanRag
    RanRag almost 2 years

    I am using mpd with mpc for all my music needs.

    Now, what I want to ask is how to load/play songs from a particular playlist in mpc/mpd so that it only plays those song.

    For example,

    I created a linkinpark.m3u playlist file using ncmpcpp.Now I want to load this playlist in mpc so that it only plays the song which are included in the above mentioned playlist. Currently what it does is play all my songs at random.

    Output of lsplaylists

    ranrag@ranrag:~$ mpc lsplaylists 
    linkinpark
    Rock
    [other playlists]
    

    PS: No, gmpc or sonata based solution please.