https://bugs.kde.org/show_bug.cgi?id=426758
--- Comment #1 from Urs Fleisch <uflei...@users.sourceforge.net> --- I personally do not have a device which can play DSF files. However, I never heard of such a case and would expect such a file to be repairable because these are simple ID3v2.4 tags appended to the original DSF file, i.e. you have a block of bytes starting with "ID3" at the end of the file (as you can see with `xxd` or a hex editor). When using "Remove" in the "Tag 2" section of Kid3, this block should be removed and the file be restored in its original untagged form. You could verify this using a copy of an untagged file and comparing the original with the copy after removing the tag. Alternatively, you could use a hex editor which allows deletion, for example `ncurses-hexedit` with the `-b` option. If the file plays again after removing the tag, it is possible that your player does not support ID3v2 tags on DSF files. You could also verify that the file permissions are still the same after editing the tag. -- You are receiving this mail because: You are watching all bug changes.