
Daniel is a system programmer & web developer with 10 years of experience...
system programmer & web developer
coder . cl
a journey in software development...
lyricsplugin
Overview
LyricsPlugin is an amarok script which allows you to download the current playing song lyrics and show them in the lyrics window. It uses dcop command line and it was made for amarok 1.4. amarok 2 isn’t supported yet. To install this script, go to the amarok menu, Tools —> Script Manager —> Install Script and select the downloaded tarball with the script.
Extending
Extending the amarok script is quite easy. Just implement a class with the run(self, args) method called in a file called Fetched_YourPlugin where it have a class named YourPlugin implementing the run method. This method will receive an array with the script manager arguments fetchLyrics or configure methods. Each plugin can have it’s own configuration and it’s own way to download lyrics. Take a look at the PluginEngine.py and Fetcher_LyricsPlugin.py modules.
Download
MD5 (LyricsPlugin-0.1.0.amarokscript.tar.gz) = 97fb8030c3a972370b3d93571f7f6d69
License
Copyright (c) 2007 Daniel Molina Wegener <dmw arroba coder dot cl>
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
General Public License for more details.
You should have received a copy of the GNU General1 Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA.
Donations
Support this project by donating through PayPal:
Also I can receive donations in books & hardware, just use the Contact Form to let you know how to donate.

