tilderadio-site/schedule
Robert Miles 6b6bc48ae7 PHP is annoying and I want to stab whoever designed AzuraCast's API
From the top:

 - gmdate needs an argument of what time to use. this one is on me being tired, but I shouldn't have to do this because
 - IDs are per-DJ, not per-slot, as I mentioned in my last PR. This wasn't the reason behind the issue, but if IDs were per-slot, my original dedupe would have worked *perfectly*.
 - AzuraCast's API gives weird ISO-8601 date strings instead of just *giving us UNIX timestamps*. Again, not the reason behind the issue, but it annoyed me when testing the dedupe fix.
2020-09-28 23:27:31 +00:00
..
.gitignore add full schedule listing 2020-06-23 01:25:49 -04:00
apikey.php.sample add full schedule listing 2020-06-23 01:25:49 -04:00
calendar.php successfully populating shows into calendar 2020-09-26 20:40:39 +00:00
ics.php PHP is annoying and I want to stab whoever designed AzuraCast's API 2020-09-28 23:27:31 +00:00
index.php adds hard-coded calendar without data as placeholder 2020-09-26 19:29:30 +00:00
nextdj.php Add next DJ to home page 2020-09-27 04:54:31 +00:00
schedule.php allow for remote development of schedule by pointing to live schedule json in dev 2020-09-26 19:02:06 +00:00