Clean and parse author name from directory, sort by author last name, scan for covers

This commit is contained in:
Mark Cooper 2021-08-24 20:24:40 -05:00
parent 9300a0bfb6
commit e230cb47e8
28 changed files with 783 additions and 59 deletions

View file

@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "0.9.72-beta",
"version": "0.9.73-beta",
"description": "Self-hosted audiobook server for managing and playing audiobooks.",
"main": "index.js",
"scripts": {
@ -26,4 +26,4 @@
"socket.io": "^4.1.3"
},
"devDependencies": {}
}
}