From b4a5da727461583950825108bdd8b8e69c5fd268 Mon Sep 17 00:00:00 2001 From: Ken Fallon Date: Sat, 7 Jun 2025 07:41:06 +0000 Subject: [PATCH] Update suggested_changes.md --- suggested_changes.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/suggested_changes.md b/suggested_changes.md index efc6fa6..07e6ebf 100644 --- a/suggested_changes.md +++ b/suggested_changes.md @@ -16,3 +16,31 @@ Check if version and downloads can be deprecated. Should they ? More moderation needed ? https://repo.anhonesthost.net/HPR/hpr_generator/issues/157 + +## Audit of media and supplementary files + +https://repo.anhonesthost.net/HPR/hpr_generator/issues/154 + +Given a show like 2173, which was built to link to supplementary notes on the HPR server, these notes (and other assets) are currently not available because the links are incorrect. + +This show references several assets for example: + +sqlite> select filename from assets where episode_id = 2173; +┌─────────────────────────────┐ +│ filename │ +├─────────────────────────────┤ +│ hpr2173/blinkt_client.py │ +│ hpr2173/blinkt_legends.svg │ +│ hpr2173/cronjob_comments │ +│ hpr2173/full_shownotes.html │ +│ hpr2173/img_01.png │ +│ hpr2173/img_02.png │ +│ hpr2173/img_03.png │ +│ hpr2173/img_04.png │ +│ hpr2173/img_05.png │ +│ hpr2173/img_06.png │ +└─────────────────────────────┘ + +These are on the IA with the same filenames. + +Could this issue be resolved by redirection? \ No newline at end of file