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…
According to https://www.google.com/schemas/play-podcasts/1.0/play-podcasts.xsd valid values for gogleplay:explicit are case-sensitive 'yes' and 'no' (where absence implies 'no'). I will undo…
According to https://support.google.com/podcast-publishers/answer/9889544?hl=en valid values for <itunes:explicit>
are case-sensitive 'yes' and 'no' (where absence implies 'no'). I will unto the…
Why are we not uploading the original any more ?
No original copies have been sent to borg
for upload for months. I only noticed this recently to be honest, but assumed it was a post-static…
@davmo to maintain compatibility we need to make some changes to the static site.
The links in the static have
https
but should behttp
`googleplay:explicitno</googleplay:explicit…
It looks like we should be able to do this with a
mod_rewrite
rule:
RewriteRule ^([0-9]+)/?$ /eps/hpr$1 [L,R=301]
This looks like a great idea.
[Aside: I'm getting email…
Would it be possible to create a "scanner" module that does nothing but try to reference all of the modules we use? Run that as a check up front and allow it to halt the rest of the script if…
We kept saying we were going to review all of these issues - but life...
This has long ago been resolved I believe. Closing
<googleplay:explicit>no</googleplay:explicit>
should be No or Yes - upper first letter
A change to the macro display_explicit_feed
in shared-utils.tpl.html
should do this.
This issue and other related ones fixed.