feat: music caching v1.1.0
This commit is contained in:
parent
af8ac970c5
commit
78140677cf
8 changed files with 1164 additions and 47 deletions
12
src/_data/json/mocks/music.json
Normal file
12
src/_data/json/mocks/music.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"i.rXXXdmUa6Nme-1689970612847": {
|
||||
"name": "Sacrificial Blood Oath In The Temple Of K'zadu",
|
||||
"artist": "Gateway",
|
||||
"album": "Galgendood",
|
||||
"art": "https://store-033.blobstore.apple.com/sq-mq-us-033-000002/18/f1/a3/18f1a37a-8c9a-169a-5458-464aea20ce05/image?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Date=20230721T202228Z&X-Amz-SignedHeaders=host&X-Amz-Expires=86400&X-Amz-Credential=MKIAU0HKO2RBEAT0UMZS%2F20230721%2Fstore-033%2Fs3%2Faws4_request&X-Amz-Signature=85790600221880597074559ed3674564f17ca3df6634d6fa15496baf7aca5d56",
|
||||
"url": "https://rateyourmusic.com/search?searchtype=l&searchterm=Galgendood%20Gateway",
|
||||
"id": "i.rXXXdmUa6Nme",
|
||||
"playTime": 1689970612847,
|
||||
"duration": 338808
|
||||
}
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"exceptions": [
|
||||
"words": [
|
||||
"a",
|
||||
"and",
|
||||
"but",
|
||||
|
@ -15,5 +15,6 @@
|
|||
"so",
|
||||
"the",
|
||||
"yet"
|
||||
]
|
||||
],
|
||||
"artists": ["NoMeansNo"]
|
||||
}
|
||||
|
|
Reference in a new issue