Dave Morriss davmo
  • Joined on 2021-01-19
davmo commented on issue HPR/hpr_hub#43 2024-06-14 10:05:18 +00:00
Ogg files missing the metadata

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:

davmo commented on issue HPR/hpr_hub#43 2024-06-14 09:57:05 +00:00
Ogg files missing the metadata

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…
davmo commented on issue HPR/hpr_hub#41 2024-06-04 19:01:28 +00:00
New opus feed

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…

davmo commented on issue HPR/hpr_hub#43 2024-06-04 15:14:13 +00:00
Ogg files missing the metadata

The MP3 is OK:

$ fix_tags ~/HPR/InternetArchive/hpr4131.mp3 
/home/cendjm/HPR/InternetArchive/hpr4131.mp3
album     : Hacker Public Radio
artist    : HPR Volunteers
comment   :…
davmo created pull request rho_n/hpr_generator#196 2024-05-23 19:28:05 +00:00
Setting up static RSS feeds
ccba560ee3 Setting up static RSS feeds
davmo commented on issue rho_n/hpr_generator#140 2024-05-23 16:24:17 +00:00
Convert the RSS feeds from php to the static site

I have made these changes:

  • Added another URL to the configuration file (http_basename) with http instead of https. The templates can call absolute_url(http_baseurl) and be compatible…
davmo commented on issue rho_n/hpr_generator#140 2024-05-22 20:34:48 +00:00
Convert the RSS feeds from php to the static site

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…

davmo commented on issue rho_n/hpr_generator#140 2024-05-22 15:29:20 +00:00
Convert the RSS feeds from php to the static site

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…

davmo commented on issue rho_n/hpr_generator#140 2024-05-22 14:51:55 +00:00
Convert the RSS feeds from php to the static site

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…

davmo commented on issue rho_n/hpr_generator#195 2024-05-22 11:51:48 +00:00
Correction to syndication.html

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 opened issue rho_n/hpr_generator#195 2024-05-22 09:12:50 +00:00
Correction to syndication.html
davmo commented on issue rho_n/hpr_generator#140 2024-05-21 17:11:11 +00:00
Convert the RSS feeds from php to the static site

@davmo to maintain compatibility we need to make some changes to the static site.

The links in the static have https but should be http `googleplay:explicitno</googleplay:explicit…

davmo commented on issue rho_n/hpr_generator#131 2024-05-21 09:01:56 +00:00
Should there be a simpler method of addressing a show?

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…

davmo commented on issue rho_n/hpr_generator#164 2024-05-21 08:54:37 +00:00
The ./site-generator should fail to run if all the perl modules needed are not installed

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…

davmo commented on issue rho_n/hpr_generator#139 2024-05-21 08:50:24 +00:00
Misleading message on show upload form

We kept saying we were going to review all of these issues - but life...

This has long ago been resolved I believe. Closing

davmo closed issue rho_n/hpr_generator#139 2024-05-21 08:50:24 +00:00
Misleading message on show upload form
davmo commented on issue rho_n/hpr_generator#140 2024-05-19 20:34:09 +00:00
Convert the RSS feeds from php to the static site

<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.

davmo commented on issue rho_n/hpr_generator#190 2024-05-18 16:28:59 +00:00
The correspondents page listing a hosts's shows marks them all as 'clean' even when they are not

This issue and other related ones fixed.