add reference to exec example

This commit is contained in:
yggverse 2026-04-06 22:48:24 +03:00
parent e462665342
commit 9f3b722a8f

View file

@ -20,7 +20,9 @@ is_upcoming = false
# Channel item commands to apply (in order)
[[channel.test.command]]
exec = "/usr/bin/echo {ID}" # Supported macro replacements: * {ID} - parsed item URL
exec = "/usr/bin/echo {ID}" # Supported macro replacements:
# * {ID} - parsed item URL
# See also: https://codeberg.org/YGGverse/pidpilne/src/branch/main/usr/local/bin/aacp.m4a
stdout_contains = "\n" # Check stdout for containing expected string, optional
# [[channel.test.command]]