maxammann / mpris-server

Allows you to control any mpris2 compatible media player

Home Page:https://github.com/maxammann/mpris-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allows you to control any mpris2 compatible media player over REST request.

Currently supported:

  • /pause - Pauses the player
  • /title - Returns the title
  • /play - Plays the player
  • /stop - stops the playback
  • /next - jumps to the next title in queue
  • /seek?offset=5 - Seeks offset seconds

About

Allows you to control any mpris2 compatible media player

https://github.com/maxammann/mpris-server


Languages

Language:Python 100.0%