Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pause after track #838

Open
J-tt opened this issue May 16, 2022 · 3 comments
Open

Pause after track #838

J-tt opened this issue May 16, 2022 · 3 comments

Comments

@J-tt
Copy link

J-tt commented May 16, 2022

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

@nawordar
Copy link
Contributor

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.

@kingosticks
Copy link
Contributor

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

@nawordar
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants