~ruther/mpris-ctl

chore: remove naersk dependency
chore: add flake environment
chore: package both binaries to single Cargo.toml

refs

main
browse  log 

clone

read-only
https://git.ditigal.xyz/~ruther/mpris-ctl
read/write
git@git.ditigal.xyz:~ruther/mpris-ctl

You can also use your local clone with git send-email.

#Mpris ctl

A cli tool for managing media players using DBus Mpris2. This repository consists of two programs, the daemon and the cli.

The daemon looks for a player that is currently active and the cli will use that as default target.

The cli may play, pause, toggle the target player. If the daemon is not running, first player that is found will be used. It may also skip songs and show metadata about the media currently playing.

#Usage

> mpris-ctl
Manage dbus mpris2 players

Usage: mpris-ctl [OPTIONS] <COMMAND>

Commands:
  play      Send play media command
  pause     Send pause media command
  toggle    Send play if paused, else send pause
  prev      Switch to previous media/song
  next      Switch to next media/song
  metadata  Obtain metadata of the currently playing media
  status    Obtain status of the currently active player
  help      Print this message or the help of the given subcommand(s)

Options:
      --all-players
      --active-players
      --player <PLAYER>
  -h, --help             Print help
  -V, --version          Print version

`

#Motivation

I am making this tool mainly for learning Rust. If you want a program that does all this one does, plus more, use playerctl.

Do not follow this link