For ease of reference, I want the HTTP server to be able to server up a simple text file showing what's currently playing
assigned to @btasker
The publish script now writes a 2 line text file to {RTMP_APPLICATION}/${RTMP_STREAMNAME}-now_playing.txt
{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
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
feat: write now_playing information (project-management-only/home-tv-station#4)
Activity
03-Aug-24 14:37
assigned to @btasker
03-Aug-24 14:51
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:
03-Aug-24 16:03
mentioned in issue #6
04-Aug-24 09:14
mentioned in commit github-mirror/Home-TV-Station@114d2beeeb2a3b45c9ff430151bd1ae5186d2b48
Message
feat: write now_playing information (project-management-only/home-tv-station#4)