[Rhythmbox-devel] How to get entries sorted by album

2010-03-28 Thread Rupesh kumar
I am trying to iterate over all entries in the db. How do I get the entries sorted by album i.e. self.db.entry_foreach_by_type(self.db.entry_type_get_by_name("song"), self.process_entry_cb) should yield entries of album A, then album B and so on. Thanks. Rupesh

Re: [Rhythmbox-devel] Python set text in Search Field

2010-03-15 Thread Rupesh kumar
Python bindings for RBSearchEntry have been added in version 0.12.7. Please see this message http://mail.gnome.org/archives/rhythmbox-devel/2010-February/msg00026.html Rupesh > Date: Wed, 3 Mar 2010 20:29:53 + > From: edoardo.to...@gmail.com > To: rhythmbox-devel@gnome.org > Subject: [Rhythm

Re: [Rhythmbox-devel] Cover Art seems to be disabled...

2010-03-06 Thread Rupesh kumar
Hi Michael, For album art, you can try a plugin I wrote recently. It is available here http://code.google.com/p/albumartsearch/ > From: jonat...@d14n.org > Date: Sat, 6 Mar 2010 15:07:43 +1000 > To: midnight_s...@bellsouth.net > CC: rhythmbox-devel@gnome.org > Subject: Re: [Rhythmbox-devel] Cov

[Rhythmbox-devel] Implementation of RBSearchEntry in python

2010-02-20 Thread Rupesh kumar
box yellow when a search text is entered. _ Hotmail: Trusted email with Microsoft’s powerful SPAM protection. https://signup.live.com/signup.aspx?id=60969# # Copyright (C) 2010 Rupesh Kumar

Re: [Rhythmbox-devel] Widget layout

2010-02-14 Thread Rupesh kumar
I tried that but it adds it below the progress bar which is not what is required. On Sun, Feb 14, 2010 at 7:25 PM, John McHugh wrote: Have you tried adding it to Main_Top? On 14 February 2010 09:50, Rupesh kumar wrote: Hello, I am looking to achieve a layout similar to the mock

Re: [Rhythmbox-devel] ANN: Album art search plugin

2010-02-14 Thread Rupesh kumar
message -- From: Jannik Heller Date: Sat, Feb 13, 2010 at 1:45 AM Subject: Re: [Rhythmbox-devel] ANN: Album art search plugin To: Rupesh kumar Cc: rhythmbox-devel@gnome.org It doesn't work correctly for me (Rhythmbox 0.12.6) It does display the artworks (although not all of them), bu

[Rhythmbox-devel] Adding a widget

2010-02-14 Thread Rupesh Kumar
Hello, I am looking to achieve a layout similar to the mock up shown at this link http://people.canonical.com/~mmueller/sparkle-mockup-1.png The idea is to have have the search bar and below that a icon view showing cover icons as in the post by Manu Wagner http://code.google.com/p/rhythmbox-cove

[Rhythmbox-devel] Widget layout

2010-02-14 Thread Rupesh kumar
Hello, I am looking to achieve a layout similar to the mock up shown at this link http://people.canonical.com/~mmueller/sparkle-mockup-1.png The idea is to have have the search bar and below that a icon view showing cover icons as in the post by Manu Wagner http://code.google.com/p/rhythmbox-co

[Rhythmbox-devel] ANN: Album art search plugin

2010-02-06 Thread Rupesh kumar
Album art search is a plugin which searches the web for the album art of the currently playing song using google search apis. From the resulting images, one can then choose an image to set it as album art. The plugin is based on the context pane plugin. For download and installation instruction