Dave Morriss davmo
  • Joined on 2021-01-19
davmo pushed to main at HPR/hpr-tools 2024-08-22 12:27:59 +00:00
0ccbb6419a Adding new 'view_derivatives'
davmo pushed to main at HPR/hpr-tools 2024-08-22 12:24:34 +00:00
19030fee71 Updates for show "repair" processing
davmo opened issue HPR/hpr-tools#1 2024-07-24 13:11:17 +00:00
Check for "reserved" names in assets of incoming shows
davmo opened issue rho_n/hpr_generator#202 2024-07-17 08:38:11 +00:00
New answer to anti-Spam question on comment form
davmo opened issue HPR/hpr_hub#49 2024-07-17 08:36:21 +00:00
New answer to anti-Spam question on comment form
davmo pushed to main at HPR/hpr-tools 2024-07-16 20:45:53 +00:00
dc0f29e957 Updates since 2024-06-15
davmo closed issue HPR/hpr_hub#44 2024-07-08 09:56:50 +00:00
Comments on all pages should have anchor links available
davmo commented on issue HPR/hpr_hub#44 2024-07-08 09:29:09 +00:00
Comments on all pages should have anchor links available

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…

davmo pushed to main at HPR/hpr-tools 2024-06-15 17:50:12 +00:00
9203dc26e0 Added InternetArchive/function_lib.sh
davmo pushed to main at HPR/hpr-tools 2024-06-15 16:16:53 +00:00
6805cd662b Updated 'repair_item'
davmo pushed to main at HPR/hpr-tools 2024-06-14 22:13:54 +00:00
7a4290fcdd Attempting to generate fix_tags.bin
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…