Search results

  1. D

    now_playing.php with SQL support

    This is what I have so far <?php //max recent tracks to keep in the recently played tracks history $max_recent = 100; //secret key to access the script $key = ''; //check access if ($_REQUEST['key'] !== $key) { ReturnError(400, 'Invalid key'); } //artist/title info $artist =...
  2. D

    now_playing.php with SQL support

    but its not working any ideas please?
  3. D

    now_playing.php with SQL support

    with something like : $sql = "select * from played_songs"; $result = mysql_query($sql); $row = mysql_fetch_array($result); if ($result->num_rows > 0) { // output data of each row while($row = $result->fetch_assoc()) { echo "id: " . $row["datetime"]. " - Name: " . $row["artist"]. " " ...
  4. D

    now_playing.php with SQL support

    I have this so far : $conn = mssql_connect($myServer,$myUser,$myPass); if (!$conn) { die('Not connected : ' . mssql_get_last_message()); } $db_selected = mssql_select_db($myDB, $conn); if (!$db_selected) { die ('Can\'t use db : ' . mssql_get_last_message()); } else { $sql = "SELECT * FROM...
  5. D

    now_playing.php with SQL support

    Hi everyone the now_playing.php is great showing artwork and creating a list of play in flat file but is there a SQL version already written please as I don't want to re-invent the wheel , thankyou kiss Denise X
  6. D

    How to use ad scheduler to make announcements after a song

    [REQUEST] Dmtri I am not sure if this would be possible in the Auto Intro but would it be possible and time and tempo or %BMP condition that would ensure the music was quieter and not such loud volume  after a set time to do announcement so it didn't crash until it found a quiet spot. It would...
  7. D

    How to use ad scheduler to make announcements after a song

    Excellent Dmtri does that include both items being fixed in six the use of variable %seconds and the crossover of the next song please as i did not understand X
  8. D

    Next relase RB 5.9.5

    [BUG POTENTAIL] Ok Dimitri I found a bug in Auto Intro .If you put 200 seconds and its after the end of the song  the mp3 announcement is cut of as the announcement  transits to new song such as britney toxic and the next katy kissed a girl  then the announcement stops when the next song katy...
  9. D

    How to use ad scheduler to make announcements after a song

    Ok Dimitri I found a bug if you put 200 seconds and its after the end of the song  the mp3 announcement is cut of as the announcement  transits to new song such as britney toxic and the next katy kissed a girl  then the announcement stops when the next song katy starts I hope this helps perhaps...
  10. D

    How to use ad scheduler to make announcements after a song

    I tried to put -10  but it didn't work I tried %seconds-10 and this didn't work either
  11. D

    How to use ad scheduler to make announcements after a song

    I mean to put an announcement after the song has played?
  12. D

    How to use ad scheduler to make announcements after a song

    Is there an exit to song one to please this is great I hope there is too.
  13. D

    How to use ad scheduler to make announcements after a song

    Wow Dmitry how sweet is this thank you so much its just what I was looking for yay X
  14. D

    Next relase RB 5.9.5

    What is six likely to contain please ?
  15. D

    How to use ad scheduler to make announcements after a song

    Hi Dimitri is there any way to use the ad scheduler to make announcements into the play list that are dependent on the last song  for example is it possible for it to  check the artists and play a suitable recorded artists named  who performed track that can be tied to the timer so that it can...
  16. D

    [Web site] Show current track title, cover art, recent tracks

    I can assure you all the song art work is working fantastically and i love it :)
  17. D

    it's possible

    when you thinking of adding are scheduling a wave track would it be possible to do this in shuffle and only play the announcement in the gap between tracks 6s or less each side or in middle ?
  18. D

    Automatic Pitch & Tempo Fade (like a DJ)

    You can drag the waves so they slide to put theme where you want otherwise you can go to track edit and start end and start position .Make sure if your sliding waves to go right through your playlist.
  19. D

    it's possible

    Is it also possible on shuffle to add a pick a genre in a pop up box or settings so it only picks songs of tempo range or genre thanks for looking D
  20. D

    it's possible

    Hi, Is it possible to make the scheduler schedule and play a  wave or jingle that you have set up every interval please?
Back
Top