soulsync/webui
Broque Thomas 93e036848b Add ${var} delimiter syntax for path templates
Users can now append literal text to template variables using curly
braces: ${albumtype}s produces "Albums", "Singles", "EPs". Without
braces, $albumtypes was rejected as an unknown variable by validation.

Both syntaxes work: $albumtype (plain) and ${albumtype} (delimited).
Bracket vars are resolved first to prevent partial matching conflicts.
Validation updated for album, single, and playlist templates.
2026-04-20 18:03:11 -07:00
..
static Add ${var} delimiter syntax for path templates 2026-04-20 18:03:11 -07:00
index.html Add ${var} delimiter syntax for path templates 2026-04-20 18:03:11 -07:00