The problem with making a change from:
https://hackerpublicradio.org/eps/hpr4148/index.html#1
to
https://hackerpublicradio.org/eps/hpr4148/index.html#comment_4005
is that…
On Debian the TagLib library required is libtag1-dev
. I have 1.13.1-1+b1
on Debian, but the latest version seems to be 2.0. See https://taglib.org/
.
The Perl module is:
…
Looks as if the version you have is broken. Most common cause is the TagLib
library itself or the Perl Audio::TagLib
module.
The version I run on my local PC worked:
$ fix_tags…
Is this a hub issue, or is it an issue for the static site, or the hub now but the static site later?
I can add an opus feed to the static site if required.
At the moment all of the static…
The MP3 is OK:
$ fix_tags ~/HPR/InternetArchive/hpr4131.mp3
/home/cendjm/HPR/InternetArchive/hpr4131.mp3
album : Hacker Public Radio
artist : HPR Volunteers
comment :…
I have made these changes:
- Added another URL to the configuration file (
http_basename
) withhttp
instead ofhttps
. The templates can callabsolute_url(http_baseurl)
and be compatible…
The dynamic/php feeds we are replacing are deployed to thousands of people with possibly hundreds of podcatches that we know are able to parse them without issue.
The purpose of this…