64935ea772
* Updated icarus-model * Updated icarus-model * Saving changes * Code formatting * Removing code * Updated icarus-model * Updated token secret * Added host * Fix build issue * Fix build warnings * Saving changes * Saving changes * Refactoring * Migrating over icarus-model coverart * Removed song module * Another one * Meta single upload is functional * Cleanup * More cleanup * Added test files (#37) * Added test files Need to add a coverarg image file * Updated test album file * Added coverart * Uploading meta is operational * Code cleanup * Moved function * Added string module
32 lines
521 B
JSON
32 lines
521 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|