Re: [Rhythmbox-devel] RBSource objects and Python

2010-02-21 Thread Stuart Langridge
On 02/20/2010 05:22 PM, Tom Crocker wrote: Hi, I was reading this web page http://live.gnome.org/Rhythmbox% 20Plugins/Python%20Plugin%20Examples as I'm trying to learn to write a plugin for Rhythmbox. I don't know if it's a bug or that I have the wrong version of something installed but my Rhythm

[Rhythmbox-devel] Showing songs in a second library

2010-02-24 Thread Stuart Langridge
If I have more than one library folder set, I'd expect that: (a) clicking "Music" (unexpanded) under Library would show me all songs in all library folders (which it does), and that (b) expanding Music to show my library folders and then clicking each individual folder in turn would show me the

[Rhythmbox-devel] Watching playlists

2010-05-16 Thread Stuart Langridge
I'm just starting to write a Python RB plugin which syncs my playlists elsewhere. After conversations with moch, I now get that I pay attention to the treemodel that holds the playlists. However...in a plugin's activate() method, the playlists don't yet seem to have seen created...but they might be

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

Re: [Rhythmbox-devel] Rhythmbox: Improved Last.fm Plugin - Weekly Report 1

2010-06-03 Thread Stuart Langridge
On Thu, 2010-06-03 at 12:52 +0100, Jamie Nicol wrote: > I don't think it's possible to embed *just* the authentication form. > We're supposed to send the user to a certain address. The user may or > may not first be redirected to the login page (depending on if they are > logged in already). Then a

rhythmbox-devel@gnome.org

2010-08-10 Thread Stuart Langridge
On Tue, 2010-08-10 at 18:52 +1000, Jonathan Matthew wrote: > > Solution: > > What are some opinions on adding a conditional to interpret search > > input containing the "and" term as both "and" as well as "&" and vice > > versa? Basically, just make these two strings search interchangeably. > > The

rhythmbox-devel@gnome.org

2010-08-14 Thread Stuart Langridge
On Sat, 2010-08-14 at 14:41 -0400, Kyle Baker wrote: > On Tue, Aug 10, 2010 at 5:20 AM, Stuart Langridge > wrote: > > Agreed, for two reasons. The first is that it makes it much easier to > > throw an artist name from some other part of Rhythmbox into the search > > widget