implement stdout_contains option as vector

This commit is contained in:
yggverse 2026-04-07 12:59:56 +03:00
parent cc0bd6f798
commit 1cbdcfbede
3 changed files with 7 additions and 4 deletions

View file

@ -25,7 +25,7 @@ sleep = 1
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
stdout_contains = ["\n"] # Check stdout for containing expected string, optional
# [[channel.test.item]]
# ..