mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 12:55:32 +00:00
add reference to exec example
This commit is contained in:
parent
e462665342
commit
9f3b722a8f
1 changed files with 8 additions and 6 deletions
|
|
@ -12,15 +12,17 @@ sleep = 1
|
|||
# Channels queue config
|
||||
|
||||
[channel.test]
|
||||
id = "UCl2mFZoRqjw_ELax4Yisf6w" # channel ID
|
||||
is_live = false
|
||||
is_short = false
|
||||
is_upcoming = false
|
||||
id = "UCl2mFZoRqjw_ELax4Yisf6w" # channel ID
|
||||
is_live = false
|
||||
is_short = false
|
||||
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]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue