@tacocats/audex
v1.0.0
Published
Organize your audiobook libraries following the Audiobookshelf directory structure
Maintainers
Readme
Audex
Organize your audibook libraries following the Audiobookshelf directory structure
Running
Usage: audex [options] [command]
Audiobook Organizer
Options:
-V, --version output the version number
-i, --input <dir> input directory to scan
-o, --output <dir> output directory for organized files
-p, --provider <provider> metadata provider (choices: "Audible", "GoogleBooks", "iTunes", default: "Audible")
-l, --log-level <level> log level (choices: "error", "warn", "info", "http", "verbose", "debug", default: "info")
-h, --help display help for command
Commands:
organize Scan the input directory for audiobooks
help [command] display help for commandaudex organize -i /mnt/storage/Audiobooks -o /mnt/storage/testDevelopment run
npm run start -- organize -i /mnt/storage/Audiobooks -o /mnt/storage/testGoals
- Organize audiobooks in a directory structure compatible with Audiobookshelf https://www.audiobookshelf.org/docs#book-directory-structure
- Implement NFOStandard for audiobook metadata - https://github.com/Biztactix/NFOStandard
