Skip to content

Commit

Permalink
prep for new speakers from EAC
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Jul 22, 2024
1 parent 2d3d156 commit aaecf47
Show file tree
Hide file tree
Showing 7 changed files with 92 additions and 0 deletions.
29 changes: 29 additions & 0 deletions datas/metadata_a.py
Original file line number Diff line number Diff line change
Expand Up @@ -1757,6 +1757,35 @@
},
},
},
"Audio Engine A2+": {
"skip": True,
"brand": "Audio Engine",
"model": "A2+",
"type": "active",
"shape": "bookshelves",
"price": "269",
"amount": "pair",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "",
"yt": "https://youtu.be/mAMv_ueINlk?si=eGu5yNVAlAJ1encX",
},
"review_published": "2024xxxx",
"specifications": {
"size": {
"height": 159,
"width": 106,
"depth": 167,
},
"weight": 1.6,
},
},
},
},
"Audio Engine A5+ Powered": {
"brand": "Audio Engine",
"model": "A5+ Powered",
Expand Down
31 changes: 31 additions & 0 deletions datas/metadata_p.py
Original file line number Diff line number Diff line change
Expand Up @@ -807,6 +807,37 @@
},
},
},
"Polk Audio Reserve R700": {
"skip": True,
"brand": "Polk Audio",
"model": "Reserve R700",
"type": "passive",
"price": "1100",
"amount": "each",
"shape": "floorstanders",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/polk_r700/",
"yt": "https://www.youtube.com/watch?v=E6APuGxTtJw",
},
"review_published": "2024xxxx",
"specifications": {
"sensitivity": 88,
"impedance": 4,
"size": {
"height": 1144,
"width": 320,
"depth": 428,
},
"weight": 35.9,
},
},
},
},
"Polk Audio RT15i": {
"brand": "Polk Audio",
"model": "RT15i",
Expand Down
31 changes: 31 additions & 0 deletions datas/metadata_r.py
Original file line number Diff line number Diff line change
Expand Up @@ -1493,6 +1493,37 @@
},
},
},
"Revival Audio Atalante 5": {
"skip": True,
"brand": "Revival Audio",
"model": "Atalante 5",
"type": "passive",
"price": "1100",
"amount": "each",
"shape": "floorstanders",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "",
"yt": "https://youtu.be/uo9yBHfLDDE?si=mmMrGA3BmPMxbJ6T",
},
"review_published": "2024xxxx",
"specifications": {
"sensitivity": 89,
"impedance": 4,
"size": {
"height": 710,
"width": 420,
"depth": 355,
},
"weight": 33.0,
},
},
},
},
"Rockville SPG88": {
"brand": "Rockville",
"model": "SPG88",
Expand Down
Binary file added datas/pictures/Audio Engine A2+.png
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/Polk Audio Reserve R700.png
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/Revival Audio Atalante 5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/website/search.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ describe('non regression for bug discussions/279', () => {
const db = getDate(b);
return db - da;
});

});

it('search by brand KEF and check that we have the correct speakers', () => {
Expand Down

0 comments on commit aaecf47

Please sign in to comment.