[uf-new] hAudio: audio-title/album-title vs. recording/album

Manu Sporny msporny at digitalbazaar.com
Fri Oct 12 20:39:45 PDT 2007


Scott Reynen wrote:
> On Oct 12, 2007, at 2:01 PM, Manu Sporny wrote:
>> If we were to use FN, it would be impossible to distinguish between an
>> album (an concept that can contain more than one hAudio) and a
>> song/speech (an individual hAudio).
> 
> I don't think that's true.  hCard uses FN for two different types of
> contacts: organizations and people.  The main item's name is
> class="fn".  If that main item is an organization, it's class="fn org". 
> 
> Single track, with known album (same as putting text in the ‘album’
> field of an ID3 tag):
> <span class="haudio">
>     <span class="fn">Nagasaki Nightmare</span>
>     <span class="album">Best Before 1984</span>
>     <span class="contributor">Crass</span>
> </span>
> 
> Single track, album unknown:
> <span class="haudio">
>     <span class="fn">Nagasaki Nightmare</span>
>     <span class="contributor">Crass</span>
> </span>
> 
> Album:
> <span class="haudio">
>     <span class="fn album">Best Before 1984</span>
>     <span class="contributor">Crass</span>
> </span>
> 
> Album with a couple of tracks, simple example:
> <span class="haudio">
>     <span class="fn album">Best Before 1984</span>
>     <span class="contributor">Crass</span>
>     <span class="track">Nagasaki Nightmare</span>
>     <span class="track">Nagasaki Nightmare</span>
>     <span class="track">Nagasaki Nightmare</span>
> </span>
> 
> Album with a couple of tracks, more detailed:
> <span class="haudio">
>     <span class="fn album">Best Before 1984</span>
>     <span class="contributor">Crass</span>
>     <span class="track haudio"><span class="fn">Nagasaki
> Nightmare</span> – <abbr class="duration" title="P268T">4:46</abbr></span>
>     <span class="track haudio"><span class="fn">Nagasaki
> Nightmare</span> – <abbr class="duration" title="P268T">4:46</abbr></span>
>     <span class="track haudio"><span class="fn">Nagasaki
> Nightmare</span> – <abbr class="duration" title="P268T">4:46</abbr></span>
> </span>

Scott... this is fantastic! Thank you for proving me wrong! :)

I think this is our front-runner for replacing audio-title and
album-title. Finally! It re-uses FN without being ambiguous about the
difference between a single audio recording and an album. We
simultaneously remove the need for audio-title. Does this also work for
the Suda-nator (Brian Suda)?

Martin, can you post some markup for the same 5 examples above using
your proposal? We'll weigh the pros/cons for Scott's proposal and your
proposal... I'm dropping my proposal in preference of Scott's.

-- manu



More information about the microformats-new mailing list