


Amarok 1.x Scripts by ultr 1 comment
lyricregexp="<div class='lyricbox'>[^-]*<\/script>([^-]*)<!--"
- Jan 29 2015

Amarok 1.x Scripts by stifi 60 comments
For detailed questions, write me an E-Mail. I'll try to answer them. - Dec 19 2011

Amarok 1.x Scripts by stifi 60 comments
Options:
- Stay at Amarok 1.4
- Vote at: http://code.google.com/p/clementine-player/issues/detail?id=1110 and hope that the developers implement this feature soon
- Switch to Guyadeque
- Jun 30 2011

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments
- Jun 10 2009

Amarok 1.x Scripts by stifi 60 comments
Anyway, I'm happy that you solved the problem on your own and sorry for any inconvenience. - Mar 02 2009

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments
Will be: Not in the near future because I'll wait till KDE 4.x and Amarok 2.x will be finished for "All-Day-Use", which will last for quite a long time, I think.
But if someone wants to start developing the script for Amarok 2, I would be a helping hand - Aug 19 2008

Amarok 1.x Scripts by stifi 60 comments
Anyway, I'll post a note for that problem, thanks! - Jun 19 2008

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments
You are missing a python package. Through a bug in the lyrics script you do not get the name of the missing pyhton package.
Insert STD_ENCODING="ascii" in the line just before the first try: in ~/.kde/share/apps/amarok/save_lyrics_to_id3/save_lyrics_to_id3.py.
After that the script should show an error message about the missing pyhton package.
- Feb 25 2008

Amarok 1.x Scripts by stifi 60 comments
Unfortunately I'm very limitted in my spare time. Because I do not want to release anything before it was tested enough, ogg-support will not get stable soon. -- sorry ):. My plans are to start developing again when Amarok 2 gets stable and useable.
- Feb 10 2008

Amarok 1.x Scripts by stifi 60 comments
What does it mean: "If I choose to let the script try to download and store it in the script folder, it fails."
[OGG-Support]
The support is disabled by default. You have to enable it by modifying the source code. If you do not know how to do that do not use ogg-support because it is not tested and will probably not work with unicode.
- Feb 05 2008

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by ultramancool 51 comments
One thing is really annoying. If some lyrics could not be fetched the error message Failed to find any lyrics. Press refresh to try again. is cached as lyrics in Amarok. If you use the notification "<?xml version=\"1.0\" encoding=\"UTF-8\" ?> <suggestions page_url=\"your_url\"></suggestions>" Amarok will display an error in the Context Browser and will not cache any lyrics [1].
I already changed the source for my needs. But maybe changing it in the public version my help others.
[1] http://amarok.kde.org/wiki/Script-Writing_HowTo - Dec 30 2007

Amarok 1.x Scripts by stifi 60 comments

Amarok 1.x Scripts by stifi 60 comments
I'll try to implement reading lyrics of flac files with a configurable tag name. But give me some time. Write support will not be available until there is a (pseudo)standard for lyrics in flac files. - Oct 12 2007

Amarok 1.x Scripts by stifi 60 comments
Thanks for your comment.
Flac tags for reference:
http://flac.sourceforge.net/faq.html#general__tagging - Sep 23 2007

Amarok 1.x Scripts by stifi 60 comments
When you add some new files to collection is quite annoying to search manually (with the help provided by the contest browser) for the lyrics; if it was automated...
Sorry, no. But some time ago, I wrote a patch and a script for Amarok, which changes the lyrics script, if the script returns no lyrics. You can try it, if you have a little experience in patching and compiling ...
http://bugs.kde.org/show_bug.cgi?id=135213 - Aug 01 2007

Amarok 1.x Scripts by attendant 191 comments
Thanks for the temporary solution. - Jun 23 2007

Amarok 1.x Scripts by attendant 191 comments
First this error happens:
Quote:
undefined method `build_google_feeling_lucky_url' for LyricsPlugins::AmarokSing365:Class
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/lyrics_Sing365.rb:34:in `build_song_add_url'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/lyrics.rb:95:in `normalize_lyrics_data'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/lyrics.rb:105:in `normalize_lyrics_data'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/lyrics.rb:180:in `lyrics_direct_search'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/lyrics.rb:333:in `lyrics_full_search'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amaroklyricsmanager.rb:191:in `lyrics_full_search'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amaroklyricsmanager.rb:189:in `each'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amaroklyricsmanager.rb:189:in `lyrics_full_search'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:98:in `on_fetch_lyrics'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:258:in `run_worker'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:243:in `loop'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:243:in `run_worker'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:200:in `main'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:197:in `initialize'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:197:in `new'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amarokscript.rb:197:in `main'
/home/stifi/.kde/share/apps/amarok/scripts/wiki_lyrics/amarok/amaroklyricsmanager.rb:285
After that wikilyircs.xml is empty and the error already discussed occurs. - Jun 14 2007

Amarok 1.x Scripts by attendant 191 comments
same problem here. Config file was emtpy ... - Jun 14 2007

Amarok 1.x Scripts by stifi 60 comments
if self.confVarLngCode not in LNG_CODES:
to
if unicode(self.confVarLngCode) not in LNG_CODES:
If this won't work, you can open the lyrics_id3.conf in an editor of your
choice and edit the line:
language-code = und
to your needs. The file should be located in
~/.kde/share/apps/amarok/scripts-data/
hth Stefan - May 19 2007

Amarok 1.x Scripts by Rede 39 comments
- May 11 2007

Amarok 1.x Scripts by stifi 60 comments
- May 08 2007

Amarok 1.x Scripts by stifi 60 comments
In case you do not know how to get the output log:
- start the Amaroks Scripts Manager
- right click on a running script and choose "show output log"
- Apr 24 2007

Amarok 1.x Scripts by stifi 60 comments
Thanks for the bug report. I corrected the problem in the new Version.
Feel free to report any other problems and I'll try to improve the scripts.
I also changed my "whole" system from latin1 to utf-8, so I am very familiar with these question marks ;). - Apr 24 2007

Amarok 1.x Scripts by Firetech 16 comments

Amarok 1.x Scripts by placidpsychosis 13 comments
What about adding scp support to the script. i.e.
elif [ ${method} = scp ];then
scp -i ${keyfile} /tmp/amarokNowPlaying_image.png "${user}@${host}:${path}"
- May 05 2006