trdlo / client175

Automatically exported from code.google.com/p/client175
GNU General Public License v3.0
0 stars 0 forks source link

Start playin once the playlist is replaced. #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I would like to request this feature (or at least its implementation as a 
setting).

The current behaviour when replacing a playlist (e.g. by right clicking an 
album and choosing "Replace Playlist") stops the current track playback and 
replaces the playlist.

The desired behaviour is to do the same but also start playing the first track 
of the new playlist right away.

Original issue reported on code.google.com by kaod...@gmail.com on 29 Jun 2010 at 2:21

GoogleCodeExporter commented 8 years ago
By the way, this is not a defect but a feature request; although I didn't see 
any place where to change it.

Original comment by kaod...@gmail.com on 29 Jun 2010 at 2:22

GoogleCodeExporter commented 8 years ago
That is an interesting idea.  I have functionality for "crop" in the back-end 
but I did not add this to the client.  Cropping will clear all but the 
currently playing song.  

I think the way to go would be to prompt you if any action you take would clear 
the playlist and stop a playing song, and give you option to crop the playlist 
instead of clearing it.  I could then add a checkbox to "Always take this 
action".

Original comment by cseic...@gmail.com on 29 Jun 2010 at 4:00

GoogleCodeExporter commented 8 years ago
I realize now that I misunderstood the original request when  responded.  I did 
not implement the cropping behavior I mentioned.  

The current version in SVN implements the requested behavior if mpd was playing 
when the playlist was replaced.  In that case playback will be restarted with 
the first song of the new playlist.  If mpd was not playing then nothing 
changes.

Original comment by cseic...@gmail.com on 2 Jul 2010 at 3:45