PDA

View Full Version : Rhythmbox plugin python api help



marktbaldridge
October 6th, 2011, 11:26 PM
So, I have an instance of BrowserSource class, and I want to know how to add a python list of songs.

I have a list like:

songs = ["Song Title 1", "Song Title 2"...]

How do I make that list show up in the gui as an available songs?

And then how do I get event call-backs from the search button?

Any ideas?