Skip to content

Commit

Permalink
update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pierreaubert committed Jul 27, 2024
1 parent 4ea1a33 commit 16bde62
Show file tree
Hide file tree
Showing 8 changed files with 131 additions and 166 deletions.
3 changes: 3 additions & 0 deletions datas/icons/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.virtual_documents
.ipynb_checkpoints

150 changes: 0 additions & 150 deletions datas/icons/.virtual_documents/icons.ipynb

This file was deleted.

99 changes: 99 additions & 0 deletions datas/metadata_g.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,17 @@
"origin": "ASR",
"format": "klippel",
"review": "https://www.audiosciencereview.com/forum/index.php?threads/genelec-8030c-studio-monitor-review.14795/",
"specifications": {
"SPL": {
"peak": 104,
},
"size": {
"height": 299,
"width": 189,
"depth": 178,
},
"weight": 5,
},
},
},
},
Expand All @@ -235,6 +246,17 @@
"origin": "ASR",
"format": "klippel",
"review": "https://www.audiosciencereview.com/forum/index.php?threads/genelec-8050b-review-studio-monitor.20542/",
"specifications": {
"SPL": {
"peak": 104,
},
"size": {
"height": 452,
"width": 286,
"depth": 278,
},
"weight": 14.4,
},
},
},
},
Expand All @@ -252,6 +274,17 @@
"format": "klippel",
"review": "https://www.audiosciencereview.com/forum/index.php?threads/genelec-8320a-review-powered-monitor.23831/",
"review_published": "20210530",
"specifications": {
"SPL": {
"peak": 100,
},
"size": {
"height": 242,
"width": 151,
"depth": 142,
},
"weight": 3.2,
},
},
},
},
Expand All @@ -269,6 +302,17 @@
"format": "klippel",
"review": "https://www.audiosciencereview.com/forum/index.php?threads/genelec-8330a-review-studio-monitor.25704/",
"review_published": "20210812",
"specifications": {
"SPL": {
"peak": 104,
},
"size": {
"height": 299,
"width": 189,
"depth": 178,
},
"weight": 6.7,
},
},
},
},
Expand All @@ -289,6 +333,17 @@
"yt": "https://www.youtube.com/watch?v=Ui1Gh_s_sX0",
},
"review_published": "20220303",
"specifications": {
"SPL": {
"peak": 104,
},
"size": {
"height": 305,
"width": 189,
"depth": 212,
},
"weight": 6.7,
},
},
"vendor": {
"origin": "Vendors-Genelec",
Expand All @@ -313,6 +368,17 @@
"origin": "ASR",
"format": "klippel",
"review": "https://www.audiosciencereview.com/forum/index.php?threads/genelec-8341a-sam%E2%84%A2-studio-monitor-review.11652/#post-335087",
"specifications": {
"SPL": {
"peak": 110,
},
"size": {
"height": 370,
"width": 237,
"depth": 243,
},
"weight": 9.8,
},
},
"asr-horizontal": {
"origin": "ASR",
Expand Down Expand Up @@ -370,6 +436,17 @@
"origin": "ASR",
"format": "klippel",
"review": "https://www.audiosciencereview.com/forum/index.php?threads/genelec-8351b-review-studio-monitor.23432/",
"specifications": {
"SPL": {
"peak": 113,
},
"size": {
"height": 454,
"width": 287,
"depth": 278,
},
"weight": 14.3,
},
},
"asr-horizontal": {
"origin": "ASR",
Expand Down Expand Up @@ -408,6 +485,17 @@
"lbd": "https://www.lowbeats.de/test-genelec-8361a-und-subwoofer-w371a-aktiv-monitor-dreamteam/",
},
"review_published": "20211112",
"specifications": {
"SPL": {
"peak": 118,
},
"size": {
"height": 593,
"width": 357,
"depth": 347,
},
"weight": 31.9,
},
},
"asr-horizontal": {
"origin": "ASR",
Expand Down Expand Up @@ -477,6 +565,17 @@
"sos": "https://www.soundonsound.com/reviews/genelec-s360",
},
"review_published": "20220801",
"specifications": {
"SPL": {
"peak": 118,
},
"size": {
"height": 530,
"width": 360,
"depth": 360,
},
"weight": 30,
},
},
"vendor": {
"origin": "Vendors-Genelec",
Expand Down
7 changes: 2 additions & 5 deletions generate_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,14 +241,11 @@ def is_filtered(speaker: str, filters: dict):
):
return True

if (
return (
filters.get("format") is not None
and current is not None
and current["format"] != filters.get("format")
):
return True

return False
)


def cache_load_seq(filters, smoke_test):
Expand Down
14 changes: 9 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"fuse.js": "^7.0.0",
"handlebars": "^4.7.8",
"npm": "^10.7.0",
"plotly.js-dist-min": "^2.33.0",
"plotly.js-dist-min": "^2.34.0",
"workbox-cli": "^7.1.0",
"workbox-window": "^7.1.0"
},
Expand Down
Loading

0 comments on commit 16bde62

Please sign in to comment.