Search results

  1. D

    A few accessibility issues in RadioCaster

    Thank you, we'll improve it in the next update.
  2. D

    Loading M3U/M3U8 Playlist via Remote API ?

    This will not work, as cURL or shell will not process "%n_%d_%h_%m" part, and will send it as is. If you need to load based on the current date/time, and do not want to complicate your request with processing this, you can do the following: create a playlist file (.m3u8, text file with UTF8...
  3. D

    access violated on event creation

    This is odd, as the log (red line) indicates that the bug report was saved.
  4. D

    Be able to disable the playcount and last play metadata fields from updating in .rbdata file

    This is a big change (from UI point of view), as "Music" is a different thing and not a file type. I think this can be added as an advanced option. Still, it's fighting with symptoms. For concurrent access, you should move to using MySQL option.
  5. D

    More editing options for voice tracks

    We don't really want to make Voice Track recording tool into a fully-featured audio editor :) Let's see what other users have to say about it.
  6. D

    Loading M3U/M3U8 Playlist via Remote API ?

    There are multiple ways. Use the inserttrack command to add the "\PUB_NAT\%n_%d_%h_%m.m3u8" item. Or use load command if you want to replace playlist contents. If you need to launch this periodically, you can also create a disabled scheduled event and use the schedule command to start it.
  7. D

    access violated on event creation

    The crash in windows.starage.dll - looks like it's OneDrive or something similar that crashed. If it was one-off error, I think it should be ignored. If it happens often, please click Help-Contact Support-Send bug reports, we'll check what's wrong there.
  8. D

    Rotator in ads scheduler

    In Order and any filters/protections/constraints do not really work together. It's either In Order, or all those rules. If you enable both, it will continue checking the next track in order, until it finds the one that fits.
  9. D

    Library to the Constraint & not-repeat rules in Auto Intro?

    This should be handled by tags. Yes, this is planned for the next major update.
  10. D

    Automating ad scheduling and studio synchronization

    RadioBOSS supports m3u playlists that you can import. Importing of the arbitrary XML files is not supported. If they are on the same network, or there is network access, you can have a setup e.g. Master RadioBOSS that streams the music. Depending on the network setup, via internal server or...
  11. D

    Rotator in ads scheduler

    It depends on the settings (priorities, filters, etc.). When possible, it will select the tracks evenly distributed. Random or in order, all tracks will have more or less equal run times. There's In Order selection option in Category / Tracks tab. Repeat protection will prevent a track from...
  12. D

    making an event to play a file from a play list every time its called

    You can enable the "Stop after this track" option - a button is located under the playlist. This can be also controlled via the scheduler commands: set break on set break off
  13. D

    Simultaneous Playback - Advice Please

    The playlists in the main tab are interconnected so if you play a track from another playlist, it works as if you played another track in the same playlist (or used the Next Track button). If you want to play simultaneously, you can use the Cart Wall or AUX Playlists in additional zones...
  14. D

    Help with TTS voices

    RadioBOSS lists voices that are available for Speech API to use. Some voices installed in the system may not be available for that API.
  15. D

    More editing options for voice tracks

    We only plan to add select and delete region feature. I'm not sure about copy/paste options, if they are needed there - what is the use case for it?
  16. D

    Saving Containers for future use

    You can share .m3u playlists, the playlist can contain tracks, or all those tracks can be packed into a container. Another way is to render playlist to an audio file: https://manual.djsoft.net/radioboss/en/mixdown-playlist-to-file.htm
  17. D

    File Type for Voice Tracks

    You can set the voice track folder for the file types, this way all tracks (voicetracks) in this folder will belong to the set file type.
  18. D

    Radio Boss Suggestion

    We have this planned, along with fading out the video itself (gradually make it darker). This is also planned for the future updates.
  19. D

    The button bar at the bottom...

    They can be positioned in the center if you choose different button style in Settings / View / Style. Unfortunately, there's no option to move them to the right.
  20. D

    making an event to play a file from a play list every time its called

    If I understood correctly, maybe you need to call the next command from the event?
Back
Top