Bug 184836

Summary: changing only the rating in the Edit Track Details dialog saves the ogg file unnecessarily
Product: [Applications] amarok Reporter: Steve Evans <stevee>
Component: generalAssignee: Amarok Developers <amarok-bugs-dist>
Status: RESOLVED FIXED    
Severity: normal CC: nhn
Priority: NOR    
Version: 2.0.1   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Steve Evans 2009-02-18 20:02:38 UTC
Version:           2.0.1 (using 4.2.00 (KDE 4.2.0), Gentoo)
Compiler:          i686-pc-linux-gnu-gcc
OS:                Linux (i686) release 2.6.27-gentoo-r8

When making bulk rating changes using the Edit Track Dialog the ogg files are saved, even though no data in them has changed, because the rating is not stored in them. This is not necessary.
Comment 1 Nikolaj Hald Nielsen 2009-03-05 23:12:08 UTC
SVN commit 935668 by nhnielsen:

When editing info for multiple tracks, do not write to the file if only editing info that is stored in the db and not in the actual file (such as ratings)
BUG: 184823