rename channel.command to channel.item

This commit is contained in:
yggverse 2026-04-07 12:46:17 +03:00
parent 7ca93042b7
commit cc0bd6f798
4 changed files with 10 additions and 10 deletions

View file

@ -21,16 +21,16 @@ sleep = 1
# Channel item commands to apply (in order)
[[channel.test.command]]
[[channel.test.item]]
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]]
# [[channel.test.item]]
# ..
# [[channel.test.command]]
# [[channel.test.item]]
# ..
# [channel.test2]