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
- Host: GitHub
- URL: https://github.com/fraoustin/rhythmbox-plugins
- Owner: fraoustin
- License: gpl-2.0
- Created: 2015-08-09T08:46:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T18:12:51.000Z (almost 9 years ago)
- Last Synced: 2023-08-13T04:52:45.297Z (over 2 years ago)
- Topics: active, gnome, rhythmbox
- Language: Python
- Size: 20.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rhythmbox-plugins
my plugins for rhythmbox
# Only Toolbar

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"