mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 21:05:30 +00:00
rename channel.command to channel.item
This commit is contained in:
parent
7ca93042b7
commit
cc0bd6f798
4 changed files with 10 additions and 10 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue