Skip to content

indexopus.conf, chapters.json, web lookup, etc. #7

@iconoclasthero

Description

@iconoclasthero

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, mediainfo

Files 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions