[easytag/wip/application-window] Disable writing of ID3v1 tags by default
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/application-window] Disable writing of ID3v1 tags by default
- Date: Wed, 13 Aug 2014 07:46:47 +0000 (UTC)
commit e5c1889fb1d01c9c2bfc661fc1c93c70cf3f2fda
Author: David King <amigadave amigadave com>
Date: Wed Aug 13 08:38:44 2014 +0100
Disable writing of ID3v1 tags by default
ID3v1 tags have many problems, including the lack of a defined character
encoding (and a western-centric ISO-8859-1 convention), 30 bytes per
field and an extremely limited set of fields. Depending on the behaviour
of media players, reading the ID3v1 tag instead of the ID3v2 tag could
give misleading information (truncated fields, mojibake and so on).
As ID3v2 is in wide use, and solves the above problems, disable ID3v1 by
default.
https://mail.gnome.org/archives/easytag-list/2014-August/msg00017.html
data/org.gnome.EasyTAG.gschema.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/org.gnome.EasyTAG.gschema.xml b/data/org.gnome.EasyTAG.gschema.xml
index 8c76360..acc5f5e 100644
--- a/data/org.gnome.EasyTAG.gschema.xml
+++ b/data/org.gnome.EasyTAG.gschema.xml
@@ -227,7 +227,7 @@
<key name="id3v1-enabled" type="b">
<summary>Write ID3v1 tags</summary>
<description>Whether to write ID3v1 tags when writing ID3 tags into audio files</description>
- <default>true</default>
+ <default>false</default>
</key>
<key name="id3v1-charset" enum="org.gnome.EasyTAG.EtCharset">
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]