Re: [Rhythmbox-devel] Lyrics

2010-06-05 Thread Edgar Luna
On Fri, Jun 4, 2010 at 10:49 AM, Pablo Echeberria wrote: > Hi there, i use rhythmbox very VERY often and love the lyrics feature, i > was just wondering what do you need form the lyrics website in order to > include it in your lyrics search?, this is because there are really few > registered songs

Re: [Rhythmbox-devel] Lyrics Plugin

2007-07-17 Thread Jonathan Matthew
On Tue, Jul 17, 2007 at 02:14:24PM -0500, SBP wrote: > Hi all: > > I'm happy to announce a new improvement to the lyrics plugin, with the > following changes: > > * fixed errors on lyric fetching due to accented characters > * fixed errors on lyric display due to encoding problems > * fixed error

Re: [Rhythmbox-devel] Lyrics Plugin

2007-07-17 Thread SBP
Hi all: I'm happy to announce a new improvement to the lyrics plugin, with the following changes: * fixed errors on lyric fetching due to accented characters * fixed errors on lyric display due to encoding problems * fixed errors on lyric display due to presence of html entities * added two lyric

Re: [Rhythmbox-devel] Lyrics Plugin

2007-06-06 Thread James "Doc" Livingston
On Sun, 2007-05-20 at 01:22 -0500, Sirio Bolaños Puchet wrote: > NEW VERSION Thanks for working on this. I've just finished doing a cleanup of and a few improvements to it, and if no-one has any issues, I'd be happy to commit it. Patch is attached. > Added is: > > + configuration dialog fo

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-20 Thread giopas
Sirio Bolaños Puchet ha scritto: > Hi giopas: > > It surprises me you got that error, as I've compiled it here with no > problem following the instructions. > > Nope, no spelling issue. Makefile.in and Makefile are files that > autogen.sh creates via automake and the configure script, taking as > s

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-20 Thread Sirio Bolaños Puchet
Hi giopas: It surprises me you got that error, as I've compiled it here with no problem following the instructions. Nope, no spelling issue. Makefile.in and Makefile are files that autogen.sh creates via automake and the configure script, taking as source just the Makefile.am files. Perhaps its

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-20 Thread giopas
Sirio Bolaños Puchet ha scritto: > Hi again: > > First of all, thanks "Doc" for all your comments on my work, I'm very > grateful that you liked it, and hope everyone else does. > > > And now, some good news: > > NEW VERSION > > > Added is: > > + configuration dialog for setting which engines t

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-19 Thread Sirio Bolaños Puchet
Hi again: First of all, thanks "Doc" for all your comments on my work, I'm very grateful that you liked it, and hope everyone else does. And now, some good news: NEW VERSION Added is: + configuration dialog for setting which engines to use and to choose folder to store lyrics, via GConf

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-15 Thread James "Doc" Livingston
On Thu, 2007-05-03 at 20:38 -0500, Sirio Bolaños Puchet wrote: > As Rhythmbox is my favorite music player and lyrics plugin wasn't as > useful as I needed, I decided to make some improvements to it, so it > could fit my needs. Thanks, improving the lyrics plugin had been sitting on my list of thi

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-08 Thread Sirio Bolaños Puchet
Hi everybody: After receiving Steven Walter's code cleanup patch (thanks! Steven) and Peter Bach's suggestion for content changing in the lyric window when song changes (thanks! Peter), i've commited both changes to source code and here it is, now cleaner and better! Hope you like it, more to com

Re: [Rhythmbox-devel] Lyrics Plugin

2007-05-07 Thread Steven Walter
On Thu, May 03, 2007 at 08:38:03PM -0500, Sirio Bolaños Puchet wrote: > I really just copied code from amarok sources, translated it from ruby > to python (not that hard...), and the existing one from rhythmbox > sources and added up some little things. > > I don't know very well how to code in py