
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Please install AMAROK-1.4 before you download this script, thanks!
This is my first amaroK's plugin that fetch lyrics from the amazing letras.mus.br's database: which according the EviLyrics site is the 4th biggest database available. Quite simple and still under development.
The plugin also store displayed lyrics in your homedir so that you can sing along even offline :-)
It has also a minimal GUI to make the language of fetched lyrics configurable using a GUI.
14 years ago
Updates since the first public tarball:
- Now every line's first word is capitalized, making it more "normal".
- It has a GUI now to configure the language of the fetched lyrics (currently it's en_US or pt_BR).
- Now we alert you about not found lyrics.
- The lyrics body now shows empty lines in new paragraphs (was a config problem in the fetcher).
- Added a simple XML header to the lyrics data sent to the player.
- Just fixed the problem of cutting off some lines.
- Better error handling :-P
For everything elese, please check the log from my subversion repository:
svn log http://caio.ueberalles.net/svn/amarok/lyrics_1982
14 years ago
Updates since the first public tarball:
- Now every line's first word is capitalized, making it more "normal".
- It has a GUI now to configure the language of the fetched lyrics (currently it's en_US or pt_BR).
- Now we alert you about not found lyrics.
- The lyrics body now shows empty lines in new paragraphs (was a config problem in the fetcher).
- Added a simple XML header to the lyrics data sent to the player.
- Just fixed the problem of cutting off some lines.
- Better error handling :-P
For everything elese, please check the log from my subversion repository:
svn log http://caio.ueberalles.net/svn/amarok/lyrics_1982
adimn
14 years ago
that would be awesome feature.
by the way, the plugin rocks!!
Report
ffiene
14 years ago
Where is the script?
Report
Phlogiston
14 years ago
But what about an option to fetch the lyric all the times? I mean even if you are not on the lyrics page... This is nice because like this one day (ok this can be a long time) the user will have all the songtexts.
Furthermore I would like that feature because when I have no internet connection I would have the songtexts of the songs I listened before already.
Thanks for considering this. :)
Have a nice day
Report
studioz
14 years ago
E bom demais ver brasileiros contribuindo com utilidades para o KDE!
Abraços patrióticos,
Rodnei
Report
bitcrazy
14 years ago
seems, that your script cuts off some lines at the beginning and/or the end.
I like your script 'cause letras.mus.br is a great site for lyrics. Must be an error in your parser.
Greetings
m0nk
Report
caio1982
14 years ago
Report
bitcrazy
14 years ago
Thank you
m0nk
Report
caio1982
14 years ago
In fact their outputs was coming with a bunch of useless lines (they have put a header about foobar in all lyrics).
I thought would be better to strip it off but seems the header is over then... I'll check and fix it ASAP.
Report