RDF Site Summary 1.0 Modules: mod_audio

Authors

Brian Aker, Open Source Development Network

Version

Latest Version: http://media.tangent.org/mod_audio.html

DRAFT 0.1 2001-5-31

Status

Proposed

Rights

Copyright © 2001 by the Author.

Permission to use, copy, modify and distribute the RDF Site Summary 1.0 Specification and its accompanying documentation for any purpose and without fee is hereby granted in perpetuity, provided that the above copyright notice and this paragraph appear in all copies. The copyright holders make no representation about the suitability of the specification for any purpose. It is provided "as is" without expressed or implied warranty.

This copyright applies to the RDF Site Summary 1.0 Specification and accompanying documentation and does not extend to the RSS format itself.

Description

For modules such as mod_mp3 for the Apache server to properly syndicate audio data, additional fields are needed. mod_audio adds those fields that are needed. These fields are based on information supplied by ID3 tags.

The mod_audio RSS 1.0 module augments the RSS core and Dublin Core module's metadata with channel and item-level elements specific to audio data.

Namespace Declarations

Model

<item> Elements:

Example

Example Declarations

<?xml version="1.0" encoding="ISO-8859-1"?>

 <rdf:RDF
	 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
	 xmlns="http://purl.org/rss/1.0/"
	 xmlns:audio="http://media.tangent.org/rss/1.0/"
 >
<channel rdf:about="http://avenger.tangent.org:8000/">
	<title>Brian's Tunes</title>
	<link>http://avenger.tangent.org:8000/</link>
	<description>Much, nutty</description>
</channel>

<item>
	<title>No New Tale To Tell</title>
	<link>http://avenger.tangent.org:8000/?op=play&song=421bdc348660ce96d61694c0073277d1</link>
	<audio:songname>No New Tale To Tell</audio:songname>
	<audio:artist>Love And Rockets</audio:artist>
	<audio:album>Earth, Sun, Moon</audio:album>
	<audio:year>1987</audio:year>
	<audio:genre>New Wave</audio:genre>
	<audio:genre_id>34</audio:genre_id>
</item>

</rdf:RDF>