[mythtv-commits] [MythTV/mythtv] e21a5a: MythExternRecorder: Add optional [VARIABLES] in co...
John Poet
noreply at github.com
Sun Jan 15 20:44:41 UTC 2023
Branch: refs/heads/master
Home: https://github.com/MythTV/mythtv
Commit: e21a5a25e302237e88cab5bc954419c011ca00b6
https://github.com/MythTV/mythtv/commit/e21a5a25e302237e88cab5bc954419c011ca00b6
Author: John Patrick Poet <jpoet at mythtv.org>
Date: 2023-01-15 (Sun, 15 Jan 2023)
Changed paths:
M mythtv/programs/mythexternrecorder/MythExternRecApp.cpp
M mythtv/programs/mythexternrecorder/MythExternRecApp.h
Log Message:
-----------
MythExternRecorder: Add optional [VARIABLES] in config file. Allow TUNE cmd in channels.conf
If the config file contains a [VARIABLES] section, any %KEY% variables found in any of the commands will be replace with the given value.
In the channels configuration file, if a
TUNE='cmd'
and/or
ONSTART='cmd'
is provided for a channel, it will be used instead of what is in the main config file.
Commit: 4315acb74ba0b432679fe2a266497ac7b4c08887
https://github.com/MythTV/mythtv/commit/4315acb74ba0b432679fe2a266497ac7b4c08887
Author: John Patrick Poet <jpoet at mythtv.org>
Date: 2023-01-15 (Sun, 15 Jan 2023)
Changed paths:
M mythtv/programs/mythexternrecorder/MythExternRecApp.cpp
Log Message:
-----------
mythexternrecorder: show even long log messages mythbackend log
Compare: https://github.com/MythTV/mythtv/compare/b85048f6a11a...4315acb74ba0
More information about the mythtv-commits
mailing list