Skip to content

Commit

Permalink
prep metadata for new measurements by EAC
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Dec 12, 2023
1 parent e2d9c7b commit 5c51ac2
Showing 1 changed file with 63 additions and 3 deletions.
66 changes: 63 additions & 3 deletions datas/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -1488,7 +1488,7 @@ class Speaker(SpeakerRequired, total=False):
"shape": "bookshelves",
"price": "1000",
"amount": "pair",
"default_measurement": "eac",
"default_measurement": "vendor",
"measurements": {
"vendor": {
"origin": "Vendors-Ascend Acoustics",
Expand Down Expand Up @@ -17974,7 +17974,7 @@ class Speaker(SpeakerRequired, total=False):
"vendor-v1-20231028": {
"origin": "Vendors-Sigberg Audio",
"format": "spl_hv_txt",
"quality": "high",
"quality": "medium",
"review_published": "20231207",
"reviews": {
"asr": "https://www.audiosciencereview.com/forum/index.php?threads/sigberg-audio-manta-12-wideband-cardioid-active-speakers-prototype-build-thread.28255/",
Expand Down Expand Up @@ -18007,7 +18007,7 @@ class Speaker(SpeakerRequired, total=False):
"vendor-v2": {
"origin": "Vendors-Sigberg Audio",
"format": "spl_hv_txt",
"quality": "high",
"quality": "medium",
"review_published": "20231028",
"notes": "Klippel generated data",
"reviews": {
Expand Down Expand Up @@ -20294,6 +20294,37 @@ class Speaker(SpeakerRequired, total=False):
},
},
},
"Sonus Faber Lumina II": {
"skip": True,
"brand": "Sonus Faber",
"model": "Lumina II",
"type": "passive",
"price": "1300",
"amount": "pair",
"shape": "bookshelves",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/sonus_faber_lumina_ii/",
"yt": "https://youtu.be/Q1RdxgLwnHc?si=mcKDc-XByFdDt8OK",
},
"review_published": "20231200",
"specifications": {
"sensitivity": 86,
"impedance": 4,
"size": {
"height": 304,
"width": 180,
"depth": 263,
},
"weight": 5.65,
},
},
},
},
"Sonus Faber Sonetto II": {
"brand": "Sonus Faber",
"model": "Sonetto II",
Expand Down Expand Up @@ -20684,6 +20715,35 @@ class Speaker(SpeakerRequired, total=False):
},
},
},
"Thomann Swissonic A306": {
"skip": True,
"brand": "Thomann Swissonic",
"model": "A306",
"type": "active",
"price": "250",
"amount": "pair",
"shape": "bookshelves",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/thomann_swissonic_a306/",
"yt": "https://youtu.be/SMXj6u8pSjM",
},
"review_published": "20231200",
"specifications": {
"size": {
"height": 361,
"width": 224,
"depth": 282,
},
"weight": 6.17,
},
},
},
},
"Theory Audio SB25": {
"brand": "Theory Audio",
"model": "SB25",
Expand Down

0 comments on commit 5c51ac2

Please sign in to comment.