utopia-tools/Readme.md

48 lines
799 B
Markdown

# Utopia tools
## Preparation PATH de scipt local
D'abord creer un chemin vers des scripts locaux
```
mkdir -p /home/utopia/.local/bin
```
Si besoin rajouter PATH dans .bashrc
exemple en fin de .basrc
```
export PATH="/home/utopia/.local/bin:$PATH"
```
## Installer le script
```
wget -P $HOME/.local/bin/ https://git.polymny.net/nicolas/utopia-tools/raw/branch/main/check-dcpg
chmod +x $HOME/.local/bin/check-dcp
```
## Executer
## Verification rapide de DCP.
Le script compare uniquement les tailles de fichiers.
```
check-dcp /data/udcpb/Leo28_XSN-1_F_2K_20240114_SMPTE_OV/
```
## Verification complete de DCP.
Verification totale et longue du DCP. Le scipt vérifie aussi les hash de chaque fichier
```
check-dcp -t long /data/udcpb/Leo28_XSN-1_F_2K_20240114_SMPTE_OV/
```