Skip to content

Commit

Permalink
#288: started to customise Fuse calls and results are improving. I ne…
Browse files Browse the repository at this point in the history
…ed a collection of tests.
  • Loading branch information
pierreaubert committed Sep 9, 2024
1 parent 19abc81 commit b87a42f
Show file tree
Hide file tree
Showing 4 changed files with 187 additions and 68 deletions.
28 changes: 28 additions & 0 deletions datas/metadata_n.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,34 @@
},
},
},
"Neumi BS5P-ARC": {
"skip": True,
"brand": "Neumi",
"model": "BS5P-ARC",
"type": "active",
"price": "170",
"shape": "bookshelves",
"amount": "pair",
"default_measurement": "eac",
"measurements": {
"eac": {
"origin": "ErinsAudioCorner",
"format": "klippel",
"reviews": {
"eac": "https://www.erinsaudiocorner.com/loudspeakers/neumi_bs5p_arc/",
},
"review_published": "202109xx",
"specifications": {
"size": {
"height": 269,
"width": 182,
"depth": 216,
},
"weight": 0.45,
},
},
},
},
"Neumi Silk 4": {
"brand": "Neumi",
"model": "Silk 4",
Expand Down
3 changes: 3 additions & 0 deletions generate_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,9 @@ def get_versions(filename):
continue
versions[tokens[0]] = tokens[1]
versions["CACHE"] = CACHE_VERSION
# usefull when debugging FUSE itself, waiting for patches to be included post 7.0.0
# versions["FUSE"] += '-pa2'
print(versions)
return versions


Expand Down
Loading

0 comments on commit b87a42f

Please sign in to comment.