[Rhythmbox-devel] Plugin Writing: Convert gpointer to gslist and iterate

2010-04-05 Thread Oliver Horn
Hello Rhythmbox developers, I'm trying to write a plugin for Rhythmbox that should listen to the signal 'entry-changed'. If the signal occurs it should check the list of changes and if a certain prop has changed it should do something. I'm not any familiar with Python. This is the first time I'm

[Rhythmbox-devel] DesktopCouch syncing

2010-04-12 Thread Oliver Horn
Hi there, Some days ago I started to write a Python plugin for Rhythmbox that syncs the Rhythmbox library to the DesktopCouch. In parallel to this I wrote some similar Exaile plugin, which refers to the same data. This means, that both players can use the same statitics such as play count, last pl

Re: [Rhythmbox-devel] Writing a Plugin syncing Playlists to UbuntuOne back and forth

2010-05-24 Thread Oliver Horn
Hi there, > currently I'm working on a plugin to sync playlists in rhythmbox to > DesktopCouch and in a second step to UbuntuOne so that I have access to > my playlists on all my computers. Well you won't believe it, I worked on the same and have a plugin that does most of that, but did not yet pu

Re: [Rhythmbox-devel] Writing a Plugin syncing Playlists to UbuntuOne back and forth

2010-05-26 Thread Oliver Horn
I created a Gitorious project on this: http://gitorious.org/couchmedia/couchmedia/trees/master You can see my code and try to use it. I put some instructions on how to use into the README file. It should work on Karmic and Lucid with the Rhythmbox and Exaile from the standard repos. signature.as