Re: [Rhythmbox-devel] autoqueue plugin for rhythmbox

2008-08-26 Thread Jonathan Matthew
On Mon, Aug 25, 2008 at 11:51:39PM +0200, eric casteleijn wrote: > Hi all, > > I've ported my autoqueue plugin (originally written for quod libet): > > http://code.google.com/p/autoqueue/ > > to rhythmbox, as a sort of proof of concept project after factoring out > all player specific stuff from

Re: [Rhythmbox-devel] RemovableMediaManager

2008-08-28 Thread Jonathan Matthew
On Thu, Aug 28, 2008 at 05:07:34AM -0300, Danilo Penna Queiroz wrote: > Hi folks, > > I'm new here and I've never developed anything for rhythmbox before. > I'm trying to write a plugin that will action when a new removable > media be inserted but i don't know how to do my plugin be notified > whe

Re: [Rhythmbox-devel] force transcode to change bitrate for mobile devices

2008-08-29 Thread Jonathan Matthew
On Tue, Aug 26, 2008 at 09:57:17AM +0300, ikke wrote: > Hi, > > I didn't find answer to this from bugzilla, mailing list or google... > How to force mp3 bitrate change when copying stuff to memory stick / > usb player? > > I got it done if I used the .is_audio_player -file and specified the > dev

Re: [Rhythmbox-devel] Noise or How I learned to love the state of the Gnome audio software

2008-08-30 Thread Jonathan Matthew
out smart playlists), has poor tagging support, Play Queue doesn't > function as expected (as described in the above mentioned bug report). The play queue doesn't function as *you* expect. It works exactly as I expect, and I think that if you want the shuffle/repeat settings to apply

Re: [Rhythmbox-devel] Question about PROP_LAST_PLAYED and QUERY_PROP_LESS in plugin

2008-10-02 Thread Jonathan Matthew
On Wed, Oct 01, 2008 at 02:01:10PM +0200, eric casteleijn wrote: > In my ongoing quest to port all of the autoqueue plugin to rhythmbox, > I've made another small step, by blocking tracks that are played for a > number of days, but I'm getting strange GLib messages of the form: > > GLib-GObject

Re: [Rhythmbox-devel] Problems with tree DB and libgda

2008-10-16 Thread Jonathan Matthew
On Thu, Oct 16, 2008 at 09:49:02AM -0500, nixscripter wrote: > Hello. > > Running both pre-compiled and self-compiled versions of Rhythmbox 0.11.2 > on 32-bit Ubuntu, I get random crashes while playing songs, often while > changing songs. I decided to dump a couple of cores, and found the > c

Re: [Rhythmbox-devel] VBR files

2008-10-16 Thread Jonathan Matthew
On Thu, Oct 16, 2008 at 10:35:42AM +0100, T Sweeney wrote: > Hi > > Quick question, does Rhythmbox 0.11.5 on Ubuntu hardy 64 cope with VBR > mp3 downloads? Yes. ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/l

Re: [Rhythmbox-devel] Plugins: GIO Porting and foss.in/2008

2008-10-18 Thread Jonathan Matthew
On Sat, Oct 18, 2008 at 12:31:41PM +0530, Arun Chaganty wrote: > Hey, >I just did a grep on the rhythmbox code to check for gnome-vfs-ness: > > [EMAIL PROTECTED] rhythmbox]$ grep -c --include=*.{c,cpp,h,py} -r > "(gnome_vfs)|(gnomevfs)" . | awk "/.*:[1-9][0-9]*/" > ./plugins/rb/Loader.py:3 > .

Re: [Rhythmbox-devel] overriding get_playback_uri in Python

2008-10-19 Thread Jonathan Matthew
On Fri, Oct 17, 2008 at 10:17:43PM -0700, dmaddock1 wrote: > > Hi all. I'm new to rhythmbox and I've been working on a python plugin to > play XM Radio streams. I'm a python noob (though a C++ programmer by > trade). I've gotten pretty far through a combination of source code > reference and po

Re: [Rhythmbox-devel] Plugins: GIO Porting and foss.in/2008

2008-10-19 Thread Jonathan Matthew
On Sun, Oct 19, 2008 at 04:53:48PM +0200, frenc1z 1z wrote: > > > > The magnatune and jamendo plugins have a fair bit of commonish code > for > > downloading catalog files. Rather than rewriting it twice, it'd be a > > much better idea to add a common method (like the rb.Loader thing) to > do > >

Re: [Rhythmbox-devel] Something wrong?

2008-10-21 Thread Jonathan Matthew
On Tue, Oct 21, 2008 at 10:21:55PM +0100, Philip Herron wrote: > Hey > > This might be a real idiot question, but when i build and run rhythmbox > svn it looks something like this: > > ~see attachment! > > Not quite sure why this is comming up it just gives me GTK error's of: > > lt-rhythmbox:7

Re: [Rhythmbox-devel] Something wrong?

2008-10-22 Thread Jonathan Matthew
On Tue, Oct 21, 2008 at 11:43:45PM +0100, Philip Herron wrote: > Hey > > That done the trick! :) I was wondering how that worked, so without this > flag does ./configure tell rhythmbox to look for certain graphics and > assets outside the source? Rhythmbox always searches for data files in the

Re: [Rhythmbox-devel] Need help in plugin development

2008-11-01 Thread Jonathan Matthew
On Sat, Nov 01, 2008 at 07:50:41PM +0700, Huy Phan wrote: > Hi, > I'm new in rhythmbox plugin development. I'm trying to write a plugin to > change the way rhythmbox search the song when I enter words in search > bar. ( i.e : if i put "pop | hip hop", rhythmbox will search for all the > entri

Re: [Rhythmbox-devel] Writing m4a tags

2008-11-01 Thread Jonathan Matthew
On Sat, Nov 01, 2008 at 05:34:51PM -0400, Ryan Hughes wrote: > Hi. When I use rhythmbox, I don't seem to be able to write tags in m4a > files. I'm trying to look up information about this, but the > signal/noise ratio is very low. I'm seeing posts from 2005 about reading > tags, I'm seeing p

Re: [Rhythmbox-devel] Writing m4a tags

2008-11-02 Thread Jonathan Matthew
On Sun, Nov 02, 2008 at 01:46:18PM +1000, Jonathan Matthew wrote: > On Sat, Nov 01, 2008 at 05:34:51PM -0400, Ryan Hughes wrote: > > Hi. When I use rhythmbox, I don't seem to be able to write tags in m4a > > files. I'm trying to look up information about this, but th

Re: [Rhythmbox-devel] feature request

2008-11-13 Thread Jonathan Matthew
On Thu, Nov 13, 2008 at 03:49:21PM +0100, Jan wrote: > Hi, im a big fan of rhythmbox, I'd like to request two features: > > - filtering the music rhythmdb.xml for duplicate songs; if the song's > name, album, artist, song length and file size (but not necessarily > file name) are an exact match th

Re: [Rhythmbox-devel] GIO and HTTP auth

2008-11-14 Thread Jonathan Matthew
On Thu, Sep 11, 2008 at 12:25:17AM -0700, Adam Zimmerman wrote: > On Wed, 2008-09-10 at 19:15 +0100, Bastien Nocera wrote: > > > > What's actually streaming the files? We don't call > > gnome_authentication_manager_init() anymore on startup to set the > > gnome-vfs callbacks. Is it gnome-vfs code t

Re: [Rhythmbox-devel] some ideas

2008-11-19 Thread Jonathan Matthew
On Mon, Nov 17, 2008 at 10:14:09PM +0100, Roman Hubatsch wrote: > i'm using rhythmbox for a long time and i really like it but i have some > ideas for rhythmbox and want to tell them to someone who can mayby > import them to rhythmbox. > i can't write own plugins or something like that, i only have

Re: [Rhythmbox-devel] intelligent playlist

2008-11-22 Thread Jonathan Matthew
On Thu, Nov 20, 2008 at 02:21:02PM +0200, Jurij Schwalm wrote: > hello, > > is it possible to create an intelligent playlist with the following > scenario?: > > - Artist contains "Artist 1" > - Artist contains "Artist 2" > - Rating equals "5 stars" > > The idea is to play only 5-star-rated songs

Re: [Rhythmbox-devel] RHYTHMBOX / DEEPINSIDE

2008-12-05 Thread Jonathan Matthew
On Sun, Nov 30, 2008 at 05:51:39PM +0100, NaJ [Deepinside Radios & Events] wrote: > Hi Rhythmbox , > > i've try your software on ubuntu, and i would like to know if you can add Our > Radio Station DEEPINSIDE by default on your radio list! We only include radio streams in the initial set of stat

Re: [Rhythmbox-devel] List entry_types in the rhythmdb

2008-12-05 Thread Jonathan Matthew
On Fri, Dec 05, 2008 at 08:01:42PM +0100, Endre Oma wrote: > Hi, I'm new to the list. > > I'm new to plugin developing in rhythmbox, but has gotten a somewhat > grip on the queries. > > My question is: How do I list or request the types os entries in the > current db? Specifically those that co

Re: [Rhythmbox-devel] List entry_types in the rhythmdb

2008-12-06 Thread Jonathan Matthew
On Sat, Dec 06, 2008 at 08:49:37AM +0100, Endre Oma wrote: > Jonathan Matthew wrote: >> On Fri, Dec 05, 2008 at 08:01:42PM +0100, Endre Oma wrote: >>> Hi, I'm new to the list. >>> >>> I'm new to plugin developing in rhythmbox, but has gotten a

Re: [Rhythmbox-devel] rhythmbox alarm clock

2008-12-09 Thread Jonathan Matthew
On Sat, Dec 06, 2008 at 04:26:28PM -0800, Neskie Manuel wrote: > I had a look at the alarmclock plugin for some ideas and now have some > kind of working system. I'm looking at some other plugins to see how > things are written. One thing that would be nice is documentation on > the python bindi

Re: [Rhythmbox-devel] A python error for no certain reason.

2008-12-10 Thread Jonathan Matthew
On Wed, Dec 10, 2008 at 10:01:52PM +0100, Endre Oma wrote: > Lately I've got these strange errors a little random during execution of > my plugin. > > They look like: > File "/home/endre/.gnome2/rhythmbox/plugins/rbPodAdv/__init__.py", > line 248, in deactivate > def deactivate(self, shel

Re: [Rhythmbox-devel] global shortcuts/file view

2008-12-18 Thread Jonathan Matthew
On Wed, Dec 10, 2008 at 09:17:34PM -0600, Eric P wrote: > 2 questions. > > 1. Is there a way to have a globally set-able shortcut for Rhythmbox under > XFCE? It'd be nice to play/pause/skip > tracks/etc. while other apps are in focus. Rhythmbox uses the media key handling scheme provided by gno

Re: [Rhythmbox-devel] Feature Request: Play follow selection

2009-01-05 Thread Jonathan Matthew
On Sun, Jan 04, 2009 at 03:09:45PM -0600, Renich Bon Ciric wrote: > Hey guys! > > First of all, congratulations on Rhythmbox! I love it and it works > wonders! > > I would like to ask for a feature: > > Can you, please, add, to the "Control" menu, the "Play follows > selection" option? > > This

Re: [Rhythmbox-devel] Saving Import Errors

2009-01-11 Thread Jonathan Matthew
On Sat, Jan 10, 2009 at 03:23:35PM -0600, Duncan McGreggor wrote: > Hey everyone, > > I spent a couple of hours today digging around in the RB Python console > looking for an object that would give me access to the list of files > that show up in my import errors (~400 songs) so that I could save

Re: [Rhythmbox-devel] Saving Import Errors

2009-01-12 Thread Jonathan Matthew
On Mon, Jan 12, 2009 at 10:12:30AM -0600, Duncan McGreggor wrote: > Okay, it looks like I found the import errors... but I can't get the > data out of any objects. Here's how I got them: > ... > > However, I have not been able to get actual data from these objects. ... To access entry propert

Re: [Rhythmbox-devel] Local CDDB from freedb

2009-01-13 Thread Jonathan Matthew
On Sat, Jan 10, 2009 at 11:07:26AM +0200, Armand Bester wrote: > To whom it may concern > > I have recently set up a local CDDB database from freedb.org to > service both my PC an those on our LAN. I am using cddbd from > freedb.org to handle the requests from clients. Everything is working > fi

Re: [Rhythmbox-devel] Backspace shortcut

2009-01-13 Thread Jonathan Matthew
On Tue, Jan 13, 2009 at 11:05:07PM -0500, Carleton Atwater wrote: > Why is backspace the shortcut for the about screen? Every time I make a typo > in the text box and hit backspace to fix it the damn About window comes up. > There has the be a better key to use for a short cut. It's incredibly > an

Re: [Rhythmbox-devel] Feature Request

2009-01-18 Thread Jonathan Matthew
On Sat, Jan 17, 2009 at 07:33:51PM -0800, Chad wrote: > Please consider adding Twones support to your music player. > > http://www.twones.com/ > > I'm currently looking for a regular music player and yours provides the most > of the options I am looking for thus far. The addition of Twones wo

Re: [Rhythmbox-devel] Rhythmbox documentation

2009-01-22 Thread Jonathan Matthew
On Wed, Jan 21, 2009 at 10:47:14AM +0300, Ekaterina G. Potapova wrote: > Hi, tell please whether somebody is working on updating the Rhythmbox > user manual? I'm technical writer from Ubuntu Documentation Students > team and we would like to start updating the manual. No one is working on the

[Rhythmbox-devel] paths to rhythmdb.xml and other files

2009-02-16 Thread Jonathan Matthew
Hi, I've just committed some changes that affect the location of rhythmbox's user specific data files, most notably rhythmdb.xml and playlists.xml. These have moved from the old ~/.gnome2/rhythmbox/ directory to the cross-desktop user data directory, which on unixy platforms is determined by the X

Re: [Rhythmbox-devel] How about a release ?

2009-02-16 Thread Jonathan Matthew
On Fri, Jan 23, 2009 at 03:28:04PM +0100, Josselin Mouette wrote: > Hi, > > sorry if the question has already been asked too much, but I’m wondering > whether we can expect a new release of rhythmbox any time soon. There > are many bugs fixed in the SVN, and the current version is not suited at >

Re: [Rhythmbox-devel] How about a release ?

2009-02-18 Thread Jonathan Matthew
On Mon, Feb 16, 2009 at 11:00:36AM +, Bastien Nocera wrote: > On Mon, 2009-02-16 at 20:52 +1000, Jonathan Matthew wrote: > > > > I hope to be able to make a new release in the next month or so. This > > will probably be numbered 0.12.0. After that, I'm not p

Re: [Rhythmbox-devel] paths to rhythmdb.xml and other files

2009-02-18 Thread Jonathan Matthew
On Mon, Feb 16, 2009 at 04:58:40PM +0100, Mats Taraldsvik wrote: > Great! Is http://live.gnome.org/GnomeGoals/XDGConfigFolders fixed for > Rhythmbox, then? No, the jamendo and magnatune plugins still store data under ~/.gnome2/rhythmbox/. The lyrics plugin stores lyrics under ~/.lyrics, unless yo

[Rhythmbox-devel] gio port complete

2009-02-22 Thread Jonathan Matthew
At long last, the python plugins have been rewritten to use GIO rather than gnome-vfs where possible. The exact version of pygobject required varies between plugins, but for the most part, the GIO code requires pygobject 2.16.0, which, of the few distros I bothered to check, is only available in f

Re: [Rhythmbox-devel] paths to rhythmdb.xml and other files

2009-02-22 Thread Jonathan Matthew
On Wed, Feb 18, 2009 at 09:44:41PM +1000, Jonathan Matthew wrote: > On Mon, Feb 16, 2009 at 04:58:40PM +0100, Mats Taraldsvik wrote: > > Great! Is http://live.gnome.org/GnomeGoals/XDGConfigFolders fixed for > > Rhythmbox, then? > > No, the jamendo and magnatune plugins s

Re: [Rhythmbox-devel] Party mode?

2009-03-08 Thread Jonathan Matthew
On Fri, Mar 06, 2009 at 05:00:42PM +0300, Ekaterina G. Potapova wrote: > Hi all, > I'm editing the Rhythmbox manual and describing the Party mode feature. > Is it just fullscreen mode or it has some extra functions? And anothe > question: Does Party mode involve changes in how the play queue ca

[Rhythmbox-devel] search extensibility

2009-03-08 Thread Jonathan Matthew
I just committed a patch (that had been sitting around for over a year) that rearranges how searching works, making a few interesting things possible. The main thing that's new is a base class for translating a search string into a database query. Currently this is only used to do matches on sin

Re: [Rhythmbox-devel] building rhythmbox for win32 with MinGW/MSYS

2009-03-09 Thread Jonathan Matthew
On Sun, Mar 08, 2009 at 11:04:00AM +0100, Brecht Sanders wrote: > Hi, > I was just trying if rhythmbox can be built on Windows using the MinGW > compiler under the MSYS build environment. > I was able to build the minimum dependancies and was able to run configure. > When compiling there were som

[Rhythmbox-devel] rhythmbox 0.12.0 prerelease

2009-03-11 Thread Jonathan Matthew
I plan to release Rhythmbox 0.12.0 in one week, assuming no major bugs are found and go unfixed before then. I have already notified gnome-i18n about this. I've prepared a prerelease tarball, available here: http://methlab42.itee.uq.edu.au/~jonathan/rhythmbox-0.11.99.tar.bz2 If I make any change

Re: [Rhythmbox-devel] rhythmbox 0.12.0 prerelease

2009-03-12 Thread Jonathan Matthew
On Thu, Mar 12, 2009 at 03:24:17PM +1000, Jonathan Matthew wrote: > I plan to release Rhythmbox 0.12.0 in one week, assuming no major bugs > are found and go unfixed before then. I have already notified > gnome-i18n about this. > > I've prepared a prerelease tarball, av

Re: [Rhythmbox-devel] GNOME GSoC 09 question

2009-03-16 Thread Jonathan Matthew
On Mon, Mar 16, 2009 at 11:59:45PM +0530, Easwar Hariharan wrote: > On Mon, Mar 16, 2009 at 10:09 AM, Alexandre wrote: > > > > I have some experience writing Python plugins for Rhythmbox, so I'm hoping I > > can help you a bit. > > > > On Sun, Mar 15, 2009 at 3:06 PM, Adam Schreiber wrote: > >> >

Re: [Rhythmbox-devel] rhythmbox 0.12.0 prerelease

2009-03-16 Thread Jonathan Matthew
On Fri, Mar 13, 2009 at 01:09:43PM +1000, Jonathan Matthew wrote: > On Thu, Mar 12, 2009 at 03:24:17PM +1000, Jonathan Matthew wrote: > > I plan to release Rhythmbox 0.12.0 in one week, assuming no major bugs > > are found and go unfixed before then. I have already notified >

Re: [Rhythmbox-devel] hiding entry-view columns from a plugin

2009-03-17 Thread Jonathan Matthew
On Mon, Mar 16, 2009 at 12:17:40AM +1100, Michael Gratton wrote: > > Hi, > > I'm writing a Python plugin that adds a new display column to the queue > and library sources. Since I only have a 1024px screen, having 10+ > columns in the entry views for these tends to suck somewhat. The plugin > wil

Re: [Rhythmbox-devel] rhythmbox 0.12.0 prerelease

2009-03-18 Thread Jonathan Matthew
On Tue, Mar 17, 2009 at 12:37:54PM +1000, Jonathan Matthew wrote: > On Fri, Mar 13, 2009 at 01:09:43PM +1000, Jonathan Matthew wrote: > > On Thu, Mar 12, 2009 at 03:24:17PM +1000, Jonathan Matthew wrote: > > > I plan to release Rhythmbox 0.12.0 in one week, assuming no major bu

[Rhythmbox-devel] rhythmbox 0.12.0 released

2009-03-19 Thread Jonathan Matthew
cal Terjan - "OrbWeaver" - Brian Cameron - Philippe Rouquier - Bastien Nocera - Jonathan Matthew - Tim Retout - Mike Gratton - Víctor Manuel Jáquez Leal - Neil Loknath - Oscar Morante - Alban Crequy - John Daiker - Andy Owen - Uri Sivan - Michael Terry - Pedro Fragoso - Christophe Fergeau - Ja

Re: [Rhythmbox-devel] Passing interest in plugin development

2009-03-20 Thread Jonathan Matthew
On Wed, Mar 18, 2009 at 08:51:33AM -0500, Jud Craft wrote: > Thanks. > > By the by, what do you guys actually use on a daily basis for > Rhythmbox (or other GNOME) development? I have messed around in > Anjuta, but I'm not sure if I'd want to use it for everyday coding > tasks. Seems a little ha

[Rhythmbox-devel] plans for 0.12.x

2009-03-20 Thread Jonathan Matthew
I think people have read too much into my earlier statement about my plans regarding rhythmbox development, or perhaps I overstated things a little. Earlier I listed several limitations inherent in rhythmbox. I'm mostly going to stop working on those and let rhythmbox be what it currently is. Th

Re: [Rhythmbox-devel] Ipod plugin enhancements

2009-03-22 Thread Jonathan Matthew
On Sun, Mar 22, 2009 at 06:50:01PM -0500, da...@airgeadstudio.net wrote: > Hi Christophe > > On Sun, 22 Mar 2009 13:49:11 +0100, Christophe Fergeau > wrote: > > > The auto-fill is option is something that is often asked for. I can't > > remember if someone had written a plugin to do it or not,

Re: [Rhythmbox-devel] plans for 0.12.x

2009-03-30 Thread Jonathan Matthew
On Sat, Mar 21, 2009 at 01:46:29PM +1000, Jonathan Matthew wrote: > Intentions for 0.12.x: > - GNOME modernisation efforts (drop libgnome, maybe use GtkBuilder, etc.) libgnome removal is done, GtkBuilder is partly done (not in svn, no patches anywhere). Looks like the just-released glade

Re: [Rhythmbox-devel] [RFC] Multiple library locations

2009-04-04 Thread Jonathan Matthew
On Wed, Mar 25, 2009 at 07:01:36PM +0100, Christian Becke wrote: > Hi all, > > currently, if you use multiple library locations, browser state for > additional library sources is lost when rhythmbox is restarted. > I made a patch making additional library sources preserve state across > restarts[1

Re: [Rhythmbox-devel] RB manual - more questions

2009-04-14 Thread Jonathan Matthew
On Mon, Apr 13, 2009 at 08:04:31PM +0400, Ekaterina G. Potapova wrote: > Hello,Jonathan, > Thanks for your detailed reply about the party mode. I hope that in a > week we'll submit a first draft of the edited manual. But I have some > more questions: > 1. Tags editing. The tags fields allow to edit

[Rhythmbox-devel] rhythmbox development moved to git.gnome.org

2009-04-17 Thread Jonathan Matthew
Since a few people were unaware last time this happened.. As announced here: http://mail.gnome.org/archives/gnome-infrastructure/2009-March/msg00064.html, along with all other projects previously hosted on svn.gnome.org, Rhythmbox development has moved to git. Some useful URLs: anonymous access

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-19 Thread Jonathan Matthew
On Sat, Apr 18, 2009 at 03:06:25PM -0700, EmbeddedMicro wrote: > > I build and sell RGB LED cubes. The newest version has a serial interface > that I would like to utilise using Rhythmbox. I know C, but I am using > Python (for the first time) as it is easier. > > So far I have the plugin set up

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-20 Thread Jonathan Matthew
On Sun, Apr 19, 2009 at 06:56:31PM -0700, EmbeddedMicro wrote: > > > EmbeddedMicro wrote: > > > > shell.get_player().props.player.add_tee_element(b) > > AttributeError: '__main__.RBPlayerGst' object has no attribute > > 'add_tee_element' > > > > Is the guide wrong? How do I add the elements? >

[Rhythmbox-devel] 0.12.1 prerelease

2009-04-20 Thread Jonathan Matthew
I'm planning to release 0.12.1 in a bit less than a week. There's a prerelease tarball here: http://www.gnome.org/~jmatthew/rhythmbox-0.12.0.91.tar.bz2 Please try it out and report any (new) problems you encounter. thanks, -jonathan ___ rhythmbox-deve

Re: [Rhythmbox-devel] 0.12.1 prerelease

2009-04-22 Thread Jonathan Matthew
On Tue, Apr 21, 2009 at 11:29:43AM +1000, Jonathan Matthew wrote: > > I'm planning to release 0.12.1 in a bit less than a week. There's a > prerelease tarball here: > http://www.gnome.org/~jmatthew/rhythmbox-0.12.0.91.tar.bz2 Here's a second prerelease, with some smal

Re: [Rhythmbox-devel] 0.12.1 prerelease

2009-04-23 Thread Jonathan Matthew
On Thu, Apr 23, 2009 at 01:53:32PM +0200, Luca Ferretti wrote: > 2009/4/22 Jonathan Matthew : > > > > Here's a second prerelease, with some small autoconf fixes and better > > handling of pulseaudio stream volume changes made outside rhythmbox: > > > > ht

Re: [Rhythmbox-devel] [OT] Last.fm API (was 0.12.1 prerelease)

2009-04-23 Thread Jonathan Matthew
On Thu, Apr 23, 2009 at 09:07:16PM +0200, giopas wrote: > > Thank you Jonathan for your valuable work! > > Do you think that changes in Last.fm API will include not only radio > streaming but also data song collection (sending metadata on Last.fm > server)? I would be very surprised if they cut

Re: [Rhythmbox-devel] Updating to the new last.fm API

2009-04-27 Thread Jonathan Matthew
On Mon, Apr 27, 2009 at 08:43:24AM -0400, Matt Novenstern wrote: > Hi all, > > I'm sitting down to update RB to last.fm's new authentication scheme, > one step of which involves requiring the user to give the program > permission by logging in through a web page. So, I can either > > a) La

[Rhythmbox-devel] Rhythmbox 0.12.1 released

2009-04-28 Thread Jonathan Matthew
* 579465 - bizarre crash in volume monitoring code Contributors to this release: - - Jonathan Matthew - Christophe Fergeau - Kim Sullivan - Bastien Nocera - Niels Vorgaard Christensen - Bruce Cowan - Paul Bellamy - Robert Ancell - Sebastian Dransfeld Updated translations: -

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Jonathan Matthew
On Tue, Mar 31, 2009 at 12:39:46AM +1000, Jonathan Matthew wrote: > On Sat, Mar 21, 2009 at 01:46:29PM +1000, Jonathan Matthew wrote: > > > Intentions for 0.12.x: > > - GNOME modernisation efforts (drop libgnome, maybe use GtkBuilder, etc.) > > libgnome removal is done, G

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Jonathan Matthew
On Wed, Apr 29, 2009 at 10:55:39AM +0100, Derek Cramer wrote: > 2009/4/29 Jonathan Matthew > > > > > > - GStreamer modernisation efforts (playbin2, decodebin2) > > > > > > decodebin2 is done. The main effect of this is that chained ogg streams

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-29 Thread Jonathan Matthew
On Sun, Apr 26, 2009 at 03:47:48PM -0700, EmbeddedMicro wrote: > > I under stand this a bit more. I read up on the spectrum element, but I can't > figure out how to get the messages it sends out. This is what I have now, it > does not work. > > > ... > > Is the bus stuff even remotely correct?

Re: [Rhythmbox-devel] plans for 0.12.x

2009-04-29 Thread Jonathan Matthew
On Wed, Apr 29, 2009 at 02:26:31PM +0100, John McHugh wrote: > > - make the GStreamer codec install thing less annoying > > Is it fair to assume that packagekit-gstreamer would solve these issues. No. ___ rhythmbox-devel mailing list rhythmbox-devel@gn

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-29 Thread Jonathan Matthew
On Wed, Apr 29, 2009 at 03:27:47PM -0700, EmbeddedMicro wrote: > > Thanks a lot for that example! > > However when I run it I get the error. > > File "/home/justin/.gnome2/rhythmbox/plugins/cube/led-cube.py", line 24, > in filter_inserted > p.get_bus().connect('message', self.on_message) >

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-04-30 Thread Jonathan Matthew
On Thu, Apr 30, 2009 at 07:10:47AM -0700, EmbeddedMicro wrote: > > Now I'm getting this... > > File "/home/justin/.gnome2/rhythmbox/plugins/cube/led-cube.py", line 12, > in activate > bus = player.props.bus > AttributeError: 'gobject.GProps' object has no attribute 'bus' > Traceback (most r

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-05-01 Thread Jonathan Matthew
On Fri, May 01, 2009 at 04:33:14PM -0700, EmbeddedMicro wrote: > > Another question, how do I isolate the magnitude part. I though it would have > been something like message.magnitude but that does not work. > > Also I am getting messages on play/pause. How can I get only the messages > that con

Re: [Rhythmbox-devel] Pandora??

2009-05-02 Thread Jonathan Matthew
On Fri, May 01, 2009 at 11:17:50PM -0700, TwstdElf wrote: > Hey there, > > I have recently installed Linux Mint, and am very happy with it so far. It > came with Gnome, and thus Rhythmbox as the default music player. I see that > there is a Last.fm plugin, which is cool. But I am primarily a Pan

Re: [Rhythmbox-devel] Python Plugin-LED Cube Visualizations

2009-05-04 Thread Jonathan Matthew
On Mon, May 04, 2009 at 04:29:23PM -0700, EmbeddedMicro wrote: > > I have a general idea of what I need to do but I need to know how to get to > the pipeline clock. Anyone know how? I need something equivalent to this but > in python and for Rhythmbox. > > sync_clock = gst_pipeline_get_clock (GST

Re: [Rhythmbox-devel] Compile Rhythmbox sample C plugin

2009-05-07 Thread Jonathan Matthew
On Wed, May 06, 2009 at 03:22:02PM -0700, EmbeddedMicro wrote: > > I am trying to compile the sample C plugin in the rhythmbox source. The > problem is after I build it with 'make' and there are no errors, there is no > libsample.so file in .libs. I just have .la .a and .o files. > > How can I m

Re: [Rhythmbox-devel] scrobble free 0.1 released

2009-05-07 Thread Jonathan Matthew
On Thu, May 07, 2009 at 12:12:09AM +1000, Michael Gratton wrote: > > Hi, > > Scrobble Free is a plugin for Rhythmbox that supports sending your > listening habits to multiple social music web site at the same time, > i.e. to both libre.fm and last.fm simultaneously. > > Ideally this functionalit

Re: [Rhythmbox-devel] Seriously, really, you've got to be kidding...

2009-05-12 Thread Jonathan Matthew
On Tue, May 12, 2009 at 09:57:58AM +0200, Lasse Bigum wrote: > > > Could you provide a bit more info (distribution, debug, environment, > > exact message etc. ), and create a bug report at bugzilla.gnome.org? > > Things tend to get lost in the mailing-list... :) > > https://answers.launchpad.net/

Re: [Rhythmbox-devel] Some questions about setting up the development environment for rhythmbox...

2009-05-16 Thread Jonathan Matthew
On Sun, May 17, 2009 at 03:12:48AM +0530, Seemanta Dutta wrote: > Hi, > I want to setup my own development environment for rhythmbox. However I am > facing a problem because my gnome installation does not have the needed > version of libgtk and libglib.I am using Intrepid Ibex and the libraries are

[Rhythmbox-devel] status icon plugin

2009-05-17 Thread Jonathan Matthew
Over the last few days, I've removed the tray icon/notification code from the core of rhythmbox and reimplemented it as a plugin. The main reasons to do this were to remove a few hundred lines of weird tangled code from RBShell and replace it with some nicer code off in a plugin where I don't hav

Re: [Rhythmbox-devel] Minimum Requirements for Audiocd ?

2009-05-21 Thread Jonathan Matthew
On Tue, May 19, 2009 at 09:07:07PM +0200, tjoen wrote: > I hope someone can help me. > Trying to get audiocd working without result. MP3 playing works. > Have read all articles since 2004 in mailinglist with "CD" in the subject. I'm guessing you're not running nautilus, or anything else that would

Re: [Rhythmbox-devel] How do I keep the entries in the Play Queue from disappearing after they are played?

2009-05-21 Thread Jonathan Matthew
On Sun, May 17, 2009 at 10:34:58PM -0400, Ryan Hughes wrote: >> Maybe the point is that the the play queue does what is supposed to >> do, and what you want is achieved via playlists > > The play queue does one thing that playlists don't let you do: Add songs > from daap shares. > > I would like

Re: [Rhythmbox-devel] plans for 0.12.x

2009-05-23 Thread Jonathan Matthew
On Sat, Mar 21, 2009 at 01:46:29PM +1000, Jonathan Matthew wrote: > Intentions for 0.12.x: > - GNOME modernisation efforts (drop libgnome, maybe use GtkBuilder, etc.) libgnome is still done, GtkBuilder is done, GtkStatusIcon also happened. > - GStreamer modernisation efforts

[Rhythmbox-devel] Rhythmbox 0.12.2 released

2009-05-31 Thread Jonathan Matthew
S.in * 581574 - Rhythmbox tries to import desktop files * 582130 - [PATCH] New Jamendo Logo * 583171 - crash due to plugins.ui not being installed * 583926 - NetBSD doesn't have sys/vfs.h * 583938 - Unportable test(1) construct in configure script Contributors to this release:

Re: [Rhythmbox-devel] daap plugin build with no gnome-keyring support

2009-06-02 Thread Jonathan Matthew
On Tue, Jun 02, 2009 at 11:00:58PM +0300, Sergey Rudchenko wrote: > Hi all, > > Please someone check in this patch to fix the subj. Thanks, but in future, please open bugs in bugzilla to submit patches, even ones as trivial as this. Patches sent to mailing lists tend to get lost and forgotten.

Re: [Rhythmbox-devel] rhythmbox sets permissions to 0600 when tagging a file

2009-06-03 Thread Jonathan Matthew
On Wed, Jun 03, 2009 at 01:46:00PM +0200, Alexander Kurtz wrote: > Hello, > > I manage my music collection with rhythmbox and share it via samba. > However, rhythmbox sets the file permissions to 0600 when tagging a > file, regardless what they have been before. This causes problems since > the "g

Re: [Rhythmbox-devel] Backing up Rhythmbox

2009-06-06 Thread Jonathan Matthew
On Wed, Jun 03, 2009 at 06:14:17AM -0700, Vinit Adhopia wrote: > Hello, > > I've spent quite a bit of time crafting my playlists and automatic playlists. > If I wanted to back these up, what folders would I need to back up? Rhythmbox stores its database and playlist files in ~/.local/share/rhyt

Re: [Rhythmbox-devel] building rhythmbox for win32 with MinGW/MSYS

2009-06-06 Thread Jonathan Matthew
On Sat, Jun 06, 2009 at 08:28:02PM +1000, Nguyen Thai Ngoc Duy wrote: > On Sun, Mar 8, 2009 at 8:04 PM, Brecht Sanders wrote: > > Anyway, after addressing all this points (admittedly sometimes in a dirty > > way by commenting out some things) I was able compile everything. However > > linking faile

Re: [Rhythmbox-devel] building rhythmbox for win32 with MinGW/MSYS

2009-06-06 Thread Jonathan Matthew
On Sat, Jun 06, 2009 at 09:08:56PM +1000, Nguyen Thai Ngoc Duy wrote: > On Sat, Jun 6, 2009 at 9:04 PM, Jonathan Matthew wrote: > > On Sat, Jun 06, 2009 at 08:28:02PM +1000, Nguyen Thai Ngoc Duy wrote: > >> On Sun, Mar 8, 2009 at 8:04 PM, Brecht Sanders wrote: > >> >

Re: [Rhythmbox-devel] album art in ID3

2009-06-06 Thread Jonathan Matthew
On Sat, Jun 06, 2009 at 09:27:45PM +0200, Sander Meppelink wrote: > > I'm currently experimenting a bit with Ubuntu and till now I'm very > pleased with it. I'm using Rhythmbox to play my music and although it > has some very good features and I think the GUI is very good, I am > missing one (to m

[Rhythmbox-devel] improved lyrics and cover art searches

2009-06-14 Thread Jonathan Matthew
Today, after a user reported seeing some bizarre lyrics search results, I finally got around to implementing some smarter filtering for results to ensure they bear some relation to what we're searching for. I ended up doing this for both lyrics and cover art searches. In particular, the approac

Re: [Rhythmbox-devel] Rhythmbox and Python bindings...

2009-06-14 Thread Jonathan Matthew
On Mon, Jun 15, 2009 at 02:13:06AM +0530, Seemanta Dutta wrote: > Hi, > I was trying to understand the way python bindings work in rhythmbox and was > looking at the code present within the bindings/python folder. However, it > seems that all the code in that folder is auto-generated. So I want to

Re: [Rhythmbox-devel] Since activating ReplayGain Rhythmbox stays muted

2009-06-16 Thread Jonathan Matthew
On Thu, Jun 11, 2009 at 10:26:00PM +0200, Markus Meyer wrote: > Hi all, > > first please reply to me since I'm not subscribed. > > I just activated ReplayGain via gconf-editor, restarted Rhythmbox and > now it's always muted. I played music with aplay, checked Alsamixer and > all was fine. But I

Re: [Rhythmbox-devel] compiling 0.12.2 with mtp support

2009-06-20 Thread Jonathan Matthew
On Sat, Jun 20, 2009 at 12:41:08PM +0200, Renato Budinich wrote: > Hello, i'm trying to compile rhythmbox 0.12.2 with mtp support, but > passing --with-mtp option to configure doesn't trigger MTP integration The MTP plugin requires HAL for device detection. It should complain more visibly if you

Re: [Rhythmbox-devel] compiling 0.12.2 with mtp support

2009-06-22 Thread Jonathan Matthew
On Sat, Jun 20, 2009 at 04:37:11PM +0200, Renato Budinich wrote: > On Sat, 2009-06-20 at 21:06 +1000, Jonathan Matthew wrote: > > On Sat, Jun 20, 2009 at 12:41:08PM +0200, Renato Budinich wrote: > > > Hello, i'm trying to compile rhythmbox 0.12.2 with mtp support, but &

Re: [Rhythmbox-devel] Behaviour of delete on MP3 players

2009-06-23 Thread Jonathan Matthew
On Sat, Jun 20, 2009 at 04:50:30PM +1000, Dave Martin wrote: > Folks > > I raised a bug in bugzilla (584704) about Rhythmbox's behaviour when > deleting files from external devices. There seem to have been a few > similar bugs raised over a fairly long period but no definitive answer > has be

Re: [Rhythmbox-devel] [more info] Re: 0.12.2 Not playing audiocd. 0.12.0 did play

2009-06-25 Thread Jonathan Matthew
On Tue, Jun 23, 2009 at 11:46:08AM +0200, tjoen wrote: > tjoen wrote: > > System is a DIYS Linux, Gnome 2.26.2 files > gst-plugins-base-0.10.23 > gst-plugins-good-0.10.14 > gst-plugins-ugly-0.10.11 > > > 0.12.0 audiocd play worked > ... > > [0.12.2] Still not working. Doubleclicking on track resu

Re: [Rhythmbox-devel] disable search for plugins

2009-06-25 Thread Jonathan Matthew
On Tue, Jun 23, 2009 at 05:35:29PM +0200, Renato Budinich wrote: > Hello, i have some .html files in my music folders. Every time rhythmbox > scans the folders and finds them, it asks me if it should search for a > suitable plugin to read them. Obviously it can't find none. This thing > pops up eve

Re: [Rhythmbox-devel] Errors deriving from rb.Source directly instead of rb.BrowserSource

2009-06-25 Thread Jonathan Matthew
On Fri, Jun 19, 2009 at 05:36:13PM +0100, Jamie Nicol wrote: > I am trying to create a source which is neither a browser source or > playlist so I am deriving it directly from rb.Source. But doing so gives > me errors whenever the source is deselected (ie it was highlighted but > then another sourc

[Rhythmbox-devel] rhythmbox now requires libsoup(-gnome) 2.26

2009-06-26 Thread Jonathan Matthew
Rhythmbox now uses libsoup-gnome for proxy configuration (including autoconfiguration). As a result, libsoup 2.26 or newer is required. ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

[Rhythmbox-devel] 0.12.3 prerelease

2009-06-28 Thread Jonathan Matthew
Here's the first prerelease of 0.12.3; please try it out and report any problems you find. http://www.gnome.org/~jmatthew/rhythmbox-0.12.2.91.tar.bz2 thanks. ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/li

Re: [Rhythmbox-devel] 0.12.3 prerelease

2009-06-29 Thread Jonathan Matthew
On Mon, Jun 29, 2009 at 06:53:02PM +0200, Christophe Fergeau wrote: > Hi Jonathan, > > 2009/6/28 Jonathan Matthew : > > > > Here's the first prerelease of 0.12.3; please try it out and report any > > problems > > you find. > > Yaneti reported libc c

Re: [Rhythmbox-devel] 0.12.3 prerelease

2009-06-30 Thread Jonathan Matthew
On Tue, Jun 30, 2009 at 10:54:11AM +1000, Jonathan Matthew wrote: > On Mon, Jun 29, 2009 at 06:53:02PM +0200, Christophe Fergeau wrote: > > Hi Jonathan, > > > > 2009/6/28 Jonathan Matthew : > > > > > > Here's the first prerelease of 0.12.3; plea

  1   2   3   4   5   6   7   8   >