Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Creator and Contributor can be used multiple times per track with different data
  • Creator and Contributor elements can be qualified with Role type labels
  • Creator and Contributor information is displayed immediately after the title in a track listing.
  • Role type labels for Creators and Contributors appear before actual names with an added colon – like ‘Author:’
  • There is a break between each track in the listing, and each track listing has a background color slightly darker than the overall background

 

Each track in the AES-60 file (‘part’ element) is displayed in the track listing like this:

[Title information]

[Creator Role type label (if present):] [Creator Name]; [additional creators];

[Contributor Role type label (if present):] [Contributor Name]; [additional contributors]

 

 

SDS Track listingAES-60 XML snippet for first track
Image Added

        <part>

            <title>

                <dc:title>1. &lt;-- that number is a part of the title. There is no automatic numbering of the tracks.  Also, you can include HTML references in the titles, but you have to encode them.  Ever wonder how long titles can be?  This seems like a good Introduction.</dc:title>

            </title>

            <creator>

                <contactDetails>

                    <name>

                        <name>Oni Buchanan</name>

                    </name>

                </contactDetails>

                <role typeLabel="Author" />

            </creator>

            <creator>

                <contactDetails>

                    <name>

                        <name>Jim Dunn</name>

                    </name>

                </contactDetails>

                <role typeLabel="Adapter" />

            </creator>

            <creator>

                <contactDetails>

                    <name>

                        <name>J.S. Bachenspiel</name>

                    </name>

                </contactDetails>

                <role typeLabel="Interviewer" />

            </creator>

            <contributor>

                <contactDetails>

                    <name>

                        <name>Christina Davis</name>

                    </name>

                </contactDetails>

                <role typeLabel="Speaker" />

            </contributor>

            <contributor>

                <contactDetails>

                    <name>

                        <name>Roy Blunt</name>

                    </name>

                </contactDetails>

                <role typeLabel="Commentator" />

            </contributor>

            <contributor>

                <contactDetails>

                    <name>

                        <name>Sally Mae</name>

                    </name>

                </contactDetails>

                <role typeLabel="Director" />

            </contributor>

            <format>

                <start>

                    <editUnitNumber editRate="44100" factorNumerator="1" factorDenominator="1">0</editUnitNumber>

                </start>

                <duration>

                    <editUnitNumber editRate="44100" factorNumerator="1" factorDenominator="1">7011899</editUnitNumber>

                </duration>

            </format>

            <identifier>

                <dc:identifier>urn-3:HUL.OIS:701467</dc:identifier>

            </identifier>

        </part>