Bug 122452

Summary: Searching and grouping in collection using Composer tag
Product: [Applications] amarok Reporter: Stéphane Pontier <shadow.walker>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist CC: bugs
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:

Description Stéphane Pontier 2006-02-21 23:54:13 UTC
Version:           1.4-Beta1 (using KDE KDE 3.5.1)
Installed from:    Mandriva RPMs
OS:                Linux

It could be useful if we can group by composer tag in collection browser for classic ou soudntrack music for example.
Comment 1 Alexandre Oliveira 2006-03-04 12:41:59 UTC
*** Bug 123067 has been marked as a duplicate of this bug. ***
Comment 2 V 2006-06-01 03:29:29 UTC
To other people that wish this were implemented: You can assign the composer data to the genre tag and set 'group by' to genre/album or genre/(year) - album. It's a dirty workaround, but it works.
Comment 3 Chris Connett 2006-06-20 18:19:43 UTC
Another suggestion for a useful behavior (seems on topic here): have composer be a surrogate for artist if the artist tag is missing.  That way a file tagged with just a composer wouldn't be listed under "Unknown" for artist.  It could even be taken so far as to list the composer in the collection browser as an artist, even if the artist tag is present.  

Crazy idea?  I just think it would make music management easier and more puritanically correct.  Don't know if that's a good thing ;-)
Comment 4 Mats Ahlgren 2006-06-23 11:16:35 UTC
This has been implemented in v1.4. (See my resolved bug 129545)

The solution is to right-click the column headers just like one would in the playlist window; this allows one to add a Composer column.

However, the composer column spontaneously disappears whenever one quits AmaroK or changes the collection sorting options (See unresolved bug 126685). Nevertheless, one can sort via Composer now!
Comment 5 Martin Aumueller 2006-08-02 15:11:55 UTC
SVN commit 568862 by aumuell:

collection browsable by composer
BUG: 122452


 M  +1 -0      ChangeLog  
 M  +214 -157  src/collectionbrowser.cpp  
 M  +0 -3      src/collectionbrowser.h  
 M  +4 -4      src/collectiondb.h  
 M  +20 -0     src/k3bexporter.cpp  
 M  +7 -0      src/k3bexporter.h