Iris icon indicating copy to clipboard operation
Iris copied to clipboard

Pause after track

Open J-tt opened this issue 2 years ago • 3 comments

Problem to solve

I often want to pause my music after a specific song finishes playing (eg: I've got a long queue but want to play something diffirent after the current album)

Proposed solution

Add "pause after track finishes" to the context menu on tracks under "Now Playing"

Additional info

No response

J-tt avatar May 16 '22 03:05 J-tt

There is a bug (not a feature!) in Mopidy which I use to achieve that. If you remove the currently playing track from the queue, Mopidy will pause after the track finishes. The downside is that after doing that, the pause button stops working until the track ends, so you cannot pause sooner.

nawordar avatar Jun 23 '22 06:06 nawordar

Does single mode achieve what you want? https://docs.mopidy.com/en/latest/api/core/#mopidy.core.TracklistController.get_single

kingosticks avatar Jun 23 '22 07:06 kingosticks

Does single mode achieve what you want? https://docs.mopidy.com/en/latest/api/core/#mopidy.core.TracklistController.get_single

I checked it out with ncmpcpp and it does (almost) exactly what I want. I would only prefer that the single mode would be turned off after the track pauses, but that is only a very minor issue. If Iris implemented the Mopidy's single mode like ncmpcpp, I would be fine with that

nawordar avatar Jul 21 '22 08:07 nawordar