Bug 184836 - changing only the rating in the Edit Track Details dialog saves the ogg file unnecessarily
Summary: changing only the rating in the Edit Track Details dialog saves the ogg file ...
Status: RESOLVED FIXED
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 2.0.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-18 20:02 UTC by Steve Evans
Modified: 2009-12-09 11:29 UTC (History)
1 user (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 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