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

fix(player-mpris-tail): fixes #335 #379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zjeffer
Copy link

@zjeffer zjeffer commented Jun 25, 2022

This keeps the most recent player in a separate .txt file in the same folder as the Python script.
Executing play/pause/next/prev commands will read that file to make sure the latest active player is the chosen player.

  • If one player is playing, show that.
  • If multiple players are playing, show the most recently interacted-with player.
  • If no players are playing, show the most recently interacted-with player.

Fixes #335. @victorz Can you test this out?

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

Successfully merging this pull request may close these issues.

player-mpris-tail: should sort players by recency
1 participant