From 9f3b722a8fc26476c29166df12004851a713d427 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 6 Apr 2026 22:48:24 +0300 Subject: [PATCH] add reference to exec example --- example/config.toml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) 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]] # ..