Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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-art

for Rhythmbox 2.96 - 2.99:


./install.sh

for Rhythmbox 3.0 and later:


./install.sh --rb3

N.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