feat: group catalog items by imdbId

Duplicate files of the same title become one catalog row, with one stream per member file.
This commit is contained in:
2026-08-14 10:59:05 +01:00
parent 74deabd4b1
commit 3a57674fee
4 changed files with 108 additions and 3 deletions
+1
View File
@@ -4,6 +4,7 @@
"type": "module",
"scripts": {
"start": "node server.js",
"test": "node --test library.test.js",
"package:macos": "sh scripts/build-desktop-package.sh macos",
"package:linux": "sh scripts/build-desktop-package.sh linux",
"package:windows": "sh scripts/build-desktop-package.sh windows"