How To Extract Playlist as .M3U, HTTP or M3U

alt=
Ekwe
@ekwe
8 years ago
212 posts
hello,

Trying to create links to our playlists that can allow users play them on their itunes or windows media. Is this possible ?

Thanks
updated by @ekwe: 05/12/16 04:40:05PM
michael
@michael
8 years ago
7,697 posts
yes, but first you need to know what format that is.

Then construct a page to output your playlist in the same format as they are expecting.
alt=
Ekwe
@ekwe
8 years ago
212 posts
michael:
yes, but first you need to know what format that is.

Then construct a page to output your playlist in the same format as they are expecting.

Great, how do I construct a page to produce .m3u links for me ?

Thanks for your help
michael
@michael
8 years ago
7,697 posts
You'd want to add a template to your skin with the same name as the URL you're after

/skins/YOUR SKIN/somename.tpl

That will show at
your-site.com/somename

Then construct that page as you need it structure wise. Once you have the structure working correctly, use {jrCore_list}

Docs: "{jrCore_list}"
https://www.jamroom.net/the-jamroom-network/documentation/development/89/jrcore-list

To get the data you're after.

Tags