Commit f9db8d1
authored
feat(discogs): Discogs plugin + Bulk Enrichment + v0.5.5 hardening (#100)
Release v0.5.5 — code-only upgrade from v0.5.4 (no new migrations).
## New features
- **Discogs** music scraper plugin (CD/vinyl/cassette via UPC/EAN) +
MusicBrainz + Deezer + GoodLib fallback chain
- **Bulk ISBN Enrichment** (/admin/libri/bulk-enrich) — manual batch
(20 books/click, rate-limited 1 req / 2 min) + cron-driven background
enrichment with atomic flock() + non-zero exit on failure
## Release robustness
- public/installer/assets symlink → real directory (fixes
copy(file, dir) crash in manual upgrade on materialized installs)
- create-release(-local).sh ZIP verification now detects symlink entries
via zipinfo metadata (prevents recurrence)
- Full end-to-end reinstall regression test
(scripts/reinstall-test.sh + tests/manual-upgrade-real.spec.js)
exercises the real admin UI upgrade flow without rsync shortcuts
## Code quality (CodeRabbit rounds)
- 16 Major fixes: BulkEnrichController raw-exception leak,
FILTER_VALIDATE_BOOL parsing, UPDATE result check,
NULLIF(TRIM(...)) on isbn identifiers, validated-ISBN vs barcode
distinction in ScrapeController, rate-limit back-pressure,
accessible switch (aria-label + aria-labelledby),
flock atomic cron locking
- 11 additional Major fixes: PluginManager cleanup on prepare fail,
tipo_media filter includes NULL legacy rows, installer.js null-safe
getElementById + icon-preserving DOM rebuild + dead code removal,
style.css header contrast + alert-warning palette, cron finally
race fix, zipinfo awk extracts symlink path not target, test
queries mirror getStats(), test 9 asserts targetId specifically,
discogs activation explicit, music markers no longer key on
generic 'Barcode'
- 168 new EN + DE translations
## i18n parity
- en_US.json: 4197 → 4365 entries
- de_DE.json: 4196 → 4365 entries
See updater.md Version History for the full v0.5.5 entry and
README.md "What's New in v0.5.5" for the user-facing changelog.1 parent d0cf881 commit f9db8d1
File tree
71 files changed
+11189
-3878
lines changed- app
- Controllers
- Models
- Routes
- Services
- Support
- Views
- admin
- frontend
- libri
- partials
- data/dewey
- installer
- classes
- database
- migrations
- locale
- public/installer
- assets
- scripts
- storage/plugins
- api-book-scraper
- deezer
- dewey-editor
- digital-library
- discogs
- views
- goodlib
- musicbrainz
- open-library
- z39-server
- tests
- vendor/composer
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+11189
-3878
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
1 | 13 | | |
2 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
141 | 162 | | |
142 | 163 | | |
143 | 164 | | |
| |||
204 | 225 | | |
205 | 226 | | |
206 | 227 | | |
| 228 | + | |
207 | 229 | | |
208 | 230 | | |
209 | 231 | | |
| |||
402 | 424 | | |
403 | 425 | | |
404 | 426 | | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
405 | 435 | | |
406 | 436 | | |
407 | 437 | | |
| |||
423 | 453 | | |
424 | 454 | | |
425 | 455 | | |
| 456 | + | |
426 | 457 | | |
427 | 458 | | |
428 | 459 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
30 | 92 | | |
31 | 93 | | |
32 | 94 | | |
33 | 95 | | |
34 | 96 | | |
35 | 97 | | |
36 | 98 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 99 | + | |
40 | 100 | | |
41 | 101 | | |
42 | 102 | | |
| |||
0 commit comments