Fix: books read stat #167, Add: scanner parse metadata.opf and metadata.xml and use data #141

This commit is contained in:
advplyr 2021-11-08 20:05:12 -06:00
parent c7b0e1e2a2
commit fa8d02c729
8 changed files with 150 additions and 6 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "1.6.12",
"version": "1.6.13",
"description": "Self-hosted audiobook server for managing and playing audiobooks",
"main": "index.js",
"scripts": {
@ -45,7 +45,8 @@
"read-chunk": "^3.1.0",
"recursive-readdir-async": "^1.1.8",
"socket.io": "^4.1.3",
"watcher": "^1.2.0"
"watcher": "^1.2.0",
"xml2js": "^0.4.23"
},
"devDependencies": {}
}