This GNOME extension reads metadata information from an mpris compatible player and displays it on the top bar. It works with Spotify, Vlc, Rhythmbox, Chromium based browsers and (probably) any mpris compatible player.
This extension was originally a fork for mheine's gnome spotify label. It quickly spiraled out of control and i ended up replacing or reverting all but a hint of the original code, so i decided to start this repository from scratch.
The idea of supporting all mpris compatible players (and how to do it) comes from this pull request in mheine's extension.
Install this extension in one click from extensions.gnome.org
If this is your first time installing an extension perhaps you don't have the necessary software to do it though. Visit the page for further instructions
-
Install the stable release with:
$ git clone https://github.com/Moon-0xff/gnome-mpris-label.git -b stable ~/.local/share/gnome-shell/extensions/[email protected]
-
Install the latest development version with:
$ git clone https://github.com/Moon-0xff/gnome-mpris-label.git ~/.local/share/gnome-shell/extensions/[email protected]
Warning: the latest development version could be broken or buggy -
Finally log out from GNOME and log in again. It should be enabled by default, check tweaks or extensions if it's not.
- Clone this repository:
$ git clone https://github.com/Moon-0xff/gnome-mpris-label.git
cd
into the directory:$ cd gnome-mpris-label
- Checkout stable branch:
$ git checkout stable
- Run the installation script:
$ sh install.sh
Skip the third step if you want the latest development version (warning: it could be broken or buggy)
Feel free to submit an issue if you have encountered a bug, want to ask something, want to share an idea for a feature, or something else entirely.
Feel free to submit a pull request for a bug you squashed, a feature you added, or anything you want merged to this repo.
Checkout HACKING.md for a quick guide on editing the source code.