Iris
Iris copied to clipboard
Pause after track
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
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.
Does single
mode achieve what you want? https://docs.mopidy.com/en/latest/api/core/#mopidy.core.TracklistController.get_single
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