The show processing needs to be refactored #5
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
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?
As @davmo is handing in the mop, and @ken_fallon having less time to devote to HPR, we need to change the back end for uploading shows.
This will be an opportunity to
35d938019a
Switched to json only postinga6044e16a7
Covered say.php to use json
Added shownotes.php to generate a shownote.json file for a posted show.
5feaed5f46
Removed hpr-publish.bash, hprtranscode.bash postshow.bash
Replaced with process_episode.bash
Added intro.srt, outro.flac, outro.srt, silence.flac, and theme.flac which are needed to make an episode.
e1df438111
Added support to automatically register the assets associated with the episode in the assets table.
See also https://repo.anhonesthost.net/HPR/hpr-tools/src/branch/main/workflow/hpr-assets.bash
1a748c01f6
Updating the files we are supporting
5cfdd42b11
Support for sending files to the origin ccdn.
More ugly hacks to get the embedded images and external images
7fe9f60205
A hack to get the images out of the media files. remove-image.pl
70fe1cac27
and64bb28b4b4
Add support for GET method to assets.php which allows the download of asset information about all shows, or a single show using the
id=9876
format.