An open API service indexing awesome lists of open source software.

https://github.com/fraoustin/rhythmbox-plugins

my plugins for rhythmbox
https://github.com/fraoustin/rhythmbox-plugins

active gnome rhythmbox

Last synced: 7 months ago
JSON representation

my plugins for rhythmbox

Awesome Lists containing this project

README

          

# rhythmbox-plugins
my plugins for rhythmbox

# Only Toolbar

![only-toolbar action](https://github.com/fraoustin/rhythmbox-plugins/blob/master/only-toolbar/images/onlytoolbar.png)

Use F12 or menu view/view only toolbar

# Remember The Rhythm

A plugin for rhythbox to remember last playing song and playback time.
The remember-the-rhythm plugin is a copy of https://github.com/owais/remember-the-rhythm/
with a python3 loader

# Installation

```

git clone https://github.com/fraoustin/rhythmbox-plugins.git
cd rhythmbox-plugin
python install.py only-toolbar
python install.py remember-the-rhythm
```

# Error

If you have error "no import gi":

* apt-get install python3-gi
* check python3 (/usr/bin/python3) by command "import gi"