Go to the documentation of this file.
12 return "Mythtv-setup is the setup application for the backend server. It is \n"
13 "used to configure the backend, and manage tuner cards and storage. \n"
14 "Most settings will require a restart of the backend before they take \n"
30 add(
"--expert",
"expert",
false,
"",
"Expert mode.");
31 add(
"--scan-list",
"scanlist",
false,
"",
"no help");
32 add(
"--scan-save-only",
"savescan",
false,
"",
"no help");
33 add(
"--scan-non-interactive",
"scannoninteractive",
false,
"",
"no help");
35 add(
"--freq-std",
"freqstd",
"atsc",
"",
36 "Specify the frequency standard to be used with command "
37 "line channel scanner")
40 add(
"--modulation",
"modulation",
"vsb8",
"",
41 "Specify the frequency modulation to be used with command "
42 "line channel scanner");
43 add(
"--region",
"region",
"us",
"",
44 "Specify the region for the frequency standard to be used with command "
45 "line channel scanner");
47 add(
"--input-name",
"inputname",
"",
"",
48 "Specify which input to scan for, if specified card "
49 "supports multiple.");
50 add(
"--FTAonly",
"ftaonly",
false,
"",
"Only import 'Free To Air' channels.");
51 add(
"--add-full-ts",
"addfullts",
false,
"",
52 "Create addition Transport Stream channels, "
53 "which allow recording of the full, unaltered, transport stream.");
54 add(
"--service-type",
"servicetype",
"all",
"",
55 "To be used with channel scanning or importing, specify "
56 "the type of services to import. Select from the following, "
57 "multiple can be added with '+':\n"
60 add(
"--scan",
"scan", 0U,
"",
61 "Run the command line channel scanner on a specified card ID.")
70 add(
"--scan-import",
"importscan", 0U,
"",
71 "Import an existing scan from the database. Use --scan-list "
72 "to enumerate scans available for import.")
void addDisplay(void)
Canned argument definition for -display.
void addGeometry(void)
Canned argument definition for –geometry.
Parent class for defining application command line parsers.
void addPlatform(void)
Pass through the platform argument to Qt for GUI applications.
void addVersion(void)
Canned argument definition for –version.
void addWindowed(void)
Canned argument definition for –windowed and -no-windowed.
void addLogging(const QString &defaultVerbosity="general", LogLevel_t defaultLogLevel=LOG_INFO)
Canned argument definition for all logging options, including –verbose, –logpath, –quiet,...
static constexpr const char * MYTH_APPNAME_MYTHTV_SETUP
CommandLineArg * SetParentOf(const QString &opt)
Set argument as parent of given child.
CommandLineArg * add(const QString &arg, const QString &name, bool def, QString help, QString longhelp)
QString GetHelpHeader(void) const override
void addMouse(void)
Canned argument definition for –mouse-cursor and –no-mouse-cursor.
MythTVSetupCommandLineParser()
CommandLineArg * SetBlocks(const QString &opt)
Set argument as incompatible with given option.
void addHelp(void)
Canned argument definition for –help.
void addSettingsOverride(void)
Canned argument definition for –override-setting and –override-settings-file.
void LoadArguments(void) override