From d9bf52320afe653b84872e091a9d0b450e2e3b14 Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Thu, 11 Dec 2025 01:23:46 +0100 Subject: Beginning wav file folder parse, need to replace file_list with job_list buf:[]u8 is completely temporary when parsing wav files now. When no file is specified, it spits out a header info template "info.txt" --- src/header_template.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/header_template.txt (limited to 'src/header_template.txt') diff --git a/src/header_template.txt b/src/header_template.txt new file mode 100644 index 0000000..8d42a55 --- /dev/null +++ b/src/header_template.txt @@ -0,0 +1,14 @@ +# Header info fields +# +# In this file, you can write things you want to appear in the header of the sound report. +# These fields will be inserted into sound reports generated directly from wav metadata. +# This happens when you submit a folder with .WAV-files that doesn't contain a CSV file. +# +# Empty lines, and lines starting with # are ignored. +# No need to add facts about the files, those are added automatically from metadata. + +Sound Mixer: Ola Nordmann +Phone: +0 123 45 678 +Email: ola@nordmann.no +Boom Operator: Sven Svensson +Project: Project Name -- cgit v1.2.1