SGC Audio Quickstart¶
Uploading Audio to the App¶
To upload an audio course to the app filesystem (hosted on BackBlaze) open clink. (After running the commands below in clink they'll be saved in history, so you can just hit the up arrow to retrieve them, which will save some time.)
SSH into the Hostinger server:
If you have SSH keys setup, you'll be logged in automatically. Then you can just use rclone to copy the files from OneDrive to B2:rclone copy -Pv onedrive:"01 Audio/Spanish/ML" b2:sgc-site/production/uploads/audio/spanish/ML --include=/*.mp3
Proper phrase breaking in SAB¶
Go to the Changes tab in SAB and Add Change to auto-insert a ZWSP before each line break:
Find: (\n)
Replace: \u200B$1
Warning
When you "Synchronize using aeneas", make sure you split phrases by \u200B, and no other punctuation marks!