Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update for BWF and Invent. #11

Merged
merged 1 commit into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ def get_bwf_metadata(pm_file_abspath):
#core_bwf_command = [args.metaedit_path, '--out-core', pm_file_abspath]
tech_bwf_command = [args.metaedit_path, '--out-tech', pm_file_abspath]
#TODO fix - splitlines returns different results here depending on OS
tech_bwf_csv = subprocess.check_output(tech_bwf_command).decode("ascii").rstrip().splitlines()[2]
tech_bwf_csv = subprocess.check_output(tech_bwf_command).decode("ascii").rstrip().splitlines()[-1]
embedded_md5 = {'MD5Stored' : tech_bwf_csv.split(',')[16]}
ffprobe_tags.update(embedded_md5)
#core_bwf_csv = subprocess.check_output(core_bwf_command).decode("ascii").rstrip()
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
work_accession_number,filename,label,inventory_title,Record Date/Time,Housing/Container Markings,Condition Notes,Barcode,"Box/Folder
Alma number",Format,Running time (mins),Tape Brand,Speed IPS,Tape Thickness,Base (acetate/polyester),Track Configuration,Sound,Length/Reel Size,Tape Type (Cassette),Noise Reduction,Capture Date,Digitizer,Digitizer Notes,Shot Sheet Check,Date,File Format & Metadata Verification,Date,File Inspection,Date,QC Notes,Notes for the Metadata Record
Alma number",Format,Running time (mins),Tape Brand,Speed IPS,Tape Thickness,Base (acetate/polyester),Track Configuration,Sound,Length/Reel Size,Tape Type (Cassette),Noise Reduction,Capture Date,Digitizer,Digitizer Notes,Shot Sheet Check,Date,File Format & Metadata Verification,Date,File Inspection,Date,QC Notes