Simple Audiobook manager
- Store each audio book in separate directory
- Have book meta-data stored in
audiobook.yaml
file in the root directory of the audiobook - Provide a command line tool to scan recursively directory and find all the meta-files inside
- Provide
init
command which will create the meta-data template file and optionally search third party for the meta-data
title: "Calculating the Cosmos: How Mathematics Unveils the Universe"
authors:
- Ian Stewart
ISBN: '9780465096107'
cover: 'Calculating the Cosmos.jpg'
tags:
- science
- mathematics
rating: 4.13
language: English
$ audiobook
Usage: audiobook [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
init Initialize the current directory as audio...
scan Scans directory for audio books and prints the...