feat(streamer): now-playing watcher with cover resolver

This commit is contained in:
devilreef 2026-04-30 15:17:37 +06:00
parent 23d98320df
commit 48955634af
Signed by: devilreef
SSH key fingerprint: SHA256:UZisRr4iuXx+IhkbZnR655L2RWAT6o2rgbGv5F/6m3Y
6 changed files with 220 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{
"station": "minecraft",
"title": "Sweden",
"artist": "C418",
"album": "Volume Alpha",
"filename": "/library/minecraft/tracks/Volume Alpha/18. Sweden.flac",
"duration": "215",
"started_at": "1730358000",
"cover_path": "/library/minecraft/tracks/Volume Alpha/cover.jpg",
"up_next": [
{ "title": "Wet Hands", "artist": "C418", "album": "Volume Alpha", "duration": "90",
"cover_path": "/library/minecraft/tracks/Volume Alpha/cover.jpg" }
]
}