Skip to content

Commit

Permalink
Merge pull request #11 from nulib/Sophia_Script_Changes
Browse files Browse the repository at this point in the history
Update for BWF and Invent.
  • Loading branch information
dzellner authored Nov 4, 2022
2 parents 39a8a1b + c08e4f0 commit 093e2b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 093e2b0

Please sign in to comment.