Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fossfreedom/desktop-art
rhythmbox v2.9x/v3.x plugin to display the coverart and control rhythmbox from your desktop
https://github.com/fossfreedom/desktop-art
Last synced: about 1 month ago
JSON representation
rhythmbox v2.9x/v3.x plugin to display the coverart and control rhythmbox from your desktop
- Host: GitHub
- URL: https://github.com/fossfreedom/desktop-art
- Owner: fossfreedom
- License: gpl-3.0
- Created: 2012-11-15T08:22:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-19T07:28:06.000Z (about 1 year ago)
- Last Synced: 2023-12-19T10:40:59.596Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 7
- Watchers: 5
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
desktop-art
===========rhythmbox v2.96 and later plugin to display the coverart and control rhythmbox from your desktop
##GTK3 Author
- fossfreedom , website - https://github.com/fossfreedom
[![Flattr Button](http://api.flattr.com/button/button-compact-static-100x17.png "Flattr This!")](https://flattr.com/thing/1237263/fossfreedomdesktop-art-on-GitHub "fossfreedom") [![paypaldonate](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=KBV682WJ3BDGL)
------------
![Imgur](http://i.imgur.com/Kj1JL.png)
... and on mouse-over...
![Imgur](http://i.imgur.com/mq3TT.png)
Current Situation
- Basics do work - see To Do list below
- Mouse focus control to be restricted to cover i.e. lines 276-284 commented out needs to be GTK3 converted. Patches welcome!To Install
sudo apt-get install gir1.2-gconf-2.0 gir1.2-rsvg-2.0
git clone https://github.com/fossfreedom/desktop-art.git
cd desktop-artfor Rhythmbox 2.96 - 2.99:
./install.shfor Rhythmbox 3.0 and later:
./install.sh --rb3N.B. use the equivalent package names `gir1.2-gconf-2.0 gir1.2-rsvg-2.0` for your distro
Enable the plugin in rhythmbox
To Do:
**patches welcome**
- code cleanup - remove various gnome2 bits such as the path `~/.gnome2/rhythmbox/covers/` in CoverManager.py
- GConf needs to be converted to GSettings
- is the rsvg module really needed? Need to investigate further and if necessary strip the rsvg code elemnents from the source.
- Investigate the 1 second polling method to update the cover. Inefficient - possible use the standard playing-changed event to upate.
- Preferences Dialog - two or more increments to the x, y, w or h values causes a segmentation fault.
**Bug #1028115 in pygobject**
To have full functionality, this bug needs to be fixed in the pygobject-Packages:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/1028115
You can find scripts for Ubuntu 12.04/12.10 to patch the packages.
If you're running Ubuntu 12.04/12.10 AMD64, you can download the
resulting binaries as .deb packages.
see https://github.com/andrenam/desktop-art/downloads