]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Update online help text
authordave-p <gh@pickles.me.uk>
Sat, 21 Jun 2025 06:18:40 +0000 (07:18 +0100)
committerFlole <Flole998@users.noreply.github.com>
Sat, 21 Jun 2025 11:20:08 +0000 (13:20 +0200)
Format Strings used in DVR Profiles cannot be used when creating Autorecs. See Forum issue 9160.

src/dvr/dvr_autorec.c

index 59f5108f0212471f3b4e55bdedbb7151a414c525..d7b2f05b5fddcc3a583e4cef772f452e248b78ad 100644 (file)
@@ -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,
     },