Skip to content
Johannes Schriewer edited this page Mar 7, 2018 · 1 revision

Importing audio books

Run via: cargo run --bin bookrss -- import --series "<series_name>" --part <book_number> <audio_file>

If the series only has one part (so it is not really a series) you may skip the --part. If your audio book is split into multiple audio files, use the -x flag and import them in the right order.

Clone this wiki locally