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

2010-05-27 Thread Huntly Cameron
Hi all, I (awhile back now) created a rhythmbox plugin to sync podcast feeds, just the feed info, to ubuntu-one. https://launchpad.net/rbpodcastsync I haven't done much work on it recently due to dissertation writing/general life stuff. I was thinking though, wouldn't it be nice to come up with

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

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

2010-05-26 Thread Stuart Langridge
On 05/26/2010 10:47 AM, Jonathan Matthew wrote: > On Wed, May 26, 2010 at 7:40 PM, Kai Wolf wrote: >> Am Mittwoch, den 26.05.2010, 09:40 +0100 schrieb Stuart Langridge: >>> playlist has changed; the best thing to do is to watch for the normal >>> added and removed signals on the treeview for each

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

2010-05-26 Thread Jannik Heller
> That doesn't help much, I guess. The plugin will be informed every time > a playlist is created or deleted, but the (in my mind) main usage: > adding songs to existings playlists isn't covered here. That's why I was > thinking of dealing with drag&drop/rightclick signals. > > I'm wondering if i

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

2010-05-26 Thread Jonathan Matthew
On Wed, May 26, 2010 at 7:40 PM, Kai Wolf wrote: > Am Mittwoch, den 26.05.2010, 09:40 +0100 schrieb Stuart Langridge: >> I'd also be happy to be involved in this, and being the dude who >> designed desktopcouch I've got a certain amount of knowledge about this >> :) I pinned down moch at UDS and t

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

2010-05-26 Thread Kai Wolf
Am Mittwoch, den 26.05.2010, 09:40 +0100 schrieb Stuart Langridge: > On 05/25/2010 08:52 PM, Kai Wolf wrote: > >>> 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

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

2010-05-26 Thread Stuart Langridge
On 05/25/2010 08:52 PM, Kai Wolf wrote: >>> 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

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

2010-05-25 Thread Alexandre Rosenfeld
On Mon, May 24, 2010 at 19:46, Oliver Horn wrote: > 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 sa

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

2010-05-25 Thread Kai Wolf
Am Dienstag, den 25.05.2010, 00:46 +0200 schrieb 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 worke

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

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

2010-05-24 Thread Mailinglist-Fetcher
Hi everybody, 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. By doing this I faced some problems: First, I haven't found a signal shot when a playlist gets modified, addi