Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Track Lists Under JW7 Player?


Hi,
Is there a way to make JW7 display:

<Title>
<Artist>
<Album>

in a single track listing for every song loaded in the player, under the playbar?

It use to work just fine in JW6 but now JW7 only displaies <Title>

Thank you very much for the help. Below is the same playlist.xml file that displayed correctly in JW6 but only shows the Title in JW7.

Thanks for the help.

Regards,

Terry

<?xml version="1.0" encoding="UTF-8" ?>
<playlist><track><path>http://tvpmmvault.com/hide.php?file=CNNTBCBH19951.mp3&dir=musicCNN&token=<?php echo $_SESSION['token'];?></path><title>CNN Headline News - 1995</title><artist>1. Top of the Hour Tease A - Full</artist><album>Courtesy CNN</album><len></len><image></image></track>
<track><path>http://tvpmmvault.com/hide.php?file=CNNTBCBH19952.mp3&dir=musicCNN&token=<?php echo $_SESSION['token'];?></path><title>CNN Headline News - 1995</title><artist>2. Top of the Hour Tease A - No Strings</artist><album>Courtesy CNN</album><len></len><image></image></track>
<track><path>http://tvpmmvault.com/hide.php?file=CNNTBCBH19953.mp3&dir=musicCNN&token=<?php echo $_SESSION['token'];?></path><title>CNN Headline News - 1995</title><artist>3. Top of the Hour Tease B - Full</artist><album>Courtesy CNN</album><len></len><image></image></track>

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Thank you for contacting the JW Player Support team. I’ve looked into your issue and you might be able to achieve this by some form of ID3 metadata which can be attached to the stream and read out of the player and displayed where ever you want that content displayed. You might find the following example of good use: https://developer.jwplayer.com/jw-player/demos/basic/audio-metadata/ . Please note this is not a supported implementation rather a sample of a potential solution.

Kindly,

Randy Lemoine
Primary Support Engineer
JW Player Support Team
www.jwplayer.com

This question has received the maximum number of answers.