Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread giopas
Adolfo González Blázquez wrote: > El mié, 28-11-2007 a las 00:14 +0100, Piotr Gaczkowski escribió: > >> On Nov 27, 2007 11:50 PM, Adolfo González Blázquez >> <[EMAIL PROTECTED]> wrote: >> >>> I'm using os.popen('nautilus "%s"' % dirpath), so it won't work. I >>> should find a better way to

Re: [Rhythmbox-devel] yet another rb plugin: Rhythmweb

2007-11-27 Thread giopas
Jonathan Matthew wrote: > On 10/7/07, Michael Gratton <[EMAIL PROTECTED]> wrote: > >> Hey Jonathan, >> >> On Tue, 2007-10-02 at 00:17 +1000, Jonathan Matthew wrote: >> >>> I've been using it a bit, and it's working pretty nicely. I've >>> attached some patches that fix a few more things I n

Re: [Rhythmbox-devel] Alarm clock plugin

2007-11-27 Thread Alex Lancaster
> "b" == bgarret writes: b> Hello list, I need my daily fix of tunes in the morning, it b> prevents me from being grumpy for several hours. I was a bit b> disappointed when I realized that Jon Oberheide's alarm clock b> plugin didn't work anymore (I believe this is related to the switch b> f

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
El mié, 28-11-2007 a las 00:14 +0100, Piotr Gaczkowski escribió: > On Nov 27, 2007 11:50 PM, Adolfo González Blázquez > <[EMAIL PROTECTED]> wrote: > > > > I'm using os.popen('nautilus "%s"' % dirpath), so it won't work. I > > should find a better way to do this, as you point... > > What about usi

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Piotr Gaczkowski
On Nov 27, 2007 11:50 PM, Adolfo González Blázquez <[EMAIL PROTECTED]> wrote: > > I'm using os.popen('nautilus "%s"' % dirpath), so it won't work. I > should find a better way to do this, as you point... What about using xdg-open instead of nautilus? Or perhaps there's even a function for it. Try

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
El mar, 27-11-2007 a las 17:41 -0500, Andrew Conkling escribió: > On Nov 27, 2007 3:34 PM, Adolfo González Blázquez > <[EMAIL PROTECTED]> wrote: > I've written my first Rhythmbox plugin, which is used to open > the > containing folder of the selected track. Is quite simple,

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
The standard way to install is: $ cd ~/.gnome2/rhythmbox/plugins $ wget http://www.infinicode.org/code/rb/rb-open-folder-0.1.tar.gz $ tar xzf rb-open-folder-0.1.tar.gz $ rm rb-open-folder-0.1.tar.gz That should be enough, if you have Rhythmbox > 0.96 and pygtk installed Maybe i should write in th

Re: [Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Andrew Conkling
On Nov 27, 2007 3:34 PM, Adolfo González Blázquez <[EMAIL PROTECTED]> wrote: > I've written my first Rhythmbox plugin, which is used to open the > containing folder of the selected track. Is quite simple, but I wanted > something similar to what iTunes does. > > It just adds an action to the conte

[Rhythmbox-devel] Open containing folder plugin

2007-11-27 Thread Adolfo González Blázquez
Hello, I've written my first Rhythmbox plugin, which is used to open the containing folder of the selected track. Is quite simple, but I wanted something similar to what iTunes does. It just adds an action to the context menu, and then it launches Nautilus on the containing folder. I would appre

[Rhythmbox-devel] Alarm clock plugin

2007-11-27 Thread bgarret
Hello list, I need my daily fix of tunes in the morning, it prevents me from being grumpy for several hours. I was a bit disappointed when I realized that Jon Oberheide's alarm clock plugin didn't work anymore (I believe this is related to the switch from a flat source list to the actual one). I

Re: [Rhythmbox-devel] rhythmbox equalizer?

2007-11-27 Thread Christophe Dehais
Hi, I took some time to refresh the code posted on that bug, but did not updated it yet. Beside some easy code clean up, there are some annoying problems: - the playback backends are partially broken w.r.t to adding/removing filters [1] - LADSPA filters works badly (hey, they are in gstreamer-bad