[easytag/wip/application-window] Enable ID3v2.3 (instead of ID3v2.4) by default
- From: David King <davidk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag/wip/application-window] Enable ID3v2.3 (instead of ID3v2.4) by default
- Date: Wed, 13 Aug 2014 07:46:52 +0000 (UTC)
commit d1dd7692dc8cac6ff1bf7099638c8cc06c142517
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]