Open kuzi-moto opened 3 years ago
if it requires it then we should include it.
do we just need to add the beets package (https://packages.debian.org/bullseye/beets) or is there anything else the catalog requires?
I think it only requires that the beet
command is available, so I think just installing the package should do it. I could try testing it out if we wanted to be safe.
it's not a big package so i've included it with logrotate config as well
the new images have been built to include beets so have a go
@lachlan-00 thanks for your work on this. I saw your commit, but I don't see beets added there, only logrotate and when I tested, I could not use a beets catalog. I edited the Dockerfile and tested it, and that is the only thing missing to get beets catalogs working with the docker deployment. Do you want me to create a PR to close this ticket with?
might help to actually ADD the package...
i'm building new images for 6.3.0 with beets added to the dockerfile
Should we include Beets so that the beets catalog type works? Requires Beets to be installed to work properly.