ich habe heute von der audiosuche von yahoo gelesen.
allerdings habe ich das mit dem MRSS nich kapiert.
müsste ich diese xml datei einfach erstellen und verlinken?
kann ich das auch in eine HTML Seite einbetten und wird dann trotzdem ordentlich ausgewertet?
like this:
Code: Alles auswählen
...
<body>
<h1>Downloadseite</h1>
-liste mit mp3 dateien zum download
-weitere einträge
<!-- Jetzt die Metadaten -->
<!--
<rss version="2.0" xmlns:media="http://search.yahoo.com/mrss">
<channel>
<title>Song Site</title>
<link>http://www.foo.com</link>
<description>Discussion on different songs</description>
...
<item>
<title>These songs make me think about blah</title>
<link>http://www.foo.com/item1.htm</link>
...
<media:content url="http://www.foo.com/band1-song1.mp3" fileSize="1000" type="audio/mpeg" expression="full">
<media:credit>member of band1</media:credit>
<media:category>music/band1/album/song</media:category>
<media:adult>false</media:adult>
</media:content>
<media:content url="http://www.foo.com/band2-song1.mp3" fileSize="2000" type="audio/mpeg" expression="full">
<media:credit>member of band2</media:credit>
<media:category>music/band2/album/song</media:category>
<media:adult>false</media:adult>
</media:content>
<media:content url="http://www.foo.com/band3-song1.mp3" fileSize="1500" type="audio/mpeg" expression="full">
<media:credit>member of band3</media:credit>
<media:category>music/band3/album/song</media:category>
<media:adult>false</media:adult>
</media:content>
</item>
</channel>
</rss> -->
</body>
...
grüße
marcus