From: dave-p Date: Sat, 21 Jun 2025 06:18:40 +0000 (+0100) Subject: Update online help text X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=61d728e1a4bd3e35653a902bf82e3b57c5564013;p=thirdparty%2Ftvheadend.git Update online help text Format Strings used in DVR Profiles cannot be used when creating Autorecs. See Forum issue 9160. --- 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, },