-
Notifications
You must be signed in to change notification settings - Fork 0
Description
this portion of the README.md is a bit out of date...
indexopus
This takes .opus chapter files and incorporates them into a single indexed file using ffmpeg, ffprobe,
mediainfo, and opustags.
depends: opustags, ffmpeg/ffprobe, mediainfoFiles need to be in the format of 'Title -- Part ##: Chapter Title.opus'
There is some correction for common variations I've run into, but ultimately it will be in this format.
$ indexopus
You can specify the title with$ indexopus <title>; m4b2opus passes indexopus the title that way.This has been reworked to include a reindex option that will take an audiobookshelf metadata.json with
chapter information and remove the old index, if found, and replace it with a new one.A config file is required at '$HOME/.config/indexopus.conf' with the following information:
absserver="https://web.address.com" abssqlite="/path/to/location/of/config/absdatabase.sqlite"
I'm really not using anything other than the metadata.json that is in the abs library directory anymore. It should still work, but it makes more sense to just go into abs, edit the book, then do the indexing step answering no to looking up the files.
this eliminates the need to even have the indexopus.conf in the first place.