Skip to content

Commit

Permalink
add more metadata for EAC
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Mar 8, 2024
1 parent ea1b9fd commit 8a8f37e
Show file tree
Hide file tree
Showing 5 changed files with 125 additions and 0 deletions.
125 changes: 125 additions & 0 deletions datas/metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -6271,6 +6271,37 @@ class Speaker(SpeakerRequired, total=False):
},
},
},
"Elac Vela BS 403": {
"skip": True,
"brand": "Elac",
"model": "Vela BS 403",
"type": "passive",
"price": "1150",
"amount": "each",
"shape": "bookshelves",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/elac_vela_bs_403/",
"yt": "https://youtu.be/Io6gsJK3pSM",
},
"review_published": "202402xx",
"specifications": {
"sensitivity": 86,
"impedance": 4,
"size": {
"height": 362,
"width": 191,
"depth": 240,
},
"weight": 7.1,
},
},
},
},
"Emotiva Airmotiv 6s": {
"brand": "Emotiva",
"model": "Airmotiv 6s",
Expand Down Expand Up @@ -10014,6 +10045,37 @@ class Speaker(SpeakerRequired, total=False):
},
},
},
"JBL L52 Classic": {
"skip": True,
"brand": "JBL",
"model": "L52 Classic",
"type": "passive",
"price": "1000",
"amount": "each",
"shape": "bookshelves",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/jbl_l52_classic/",
"yt": "https://youtu.be/wG9iIMId0ew",
},
"review_published": "202402xx",
"specifications": {
"sensitivity": 85,
"impedance": 4,
"size": {
"height": 330,
"width": 197,
"depth": 216,
},
"weight": 5,
},
},
},
},
"JBL LSR308": {
"brand": "JBL",
"model": "LSR308",
Expand Down Expand Up @@ -12162,6 +12224,38 @@ class Speaker(SpeakerRequired, total=False):
},
},
},
"Kali LP-UNF": {
"skip": True,
"brand": "Kali",
"model": "LP-UNF",
"type": "active",
"price": "300",
"shape": "bookshelves",
"amount": "pair",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/kali_lp_unf/",
"yt": "https://youtu.be/hOkMVbW7Yts",
},
"review_published": "202403xx",
"specifications": {
"SPL": {
"peak": 103,
},
"size": {
"height": 254,
"width": 164,
"depth": 186,
},
"weight": 3.2,
},
},
},
},
"Kanto YU": {
"brand": "Kanto",
"model": "YU",
Expand Down Expand Up @@ -18332,6 +18426,37 @@ class Speaker(SpeakerRequired, total=False):
},
},
},
"PSB Imagine T65": {
"skip": True,
"brand": "PSB",
"model": "Imagine T65",
"type": "passive",
"price": "2180",
"shape": "floorstanders",
"amount": "pair",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/psb_t65/",
"yt": "https://youtu.be/HXuFjZ5Q3vg",
},
"review_published": "202403xx",
"specifications": {
"sensitivity": 88,
"impedance": 4,
"size": {
"height": 986,
"width": 343,
"depth": 213,
},
"weight": 20.0,
},
},
},
},
"PSI Audio A21-M": {
"brand": "PSI Audio",
"model": "A21-M",
Expand Down
Binary file added datas/pictures/Elac Vega BS 403.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/pictures/JBL L52 Classic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/pictures/Kali LP-UNF.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datas/pictures/PSB Imagine T65.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8a8f37e

Please sign in to comment.