mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 13:47:05 +02:00
Restructured code, moved all modules into internal
For now all modules are considered internal. This might change later
This commit is contained in:
parent
f94e0f1e85
commit
857661ebf9
76 changed files with 121 additions and 68 deletions
80
internal/backends/deezer/testdata/user-history.json
vendored
Normal file
80
internal/backends/deezer/testdata/user-history.json
vendored
Normal file
|
@ -0,0 +1,80 @@
|
|||
{
|
||||
"data": [
|
||||
{
|
||||
"id": 14631511,
|
||||
"readable": true,
|
||||
"title": "New Divide",
|
||||
"title_short": "New Divide",
|
||||
"title_version": "",
|
||||
"link": "https:\/\/www.deezer.com\/track\/14631511",
|
||||
"duration": 268,
|
||||
"rank": 530579,
|
||||
"explicit_lyrics": false,
|
||||
"explicit_content_lyrics": 6,
|
||||
"explicit_content_cover": 0,
|
||||
"preview": "https:\/\/cdns-preview-7.dzcdn.net\/stream\/c-7174e274381557670dda8d4851f4c854-6.mp3",
|
||||
"md5_image": "cb21d305beb247a8f7c79998a96779d4",
|
||||
"timestamp": 1700753817,
|
||||
"artist": {
|
||||
"id": 92,
|
||||
"name": "Linkin Park",
|
||||
"link": "https:\/\/www.deezer.com\/artist\/92",
|
||||
"tracklist": "https:\/\/api.deezer.com\/artist\/92\/top?limit=50",
|
||||
"type": "artist"
|
||||
},
|
||||
"album": {
|
||||
"id": 1346960,
|
||||
"title": "New Divide (Int'l DMD Maxi)",
|
||||
"link": "https:\/\/www.deezer.com\/album\/1346960",
|
||||
"cover": "https:\/\/api.deezer.com\/album\/1346960\/image",
|
||||
"cover_small": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/cb21d305beb247a8f7c79998a96779d4\/56x56-000000-80-0-0.jpg",
|
||||
"cover_medium": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/cb21d305beb247a8f7c79998a96779d4\/250x250-000000-80-0-0.jpg",
|
||||
"cover_big": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/cb21d305beb247a8f7c79998a96779d4\/500x500-000000-80-0-0.jpg",
|
||||
"cover_xl": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/cb21d305beb247a8f7c79998a96779d4\/1000x1000-000000-80-0-0.jpg",
|
||||
"md5_image": "cb21d305beb247a8f7c79998a96779d4",
|
||||
"tracklist": "https:\/\/api.deezer.com\/album\/1346960\/tracks",
|
||||
"type": "album"
|
||||
},
|
||||
"type": "track"
|
||||
},
|
||||
{
|
||||
"id": 3819908,
|
||||
"readable": true,
|
||||
"title": "Duality",
|
||||
"title_short": "Duality",
|
||||
"title_version": "",
|
||||
"link": "https:\/\/www.deezer.com\/track\/3819908",
|
||||
"duration": 252,
|
||||
"rank": 811964,
|
||||
"explicit_lyrics": false,
|
||||
"explicit_content_lyrics": 6,
|
||||
"explicit_content_cover": 0,
|
||||
"preview": "https:\/\/cdns-preview-e.dzcdn.net\/stream\/c-eaebaf19e890ee649f519c1b47f551b8-12.mp3",
|
||||
"md5_image": "35b093d22fe1539003d5d18dd8f309eb",
|
||||
"timestamp": 1700753544,
|
||||
"artist": {
|
||||
"id": 117,
|
||||
"name": "Slipknot",
|
||||
"link": "https:\/\/www.deezer.com\/artist\/117",
|
||||
"tracklist": "https:\/\/api.deezer.com\/artist\/117\/top?limit=50",
|
||||
"type": "artist"
|
||||
},
|
||||
"album": {
|
||||
"id": 356130,
|
||||
"title": "Vol. 3: The Subliminal Verses",
|
||||
"link": "https:\/\/www.deezer.com\/album\/356130",
|
||||
"cover": "https:\/\/api.deezer.com\/album\/356130\/image",
|
||||
"cover_small": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/35b093d22fe1539003d5d18dd8f309eb\/56x56-000000-80-0-0.jpg",
|
||||
"cover_medium": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/35b093d22fe1539003d5d18dd8f309eb\/250x250-000000-80-0-0.jpg",
|
||||
"cover_big": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/35b093d22fe1539003d5d18dd8f309eb\/500x500-000000-80-0-0.jpg",
|
||||
"cover_xl": "https:\/\/e-cdns-images.dzcdn.net\/images\/cover\/35b093d22fe1539003d5d18dd8f309eb\/1000x1000-000000-80-0-0.jpg",
|
||||
"md5_image": "35b093d22fe1539003d5d18dd8f309eb",
|
||||
"tracklist": "https:\/\/api.deezer.com\/album\/356130\/tracks",
|
||||
"type": "album"
|
||||
},
|
||||
"type": "track"
|
||||
}
|
||||
],
|
||||
"total": 12,
|
||||
"next": "https:\/\/api.deezer.com\/user\/me\/history?limit=2&index=2"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue