Adding support for audio again
This commit is contained in:
@@ -57,6 +57,9 @@ def validate_project(
|
||||
# Skip audio markers (start with 'A' followed by audio id, e.g., Awoosh)
|
||||
if marker.startswith("A") and len(marker) > 1 and marker[1:].isalnum():
|
||||
continue
|
||||
# Skip audio: prefix markers (e.g., audio:woosh)
|
||||
if marker.startswith("audio:"):
|
||||
continue
|
||||
# Validate video trigger markers — both legacy [video:xxx] and
|
||||
# shorthand [vft:xxx] / [vfb:xxx] / [vst:xxx] / [vsb:xxx].
|
||||
_VIDEO_PREFIXES = {
|
||||
|
||||
Reference in New Issue
Block a user