radiowarwick / digiplay

An Open-Source digital playout system, written in HTML5/PHP.
http://www.broadcastsoftware.org/
9 stars 3 forks source link

Sustainer Administration #24

Closed djjavo closed 6 years ago

djjavo commented 6 years ago

Required Functionality:

connor642 commented 6 years ago

Just to clarify, what do you mean by

Disable manual scheduling

I assume you mean so that you can't change the type of playlist for each hour?

Also what do you think of adding a simple cron script that resets the previous days scheduled prerecs? So at midnight Tuesday night all the prerecords are unscheduled from Tuesday.

djjavo commented 6 years ago

By disable manual scheduling I mean turning off the raw audio ID input. I think the cron job is a good idea, maybe do it weekly instead of daily though (10pm on a Sunday or something)?

connor642 commented 6 years ago

Right, I see what you mean now, instead of having it a switch on the admin panel we could just make it so only users with admin permissions can see the tool on the page?

Not sure if doing weekly is a good idea. Because it won't be helpful for the PC if they change, say mondays prerecs on a friday or something.

I also think the rest JAVO and Marceline reset buttons should be moved to the reset playout page, or a seperate tab in sue admin, that only admin can access

djjavo commented 6 years ago

Yeah, I'm happy for that to be the case for the manual input, similarly with the reset buttons. Maybe liaise with the PC to see what they would find helpful? It could also be configurable for admins to add more flexibility.

connor642 commented 6 years ago

For auto-unscheduling of prerecords we decided it'd be best to just leave it as it is but if it's found to be useful in the future I'll just add that feature then.

djjavo commented 6 years ago

Changes from https://github.com/radiowarwick/digiplay/commit/f5135f2c789aaa615a0b3fb467033f4ad0396710 look good, just to add to the warnings, we could ideally do with a warning if the playlist contains an explicit track (as sue shouldn't play these)

connor642 commented 6 years ago

Sure. I'll change the playlist track list so that explicit tracks appear first in the list and are clearly highlighted as explicit

djjavo commented 6 years ago

Thanks! What's left to do on this?

connor642 commented 6 years ago

Feature complete and done!