go to content or go to sidebar

RSS Feed

Semantic Web Design

  1. Bootstrapping hAudio
    Posted by Martin, about 336 days ago.

    haudio

    The hAudio Microformat can now be transformed to four different flavours, RSS1, RSS2, XSPF, and RDF Music Ontology

    The Newest Format is Mo hAudio which is an attempt at extracting a basic Music Ontology. A demo is available at http://weborganics.co.uk/mo-haudio/ . One of the questions you may ask is why all the different formats , Well the first answerer is its cool isn't it? And the second would be, proof that the contributors of hAudio got the common basic semantics right. I would also say that if you are going to publish music on your website, why not publish it in hAudio because It's easy to do...

    <div class="haudio">
    <a rel="enclosure" class="fn" href="http://mywebsite.com/file/myfile.mp3" type="audio/mpeg">My Groovy Choon</a>
    </div>

    ... and you get the added benefits of all the other formats too. There Is just one more transformation (available end of august) hAudio to M3U which will pretty much make the job of bootstrapping hAudio to as many different formats as I can complete, If you think I left something out please let me know.

hAtom Feed button

Comments on Bootstrapping hAudio

Matthias Pfefferle said about 335 days ago

Nice job, I am looking forward to try the hAudio to M3U transformation.

Permalink

Martin said about 335 days ago

@Matthias Thanks for your support, the M3U format will be here soon will let you know when it is available for testing.

Permalink

Andy Mabbett said about 334 days ago

Good work; but the "issues" I raised back in January (http://microformats.org/wiki/haudio-issues) mostly remain unaddressed - for instance, rel="enclosure" is not suitable for streaming audio; and the duration property abuses the ABBR element as described at http://www.webstandards.org/2007/04/27/haccessibility/ and http://www.webstandards.org/2008/06/23/haccessibility-redux/ Sadly the microformats cabal do not seem to take the latter issue seriously.

Permalink

Martin said about 333 days ago

@Andy Mabbett Hello Andy really good to hear from you, rel="enclosure" I am inclined to agree with you in *some* instances for example it is unsuitable for audio that is streamed from a server such as real audio files and shoutcast streams, you and I were addressing this issue before your untimely break, so a class="stream" may be in order when the next round of talks finalizing hAudio begins, I will speak to Manu when he returns from his break to see if we can begin some time soon. I think the abbr design issue is a problem area across all Microformats dont you think?, and I agree the hAudio duration element need addressing but I feel we will be unable to address this issue until the Comunity as a whole gets a grip of how bad for Microfomats the abbr design pattern is. Anyway email me privately if you want to talkmore.

Permalink

Sorry Comments Closed