<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>PCForrest's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/434157/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user PCForrest.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Thu, 23 May 2013 14:55:01 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: ID3v2.4 Footer</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the MP3 programming forum.&lt;/p&gt;: Hello&lt;br /&gt;
: &lt;br /&gt;
: I'm actually developping a class system to read/write into MP3's &lt;br /&gt;
: ID3v2.4 tags. I've found this description about footers on the site &lt;br /&gt;
: www.id3.org:&lt;br /&gt;
: &lt;br /&gt;
: 3.4.   ID3v2.4 footer&lt;br /&gt;
: &lt;br /&gt;
: To speed up the process of locating an ID3v2.4 tag when searching &lt;br /&gt;
: from the end of a file, a footer can be added to the tag. It is &lt;br /&gt;
: REQUIRED to add a footer to an appended tag, i.e. a tag located &lt;br /&gt;
: after all audio data. The footer is a copy of the header, but with a &lt;br /&gt;
: different identifier.&lt;br /&gt;
: &lt;br /&gt;
:      ID3v2 identifier           "3DI"&lt;br /&gt;
:      ID3v2 version              $04 00&lt;br /&gt;
:      ID3v2 flags                %abcd0000&lt;br /&gt;
:      ID3v2 size             4 * %0xxxxxxx&lt;br /&gt;
: &lt;br /&gt;
: The ID3v2.4 footer is marked as optional, but here it's seems that &lt;br /&gt;
: into some cases, this footer is required. So, this description is &lt;br /&gt;
: not easy to understand. My questions are :&lt;br /&gt;
: - Is ID3v2.4 footers are optional or required ?&lt;br /&gt;
: - If optionals, in whitch cases there are required ?&lt;br /&gt;
: &lt;br /&gt;
: Thx, regards...&lt;br /&gt;
: &lt;br /&gt;
&lt;br /&gt;
For prefixed tags (before the audio stream), you don't need to include either a footer or padding. So in this context they are considered OPTIONAL.&lt;br /&gt;
&lt;br /&gt;
If you choose to include a footer there must be no padding. In other words they are mutually exclusive. You can have one or the other, but you MUST NOT include both.&lt;br /&gt;
&lt;br /&gt;
However, a footer MUST be present when a tag is postfixed (after the audio stream). In this context it is REQUIRED. Since they are mutually exclusive, it therefore follows that padding MUST NOT be included in a postfixed tag.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;</description>
      <pubDate>Wed, 02 Jun 2010 10:58:31 -0700</pubDate>
    </item>
  </channel>
</rss>