

is it possible to make the script work asynchronous? because at the moment it blocks amarok when fetching tags, which makes interactions with amarok impossible.
would be nice if all that could be done async. and thx for this great script!!
cheers,
dominik - Jan 21 2007

Amarok 1.x Scripts by attendant 191 comments
the script seems to crash on umlauts or apostrophe. on some songs of "Die Ärzte" it crashes with following backtrace:
GTK bindings not found
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 55
GLib-GObject-CRITICAL **:g_boxed_type_register_static: assertion `g_type_from_name (name) == 0' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 55
GLib-GObject-CRITICAL **:g_param_spec_boxed: assertion `G_TYPE_IS_BOXED (boxed_type)' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 55
GLib-GObject-CRITICAL **:g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 55
GLib-GObject-CRITICAL **:g_param_spec_boxed: assertion `G_TYPE_IS_BOXED (boxed_type)' failed
/usr/lib64/ruby/site_ruby/1.8/glib2.rb: line 55
GLib-GObject-CRITICAL **:g_object_class_install_property: assertion `G_IS_PARAM_SPEC (pspec)' failed
malformed UTF-8 character/home/dkey/.kde/share/apps/amarok/scripts/lyriki-lyrics/lyrics_lyrc.rb:30:in `unpack'
/home/dkey/.kde/share/apps/amarok/scripts/lyriki-lyrics/lyrics_lyrc.rb:30:in `artist_and_title_to_url'
/home/dkey/.kde/share/apps/amarok/scripts/lyriki-lyrics/lyrics.rb:60:in `lyrics_by_title'
...
thx! - Nov 18 2006

Amarok 1.x Scripts by attendant 191 comments
thx for this great script!! - Nov 12 2006

Amarok 1.x Scripts by attendant 191 comments
I get this error:
$ ruby lyriki.rb -a "Green Day" -t "Reject"
Searching lyrics to 'Reject' by 'Green Day'...
Lyrics to 'Reject' by 'Green Day' found.
/usr/lib64/ruby/site_ruby/1.8/Qt/qtruby.rb:1367: [BUG] Segmentation fault
ruby 1.8.5 (2006-08-25) [x86_64-linux]
Abgebrochen
I re-emerge ruby(1.8.5) as well as qtruby(3.5.5) but it didn't help. - Nov 12 2006

Amarok 1.x Scripts by ochoha 5 comments
the url needed is:
url = "http://ws.audioscrobbler.com/1.0/track/" + \
urllib.pathname2url( artist ) + "/" + \
urllib.pathname2url( title ) + "/toptags.xml"
@ochoha
if you have time, it would be cool if the script would use following algo:
1. fetch user dependent artist/title/album tags
2. fetch toptags from artist/title/album
3. compare them and remove duplicates
4. reorder them depending on their count
5. select the first 3 (configurable) user tags and the first 3 toptags
thanks a lot for your great work! - Nov 11 2006

Amarok 1.x Scripts by attendant 191 comments
thanks! - Nov 10 2006

Various KDE 1.-4. Improvements by rfujimoto 115 comments
thx,
dominik - Aug 25 2006

Various KDE 1.-4. Improvements by mart 499 comments
thx for this app!
dominik - Aug 20 2006

Various KDE 1.-4. Improvements by mart 499 comments
thx,
dominik - Aug 14 2006
The desktop entry file
/usr/kde/3.5/share/apps/konqueror/servicemenus/subversion.desktop
has an invalid menu entry
Checkoutto.
Same with "Exportto".
thx,
dominik - Aug 06 2006

Various KDE 1.-4. Improvements by mart 499 comments
after starting the menu I did a search in the searchbar (kerry disabled), some results where listed and I clicked on the "clear" search button to remove the search results. Now the dropdown box isn't selectable any more (it's disabled: greyed), as I don't want to loose my favorite list, I don't want to re-add tastymenu to solve the problem. - Jul 25 2006

Various KDE 1.-4. Improvements by mart 499 comments
to add favorites, click on the "bookmark" icon right beside the program description.
dominik - Jul 24 2006

Various KDE 1.-4. Improvements by mart 499 comments
because I think there is no need to make that width adjustable by user. my only problem was, that I clicked on the icon, but the app started instead of being added to fav.list. and clicking 10 times on the icon withouth success of adding to fav.list makes me really frustrated :) - Jul 24 2006

Various KDE 1.-4. Improvements by mart 499 comments
btw, could you change the "magic value" 32 to 64 for adding/removing bookmarks? I tested it and think that it's more useable because with 32 the area is a bit too small.
thx! - Jul 24 2006