We need to enable the Community Content Delivery Network.
The system needs to redirect based on filename.
This needs to be supported by the redirector, and the website.
This means the url will need to change to "https://hub.hackerpublicradio.org/ccdn.php?filename=${/path/to/file/name.ext}"
Where the filename will be the full path to the files:
"https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr4231/hpr4231.mp3"
I generated an index page using this site.cfg setting and the links work for the various audio links. The txt, vvt, and srt files are broken.
If you set the to media_baseurl in site.cfg:
`media_baseurl: https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr$eps_id/`
This will generate links to the episode related media (i.e: .mp3, .ogg, .spx, .srt, .txt ) like:
- https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr4230/hpr4230.vtt
- https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr4230/hpr4230.mp3
I generated an index page using this site.cfg setting and the links work for the various audio links. The txt, vvt, and srt files are broken.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
We need to enable the Community Content Delivery Network.
The system needs to redirect based on filename.
This needs to be supported by the redirector, and the website.
This means the url will need to change to "https://hub.hackerpublicradio.org/ccdn.php?filename=${/path/to/file/name.ext}"
Where the filename will be the full path to the files:
"https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr4231/hpr4231.mp3"
If you set the to media_baseurl in site.cfg:
media_baseurl: https://hub.hackerpublicradio.org/ccdn.php?filename=/eps/hpr$eps_id/This will generate links to the episode related media (i.e: .mp3, .ogg, .spx, .srt, .txt ) like:
I generated an index page using this site.cfg setting and the links work for the various audio links. The txt, vvt, and srt files are broken.
But that won't work for links to series eg /series/14/image.png ?