Ensure all media and supplementary files are tracked and linked. #12

Open
opened 2025-06-06 20:02:16 +00:00 by ken_fallon · 1 comment
Owner

Ongoing effort and this is a generic ticket to track other issues.

Supplementary notes don't show for shows which have them #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?

Ongoing effort and this is a generic ticket to track other issues. [Supplementary notes don't show for shows which have them #154](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?
ken_fallon changed title from Ensure all media and supplementray files are tracked and linked. to Ensure all media and supplementary files are tracked and linked. 2025-06-06 20:02:55 +00:00
Author
Owner
[The 'history' page contains broken links #162](https://repo.anhonesthost.net/HPR/hpr_generator/issues/162)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HPR/hpr_documentation#12
No description provided.