Skip to content

Commit

Permalink
added more derivatives to finishpackage
Browse files Browse the repository at this point in the history
Updates to finishpackage
  • Loading branch information
CSchloss385 committed Jun 24, 2021
1 parent b957463 commit 2d24836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finishpackage
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
#finish package takes a directory input created by restructureforCompliance and creates derivative access copies, metadata documents, and a checksum file.
while [ "${*}" != "" ] ; do
INPUT="${1}"
makelossless "${INPUT}" && makederiv -T broadcast "${INPUT}" && makederiv -T youtube "${INPUT}" && makemetadata "${INPUT}" && checksumpackage "${INPUT}"
makelossless "${INPUT}" && makederiv -T broadcast "${INPUT}" && makederiv -T youtube "${INPUT}" && makederiv -T mp3 "${INPUT}" && makederiv -T podcast "${INPUT}" && makederiv -T waveform "${INPUT}" && makeframes "${INPUT}" && makefingerprint "${INPUT}" && makemetadata "${INPUT}" && checksumpackage "${INPUT}"
shift
done

0 comments on commit 2d24836

Please sign in to comment.