Search results

  1. southernfm

    RadioBOSS 6.0 [beta]

    Would be good if the music library folders / entries were alphabetical order - looks like it is the order in which it is added to the database.
  2. southernfm

    RadioBOSS 6.0 [beta]

    The music library defaults to the first music library when RadioBOSS loads, instead lf (all). There also doesn't appear to be an (all) option to list.
  3. southernfm

    RadioBOSS 6.0 [beta]

    The music library is completely gone when upgrading to the new version. I understand there's been a significant change, but there should either be a way for the XML files to be converted in to the new system so we don't have to re-create the music library manually, or have backwards...
  4. southernfm

    RadioBOSS 6.0 [beta]

    Bug (Language): Right clicking on the RadioBOSS icon in the system tray, shows 'RadioBOSS' and what appears to be a Russian word (presumably 'Exit') when the English language is used
  5. southernfm

    RadioBOSS Cloud

    Hi, We already have RadioBOSS in our radio station. We're looking into 'broadcast from home' capabilities because of COVID-19. Would RadioBOSS Cloud operate in such a manner where a presenter could have a mixer at their home, and whatever they 'hear' on their computer gets pushed back to the...
  6. southernfm

    Radiologger 3.3.3.0 bug

    There are no bug reports, only log.txt logger.xml logger.xml.bakand an archive folder I do have these entries though: [2020-04-01 02:00:00] Recording started [2020-04-01 02:01:52] RadioLogger started [2020-04-01 02:01:53] Recording hour 02:00-03:00 [2020-04-01 02:01:53] Recording started...
  7. southernfm

    Radiologger 3.3.3.0 bug

    Hello, This bug probably existed in prior versions. We have backups that run on the same computer system that we use to log audio. At 2am for example, we start the backup process on the computer. This causes the RadioLogger application to 'freeze' and trigger the automatic restart of the...
  8. southernfm

    RadioBOSS 5.9 [beta]

    Your use case is very specific. I'd suggest finding a different program which does the sorting function you're after, and import it into RadioBOSS via API commands. The Scheduler commands are here: https://manual.djsoft.net/radioboss/en/index.html?scheduler_commands.htm Remote control API is...
  9. southernfm

    RadioBOSS 5.9 [beta]

    Priority > Additional Priority rules, works for us when selecting tracks with 0 play count. We use the API to schedule playlist updates although you can use events to achieve the same. This updates the playlists for us. We've been able to do that since 2017. The features exist, you may need...
  10. southernfm

    RadioBOSS 5.9 [beta]

    Both my makelibrary (within RadioBOSS) and API scripts are working again, thank you.
  11. southernfm

    RadioBOSS 5.9 [beta]

    Okay thank you Within RadioBOSS software I have a command for updating individual music libraries (separate to the API commands) makelibrary "c:\RadioBOSS\Database\NEW MUSIC THIS WEEK.xml"|"C:\Music\NEW MUSIC THIS WEEK" This command isn't working as well. Error: makelibrary error: Cannot...
  12. southernfm

    RadioBOSS 5.9 [beta]

    It looks like 5.9.0.6 hasn't addressed that yet but it's okay, I'll adjust my scripts with your notes in mind. Thanks for letting me know the cause.
  13. southernfm

    RadioBOSS 5.9 [beta]

    wget -qO- "http://newmaster:9000/?pass=xxxxx&cmd=makelibrary+%%22Footy+Themes.xml%%22+|+%%22C:\Music\Footy+Themes%%22" wget is a command line application to visit webpages. The -qO- option deletes the 'downloaded' webpage - we're only interested in hitting the URL to trigger the API. note the...
  14. southernfm

    RadioBOSS 5.9 [beta]

    Thanks - installed today. The 'makelibrary' issue is present still although slightly different now. It looks like a filename with a space in it doesn't get processed properly. Easy enough for me to adjust my scripts not to include spaces, but thought I'd pass it on anyway.
  15. southernfm

    RadioBOSS 5.9 [beta]

    Thanks. FYI - This error returned today, on new beta 5.9.0.4.
  16. southernfm

    RadioBOSS 5.9 [beta]

    The scripts were created in 2017 and use the RadioBOSS API. Command is: wget -qO- "http://newmaster:9000/?pass=xxxxxx&cmd=makelibrary+ZZ_SFNL.xml+|+C:\Music\ZZ_SFNL" as an example. Each of our folders have their own scripts, and each runs via another batch file that calls the API at 1am. The...
  17. southernfm

    RadioBOSS 5.9 [beta]

    Same error code I get but for a different reason. I also saw last night: makelibrary: Directory inaccessible:  C:\Music\ZZ_SFNL (The path format is not supported) On a few folders. My C:\Music is a symbolic link directory so I'm looking into that to see if I can rectify - although the...
  18. southernfm

    RadioBOSS 5.9 [beta]

    I'm going back to 5.8.5.2. I'll let you know the outcome. Update: No errors all day today under 5.8.5.2. Reinstalled 5.9.0.4. Will let you know if the errors return.
  19. southernfm

    RadioBOSS 5.9 [beta]

    The user account has full control of the settings folder...
  20. southernfm

    RadioBOSS 5.9 [beta]

    The message has only appeared in the latest beta. I'll install beta 5.9.0.4. today. The errors did come back today: Permissions of the C:\Program Files (x86)\RadioBOSS\Style\(Default).rbstyle file: SYSTEM [F] Administrators [F] Users [R] Permissions of...
Back
Top