[easytag] Add help page on ID3 tag version problems
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [easytag] Add help page on ID3 tag version problems
- Date: Thu, 10 Apr 2014 21:17:16 +0000 (UTC)
commit b6f54eadbc5cdca9244653d5f7df881b08bf7bfd
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 | 58 ++++++++++++++++++++++++++++++++++++++++++++++
help/Makefile.am | 1 +
3 files changed, 61 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..6f72802
--- /dev/null
+++ b/help/C/problems-id3.page
@@ -0,0 +1,58 @@
+<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>Fix ID3 tags that show up blank or incorrect tags in other
+ applications</desc>
+ </info>
+
+ <title>MP3 tags not showing correctly</title>
+
+ <p><em>ID3</em> tags, which are used for MP3 files, can be of one of several
+ different versions. <app>EasyTAG</app> supports ID3v2.4, ID3v2.3 and ID3v1.1.
+ The default version in <app>EasyTAG</app> is ID3v2.4, which has the most
+ features and is most efficient.</p>
+
+ <p>Most applications support the most recent version of the ID3 standard:
+ ID3v2.4.</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 another application or a device
+ has a problem reading tags from your files, you should try changing the ID3
+ tag version settings in the preferences:</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 the <gui style="group">ID3v2 tags</gui> section, choose the
+ <gui>ID3v2.3</gui> setting in the <gui>Version</gui> drop-down lid 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]