aetaric / checkrr

Checkrr Scans your library files for corrupt media and replace the files via sonarr and radarr
MIT License
184 stars 8 forks source link

checkrr.db is a directory #13

Closed ianmagnone closed 1 year ago

ianmagnone commented 1 year ago

When using Docker Compose do I need to create a blank checkrr.db file? When running the container I get this in the logs repeatedly with no other progress:

Using config file: /etc/checkrr.yaml 2022/10/18 17:13:24 open checkrr.db: is a directory

Wigglez commented 1 year ago

Yeah you'd have to create a directory on your host path.

ianmagnone commented 1 year ago

It looks like checkrr is making a checkrr.db directory on first run but then stops. If I stop the container and delete that directory it recreates it.

Wigglez commented 1 year ago

Apologies, I meant to say create the file.

aetaric commented 1 year ago

touch /path/to/checkrr.db should do well for you.

ianmagnone commented 1 year ago

Yep, that worked. :)