Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: MKfly on March 14, 2014, 01:15:47 pm

Title: is there a playlist widget so users can see your playlist
Post by: MKfly on March 14, 2014, 01:15:47 pm
Is there a playlist widget so users can see your playlist?
Title: Re: is there a playlist widget so users can see your playlist
Post by: DJFire_CFR on March 15, 2014, 12:12:25 am
There isn't one at this time. 
Title: Re: is there a playlist widget so users can see your playlist
Post by: sam604 on March 17, 2014, 09:31:15 am
I AM NOT SURE IF YOU MEAN TO DISPLAY THE TRACKS ON YOUR WEBSITE... BUT I DID A MOD OF ONE OF THE WIDGETS AND ITS DISPLAYS THE TRACKS AND THE ALBUM COVERS OF THE CURRENT PLAYLIST...
Code: [Select]
<table width="305" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>Current song: <a href="YOUR TUNEIN LINK" id="cc_strinfo_song_YOUR ACC ID" class="cc_streaminfo">Loading ...</a><br />
Album image:<br /><br /><center><img id="cc_strinfo_trackimageurl_YOUR ACC ID" class="cc_streaminfo" /></center><br /></td>
  </tr>
</table>
Put this before the /body
Code: [Select]
<script language="javascript" type="text/javascript" src="http://YOUR SEVER:2199/system/streaminfo.js"></script>

See it at http://www.heartlightiradio.com .. Peace...
Title: Re: is there a playlist widget so users can see your playlist
Post by: MKfly on March 17, 2014, 03:39:34 pm
Sam,
I am looking to show users what songs are in the playlist, not just the one playing but all the songs in the list.  So they can request and move songs up the list.
Title: Re: is there a playlist widget so users can see your playlist
Post by: DJFire_CFR on March 17, 2014, 05:47:20 pm
This is currently all the further I got with it:

http://crossfire-radio.com/requests2.php
Title: Re: is there a playlist widget so users can see your playlist
Post by: sam604 on March 17, 2014, 06:19:12 pm
Well DJFire_CFR is closer to what you want to achieve...I have not given the script much time..