Investigate some form of m3u file for all the shows by a given hosts, or series #276

Closed
opened 2025-09-04 08:50:42 +00:00 by archer72 · 9 comments
Member

Requested by Ken.

Maybe put a header and footer for the hub?

Requested by Ken. Maybe put a header and footer for the hub?
Author
Member

@ken_fallon Could you please clarify what the need is?
The last time I saw an m3u file was for files on an Ipod or other media player.

@ken_fallon Could you please clarify what the need is? The last time I saw an m3u file was for files on an Ipod or other media player.
Owner

The m3u files are use on all the streaming platforms to stream all the movies, and songs people listen to.

The idea here would be to create m3u files for each host
https://hpr.horning.us/correspondents/0285.html
https://hpr.horning.us/correspondents/0285.m3u

and

https://hpr.horning.us/series/0038.html
https://hpr.horning.us/series/0038.m3u

The m3u files are use on all the streaming platforms to stream all the movies, and songs people listen to. The idea here would be to create m3u files for each host https://hpr.horning.us/correspondents/0285.html https://hpr.horning.us/correspondents/0285.m3u and https://hpr.horning.us/series/0038.html https://hpr.horning.us/series/0038.m3u
rho_n added the Feature Request label 2025-10-21 16:34:53 +00:00
Author
Member

@ken_fallon This is especially good for long time hosts like Ahuka. ☺️

@ken_fallon This is especially good for long time hosts like Ahuka. ☺️
Owner

I have a working implementation of this for a hosts page in my local dev. environment.
image.png

The "Download the playlist" link works, and when I open that file in VLC I see the list of episodes and they play.

Unfortunately most browsers can not play an m3u/m3u8 file natively using the audio tag. You have to use javascript. Do we want to allow javascript for this capability on the website, with appropriate fall back message explanation for non-javascript browsers? Should this be a question for the mailing list for HPR user consensus?

Here is a page that has an open source GPL licensed m3u javascript player

I have a working implementation of this for a hosts page in my local dev. environment. ![image.png](/attachments/bed40164-ca69-41b9-8e1a-9f123326dae6) The "Download the playlist" link works, and when I open that file in VLC I see the list of episodes and they play. Unfortunately most browsers can not play an m3u/m3u8 file natively using the audio tag. You have to use javascript. Do we want to allow javascript for this capability on the website, with appropriate fall back message explanation for non-javascript browsers? Should this be a question for the mailing list for HPR user consensus? Here is a page that has an [open source GPL licensed m3u javascript player](https://www.draketo.de/software/m3u-player.html)
Owner

I have a proof of concept javascript enabled demo running on my HPR website: https://hpr.horning.us/correspondents/0198.html

I have a proof of concept javascript enabled demo running on my HPR website: https://hpr.horning.us/correspondents/0198.html
Owner

My intitila thoughts were just to have the link to the m3u file so people would be able to download it.

This is interesting although we would need community buy in for javascript on the main site.

My intitila thoughts were just to have the link to the m3u file so people would be able to download it. This is interesting although we would need community buy in for javascript on the main site.
Owner

I will remove the javascript and HTML for the player for this issue and the PR so we can add the M3U playlist for download. Will then generate another issue and post to the mailing list to see if the community has buy in.

I will remove the javascript and HTML for the player for this issue and the PR so we can add the M3U playlist for download. Will then generate another issue and post to the mailing list to see if the community has buy in.
Owner

I have updated the correspondent's page and added playlist to the series' page

Let me know if this looks ok.

I have updated the correspondent's page and added playlist to the series' page - https://hpr.horning.us/series/0038.html - https://hpr.horning.us/correspondents/0039.html Let me know if this looks ok.
Owner
[merged to main](https://repo.anhonesthost.net/HPR/hpr_generator/commit/3ca1a903df992cd6f16c14a9ee7f356d40d80540)
rho_n closed this issue 2025-11-20 01:11:52 +00:00
Sign in to join this conversation.
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: HPR/hpr_generator#276