Announcement

Collapse
No announcement yet.

Radio stations

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Radio stations

    Hi

    I am building a site for a new radio station for artists that I have signed and have copy right to, to help expose their music.

    I have this idea, but trying to get my head round how to do this.

    Anyone built one? I am reading about PLS files and trying to do as more research around this, as it is all new to me.

    As much help as possible will be welcomed so much.

    Thanks

    Duncan

  • #2
    coded the whole of null nuke, i took the internet reinventor down off source forge yesterday though

    if you have a check box list displaying song names, and the values are an array you will just need, if using php

    code:


    if ( $submit_make_playlist ) {

    for ( $i = 0; $i <= count($checkbox_array); $i++ ) {

    $tmpary = explode("|", $checkbox_array[$i]);

    if ( !empty( $tmpary[1] ) ) {

    $pls .= "contentdir/". $tmpary[1] ."\r\n";

    }

    }



    }

    file_put_contents( $filename, $pls );


    Comment


    • #3
      Dj's en vivo

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎