Summary: | Amarok won't notify when editing read-only files | ||
---|---|---|---|
Product: | [Applications] amarok | Reporter: | Ran Rutenberg <ran.rutenberg> |
Component: | File Browser | Assignee: | Amarok Developers <amarok-bugs-dist> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 2.5.0 | ||
Target Milestone: | 2.6 | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/amarok/71acc98347f7f1929f3e27a0ba70693380377c17 | Version Fixed In: | 2.6 |
Sentry Crash Report: |
Description
Ran Rutenberg
2012-01-02 06:34:54 UTC
If files are indeed read-only they are not editable at all and are grayed out in the editor.. You didn't per chance try to add id3 tags to wav files, didn't you? wav is not a container where you can add id3 tags. See also http://en.wikipedia.org/wiki/ID3#Implementation_in_non-mp3s_and_alternatives It happened to me using Ogg Vorbis and Flac files when the file permission was set to read-only (as are the files when you rip them from a CD in Kubuntu). The files were not grayed out when I did the steps I described in the Steps to Reproduce in the original bug report. Indeed, having the files grayed out will solve this problem. Thanks. Could you please upgrade to Amarok 2.5 and try again? I can't reproduce this here. Hi, I did some more checking. In order to reproduce you need to try edit the tags of a read-only file that is NOT part of your local collection (read-only files in the local collection are indeed grayed out but files that are not part of it aren't). One can access those files using the Files option in the Media Sources side pane (instead of the Local Music option) This problem also happened when I used Amarok 2.5. Updated Steps to Reproduce: 1. Select a read-only file through Media Sources -> Files that is not part of your local collection. 2. Right click on it and choose Edit Track Details 3. Make some changes. 4. Click Save & Close Thank you for the fast feedback. Git commit 71acc98347f7f1929f3e27a0ba70693380377c17 by Ralf Engels. Committed on 19/06/2012 at 15:04. Pushed by rengels into branch 'master'. Don't supply EditCapabilities if FileTrack is not writable FIXED-IN: 2.6 M +5 -2 src/core-impl/meta/file/File.cpp http://commits.kde.org/amarok/71acc98347f7f1929f3e27a0ba70693380377c17 |