[Rhythmbox-devel] query on PROP_MTIME with limit

2010-06-04 Thread Jean-Lou Dupont
Hi - I'd like to perform a query on PROP_MTIME with a limit e.g. retrieve the "X" entries in the database for which PROP_MTIME > t. How would I go about doing this? ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/

Re: [Rhythmbox-devel] query on PROP_MTIME with limit

2010-06-05 Thread Jean-Lou Dupont
Thanks Matt! Somebody on the IRC channel (moch) suggested I might need to include a "sort order" on the query. How would I do that? On Fri, Jun 4, 2010 at 9:05 PM, Matt Novenstern < mnovenst...@students.colgate.edu> wrote: > On Fri, 2010-06-04 at 20:32 -0400, Jean-Lou D

Re: [Rhythmbox-devel] query on PROP_MTIME with limit

2010-06-05 Thread Jean-Lou Dupont
Thanks Matt! Somebody on the IRC channel (moch) suggested I might need to include a "sort order" on the query. How would I do that? On Fri, Jun 4, 2010 at 9:05 PM, Matt Novenstern < mnovenst...@students.colgate.edu> wrote: > On Fri, 2010-06-04 at 20:32 -0400, Jean-Lou D

[Rhythmbox-devel] entry-added signal & PROP_TIME

2010-06-07 Thread Jean-Lou Dupont
I am writing a Python plugin. I'd like to act upon each 'song' during the "entry-added" signal. How do I filter against "PROP_TYPE" in this case? ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox

[Rhythmbox-devel] entry-added signal & PROP_TIME

2010-06-07 Thread Jean-Lou Dupont
I am writing a Python plugin. I'd like to act upon each 'song' during the "entry-added" signal. How do I filter against "PROPT ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] entry-added signal & PROP_TIME

2010-06-10 Thread Jean-Lou Dupont
Thanks for all your help! I was able to move forward. -- http://www.systemical.com/ http://jldupont.blogspot.com/ twitter: jldupont On Thu, Jun 10, 2010 at 4:04 AM, Jonathan Matthew wrote: > On Tue, Jun 8, 2010 at 5:20 AM, Jean-Lou Dupont wrote: > > I am writing a Python plugin

[Rhythmbox-devel] Library Structure for Devices

2010-08-12 Thread Jean-Lou Dupont
Is it possible to configure somehow a starting path for the folder hierarchy? At the moment, when transferring music to a Device, the start path is "/" which doesn't help maintaining a clean folder organization on my mobile device (Android Motorola Milestone). _

[Rhythmbox-devel] Blocking popup messages when transferring files

2010-08-12 Thread Jean-Lou Dupont
Is there a way to specify "overwrite all" / "overwrite none" when transferring files to Devices? Very annoying to have the blocking popup windows all the time. ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listi

[Rhythmbox-devel] playlist files

2010-08-12 Thread Jean-Lou Dupont
Is there a way to have RB place the playlist files in a specific directory on a Device? I see the option "playlist_path" for the ".is_audio_player" file supported on Banshee... what about for RB? ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org

[Rhythmbox-devel] cancelling a transfer

2010-08-12 Thread Jean-Lou Dupont
Is there a way to cancel a file transfer? Is there another than "kill -9" ? ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] playlist files

2010-08-12 Thread Jean-Lou Dupont
his case, an Android device) but if I plug the Device back in, RB doesn't auto-discovery the playlists, just the media files. Is this a known bug? On Thu, Aug 12, 2010 at 12:33 PM, Christophe Fergeau wrote: > 2010/8/12 Jean-Lou Dupont : > > Is there a way to have RB place the playli

Re: [Rhythmbox-devel] playlist files

2010-08-12 Thread Jean-Lou Dupont
his case, an Android device) but if I plug the Device back in, RB doesn't auto-discovery the playlists, just the media files. Is this a known bug? BTW, I am running RB 0.12.8 On Thu, Aug 12, 2010 at 12:33 PM, Christophe Fergeau wrote: > 2010/8/12 Jean-Lou Dupont : > > Is there a wa

Re: [Rhythmbox-devel] Patching Rhythmbox fireing signals for ratings?

2010-08-26 Thread Jean-Lou Dupont
The "entry-changed" signal can be trapped for such purpose. btw, I am currently building a "ratings sync" gnome application for this very purpose. FYI: http://github.com/jldupont/musync the rb plugin project: http://github.com/jldupont/rb.musync This project is under-development and I'll announ

[Rhythmbox-devel] Playlist related signals

2010-10-28 Thread Jean-Lou Dupont
Hi, Is there a signal generated as a result of a change to a playlist? I wasn't able to find any on the http://library.gnome.org/devel/rhythmbox/unstable/ documentation page... Use case: I would like to craft a plugin which automatically exports playlist(s) based on changes to the playlist(s).