Skip to main content

Simple program that keeps the order of the last used players

Project description

lastplayer

Simple program that keeps track of the last used MPRIS2 players.

How?

It prints the order of the players, from most recent to last recent, on a single line on stdout any time a player appears or disappears. The most recent list of players is also written at /tmp/lastplayer.

Why?

You can use this program to control from keybinds the most recently opened multimedia player, using for example a program like playerctl.

Using the same technique, you may control another player based on the order of when it was started.

Example

Start lastplayer beforehand:

lastplayer &

Toggle the playing state of the most recent player:

#!/bin/sh

player="$(cat /tmp/lastplayer | head -n 1)"
playerctl -p $player play-pause

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lastplayer-0.0.1.tar.gz (2.2 kB view hashes)

Uploaded Source

Built Distribution

lastplayer-0.0.1-py3-none-any.whl (2.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page