Added test files (#37)
* Added test files Need to add a coverarg image file * Updated test album file * Added coverart
This commit was merged in pull request #37.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"album": "Sample Tracks 2",
|
||||
"album_artist": "KD",
|
||||
"genre": "Country",
|
||||
"year": 2025,
|
||||
"track_count": 3,
|
||||
"disc_count": 1,
|
||||
"tracks": [
|
||||
{
|
||||
"title": "Uh huh",
|
||||
"artist": "KD",
|
||||
"disc": 1,
|
||||
"track": 1,
|
||||
"duration": 32
|
||||
},
|
||||
{
|
||||
"title": "Bold and brash",
|
||||
"artist": "KD",
|
||||
"disc": 1,
|
||||
"track": 2,
|
||||
"duration": 37
|
||||
},
|
||||
{
|
||||
"title": "How does this work?",
|
||||
"artist": "KD",
|
||||
"disc": 1,
|
||||
"track": 3,
|
||||
"duration": 46
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user