Webpage HTML code generator relating to releases on the National Youth Choir's Recordings subsite.
Find a file
2025-12-12 21:43:24 +00:00
bulk.sh Add option for creating single releases 2025-03-05 19:48:18 +00:00
LICENSE Create LICENSE 2024-06-20 12:05:28 +01:00
README.md Update README.md 2025-12-12 21:43:24 +00:00
single.sh Add option for creating single releases 2025-03-05 19:48:18 +00:00
template.csv Final tweaks to ensure that everything is escaped properly 2024-06-20 10:45:09 +01:00

ReleaseToHTML

Single Generation

Generating HTML for a single release is simple. Make the single.sh script executable, then run it and follow the prompts on-screen. The generated file will appear on your Desktop.

chmod +x single.sh
./single.sh

Bulk Generation

Using the template.csv file, produce a pipe-delimited CSV file comprising all release information. Excel cannot produce pipe-delimited CSVs on its own, so once you have a comma-delimited CSV, use a programme like Table Tool. The CSV should also not wrap content in quotation marks, but it should include the header row.

Then, make the script executable and pass in both your output directory (as an absolute path without a trailing slash) and your pipe-delimited CSV as arguments:

chmod +x bulk.sh
./bulk.sh /path/to/output your-data.csv