[Rhythmbox-devel] (rhythmbox:4339): Gtk-CRITICAL

2015-08-30 Thread Ron Croonenberg
Don't know if this is the right place to ask; whenever I start Rhytmbox I get to see this message (without any plugin activated) (rhythmbox:4339): Gtk-CRITICAL **: gtk_css_provider_load_from_path: assertion 'path != NULL' failed Any obvious things to look for or is it a rhythmbox bug? I am

Re: [Rhythmbox-devel] plugin development

2010-03-24 Thread Ron Croonenberg
); },34); } == Ron Croonenberg | | Phone: 1 765 658 4761 Lab Instructor | Fax: 1 765 658 4732 Technology Coordinator

Re: [Rhythmbox-devel] adding database fields in rhythmdb

2010-01-09 Thread Ron Croonenberg
a bugzilla bug on it and see if someone will bite and add the field. sri On Fri, Jan 8, 2010 at 8:13 PM, Ron Croonenberg r...@depauw.edu mailto:r...@depauw.edu wrote: Well, here is why I asked: When you rip an album, you don't necessarily end up with with an album with one

Re: [Rhythmbox-devel] checking an object type in Rhythmbox

2010-01-08 Thread Ron Croonenberg
i tried that, something with __main_ (while ago don't really recall)... but python didn't like that Jonathan Matthew wrote: On Sun, Jan 3, 2010 at 11:09 AM, Ron Croonenberg r...@depauw.edu wrote: Hello, I am trying to write a plugin for Rhythmbox and want to check if an object I have

Re: [Rhythmbox-devel] adding database fields in rhythmdb

2010-01-08 Thread Ron Croonenberg
wouldn't have that problem (artist, album, performing-artist ?) I wrote a 'tree view plugin', that is when I noticed there is no unique way for a group (album) of songs. An extra field in Rhythmdb would fix that Ron Jonathan Matthew wrote: On Tue, Jan 5, 2010 at 12:11 PM, Ron Croonenberg r

[Rhythmbox-devel] adding database fields in rhythmdb

2010-01-04 Thread Ron Croonenberg
hello, is it possible/easy to add a field to the rhythmdb that can be use by a plugin (without having to modify a bunch of code in the rhythmbox app)? Ron ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org

[Rhythmbox-devel] checking an object type in Rhythmbox

2010-01-02 Thread Ron Croonenberg
Hello, I am trying to write a plugin for Rhythmbox and want to check if an object I have is of a certain type what I want to do is something like: if type(source) == type(something.RBPlayQueueSource): if I do a print type(SOURCE), print shows me the string

Re: [Rhythmbox-devel] rhythmdb entries

2010-01-01 Thread Ron Croonenberg
); } == Ron Croonenberg | | Phone: 1 765 658 4761 Lab Instructor | Fax: 1 765 658 4732 Technology Coordinator| | Department of Computer Science

Re: [Rhythmbox-devel] start player with 'play queue' as source

2010-01-01 Thread Ron Croonenberg
about is how to select the new source (the play queue) so that I can start the player there (in python) So... how do I select the play queue to be the new source for the player? thanks, Ron Jonathan Matthew wrote: On Sat, Jan 2, 2010 at 11:04 AM, Ron Croonenberg r...@depauw.edu wrote

[Rhythmbox-devel] rhythmdb entries

2009-12-30 Thread Ron Croonenberg
I am trying to access the rhythmdb, I checked the plugin writing guide but the only thing I can find is the following snippet: % for row in mysource.props.query_model: entry = row[0] print db.entry_get(entry, rhythmdb.PROP_TITLE) % is there a document that shows how to use the

[Rhythmbox-devel] startView() takes exactly 1 argument (3 given)

2009-12-29 Thread Ron Croonenberg
Hello, I am (trying) to write a plugin for rhythmbox (in python) and keep running into an error msg from an action from the toolbar I am adding a 'button' to the toolbar and when it's clicked execute a function/method. I get a runtime error every time I click the button, here it is:

Re: [Rhythmbox-devel] startView() takes exactly 1 argument (3 given)

2009-12-29 Thread Ron Croonenberg
that is connected, too. Am Dienstag, den 29.12.2009, 09:40 -0500 schrieb Ron Croonenberg: Hello, I am (trying) to write a plugin for rhythmbox (in python) and keep running into an error msg from an action from the toolbar I am adding a 'button' to the toolbar and when it's clicked execute a function