Build an importable forScore setlist from a rehearsal order plus a live Google Drive score inventory on macOS. Use when the user wants to sync choir or ensemble scores, reconcile renamed local forScore files against remote titles, generate a 4ss setlist, or optionally repair the imported setlist order in the forScore database.
Use this skill when a musician has:
assets/sample-config.json or a user copy of it.scripts/drive_sync.py to:
4ss using:
scripts/mail_to_order.py if the order lives in Mail.app and fits the expected structure4ss in forScore.scripts/repair_setlist_order.py.python3 scripts/drive_sync.py --config /path/to/config.json
python3 scripts/build_4ss.py --config /path/to/config.json --order /path/to/order.yaml
python3 scripts/mail_to_order.py --sender "Tom Peterson" --subject "rehearsal" --output /tmp/order.yaml
python3 scripts/repair_setlist_order.py --config /path/to/config.json --setlist-title "ASE Rehearsal 2026-04-01" --order /path/to/order.yaml
references/configuration.mdreferences/workflow.md