Summary: | Choose last.fm tags in playlist | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Nicolas Cedilnik <truenicoco> |
Component: | general | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | rktspm, torswin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nicolas Cedilnik
2007-01-09 07:42:17 UTC
I confirm this. You should be able to input a tag as you can do for similar artist radios. Although, there's an workaround for the meantime: you can drag the address (eg. lastfm://globaltags/jazz/) of the radio from the page of the tag (eg. http://www.last.fm/tag/jazz/) in your web browser into the Amarok's playlist. I think bug 176381 is a duplicate of this one. *** Bug 176381 has been marked as a duplicate of this bug. *** Yeah, workaround for now: Playlist -> Add stream -> "lastfm://globaltags/jazz" -> OK. The LastFM service browser is going to be changed in near future. SVN commit 911233 by link: Initial Last.fm UI Refactor. Major UI Model/View changes to the last.fm service. All pre-existing features should be present, plus many new ones. Some known bugs: * Weird (off-center) Layouting * The Tree view doesn't auto update, you have to act on it (scroll, collapse, expand, etc) to get it to update * The PUD isn't enabled. BUG: 139802 CCMAIL: amarok-devel@kde.org M +4 -1 ServiceBase.cpp A lastfm/AvatarDownloader.cpp [License: GPL (v2+)] A lastfm/AvatarDownloader.h [License: GPL (v2+) (wrong address)] M +6 -3 lastfm/CMakeLists.txt M +213 -26 lastfm/LastFmService.cpp M +17 -2 lastfm/LastFmService.h A lastfm/LastFmTreeModel.cpp [License: GPL (v2+)] A lastfm/LastFmTreeModel.h [License: GPL (v2+)] A lastfm/LastFmTreeView.cpp [License: GPL (v2+) (wrong address)] A lastfm/LastFmTreeView.h [License: GPL (v2+) (wrong address)] WebSVN link: http://websvn.kde.org/?view=rev&revision=911233 |