project-management-only/home-tv-station#4: Now Playing Info



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: v0.1
Created: 03-Aug-24 14:37



Description

For ease of reference, I want the HTTP server to be able to server up a simple text file showing what's currently playing



Toggle State Changes

Activity


assigned to @btasker

The publish script now writes a 2 line text file to {RTMP_APPLICATION}/${RTMP_STREAMNAME}-now_playing.txt

The file format is series name followed by episode filename

For example:

$ curl http://127.0.0.1:8080/benstv/one-now_playing.txt
The_Vicar_of_Dibley,
The_Vicar_of_Dibley-s03e02-Winter 

mentioned in issue #6

verified

mentioned in commit github-mirror/Home-TV-Station@114d2beeeb2a3b45c9ff430151bd1ae5186d2b48

Commit: github-mirror/Home-TV-Station@114d2beeeb2a3b45c9ff430151bd1ae5186d2b48 
Author: B Tasker                            
                            
Date: 2024-08-03T15:50:20.000+01:00 

Message

feat: write now_playing information (project-management-only/home-tv-station#4)

+18 -4 (22 lines changed)