musicbrainz-cleaner/data/test_famous_artists.json

34 lines
665 B
JSON

[
{
"artist": "The Beatles",
"title": "Hey Jude",
"disabled": false,
"favorite": false,
"guid": "test-guid-1",
"path": "test/path/1"
},
{
"artist": "Queen",
"title": "Bohemian Rhapsody",
"disabled": false,
"favorite": false,
"guid": "test-guid-2",
"path": "test/path/2"
},
{
"artist": "Pink Floyd",
"title": "Another Brick in the Wall",
"disabled": false,
"favorite": false,
"guid": "test-guid-3",
"path": "test/path/3"
},
{
"artist": "Coldplay",
"title": "Yellow",
"disabled": false,
"favorite": false,
"guid": "test-guid-4",
"path": "test/path/4"
}
]