[easytag/wip/help: 2/3] Add help page on ID3 tag version problems



commit 2c943458fa21b8487782597876ab8edce64e3641
Author: David King <amigadave amigadave com>
Date:   Thu Apr 10 00:04:09 2014 +0100

    Add help page on ID3 tag version problems
    
    Also see https://bugs.launchpad.net/ubuntu/+source/easytag/+bug/684352

 help/C/index.page        |    4 +-
 help/C/problems-id3.page |   57 ++++++++++++++++++++++++++++++++++++++++++++++
 help/Makefile.am         |    1 +
 3 files changed, 60 insertions(+), 2 deletions(-)
---
diff --git a/help/C/index.page b/help/C/index.page
index 23f1402..453ccc6 100644
--- a/help/C/index.page
+++ b/help/C/index.page
@@ -38,10 +38,10 @@
 
 <!--  <section id="preferences" style="2column">
     <title>Preferences</title>
-  </section>
+  </section>-->
 
   <section id="problems">
     <title>Common problems and questions</title>
-  </section>-->
+  </section>
 
 </page>
diff --git a/help/C/problems-id3.page b/help/C/problems-id3.page
new file mode 100644
index 0000000..5adab0d
--- /dev/null
+++ b/help/C/problems-id3.page
@@ -0,0 +1,57 @@
+<page xmlns="http://projectmallard.org/1.0/";
+      xmlns:its="http://www.w3.org/2005/11/its";
+      type="topic" style="task"
+      id="problems-id3">
+
+  <info>
+    <link type="guide" xref="index#problems"/>
+    <revision pkgversion="2.2.0" date="2014-04-09" status="review"/>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+    <credit type="author">
+      <name>David King</name>
+      <email its:translate="no">amigadave amigadave com</email>
+    </credit>
+
+    <desc>Correct blank or incorrect tags shown in other applications</desc>
+
+  </info>
+
+  <title>ID3 tag incompatibilities</title>
+
+  <p>MP3 files have ID3 tags, which can be of several different versions. Many
+  applications support the most recent version of the ID3 standard: ID3v2.4.
+  <app>EasyTAG</app> supports ID3v2.4, ID3v2.3 and ID3v1.1. The default version
+  is ID3v2.4, which has the most features and is most efficient.</p>
+
+  <p>Some applications and devices may support only ID3v2.3 and ID3v1.1 tags,
+  and a few may support only ID3v1.1 tags. If you have problems reading tags
+  with another application, you should change the ID3 tag version settings in
+  the preferences.</p>
+
+  <p>To change the ID3 settings:</p>
+
+  <steps>
+    <item>
+      <p>Select <guiseq style="menuitem"><gui style="menu">Edit</gui>
+      <gui style="menuitem">Preferences</gui></guiseq></p>
+    </item>
+    <item>
+      <p>Select the <gui style="tab">ID3 Tag Settings</gui> tab.</p>
+    </item>
+    <item>
+      <p>In <gui style="group">ID3v2 tags</gui> section, choose the
+      <gui>ID3v2.3</gui> setting in the <gui>Version</gui> combo box to improve
+      compatibility with other systems capable of reading ID3v2 tags.</p>
+    </item>
+    <item>
+      <p>Make sure that <gui style="check">Write ID3v1.x tag</gui> is checked
+      in the <gui style="group">ID3v1 tags</gui> section.</p>
+    </item>
+    <item>
+      <p>Click <gui style="button">OK</gui> to save the settings.</p>
+    </item>
+  </steps>
+
+</page>
diff --git a/help/Makefile.am b/help/Makefile.am
index f48cb1b..5a4f62c 100644
--- a/help/Makefile.am
+++ b/help/Makefile.am
@@ -15,6 +15,7 @@ HELP_FILES = \
        keyboard-shortcuts.page \
        legal.xml \
        playlist-generate.page \
+       problems-id3.page \
        scanner.page \
        starting.page \
        tag-field.page \


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