Search results

  1. D

    Voice tracks with music tracks

    It's not an adjustment, it's effectively changing how the mixing work, because now it works sequentially, basically: playing track -> next track, in your case it's something like playing track -> voice track - > next track and it should "skip" the voice track in the middle. I don't think it's...
  2. D

    RadioBOSS Releases

    RadioBOSS 7.2.3 New New: Added a Multiband Compressor audio effect Improvements Improved performance of the makelibrary command Improved tooltips in the Tag List control, including the Playlist and Music Library Improved precision of the playback level slider in Track Tool Documented the...
  3. D

    Voice tracks with music tracks

    When you add voice track to the playlist between the music tracks, the mix becomes: Track 1 mixes with VT, then VT mixes with Track 2. It's no longer Track 1 mixes with Track 2.
  4. D

    RadioCaster Releases

    RadioCaster 3.7.4 Changes Added "Start new Ogg bitstream on metadata change" option to the encoder Minor bugs fixed Download https://www.djsoft.net/enu/download.htm
  5. D

    Remote Playlist Editor and Voicetracking

    Each request has an "id" attribute to identify the requests. There's undocumented songrequestdelete command that you can use to delete individual requests - it takes a single id parameter. Perhaps you can use that to cross off the processed requests.
  6. D

    Track Tool - Warning always appears

    The device on your screenshot is the Monitor device, not the Prelisten (PFL) device that Track Tool uses. Please see the screenshot.
  7. D

    Programming disappeared

    This is also weird as there's no "Pro" version of RadioBOSS.
  8. D

    Question priority

    The value is capped to be in range [0..100]. Anything below 0 becomes zero, anything above 100, becomes 100. Priority 100 means: about 4x times the chance of being selected compared to default priority (which is 50).
  9. D

    The RadioCaster version will not change after the update.

    Yes, there was build issue that left the version number unchanged. This is actually 3.7.3, but with a wrong version display. Will be fixed shortly. It is installing, just the version number is wrong.
  10. D

    Custom independent note/label column for playlist rows (session-only)

    There's a similar feature exists you can try using: press T on the keyboard when a track is selected, you will see a small window pop up. Right-click it, and uncheck the "Do not attach to track" option. This way, it will save the notes per-track, they are stored persistently, but do not modify...
  11. D

    Successful use of .cue files ?

    I don't recall the exact specification, but the one you listed first doesn't appear to be correct. There must be INDEX 01 AA:BB:CC entries at least, which are segment boundaries, and there are other issues also. RadioBOSS (and RadioBOSS Cloud) only reads standard CUE, but the one you used...
  12. D

    RadioCaster 3.7.3.0

    Looks like some sort of building issue, the number didn't change for some reason - it's still a new version. We'll release a hotfix soon for this.
  13. D

    Title: Monthly scheduler option – run an event on a specific day of each month

    Probably, we'll consider it for the future.
  14. D

    Question priority

    The priority value is capped at 100 so it can't go beyond that.
  15. D

    Programming disappeared

    It can't revert to the settings/presets that are 2-3 years old, there's no code to perform this kind of operation. It does not such thing. RadioBOSS keeps its settings in a folder, you can open it via Settings > Open Settings Solder menu command. If you install it to a different folder, that...
  16. D

    Title: Monthly scheduler option – run an event on a specific day of each month

    I'm not sure if we'll add the extended scheduling option like this - this will be considered, of course. A possible solution for now is to run such events every week, and just ignore the results that you don't need.
  17. D

    Generate 24 Playlists with New Playlist Generation Commands System ?

    An update on this, as your -starttimeshift moves buy exactly a whole day, and start time is 00:00:00, it turns out be be ignored. This will be fixed in the next update. For now, you can change start time to 00:00:01, or starttimeshift to 1441 - adding that one second in either place will fix the...
  18. D

    RadioCaster Releases

    RadioCaster 3.7.3 Changes Saving the statistics window position Bulgarian translation Expanded bitrate list Download https://www.djsoft.net/enu/download.htm
  19. D

    Timestretch

    Time Stretching is supposed to be a live feature, not something programmed in advance (and it's not saved anywhere), it also recalculates percentages on each playback, and they usually don't stay fixed.
  20. D

    Event Scheduler : Inverse Waiting Options to insert the event XXminutes earlier than scheduled if it's possible

    Queuing options only work for regular playable items (e.g., tracks, playlists, ...) - relaystart is a command (not a playable item), and as all commands, it's executed immediately, ignoring any queuing options.
Back
Top