From 61d728e1a4bd3e35653a902bf82e3b57c5564013 Mon Sep 17 00:00:00 2001 From: dave-p Date: Sat, 21 Jun 2025 07:18:40 +0100 Subject: [PATCH] Update online help text Format Strings used in DVR Profiles cannot be used when creating Autorecs. See Forum issue 9160. --- src/dvr/dvr_autorec.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dvr/dvr_autorec.c b/src/dvr/dvr_autorec.c index 59f5108f0..d7b2f05b5 100644 --- a/src/dvr/dvr_autorec.c +++ b/src/dvr/dvr_autorec.c @@ -1132,7 +1132,8 @@ const idclass_t dvr_autorec_entry_class = { "subdirectory rules (except the base directory) " "defined in the DVR configuration and puts all " "recordings done by this entry into the " - "subdirectory named here. See Help for more info."), + "subdirectory named here. Note that Format Strings " + "cannot be used here. See Help for more info."), .off = offsetof(dvr_autorec_entry_t, dae_directory), .opts = PO_EXPERT, }, -- 2.47.2