├── .DS_Store ├── LICENSE ├── README.md ├── checksumValidation.py ├── compare2lists.py ├── copyFilesFromList.py ├── digitization-specs.md ├── embedCopyrightMetadata.sh ├── matchvaluesfromlists.py ├── matchvaluesfromlists_2.py ├── md5Scrape.py ├── mediaconch ├── Audio-PreservationMasters-Analog.xml ├── Audio-PreservationMasters-OpticalSource.xml ├── Video-DVDsource.xml ├── Video-PreservationMasters.xml ├── fyi.md └── mediaconch-xmlreport-summary.py ├── qa_cksum.sh ├── qc-workflow-overview.md ├── qcprocedure-images.md ├── reconcileList.py └── tech-notes └── tech-notes.md /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/.DS_Store -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/README.md -------------------------------------------------------------------------------- /checksumValidation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/checksumValidation.py -------------------------------------------------------------------------------- /compare2lists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/compare2lists.py -------------------------------------------------------------------------------- /copyFilesFromList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/copyFilesFromList.py -------------------------------------------------------------------------------- /digitization-specs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/digitization-specs.md -------------------------------------------------------------------------------- /embedCopyrightMetadata.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/embedCopyrightMetadata.sh -------------------------------------------------------------------------------- /matchvaluesfromlists.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/matchvaluesfromlists.py -------------------------------------------------------------------------------- /matchvaluesfromlists_2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/matchvaluesfromlists_2.py -------------------------------------------------------------------------------- /md5Scrape.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/md5Scrape.py -------------------------------------------------------------------------------- /mediaconch/Audio-PreservationMasters-Analog.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/mediaconch/Audio-PreservationMasters-Analog.xml -------------------------------------------------------------------------------- /mediaconch/Audio-PreservationMasters-OpticalSource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/mediaconch/Audio-PreservationMasters-OpticalSource.xml -------------------------------------------------------------------------------- /mediaconch/Video-DVDsource.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/mediaconch/Video-DVDsource.xml -------------------------------------------------------------------------------- /mediaconch/Video-PreservationMasters.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/mediaconch/Video-PreservationMasters.xml -------------------------------------------------------------------------------- /mediaconch/fyi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/mediaconch/fyi.md -------------------------------------------------------------------------------- /mediaconch/mediaconch-xmlreport-summary.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/mediaconch/mediaconch-xmlreport-summary.py -------------------------------------------------------------------------------- /qa_cksum.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/qa_cksum.sh -------------------------------------------------------------------------------- /qc-workflow-overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/qc-workflow-overview.md -------------------------------------------------------------------------------- /qcprocedure-images.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/qcprocedure-images.md -------------------------------------------------------------------------------- /reconcileList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/reconcileList.py -------------------------------------------------------------------------------- /tech-notes/tech-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/CarnegieHall/quality-control/HEAD/tech-notes/tech-notes.md --------------------------------------------------------------------------------