Search results

  1. phs

    RadioBOSS 6.0 [beta]

    OK, so MySQL is still an option. We just moved from MySQL back to the XML libraries because we weren't seeing the performance improvement we hoped, and still had occasionally connection errors after transient network issues. We will have to migrate back before upgrading. Can you elaborate on...
  2. phs

    RadioBOSS 6.0 [beta]

    Our studio computer is responsible for playing the music, we have administrative computers responsible for managing the music. You're saying we have to now do both tasks on the same computer? That will not work - we can't interrupt our on-air presenter to perform administrative tasks. I hope I'm...
  3. phs

    RadioBOSS 6.0 [beta]

    > "makelibrary" scheduler command does not support full paths for library names (because libraries are no longer saved to files), only the library name must be specified Where is the database saved? Can we still share libraries over the network between instances?
  4. phs

    Music Scheduling

    We're using the playlist generator pro and the scheduler to achieve this. We generate hour long playlists with the generator, then schedule them in RB (one playlist per hour).
  5. phs

    Next Track Follows Highlighted Track

    Sorry for the delayed reply; my wife just gave birth to our first baby so have been distracted by that! :) [list type=decimal] Track is playing, with multiple tracks in the playlist. User clicks on track #5 in the playlist (it can be any track, but #5 for example). At the end of the current...
  6. phs

    Access Program Log via API

    Thanks!
  7. phs

    Next Track Follows Highlighted Track

    We want to stop this behavior - it messes up playlists if people forget to click back on the first track in the playlist before the end of the song if they have made adjustments to other items in the list.
  8. phs

    Next Track Follows Highlighted Track

    I'm not sure exactly how to describe this problem, so forgive me if it's a little unclear.... On our studio PC, playback follows the currently highlighted track in the playlist. For example, if I have a track playing, and then click on track 8 in the playlist, when the current track ends...
  9. phs

    Access Program Log via API

    Would it be possible to retrieve the current program log (ie, last played tracks, error messages, past scheduler events etc) via the API?
  10. phs

    Database Reconnection

    Can that be made configurable? A big red warning makes my users nervous when it sits there for that long, which results in more phone calls to me :(
  11. phs

    Database Reconnection

    If database connection is lost for any reason (network glitch, server restart etc), RB currently shows a "No Database Connection!" error until next restart. Could we please have a reconnection process so we don't have to restart RB to re-establish the database connection? Preferably automatic...
  12. phs

    Disable Start and End Times for Track

    File timestamps are definitely updating with each new file. See attached.
  13. phs

    Disable Start and End Times for Track

    I added an hourly script on the database server to delete the cache data: /bin/mysql \ --database rb_live \ --batch \ -e "DELETE FROM cache2 WHERE fn LIKE 's:\\\\%.mp3';" This seems to have fixed worked around the issue.
  14. phs

    Disable Start and End Times for Track

    Yes; we're using MySQL DB to speed up the Playlist Generator Pro.
  15. phs

    Disable Start and End Times for Track

    We download our news from a third party who produce it for us. We download it every hour, overwriting the old file. The files are never the same length, but RB seems to set a Start and End time for the file once and remember it even if the file becomes longer. The ends result is the news is cut...
  16. phs

    Disable Crossfading by File Type

    Ah, never saw that tucked away in there. Thank-you :)
  17. phs

    Disable Crossfading by File Type

    Could we have an option to disable crossfading for specific file types? In our case, we keep our news assets in their own folder/file type and they should not crossfade as it cuts the start and end of the spoken audio. The tracks can go for several minutes so we can't disable crossfading by...
  18. phs

    [BUG] /newest picks up state file

    Following on from this topic: https://www.djsoft.net/smf/index.php/topic,6098.0.html See attached screenshot - the scheduler is actually picking up the correct file (11419BFST.m3u8), however it believes the file is invalid. Opening the playlist manually, or using "Insert Tracks From Playlist"...
  19. phs

    Library Search - Add "ALL" option

    Thank-you :)
  20. phs

    Scheduler Inserting Items at Position 2

    Okay..... Is there a way we can defeat that design so the news runs as close as possible to the time set in the scheduler?
Back
Top