fix: update year and date information for multiple songs in years.json
All checks were successful
Build and Push Docker Image / docker (push) Successful in 1m35s
All checks were successful
Build and Push Docker Image / docker (push) Successful in 1m35s
This commit is contained in:
@@ -297,8 +297,8 @@
|
||||
"mbid": "300ec8d8-5053-46ed-92ed-77748648a450"
|
||||
},
|
||||
"Caterina Valente - Itsy Bitsy Teenie Weenie Honolulu Strand Bikini.mp3": {
|
||||
"year": 1986,
|
||||
"date": "1986",
|
||||
"year": 1960,
|
||||
"date": "1960",
|
||||
"title": "Itsy Bitsy Teenie Weenie Honolulu Strand Bikini",
|
||||
"artist": "Caterina Valente, Silvio Francesco",
|
||||
"mbid": null
|
||||
@@ -353,8 +353,8 @@
|
||||
"mbid": "0a506cdb-0101-4268-9b43-3c64b8498e99"
|
||||
},
|
||||
"Cliff Richard - Congratulations (1998 Remaster).mp3": {
|
||||
"year": 1972,
|
||||
"date": "1972",
|
||||
"year": 1968,
|
||||
"date": "1968",
|
||||
"title": "Congratulations (1998 Remaster)",
|
||||
"artist": "Cliff Richard",
|
||||
"mbid": null
|
||||
@@ -1130,8 +1130,8 @@
|
||||
"mbid": "77077947-1945-421a-bdb7-fd057a9ec546"
|
||||
},
|
||||
"Little Richard - Good Golly Miss Molly.mp3": {
|
||||
"year": 1981,
|
||||
"date": "1981",
|
||||
"year": 1958,
|
||||
"date": "1958",
|
||||
"title": "Good Golly Miss Molly",
|
||||
"artist": "Little Richard",
|
||||
"mbid": "85391381-e729-46a9-8c5e-a36cc1923a3d"
|
||||
@@ -1620,8 +1620,8 @@
|
||||
"mbid": "6e765877-678d-488a-ad1e-ee8e315a92cb"
|
||||
},
|
||||
"Rudi Carrell - Wann wird's mal wieder richtig Sommer (Original Mix).mp3": {
|
||||
"year": null,
|
||||
"date": null,
|
||||
"year": 1975,
|
||||
"date": "1975",
|
||||
"title": "Wann wird's mal wieder richtig Sommer (Original Mix)",
|
||||
"artist": "Rudi Carrell",
|
||||
"mbid": null
|
||||
@@ -2770,8 +2770,8 @@
|
||||
"title": "Itsy Bitsy Teenie Weenie Honolulu Strand Bikini",
|
||||
"artist": "Caterina Valente, Silvio Francesco",
|
||||
"mbid": null,
|
||||
"earliestDate": null,
|
||||
"year": null,
|
||||
"earliestDate": "1960",
|
||||
"year": 1960,
|
||||
"error": "No recordings found"
|
||||
},
|
||||
{
|
||||
@@ -2884,8 +2884,8 @@
|
||||
"title": "Congratulations (1998 Remaster)",
|
||||
"artist": "Cliff Richard",
|
||||
"mbid": null,
|
||||
"earliestDate": null,
|
||||
"year": null,
|
||||
"earliestDate": "1968",
|
||||
"year": 1968,
|
||||
"error": "No recordings found"
|
||||
},
|
||||
{
|
||||
@@ -4411,8 +4411,8 @@
|
||||
"title": "Good Golly Miss Molly",
|
||||
"artist": "Little Richard",
|
||||
"mbid": "85391381-e729-46a9-8c5e-a36cc1923a3d",
|
||||
"earliestDate": "1981",
|
||||
"year": 1981,
|
||||
"earliestDate": "1958",
|
||||
"year": 1958,
|
||||
"confidence": {
|
||||
"mbScore": 100,
|
||||
"titleSim": 1,
|
||||
@@ -5092,8 +5092,8 @@
|
||||
"title": "Happy (From \"Despicable Me 2\")",
|
||||
"artist": "Pharrell Williams",
|
||||
"mbid": null,
|
||||
"earliestDate": null,
|
||||
"year": null,
|
||||
"earliestDate": "2013",
|
||||
"year": 2013,
|
||||
"error": "No recordings found"
|
||||
},
|
||||
{
|
||||
@@ -5368,8 +5368,8 @@
|
||||
"title": "Oh, Pretty Woman",
|
||||
"artist": "Roy Orbison",
|
||||
"mbid": "6e765877-678d-488a-ad1e-ee8e315a92cb",
|
||||
"earliestDate": "1990",
|
||||
"year": 1990,
|
||||
"earliestDate": "1964",
|
||||
"year": 1964,
|
||||
"confidence": {
|
||||
"mbScore": 95,
|
||||
"titleSim": 1,
|
||||
|
||||
Reference in New Issue
Block a user