diff --git a/example/config.toml b/example/config.toml index 78ad414..605d4b9 100644 --- a/example/config.toml +++ b/example/config.toml @@ -35,7 +35,7 @@ sleep = 1 [[channel.test.item]] exec = "/usr/bin/echo {ID}" # Supported macro replacements: - # * {ID} - parsed item URL + # * {ID} - parsed item ID (e.g. `yt-dlp https://youtu.be/{ID}`) # 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