diff --git a/example/config.toml b/example/config.toml index 5c06d27..043873b 100644 --- a/example/config.toml +++ b/example/config.toml @@ -12,16 +12,18 @@ 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 - stdout_contains = "\n" # Check stdout for containing expected string, optional + 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]] # ..