
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
A Plasmoid Widget to see the lyrics of the current playing song.
BUILDING
tar xjvf lyricsplasmoid-0.5.tar.bz2
cd lyricsplasmoid-0.5
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
sudo make install
kbuildsycoca4
kquitapp plasma (plasma-desktop in kde > 4.3)
plasma (plasma-desktop in kde > 4.3)
Tested it with Clementine 0.6, Juk 3.6 and Amarok 2.3.2.
IMPORTANT NOTE: For the Amarok 2.4 users there is a bug between Amarok 2.4 and the nowplaying DataEngine (https://bugs.kde.org/show_bug.cgi?id=263642). The plasmoid works (but no the cover art because that is the problem) but sometimes the nowplaying DataEngine starts to show annoying notifications when you use amarok as you source player. Only in Amarok 2.4!
10 years ago
0.5:
- Fixed a bug when it showed the lyrics that it got from the current song metadata.
- A correction in the spanish translation.
0.4:
- Now you can select the source from where fetch the lyrics.
- Now you can select the player from which get the current playing song information.
- Added a cache to save the lyrics fetched.
- Now you can priorize the lyrics fetched by the player selected instead of fetch it again from the plasmoid.
- The Graphical User Interface has been redisigned, now it shows some information about the current playing song. (Thanks Alex Merry for the AlbumArt Widget [from the Now Playing plasmoid]).
0.3:
- Fix a bug that keeps the plasmoid fetching the lyrics when there is not song playing.
- Some improvements in the configuration dialog, now you can choose the font family (Using the KFontChooser widget).
- Now the translations are working again.
- Updated the Spanish translation.
0.2:
-Fixed important bugs, version
0.1 is now useless.
10 years ago
0.5:
- Fixed a bug when it showed the lyrics that it got from the current song metadata.
- A correction in the spanish translation.
0.4:
- Now you can select the source from where fetch the lyrics.
- Now you can select the player from which get the current playing song information.
- Added a cache to save the lyrics fetched.
- Now you can priorize the lyrics fetched by the player selected instead of fetch it again from the plasmoid.
- The Graphical User Interface has been redisigned, now it shows some information about the current playing song. (Thanks Alex Merry for the AlbumArt Widget [from the Now Playing plasmoid]).
0.3:
- Fix a bug that keeps the plasmoid fetching the lyrics when there is not song playing.
- Some improvements in the configuration dialog, now you can choose the font family (Using the KFontChooser widget).
- Now the translations are working again.
- Updated the Spanish translation.
0.2:
-Fixed important bugs, version
0.1 is now useless.
tobias83
5 years ago
The changes in "lyrics_sources.h" I made are firstly in line 41:
extract_patterns.append(QPair< QString, QString> ("<div class='lyricbox'>", "</div>"));
and secondly I commented out lines 60 to 126 (this will uninstall the other services than lyrics.wikia.com).
After this follow the install instructions in README and logout and login in KDE. I hope anyone having the same problems can help this.
Kind regards!
Report
obedlink
6 years ago
Please add support for auto scrolling, like amarok lyrics plug-in
Report
txutxifel
8 years ago
is there any posible solution of this?
Thanks for your help
cheersssss!
Report
Contrast
10 years ago
Report