[Rhythmbox-devel] Rhythmbox plugin StartQueueShuffle

2016-01-19 Thread Peter Papp
the queue before the plugin kicks in. As this my first post. My name's Peter, I live in Ohio. I'm a software developer for quite a few years now. Dropped all Win stuff back around when XP SP1 came out, happily using Linux ever since for everything I need to do. Hope to be able to contrib

Re: [Rhythmbox-devel] Radio GFM integration in Rhythmbox by default

2013-04-06 Thread Marco Peter
by default Von: Jonathan Matthew An: Marco Peter Kopie (CC): "rhythmbox-devel@gnome.org" , Gregor Atzbach Datum: 06.04.2013 13:55 Hi Marco, On Sat, Apr 6, 2013 at 7:43 AM, Marco Peter wrote: Dear Rhythmbox developers, This is Marco from Switzerland. I'm member of the music e

[Rhythmbox-devel] Radio GFM integration in Rhythmbox by default

2013-04-05 Thread Marco Peter
Dear Rhythmbox developers, This is Marco from Switzerland. I'm member of the music editorial staff of the non-commercial german web-radio project called „Radio GFM“. Radio GFM plays „GEMA-FREIE MUSIK“ which means that we do only play music which is released under a free creative commons licen

Re: [Rhythmbox-devel] Q: Why cache embedded album art in ~/.cache/rhythmbox/album-art?

2012-06-13 Thread Peter
ize and same MD5 > checksum. > > Again, I didn't debug this at source level. Guessing here, but it > *looks* to me that when playing an album for the first time, RB looks at > the first track's album cover during playback and caches but does not > display it, so that the cover

Re: [Rhythmbox-devel] Q: Why cache embedded album art in ~/.cache/rhythmbox/album-art?

2012-06-12 Thread Peter
ime, the cover art will only > appear _after_ playing the first track. Why is this so? That could be a bug - you'd need to explore where the image came from (online search, embedded in the music files, local hard drive next to the music file, etc). Peter _

Re: [Rhythmbox-devel] No MusicBrainz auto fill of album information

2011-12-14 Thread Peter
r database that will work with Rythmbox as it used > to. > > Rythmbox is a great application. Please keep up the good work. > > Sincerely, > Tracy L. Cann Maybe you'd found a bug in RB's MusicBrainz support. You say it used to work, did you update your installation or so

Re: [Rhythmbox-devel] little nice restyling

2011-10-06 Thread Peter
s, and RB runs on a PC connected to a widescreen TV. This would work better for me. I wonder how easy it would be to change the code to do this... and how many gnome interface design standards it would break to do so ;) Peter ___ rhythmbox-devel mailin

Re: [Rhythmbox-devel] little nice restyling

2011-10-06 Thread Peter
On Thu, Oct 6, 2011 at 4:51 PM, alex wrote: > hi Peter, > just one thing: my primary pc in the last 2 years and half is a 10" > netbook; rhythmbox on netbooks it's unusable. > if we want to seriously do something for its interface, that is to say, > for users, well,

Re: [Rhythmbox-devel] little nice restyling

2011-10-06 Thread Peter
to but excluding the menu bar I guess, possibly the tool bar) That does (1), but goes even further in trying to maximize use of a wide screen. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

[Rhythmbox-devel] Radio GFM integration in Rhythmbox by default

2011-07-22 Thread Marco Peter
Dear Rhythmbox developers, This is Marco from Switzerland. I'm member of the music editorial staff of the non-commercial german web-radio project called „Radio GFM“. Radio GFM plays „GEMA-FREIE MUSIK“ which means that we do only play music which is released under a free Creative Commons license.

Re: [Rhythmbox-devel] Feedback: a couple suggested features

2011-05-02 Thread Peter
list will. P.S. Please CC the list. Peter On Mon, May 2, 2011 at 2:52 PM, Joey Dodson wrote: > > Hi Peter, > > Thanks for the reply. It seems that at least some files don't allow > for that. I just tried inside of Rhythmbox. It would not let me type > inside of the fie

Re: [Rhythmbox-devel] Feedback: a couple suggested features

2011-05-02 Thread Peter
> rather than later. I'm sure with a bit of creativity it would be > entirely possible to outdo wmp's functionality here. :) To edit a single song in RB, I right click on it and pick edit properties from the context menu (something like that - I'm in front of RB right now). To e

Re: [Rhythmbox-devel] Rhythmbox 0.13.3 "Country Rain" released

2011-01-16 Thread Peter
ythmbox 0.14.x for the future releases for GTK+ 3.0? That would leave 0.13.4 etc free for any backported fixes for GTK+ 2.0. Also is there a more up to date version of this roadmap page? http://live.gnome.org/Rhythmbox/Roadmap Thanks! Peter ___ rhythm

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-11-03 Thread Peter
On Tue, Nov 2, 2010 at 9:00 PM, Peter wrote: > On Fri, Oct 29, 2010 at 10:39 AM, Peter wrote: >>>Peter wrote: >>>> The DACP remote expects PNG, and passing JPEG or some >>>> other format might cause trouble. A simple check in the non >>>> gdk-pixbuf

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-11-02 Thread Peter
On Fri, Oct 29, 2010 at 10:39 AM, Peter wrote: >>Peter wrote: >>> The DACP remote expects PNG, and passing JPEG or some >>> other format might cause trouble. A simple check in the non >>> gdk-pixbuf code branch can prevent this (tell the remote we >>> have

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-29 Thread Peter
>Peter wrote: >> The DACP remote expects PNG, and passing JPEG or some >> other format might cause trouble. A simple check in the non >> gdk-pixbuf code branch can prevent this (tell the remote we >> have no cover rather than sending non-PNG data). Before making a fi

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-28 Thread Peter
t, but in the later you only expect PNG files (as things stand). The DACP remote expects PNG, and passing JPEG or some other format might cause trouble. A simple check in the non gdk-pixbuf code branch can prevent this (tell the remote we have no cover rather than sending non-PNG data). Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-28 Thread Peter
On Tue, Oct 26, 2010 at 12:21 AM, Peter wrote: > On Mon, Oct 25, 2010 at 4:32 AM, W. Michael Petullo wrote: >> Peter wrote: >>> The following stub entry in libdmapsharing to just say we don't >>> have covers (rather than not handling the request at all) seems >

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-25 Thread Peter
the helpful comments from Bastien yesterday. As discussed earlier, full over support via DACP will need a new API call added to libdmapsharing. Peter diff --git a/plugins/daap/rb-dacp-player.c b/plugins/daap/rb-dacp-player.c index f5d4875..ea66a03 100644 --- a/plugins/daap/rb-dacp-player.c +++ b/p

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-24 Thread Peter
On Sun, Oct 24, 2010 at 1:54 PM, Peter wrote: > That works too - although I have only tested it with local files so far, > When playing a file hosted on another server, the URI points to a > cover image in the ~/.cache/rhythmbox/covers directory. > > Thanks for the helpful f

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-24 Thread Peter
On Sun, Oct 24, 2010 at 3:45 AM, Bastien Nocera wrote: > > On Sun, 2010-10-24 at 01:50 +0100, Peter wrote: >> >> +       if (g_ascii_strncasecmp(uri, "file://", 7) == 0) { >> +               /* Need to remove file:// and unencode it, e.g. %20 to >> spac

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-23 Thread Peter
On Sun, Oct 24, 2010 at 1:15 AM, Peter wrote: > However, if the cover art is an image file on disc (JPG, PNG, > etc) then RB can just give the filename to libdmapsharing and > it will shrink it (if needed) and turn it into PNG (if needed). > I've tri

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-23 Thread Peter
_player_now_playing_artwork return different hard coded filenames, and it works :) I haven't quite managed to get the the entry metadata RHYTHMDB_PROP_COVER_ART_URI from RB yet... but this should be enough to support the DCAP request /ctrl-int/1/nowplayingartwork. Peter __

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-23 Thread Peter
On Sat, Oct 23, 2010 at 3:35 PM, Bastien Nocera wrote: > > On Sat, 2010-10-23 at 10:01 -0400, Alexandre Rosenfeld wrote: >> >> Peter wrote: >>> The DACP plugin will need to access both the currently playing >>> cover art, and also arbitrary album covers for

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-23 Thread Peter
On Sat, Oct 23, 2010 at 2:43 AM, Jonathan Matthew wrote: > > On Thu, Oct 21, 2010 at 9:44 AM, Peter wrote: >> Does this version dependency need to be checked in the RB >> configure script? > > libdmapsharing should probably complain if libsoup isn't new enough > f

Re: [Rhythmbox-devel] Remote Control

2010-10-21 Thread Peter
On Mon, Oct 11, 2010 at 9:56 PM, W. Michael Petullo wrote: >Peter wrote: >> Note that Apple changed some things in v2 of their Remote application, >> and I understand that on the iPad it now requires "Home Sharing" support. > > Yes, and as a result, the Rhythmbo

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-21 Thread Peter
On Thu, Oct 21, 2010 at 2:59 AM, Alexandre Rosenfeld wrote: > On Wed, Oct 20, 2010 at 19:44, Peter wrote: >> * Trying to set the shuffle status via the remote crashes RB >> (and this was reproducible), end of debug log: >> >> (00:39:42) [0x90f0028] [libdmapsharing_

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-20 Thread Peter
ng_debug] rb-daap-plugin.c:687: Validating session id 659414752 from 192.168.2.4 matches 192.168.2.4 Segmentation fault I'm not promising anything, but would patches via a public git repository be welcome (I'm thinking github), or would you like patches via bug reports? Regards, Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-19 Thread Peter
reply with the GUID information. This is a single core laptop - could this be a threading issue? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] /opt/totem-pl-parser

2010-10-19 Thread Peter
and test the latest RB from git. What I did for out of date libraries was grab the latest version from Debian testing as a deb file and install that. Because it replaces the out of date version, the RB build script finds it. So far I've not had any side effects, YMMV ;) Peter __

Re: [Rhythmbox-devel] Is awesome but not work whit ipod touch...

2010-10-19 Thread Peter
2010/10/19 Dominguez Oscar : > >  Hi! > > The iOS is 4.1 > > Thanks you! According to this recent thread the libgpod library RB uses for syncing does not yet support 4.1: http://mail.gnome.org/archives/rhythmbox-devel/2010-October/ms

Re: [Rhythmbox-devel] Is awesome but not work whit ipod touch...

2010-10-18 Thread Peter
2010/10/18 Dominguez Oscar : >  Hi! > > Is awesome but not work whit ipod touch... > > Best regards What version of iOS is on your iPod touch? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/m

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-18 Thread Peter
On Mon, Oct 18, 2010 at 1:47 PM, Peter wrote: > On Mon, Oct 18, 2010 at 12:43 PM, Jonathan Matthew wrote: >> >> I've just committed Alexandre Rosenfeld's work on adding DACP support, >> after I finally got around to borrowing an iPhone from a friend to >> t

Re: [Rhythmbox-devel] merge_source_ui_cb and SearchBar GtkAction

2010-10-18 Thread Peter
On Sun, Oct 17, 2010 at 10:53 PM, Jonathan Matthew wrote: > > On Mon, Oct 18, 2010 at 2:58 AM, Peter > wrote: >> Hi all, >> >> I'm trying to use RB from source on Ubuntu Lucid. I've got the latest code >> from git and while it configures and builds, it

Re: [Rhythmbox-devel] DACP (iTunes remote) support added

2010-10-18 Thread Peter
f anyone has an Android phone, you could try this app which is a DACP client: http://dacp.jsharkey.org/ Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

[Rhythmbox-devel] merge_source_ui_cb and SearchBar GtkAction

2010-10-17 Thread Peter
rb-shell.c:1186 #19 0x0804b4a9 in main (argc=1, argv=0xb304) at main.c:276 Looking at the merge_source_ui_cb function at line 408 of shell/rb-source-header.c it is failing to find the search bar widget. Any suggestions? I'm wondering if I need to update my libgtk ... one option might be to update

Re: [Rhythmbox-devel] Remote Control

2010-10-16 Thread Peter
".pc" files. See also "man pkg-config." I see: $ export PKG_CONFIG_PATH="$HOME/lib/pkgconfig" Configure completes now, and make is running... Thanks! Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Remote Control

2010-10-12 Thread Peter
g for DMAPSHARING... no configure: error: DAAP support explicitly requested, but libdmapsharing couldn't be found It is getting late here, so I will return to this another day. Regards, Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Remote Control

2010-10-09 Thread Peter
ly several Android apps with DACP/DAAP support for controlling/streaming iTunes (or a 3rd party server which supports these protocols). I don't have an Android device so have no suggestions. Does that help? Peter ___ rhythmbox-devel maili

Re: [Rhythmbox-devel] Cover art display and DAAP plugin

2010-10-07 Thread Peter
On Fri, Oct 8, 2010 at 1:17 AM, Alexandre Rosenfeld wrote: > I was just writing you an email about libdmapsharing ;) > > Peter wrote: >> Follow up note to self and future search engine results: if trying to >> compile RB from source with the DAAP plugin you will need >>

Re: [Rhythmbox-devel] Cover art display and DAAP plugin

2010-10-07 Thread Peter
On Thu, Oct 7, 2010 at 11:59 PM, Peter wrote: > Hi all, > > I've recently tried sharing my music from RB 0.12.8 on my server via > the DAAP plugin, and listening to it with RB on my laptop. This seems > to work nicely for the most part. However, I noticed that sometimes I

[Rhythmbox-devel] Cover art display and DAAP plugin

2010-10-07 Thread Peter
got the basics right for how cover art is passed between the artdisplay plugin and another plugin (such as the ipod plugin, or in future the DAAP plugin)? Thanks, Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Usability report on Rhythmbox

2010-07-29 Thread Peter
On Thu, Jul 29, 2010 at 4:50 PM, Charline wrote: > > All points taken.  Thanks very much, Peter. > Cool. I hope these useful bits of information will make it into a revised report. Regarding the version of RB you were using, just saying latest version of Ubuntu Lucid means it can be w

Re: [Rhythmbox-devel] Usability report on Rhythmbox

2010-07-23 Thread Peter
On Fri, Jul 23, 2010 at 11:37 AM, Charline wrote: > All points taken.  Thanks very much, Peter. > Hi Charline, Since you have been some responsive, I have some more queries. I hope you don't mind. First of all, who was this report written for? i.e. Who was the target audience? I&#

Re: [Rhythmbox-devel] Usability report on Rhythmbox

2010-07-23 Thread Peter
a scientific experiment so you should describe what you did - even just as an appendix. This is important so that people can read the report (and ideally the actual data collected) and decide if your conclusions are reasonable or not. Also Eli raised a very good point: "Which music softw

Re: [Rhythmbox-devel] Usability report on Rhythmbox

2010-07-22 Thread Peter
impression is that in the report the words "download" and "downloaded" are not being used in the sense of copy from remote computer/server to your local computer. A more important question is what did you actually tell the users to do? Are the scripts for what the participants

Re: [Rhythmbox-devel] Bluetooth, AVRCP and Rhythmbox

2010-05-16 Thread Peter
ard keycodes for play, pause, volume up, volume down, mute and so on. The advantage of this is that it would work regardless of the music/video playing software. Just a thought. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Two issues: initial volume and ID3v2 ignored

2010-04-18 Thread Peter
How was it installed (e.g. from a repository, or compiled from source)? What OS do you have (e.g. which Linux distribution)? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Sync rhythmbox settings and playlists across multiple PCs

2010-04-08 Thread Peter
, although I'm not 100% sure that is supported over a networked drive. Easy to try though. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] a suggestion

2010-02-01 Thread Peter
you try asking for help on the Ubuntu forums: http://ubuntuforums.org Please just use this mailing list for Rhythmbox issues. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] fc11, album import problem

2010-01-19 Thread Peter
'm pretty sure RB only looks at the ID3 tags. There are ID3 tools out there which will let you use the folder structure to update the mp3 files. I'm not sure what is the best choice at the moment, I haven't need to do this in a while. Peter ___

Re: [Rhythmbox-devel] feature request - load playlist into memory

2010-01-12 Thread Peter
On Mon, Jan 11, 2010 at 10:19 PM, Yelve Yakut wrote: > > Thanks for the answer Peter. Even though I also happen to be a user > with "some technical knowledge" I urge you to see features from a > users point of view. So the user story is "I want the possibility t

Re: [Rhythmbox-devel] feature request - load playlist into memory

2010-01-11 Thread Peter
mean load selected media onto the netbook's own hard drive (or equivalent), then it seems very similar to how you would sync to a iPod or other music player. [I am not an RB developer, just a user with some technical knowledge.] Peter ___ rhythmb

Re: [Rhythmbox-devel] Rhythmbox clobbering sound files

2009-12-04 Thread Peter
the same file (!) and other horribleness so this could be an interaction due to different tools using different ID3 standards. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] How to get a specific source?

2009-11-23 Thread Peter
the radio source, or maybe i can > check if the object is of type RBIRadioSource, but I don't know how to do > this in Python. > > Any help is appreciated! Try something like isinstance(source, RBIRadioSource), adjusted according to how you have imported the reference to the RB

Re: [Rhythmbox-devel] How Can I Display Album Art

2009-11-03 Thread Peter
2009/11/3 Hideyuki Fukui : > > Thanks Peter. > > Can I change the plugin to read album names only in a simple way? > I'm a newbie thus not sure how to tweak the plugin. > > If it is a complicated tweak, just mention so. In it is the case, I know I wou > ld have to

Re: [Rhythmbox-devel] How Can I Display Album Art

2009-11-03 Thread Peter
2009/11/3 Hideyuki Fukui : > > Hi Peter, > > Thanks for your assistance. > The plugin does not work properly with the following album art profile, for ex > ample. > >  -Artist Name: m-flo >  -Album Name: The Intergalactic Collection >  -File Name: The Intergalacti

Re: [Rhythmbox-devel] How Can I Display Album Art

2009-11-03 Thread Peter
me and the file name? Maybe this is something with international characters? Also what version of Rhythmbox do you have? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Feature Request

2009-10-15 Thread Peter
2009/10/15 Мина Дима : > > 2009/10/13 Peter >> >> On Tue, Oct 13, 2009 at 5:57 PM, Мина Дима wrote: >> > Can you add an option to add a tag to the song\artist\album. Like add it >> > to favorites, a small star or else. When I listen to the music and I hear &

Re: [Rhythmbox-devel] Feature Request

2009-10-13 Thread Peter
next time to find it in Favorites) RB already supports rating for files - you can assign between one and five stars to each song. You can then search by rating (e.g. create a custom playlist). Would that work for you? Peter ___ rhythmbox-devel mailing li

Re: [Rhythmbox-devel] text/html decoader

2009-09-14 Thread Peter
my own? That is a link to a webpage (an HTML file), for a music file. Looking at the page in my browser it wants to install some kind of plugin. Why not search the website to see if they provide the music in some other format (like mp3)? Peter __

Re: [Rhythmbox-devel] libunrest

2009-09-04 Thread Peter Robinson
On Fri, Sep 4, 2009 at 12:51 AM, Matt Novenstern wrote: > On Fri, 2009-09-04 at 00:29 +0100, Peter Robinson wrote: >> On Fri, 2009-08-21 at 16:04 -0400, Matt Novenstern wrote: >> > Hello all, >> > >> >     I've been trolling through some rb bugs, and I

Re: [Rhythmbox-devel] libunrest

2009-09-03 Thread Peter Robinson
r than reinvesting the wheel. Its used for their mojito social network aggregator. Useful links. http://moblin.org/projects/librest http://git.moblin.org/cgit.cgi/librest/ Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Problem

2009-07-09 Thread Peter
On Thu, Jul 9, 2009 at 12:28 PM, Trond Gjellum wrote: > Sorry. > When I typed Rhythmbox in the commandline, it worked at the first attempt. > > 2009/7/9 Peter >> Although sending screen shots (or other attachments) to mailing lists >> isn't popular, you should in gene

Re: [Rhythmbox-devel] Problem

2009-07-09 Thread Peter
time you double clicked its icon, but working the second time. Did RB work first time from the command line, or did it require two attempts? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Problem

2009-07-09 Thread Peter
On Thu, Jul 9, 2009 at 10:38 AM, Trond Gjellum wrote: > Ok. > I'll try to find that "funny file". But why do I have the problem that if I > doubleclick on the rhythmbox icon, nothing happens. When I doubleclick > again, then it opens. This is something that have start to happen recently. > > Best r

Re: [Rhythmbox-devel] Problem

2009-07-08 Thread Peter
library which RB is trying to load, but can't. The message says it needs application/x-mswinurl decoder, which sounds like Debian Bug report #531463. I'm not sure if there is a bug report on this in RB (or in gstreamer). I would suggest you find and remove this file, or try updating RB.

Re: [Rhythmbox-devel] information requested

2009-07-07 Thread Peter
s ubuntu's decision.  They should ship > whatever software they feel best satisfies the goals of the ubuntu desktop. Have you seen this blog post, which suggests one argument was simply down to banshee requiring less disk space (important for the Ubuntu CD-ROM): http://www.apebox.org/wordp

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

2009-06-20 Thread Peter
On Sat, Jun 20, 2009 at 11:33 AM, Dave Martin wrote: > > Peter wrote: >> >> You make some good points, but some people (like me) really do have most >> of their music on an external hard drive. Perhaps something in the HAL can >> tell the difference between and ex

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

2009-06-20 Thread Peter
eally do have most of their music on an external hard drive. Perhaps something in the HAL can tell the difference between and external hard driver and a music player? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Memory Full !!!

2009-04-28 Thread Peter
elease, Rhythmbox 0.12.1, which says it has: "Greatly reduced memory usage when accessing Jamendo catalog" See: http://ftp.gnome.org/pub/gnome/sources/rhythmbox/0.12/rhythmbox-0.12.1.news http://www.nabble.com/Rhythmbox-0.12.1-released-td23272150.html Peter ___

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

2009-04-28 Thread Peter
tication For Mobile Applications" which looks much more straight forward as you can directly supply an md5 of their username and password. Of course, last.fm don't want desktop applications to do this. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] feature request

2009-03-02 Thread Peter
pler if all the Amazon covers are kept in one place. See: http://bugzilla.gnome.org/show_bug.cgi?id=346852 There is other software which will do what you want... I can't remember which tool I used last time, but it could save the covers to the same folder as the music fil

Re: [Rhythmbox-devel] RhythmBox Suggestion

2009-01-18 Thread Peter
the bug tracker for it: http://bugzilla.gnome.org/show_bug.cgi?id=318579 There is even a patch if you want to try testing it... Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Suggestion ---- please !

2008-12-17 Thread Peter
d=550820 P.S. Please don't comment on the bugs just to add encouragement. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Rhythmbox changes files to mp3 when transferring to a digital music player

2008-12-14 Thread Peter
Can you point me to information on which fields can be > included in the .is_audio_player file? I don't know personally - sorry. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Rhythmbox changes files to mp3 when transferring to a digital music player

2008-12-13 Thread Peter
called .is_audio_player in the root folder of the device to tell RB this. See the FAQ for details, http://live.gnome.org/Rhythmbox/FAQ Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Covers + ID3

2008-12-13 Thread Peter
net database to show the cover in the interface. I don't know how this > could be done, but think is a good idea. I thought it was a good idea too, and its been filed as an enhancement request: http://bugzilla.gnome.org/show_bug.cgi?id=345975 Peter ___

Re: [Rhythmbox-devel] Proposal for adding a song text panel...

2008-12-05 Thread Peter
Peter wrote: >> There already is a lyrics plug-in for Rhythmbox (I don't use it >> myself). I think this is included with RB itself (its in the main RB >> source repository at least). Reinhard wrote: > Hi, > > thanks a lot, got it! > >

Re: [Rhythmbox-devel] Rhythmbox support

2008-12-05 Thread Peter
ythmbox? If you use a common Linux distribution it will probably have a nice packaging system to get the translated version for you. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Proposal for adding a song text panel...

2008-12-05 Thread Peter
quot; > player. What you guys reckon to implement this function into Rhythymbox too? There already is a lyrics plug-in for Rhythmbox (I don't use it myself). I think this is included with RB itself (its in the main RB source repository at least). Peter _

Re: [Rhythmbox-devel] Problems on Ubuntu 8.10 (Intrepid Ibex)

2008-11-28 Thread Peter
with podcasts using lots of memory. I think it is unlikely that the Xfce theme is to blame for your podcast memory problems. Hopefully someone familiar with using podcasts in RB can help. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

[Rhythmbox-devel] failed: (g_hash_table_remove (db->priv->entries, entry->location))

2008-11-14 Thread Peter
crashed, maybe it's something to do with the podcasts? If you stop using podcasts does RB stop crashing? Other than that, I'm out of ideas (but I'm just another RB user, not one of the developers). Good luck, Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] shuts down

2008-11-13 Thread Peter
ith the rhythmbox database (RhythmDB). This could be unrelated to the theme issue - I don't know, but maybe someone else on the list can comment. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] shuts down

2008-11-13 Thread Peter
ng system are you using? How did you install rhythmbox? How are you starting rhythmbox? Did it once work, but has stopped working? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] [Fwd: Rhythmbox's plugin for logitech G15 keyboard]

2008-10-10 Thread Peter
subprocess module (available in python 2.4+) as os.popen2 and similar functions are deprecated in python 2.6 (and will be removed in python 3.0). Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] More Rythmbox

2008-09-28 Thread Peter
in the lower left corner? I didn't think I included it when I ripped > the files. It will look in the folder containing the music for suitably named images, then on Amazon. There is code on Bug 345975 to read covers embedded in the ID3 tags themselves. Peter _

Re: [Rhythmbox-devel] My name's daniele from italy i'm fan for rhythmbox very good!!!!!!!!!!!!!!

2008-08-13 Thread Peter
rpMusique). Then there are the legal questions. You could email Apple / fill in the feedback form saying you want to buy music or videos from the iTunes Music Store on Linux, so they know there are some potential customers they are ignoring, Peter __

Re: [Rhythmbox-devel] flac audio format support

2008-08-11 Thread Peter
2008/8/11 Felix Corrales <[EMAIL PROTECTED]>: > > Please include a .flac audio format support in rhythmbox. Rhythmbox does support flac - you just need to install the relevant bits of gstreamer. How you do that will depend on which Linux distribution are you u

Re: [Rhythmbox-devel] Feature Suggestions: rated playlist, message for copy cd

2008-08-10 Thread Peter
ying. Maybe there is a gconf setting that will enable this in RB too? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] cover art

2008-07-27 Thread Peter
tting for this. > copy the picture to the music-folder works fine. > Thanks Jens Good :) Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] cover art

2008-07-26 Thread Peter
me.org/show_bug.cgi?id=414609 (fixed) Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] cover art

2008-07-25 Thread Peter
On Fri, Jul 25, 2008 at 4:25 PM, Jens Kolepka <[EMAIL PROTECTED]> wrote: > Is there any chance of loading up cover art? > > Greetings from Cologne (Germany) There is a plugin for cover art - check it is installed and turned on. Peter __

Re: [Rhythmbox-devel] Rhythmbox UI mockup

2008-07-25 Thread Peter
g removing the current artist and song when in full screen party mode? Here there is definitely no window title bar to show this information) Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] A little but usefull change: hit counter

2008-07-22 Thread Peter
lugins/audioscrobbler/rb-audioscrobbler.c?revision=5734&view=markup Does the main RB counter currently look at if the user fast-forwarded through a song before incrementing the played count? Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org h

Re: [Rhythmbox-devel] A little but usefull change: hit counter

2008-07-22 Thread Peter
veral seconds of silence. > > My suggest is to move the trigger from the end to about 3/4. I like this idea, but I would suggest maybe at the 90% or 95% point rather than at 75% through the song. Peter ___ rhythmbox-devel mailing list rhythmbox

[Rhythmbox-devel] DLNA/UPnP plugin problem

2008-06-29 Thread Peter
sa" and it functions perfectly but unfortunately does not have the features I want. I have reported a bug but I was hoping someone might know a quick solution. Thanks in advance, Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http:/

Re: [Rhythmbox-devel] cant get album art to display

2008-05-19 Thread Peter
s and the play queue? I ask because the album art gets shown in the bottom of this (optional) column pane. Peter ___ rhythmbox-devel mailing list rhythmbox-devel@gnome.org http://mail.gnome.org/mailman/listinfo/rhythmbox-devel

Re: [Rhythmbox-devel] Mentoring GSoc application for Charlotte Curtis: A predictive playback plugin for Rhythmbox

2008-04-28 Thread Peter Colijn
rsion. Have fun, Peter On Mon, Apr 28, 2008 at 3:30 PM, Charlotte Curtis <[EMAIL PROTECTED]> wrote: > Thanks Philip! > > I'm the student in question, and I would definitely appreciate any guidance > in this project. The advice that I got from this list while I was w

Re: [Rhythmbox-devel] Rhythmbox Album Art

2008-04-14 Thread Peter
t;, ".folder", "folder" http://svn.gnome.org/viewvc/rhythmbox/trunk/plugins/artdisplay/artdisplay/LocalCoverArtSearch.py?view=markup The patch on Bug 414609 would probably deal with your problem - I haven't checked to see if this still works with the latest SVN code. http://

  1   2   3   >