[easytag/wip/application-window: 68/98] Enable ID3v2.3 (instead of ID3v2.4) by default



commit 69ca1719733af77aa4b013b998c9262bfcc3170d
Author: David King <amigadave amigadave com>
Date:   Wed Aug 13 08:42:10 2014 +0100

    Enable ID3v2.3 (instead of ID3v2.4) by default
    
    Although ID3v2.4 is nearly as old as ID3v2.3, it has not received the
    same level of support in hardware and software players until recently.
    To make sure that users are not confused by their valid ID3v2.4 tags not
    being shown in players which only support ID3v2.3, write ID3v2.3 tags by
    default.
    
    https://mail.gnome.org/archives/easytag-list/2014-August/msg00014.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 acc5f5e..97c9041 100644
--- a/data/org.gnome.EasyTAG.gschema.xml
+++ b/data/org.gnome.EasyTAG.gschema.xml
@@ -257,7 +257,7 @@
     <key name="id3v2-version-4" type="b">
       <summary>Enable ID3v2.4 support</summary>
       <description>Whether to write ID3v2.4 tags when ID3v2 support is enabled</description>
-      <default>true</default>
+      <default>false</default>
     </key>
 
     <key name="id3v2-convert-old" type="b">


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]