add bot to announce playlist and current track #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "tsr/apradiobot:playlist"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bot connects to IRC and radio /live stream to fetch metadata and announce
Run
npm i icy chalk dev-null irc-framework
in a fresh environment.Open issue: If /radio was the fallback and someone starts streaming to /live without metadata later, currentTrack won't be updated.
Possible solution: add timeout to empty currentTrack and let ?np reply with "Current stream: /live" instead of an outdated track.
What do you think?
Checkout
From your project repository, check out a new branch and test the changes.