Bug 130593

Summary: can't edit rating or score of multiple tracks using 'Edit track information' dialog
Product: [Applications] amarok Reporter: brad <bkn>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version: 1.4.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description brad 2006-07-11 05:39:19 UTC
Version:           1.4.1 (using KDE KDE 3.5.3)
Installed from:    Ubuntu Packages
OS:                Linux

Reproduce:
Select multiple tracks in playlist view. right click and select 'Edit track information ...'. A dialog appears allowing the user to edit information in bulk, but only the fields under the 'Tags' tab are editable. Fields under other tags are greyed-out, namely the rating and score fields. 

Problem:
The user should be able to edit the Rating and Score for multiple tracks; however since those fields appear under the 'Statistics' tab they are not editable when multiple tracks are selected. 

I know you can change the rating on multiple tracks by changing the rating inline in the list view, which is super cool. Although, I believe this info should editable through the 'Edit track information ...' too.
Comment 1 Alexandre Oliveira 2006-07-25 19:35:47 UTC
SVN commit 566280 by aoliveira:

"Some" work on tagdialog:
- Now we have statistics tab enabled when in multiple tags mode. Information there is pretty much a stub, I gotta improve that;
- It's now possible to edit scores/ratings for multiple tracks;
- Tag writing is done in a thread;
- Some clean up here and there, cutting some member variables we don't need anymore;
And of course, new bugs and regressions! Enjoy.
BUG: 130593
BUG: 120276



 M  +7 -6      collectiondb.cpp  
 M  +2 -1      playlist.cpp  
 M  +160 -62   tagdialog.cpp  
 M  +1 -6      tagdialog.h