How about adding Auto-tagging feature/helper?<br><br>Its quite easy to fetch tags from services like <a href="http://last.fm">last.fm</a> in a similar way as lyrics. <br><br>The catch there is to handle this process not to get too many tags, mistyped or used on only one file. But its doable. The simplest way, I think, is by having separate table for tag meta data. Once new tags are added, they are instantly written to Amarok DB and marked as unconfirmed. Later some sort of tags editor kicks in. There user can easily mark tag as one of these: Junk - There is lots of tags like Sexxxxy, cool, etc that doesn&#39;t make scene - Just mark them junk, and they are gone forever. Alias - Take an example if user is not a big fan of hard rock. I bet he whoun&#39;t like to have &quot;Underground rock&quot;, &quot;East cost rock&quot;, &quot;Celts rock&quot; etc. Marking them as alias to simply Rock would do renaming automatically and also save the day. And finally - Marking as &quot;Confirmed&quot; Should just add them as they are.<br>

<br>Especially when you can&#39;t tag on 3rd part id3 editor, and doing this manually for 2k-10k+ collections would take weeks, if not months.<br>