Thanks, for the pointer.

Everything is now working correctly except the config UI which I'm not
so worried about yet. In relation to this thread, if anyone is having
trouble SETTING properties instead of just reading them i used this
code:

entry.__setattr__('LOCATION', 'file:///etc/etc/etc/etc.mp3')

I'd forgotten how awesome the python console was in rhythmbox. :)
I'll add the gtk3 version to the thirdparty plugins list when I have
made sure everything is working properly.


On 24 November 2011 22:33, Pablo Carranza <pcarra...@gmail.com> wrote:
> Hey, thanks that's good for me too.
>
>
> On Thu, Nov 24, 2011 at 10:49 AM, Lachlan <lachlan...@gmail.com> wrote:
>>
>> On 24 November 2011 18:55, Jonathan Matthew <jonat...@d14n.org> wrote:
>> > On Thu, Nov 24, 2011 at 6:03 PM, Lachlan <lachlan...@gmail.com> wrote:
>> >> So now that Debian testing is running git versions of Rhythmbox I've
>> >> been updating my plugin.
>> >>
>> >> So far i have it activating and the menu items are populating which is
>> >> awesome, now i just have to work out functionality
>> >>
>> >> from what i've found on the net it should be changing from one line to
>> >> the next one:
>> >> self.db.entry_get(db_entry, rhythmdb.PROP_ALBUM)
>> >> self.db.entry_get(db_entry, RB.RhythmDBPropType.ALBUM)
>> >>
>> >> When i run this though i get told that entry_get() takes 4 arguments (3
>> >> given)
>> >>
>> >> I think this has to do with self.db but i'm unsure about where to
>> >> check.
>> >
>> > entry.get_string(RB.RhythmDBPropType.ARTIST)
>>
>> That's working for me, much simpler.
>>
>> > The plugins in the source tree are generally kept up to date with API
>> > changes, and they're also what I use to figure out what to do with the
>> > API.
>> >
>> _______________________________________________
>> rhythmbox-devel mailing list
>> rhythmbox-devel@gnome.org
>> http://mail.gnome.org/mailman/listinfo/rhythmbox-devel
>
>
>
> --
> Pablo Carranza
>
_______________________________________________
rhythmbox-devel mailing list
rhythmbox-devel@gnome.org
http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Reply via email to