Always sync file inodes, save http url covers in cover directory

This commit is contained in:
Mark Cooper 2021-10-01 18:42:48 -05:00
parent 0db34dcab5
commit 8d9d5a8d1b
14 changed files with 355 additions and 94 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "1.3.2",
"version": "1.3.3",
"description": "Self-hosted audiobook server for managing and playing audiobooks",
"main": "index.js",
"scripts": {
@ -32,12 +32,14 @@
"express-rate-limit": "^5.3.0",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^10.0.0",
"image-type": "^4.1.0",
"ip": "^1.1.5",
"jsonwebtoken": "^8.5.1",
"libgen": "^2.1.0",
"njodb": "^0.4.20",
"node-dir": "^0.1.17",
"podcast": "^1.3.0",
"read-chunk": "^3.1.0",
"socket.io": "^4.1.3",
"watcher": "^1.2.0"
},