Qball's Weblog

GMPC gets QUEUE support, again

Tags gmpc 

GMPC used to have this before when there was an implementation in MPD a few years back, this implementation never made it into MPD-stable, so was removed.

BUT it is back, in  completely different form. You can now give a song in your playlist a higher priority, so it wil be played next. For this to work, you need a recent MPD and
GMPC+libmpd from git.

REMEMBER: Giving songs priority only works in RANDOM mode.

The QUEUE-ing works as follow: (I need to find a better name then queue-ing)

Select a song in the playlist:**

2013-03-17-160544_956x1041_scrot

As you can see, all songs have priority -1 (aka no priority):

Now Press :  “alt-q”

2013-03-17-160609_956x1041_scrot

As you can see the priority jumped to 255, and it will be the the next song played (see sidebar).

GMPC will automatically remove the priority once the song is played:

2013-03-17-160619_956x1041_scrot

You can also select multiple songs, and queue them. They will get a decrementing priority, this to ensure they play in the right order:

2013-03-17-160700_956x1041_scrot

 

This is a first implementation, I plan to change the color of the song-icon depending on the priority and do some other GUI-updates.