Skip to content

Latest commit

 

History

History

cover-updater

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

duck-cover-id

Store cover info from a COA database and process them through Pastec.

Requirements

  • 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

Execution

The COA database and Pastec need to be accessible to make the importation and the processing of the covers work. In the following examples we suppose that both are on a Docker network named dm-server_cover-id-network.

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