[easytag/wip/application-window: 86/112] Disable writing of ID3v1 tags by default



commit 783ada653193dbbcbd2639a80aa34689addbb6fd
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]