Store cover info from a COA database and process them through Pastec.
- Make the scripts executable first:
chmod -R +x scripts - An accessible COA database (see schema)
- A running pastec instance :
docker run --restart always -d --name pastec bperel/pastec-ubuntu-1704-timestamps
The COA database and Pastec need to be accessible to make the importation and the processing of the covers work.
When created, the container runs the following steps :
- Import the covers from a COA database and store them into a Covers database (takes a few minutes)
- Process the covers (takes ~ 0.1 second per cover).
docker compose run --rm cover-updater