Search results

  1. HMMMM

    RadioBOSS 7.1 [beta]

    Had to up all my label volumes for the dj as they was not getting out in this latest version I think if you schedule a playlist with three or more announcements, its only calculating the time to drop the music level on the first song in the playlist
  2. HMMMM

    RadioBOSS 7.1 [beta]

    Oddly its playing music ok
  3. HMMMM

    RadioBOSS 7.1 [beta]

    [A] Schedule: 2023-11-22 voice over playlist.m3u8 2023-11-22 voice over playlist - 6 tracks [A] error: Unable to play! Error code 2 (unable to open the file/invalid server address).
  4. HMMMM

    Lyrical thoughts and moans and groans

    Ok I made this KIS and it took it in unction parsetimedLyrics(index) { if (index < globalThis.sentences.length) { var sentence = globalThis.sentences[index].trim(); // Extract time from characters 1-10 var timeString = sentence.substring(1, 10); // Grabs...
  5. HMMMM

    RadioBOSS 7.1 [beta]

    Patrick That's what I had in the previous version; it would play the teaser from random grabbing teaser tracks and through the foating palette by overlay playback and lockup. But 7.1.0.5 beta solved it. I had some oddities just now; the broadcasting music turned off for no reason and didn't...
  6. HMMMM

    RadioBOSS 7.1 [beta]

    How are you running a teaser, Patrick I havent noticed this in 7.1.05; my things are back working. I think I didnt notice i had moved some random voiceovers to another directory and my file types was not picking them up lol. Oh hang on last week it would not always runn the new random playlist i...
  7. HMMMM

    Hello friends, I would like to have help.

    Have you paid for weather services?
  8. HMMMM

    strange error

    I guess you might have Bluetooth speakers. The is is a guess they dont come on when you start up and sometimes you have to enable them in Bluetooth. this error usually comes up to inform you that the sound device and or input device is not active Hugs D
  9. HMMMM

    Lyrical thoughts and moans and groans

    The last stript has some weird error in it. I am not sure why it doesnt like <span>const</span> match <span>=</span> line<span>.</span><span>match</span><span>(</span><span>/^\[(\d{2}):(\d{2})\.(\d{2})\]\s*(.*)$/</span><span>)</span><span>;</span> but its throwing it in my echo from PHP I might...
  10. HMMMM

    Lyrical thoughts and moans and groans

    Hi Everyone I discovered a new website this week https://www.followlyrics.com/lyrics which provided timed lyrics I thought it was time. So I re-wrote my Javascript sections. function startLyricsAfterDelay() { waitForSentencesToLoad().then(() => { logWithTimestamp('Starting...
  11. HMMMM

    Lyrical thoughts and moans and groans

    Still doing it occasionally : Uncaught ValueError: fread(): Argument #2 ($length) must be greater than 0 in /home/vol11_2/ezyro.com/ezyro_33672165/htdocs/Create_SQL(Apache).php:195 Stack trace: #0 /home/vol11_2/ezyro.com/ezyro_33672165/htdocs/Create_SQL(Apache).php(195): fread(Resource id #11...
  12. HMMMM

    Lyrical thoughts and moans and groans

    Potential Issue: As it appeared, the Javascript route was not working faster than server. $t = fopen("images/nowplaying_artwork_2.png", "r"); if ($t !== false) { $artwork = fread($t, filesize("images/nowplaying_artwork_2.png")); fclose($t); } else { ReturnError(500, "Failed to...
  13. HMMMM

    strange music from afar

    When pressing Play in RB previously, there was a slight change in playback before it started. I’m unsure where this issue originated, but it seems to be fixed in version 7.1.05, so there’s no need to worry. The new Overlay Playback method is a much better way of handling automatic prompts...
  14. HMMMM

    Lyrical thoughts and moans and groans

    I did some work on this today and got it working, if not badly again with lyric timing, but at least it survives now without failing quite so much . I put it here for open discussion as normally . if (strlen($lyrics) > 1 && count($WordsArray) !== 0) { echo "<script id='Lyric-handler'...
  15. HMMMM

    RadioBOSS 7.1 [beta]

    Yes its more stable with only one running I asked it to play the others overlay and it killed RB would not unfreeze.
  16. HMMMM

    RadioBOSS 7.1 [beta]

    And again, i had to disable all other tasks to stop it crashing in shedular latest version
  17. HMMMM

    RadioBOSS 7.1 [beta]

    Locked up playing Playlist Overlay
  18. HMMMM

    Lyrical thoughts and moans and groans

    Update - LYrics OK I had some more time today and got it dispaying lyrics like alst week but with better code. I t went from something to nothing working and back up over the last time I posted. Even if they are at the wrong start time, they seem to be in the correct timings. Less stressful on...
  19. HMMMM

    RadioBOSS Reviews

    RadioBoss software is amazing! It's been fascinating to watch it evolve over time into something truly exceptional. What’s particularly remarkable is that AI isn’t even being used yet—imagine the possibilities if it were integrated into the system! As it stands, RadioBoss, with an impressive...
  20. HMMMM

    Lyrical thoughts and moans and groans

    I got back into my website, but something strange was happening: others could see it, but I couldn't. There seemed to be an issue with variables and scope, so I resolved it by changing var to a globalThis type variable. However, Chrome did not support this variable type globalThis, so I added a...
Back
Top