|
|
|
Creating custom XML playlist
Tuesday, July 24, 2007
DNN: Alive Media, MP3 And FLV Player
The easiest way to create a custom XML playlist for Considero players is to use XSPF playlist format.
XSPF Playlist Example:
<playlist version="1" xmlns="http://xspf.org/ns/0/">
<trackList>
<track>
<title>Title 1</title>
<creator>Author's Name</creator>
<location>Song URL</location>
<image>Thumb/preview image URL</image>
</track>
<track>
<title>Title 2</title>
<creator>Author's Name</creator>
<location>Song 2 URL</location>
<image>Thumb/preview image URL</image>
<info>http://www.considero.net</info>
</track>
<track>
<title>Title 3</title>
<creator>Author's Name</creator>
<location>Song 3 URL</location>
<image>Thumb/preview image URL</image>
<info>http://www.considero.net</info>
</track>
</trackList>
</playlist>
Playlist tags:
Title - The file title to show in playlist
Creator - Author of the media
Location - Relative or absolute URL to the media file
Image - Relative or absolute URL to the playlist thumb/preview image
Info - The URL to additional info about the media
Comments
I have installed player on a third page how come it dosent show menu below player like on the other pages. I have set everything to same config and sam playlist.?
kemper
kemper, Tuesday, November 27, 2007
Ok So which program I use to create this XML play list ?
glenwin, Thursday, March 06, 2008
Kemper,
please read this KB article for more info regarding show/hide playlist:
http://www.considero.net/Support/Knowledge-Base/tabid/2629/articleType/ArticleView/articleId/1635/ShowHide-Playlist.aspx
Thanks!
Considero, Thursday, March 13, 2008
Glenwin,
you can use Notepad or any other text or XML editor to create a custom playlist.
You can also use some software tool for creating standard XML playlists.
Thanks!
Considero, Thursday, March 13, 2008
Hi
I cannot get the videos to download when I click on the download button on the player. What am I doing wrong.
Kemper
kemper, Wednesday, April 09, 2008
Hi Kemper, you should check the "Enable download" option in the module settings.
Thanks!
Considero, Wednesday, April 09, 2008
I did enable download check box in settings.
??
also could you give example if in a xml playlist.
Kemper
kemper, Wednesday, April 09, 2008
Please send the details to support@considero.net.
Thanks!
Considero, Wednesday, April 09, 2008
You must be logged in to post a comment. You can login here