Bug 139802 - Choose last.fm tags in playlist
Summary: Choose last.fm tags in playlist
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR wishlist
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
: 176381 (view as bug list)
Depends on:
Blocks:
 
Reported: 2007-01-09 07:42 UTC by Nicolas Cedilnik
Modified: 2009-01-15 07:24 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicolas Cedilnik 2007-01-09 07:42:17 UTC
Version:            (using KDE KDE 3.5.5)
Installed from:    Debian testing/unstable Packages

Amarok arbitrary choose a list of last.fm's "global tags" radios and creates shortcuts for them in the "playlists" sidebar.
This list doesn't even contain "Jazz" !
It should be possible to choose which tags appear, and to add them manually.
Comment 1 Rafael Tesser 2009-01-12 18:57:59 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.

Comment 2 Kevin Funk 2009-01-12 19:47:07 UTC
*** Bug 176381 has been marked as a duplicate of this bug. ***
Comment 3 Kevin Funk 2009-01-12 19:48:13 UTC
Yeah, workaround for now: Playlist -> Add stream -> "lastfm://globaltags/jazz" -> OK.
The LastFM service browser is going to be changed in near future.
Comment 4 Casey Link 2009-01-15 07:24:10 UTC
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