feat(streamer): now-playing watcher with cover resolver
This commit is contained in:
parent
23d98320df
commit
48955634af
6 changed files with 220 additions and 0 deletions
14
streamer/tests/fixtures/now-playing/minecraft.json
vendored
Normal file
14
streamer/tests/fixtures/now-playing/minecraft.json
vendored
Normal 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" }
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue