On Sun, 2009-12-20 at 10:20 -0500, Brian J. Murrell wrote:
> I want to recreate my RB data from Banshee before I come back so
> that I don't lose all of the stats I built up there.
Find the script I used attached. It worked well for my almost 9000
entry database.
Cheers,
b.
banshee2rhythmbox
On Sun, 2009-12-27 at 21:31 +1000, Jonathan Matthew wrote:
> Over the past while, I've been working on the media player sync code
> Paul Bellamy wrote as part of his summer of code project. As of about
> half an hour ago, the code is now available in the 'media-player-sync'
> branch in the git rep
Hello Jannik,
I tried that before, I changed it to what you suggested but that still
gives me the exact same error message.
Ron
Jannik Heller wrote:
Hi Ron,
your callback function should look like this:
def startView(self, widget, shell)
because GTK Connect supplies the widget that is con
Hi Ron,
your callback function should look like this:
def startView(self, widget, shell)
because GTK Connect supplies the widget 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 k
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:
TypeErr