[ 
http://opencast.jira.com/browse/MH-9116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=31721#comment-31721
 ] 

Nils Birnbaum commented on MH-9116:
-----------------------------------

Sorry to keep you waitin, here are the infos:

As I wrote in my last comment, the RSS Specification 
(http://www.rssboard.org/rss-specification) allows only one URL for every item 
in the feed. 
>From the example:
 <item>
         <title>The Engine That Does More</title>
         <link>http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp</link>
         <description>Before man travels to Mars, NASA hopes to design new 
engines that will let us fly through the Solar System more quickly.  The 
proposed VASIMR engine would do that.</description>
         <pubDate>Tue, 27 May 2003 08:37:32 GMT</pubDate>
         <guid>http://liftoff.msfc.nasa.gov/2003/05/27.html#item571</guid>
      </item>

You could do this with <enclosure> tags but that isn't standaritized yet. 
Therefore we could use MediaRSS (http://video.search.yahoo.com/mrss) With 
MediaRSS you can distribut a lot of additional metadata, a player for example.

Here an example with several mp3 files

<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 role="musician">member of band1</media:credit>
        <media:category>music/band1/album/song</media:category>
        <media:rating>nonadult</media:rating>
        </media:content>
        <media:content url="http://www.foo.com/band2-song1.mp3"; 
        fileSize="2000" type="audio/mpeg" expression="full">
        <media:credit role="musician">member of band2</media:credit>
        <media:category>music/band2/album/song</media:category>
        <media:rating>nonadult</media:rating>
        </media:content>
        <media:content url="http://www.foo.com/band3-song1.mp3"; 
        fileSize="1500" type="audio/mpeg" expression="full">
        <media:credit role="musician">member of band3</media:credit>
        <media:category>music/band3/album/song</media:category>
        <media:rating>nonadult</media:rating>
        </media:content>
    </item>

ATOM allows multiple URLs in one Entry

<entry>
       <title>Atom draft-07 snapshot</title>
       <link rel="alternate" type="text/html"
        href="http://example.org/2005/04/02/atom"/>
       <link rel="enclosure" type="audio/mpeg" length="1337"
        href="http://example.org/audio/ph34r_my_podcast.mp3"/>
       <id>tag:example.org,2003:3.2397</id>
       <updated>2005-07-31T12:29:29Z</updated>
       <published>2003-12-13T08:29:29-04:00</published>
       <author>
         <name>Mark Pilgrim</name>
         <uri>http://example.org/</uri>
         <email>[email protected]</email>
       </author>
       <contributor>
         <name>Sam Ruby</name>
       </contributor>
       <contributor>
         <name>Joe Gregorio</name>
       </contributor>
       <content type="xhtml" xml:lang="en"
        xml:base="http://diveintomark.org/";>
         <div xmlns="http://www.w3.org/1999/xhtml";>
           <p><i>[Update: The Atom draft is finished.]</i></p>
         </div>
       </content>
     </entry>
                
> RSS/ATOM Search - Media Module: Different search results
> --------------------------------------------------------
>
>                 Key: MH-9116
>                 URL: http://opencast.jira.com/browse/MH-9116
>             Project: Matterhorn Project
>          Issue Type: Bug
>          Components: Engage Tools
>    Affects Versions: 1.4
>            Reporter: Michal Bryk
>            Assignee: Tobias Wunden
>         Attachments: ATOM.png, MM-rss-atom.png, RSS.png
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to