Summary: | Tags are not automatically updated | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Thorsten Mühlfelder <thenktor> |
Component: | general | Assignee: | Amarok Bugs <amarok-bugs-null> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | ||
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Thorsten Mühlfelder
2009-03-08 23:36:34 UTC
What filesystem is your music on? ext3 Also see http://amarok.kde.org/forum/index.php/topic,16628.0.html Sorry, this is not a bug, but an artifact of how Amarok's collection works: Amarok notices changes in the collection by monitoring the _directory_ mtimes. So if you want a certain directory updated, you need to e.g. "touch" it (Unix command). If you write a new file to it, this will happen automatically, but not necessarily if you change an existing file, which leads to the situation you described. I guess this one is somehow related to the same thing: https://bugs.kde.org/show_bug.cgi?id=186169 |