Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playlists: Allow more granular selection of schedule times than 15-minute increments #568

Closed
BusterNeece opened this issue Apr 26, 2018 · 2 comments
Labels
enhancement Additions or changes are desired for a part of the software.

Comments

@BusterNeece
Copy link
Member

No description provided.

@BusterNeece BusterNeece added the enhancement Additions or changes are desired for a part of the software. label Apr 26, 2018
@Lukahhh
Copy link

Lukahhh commented Jun 24, 2018

Hi there! Just noticed this issue. I recently asked a developer to assist me in building a Node.js scheduler for Liquidsoap. The scheduled items are stored in a redis database, and can be scheduled for any date, including to the minute scheduling. At the scheduled time, a cronjob runs a telnet command (could also use websocket) to push the file into Liquidsoap's request.queue, which schedules that file to play after the currently playing file ends (think of it as inserting files into the playlist). I use this because I need to insert certain files at certain times during my streams. It can schedule individual files but may be able to trigger playlists with a bit of work.

Would it help with this issue if I made the codebase for the above available for the Azuracast project? :)

@github-actions github-actions bot locked and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Additions or changes are desired for a part of the software.
Projects
None yet
Development

No branches or pull requests

2 participants