my plugins for rhythmbox
Use F12 or menu view/view only toolbar
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
git clone https://github.com/fraoustin/rhythmbox-plugins.git
cd rhythmbox-plugin
python install.py only-toolbar
python install.py remember-the-rhythm
If you have error "no import gi":
- apt-get install python3-gi
- check python3 (/usr/bin/python3) by command "import gi"