Themabewertung:
  • 0 Bewertung(en) - 0 im Durchschnitt
  • 1
  • 2
  • 3
  • 4
  • 5
easyVDR5: Setup-Plugin
#36
Auch zu diesem Plugin wird es ein Shell Tool geben;
ich arbeite an so etwas..

Falls Wünsche bestehen, früher Input macht weniger Arbeit.

Code:
int HelpText(std::string ProgName) {
  std::cout << ProgName <<
  " - a commandline tool for the easyvdr VDR Plugin.\n"
  "It configures VDR Plugins by writing to their ini files.\n\n"
  "The following options are available.\n"
  "   -h, --help\n"
  "          show this help text and exit.\n"
  "   --list_plugins\n"
  "          show all available plugins\n"
  "   --enabled_plugins\n"
  "         show all enabled plugins\n"
  "   --disabled_plugins\n"
  "         show all disabled plugins\n"
  "   --all_status\n"
  "         shows all plugins with their status and commandline.\n"
  "   --plugin PLUGINNAME\n"
  "         selects the plugin PLUGINNAME for commands.\n"
  "   --plugindir DIRECTORY\n"
  "          use DIRECTORY as path for plugins libs,\n"
  "          instead of /usr/local/lib/vdr\n"
  "   --inidir DIRECTORY\n"
  "          use DIRECTORY as path for plugin configs,\n"
  "          instead of /etc/vdr/conf.d\n"
  "   --enable\n"
  "         enable autorun of this plugin.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --disable\n"
  "         disable autorun of this plugin.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --status\n"
  "         shows the status and commandline of a plugin.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --get_commandline\n"
  "         prints the commandline of a plugin to stdout and exit.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --set_commandline STRING\n" 
  "         set the commandline of a plugin to STRING.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --del_commandline STRING\n" 
  "         deletes STRING from the commandline of a plugin,\n"
  "         does nothing if that string is not found.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --add_commandline STRING\n" 
  "         adds STRING to the commandline of a plugin.\n"
  "         Requires --plugin PLUGINNAME.\n"
  "   --replace_commandline FROM TO\n"
  "         requires two arguments: FROM and TO\n"           
  "         replaces the first hit of FROM by TO in plugins commandline\n"
  "         Requires --plugin PLUGINNAME.\n"
Zitieren


Nachrichten in diesem Thema
easyVDR5: Setup-Plugin - von Wirbel - 07.06.2020, 20:26
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 06:37
RE: easyVDR5: Setup-Plugin - von Wirbel - 08.06.2020, 08:19
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 08:58
RE: easyVDR5: Setup-Plugin - von Wirbel - 08.06.2020, 09:24
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 09:47
RE: easyVDR5: Setup-Plugin - von Wirbel - 08.06.2020, 11:32
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 12:36
RE: easyVDR5: Setup-Plugin - von mango - 08.06.2020, 14:19
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 15:13
RE: easyVDR5: Setup-Plugin - von mango - 08.06.2020, 15:37
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 16:05
RE: easyVDR5: Setup-Plugin - von mango - 08.06.2020, 16:40
RE: easyVDR5: Setup-Plugin - von Wirbel - 08.06.2020, 17:49
RE: easyVDR5: Setup-Plugin - von mango - 08.06.2020, 19:02
RE: easyVDR5: Setup-Plugin - von gb - 08.06.2020, 19:54
RE: easyVDR5: Setup-Plugin - von Bleifuss2 - 11.06.2020, 13:13
RE: easyVDR5: Setup-Plugin - von Wirbel - 15.06.2020, 19:32
RE: easyVDR5: Setup-Plugin - von gb - 17.06.2020, 20:00
RE: easyVDR5: Setup-Plugin - von Wirbel - 18.06.2020, 18:52
RE: easyVDR5: Setup-Plugin - von Wirbel - 18.06.2020, 19:05
RE: easyVDR5: Setup-Plugin - von Wirbel - 18.06.2020, 22:22
RE: easyVDR5: Setup-Plugin - von Wirbel - 19.06.2020, 08:30
RE: easyVDR5: Setup-Plugin - von gb - 19.06.2020, 11:34
RE: easyVDR5: Setup-Plugin - von Wirbel - 19.06.2020, 11:53
RE: easyVDR5: Setup-Plugin - von Wirbel - 20.06.2020, 12:58
RE: easyVDR5: Setup-Plugin - von Martin - 20.06.2020, 19:01
RE: easyVDR5: Setup-Plugin - von Wirbel - 20.06.2020, 20:10
RE: easyVDR5: Setup-Plugin - von gb - 21.06.2020, 10:58
RE: easyVDR5: Setup-Plugin - von Wirbel - 21.06.2020, 14:52
RE: easyVDR5: Setup-Plugin - von Wirbel - 22.06.2020, 19:46
RE: V5: Pluginfehler - von mango - 07.06.2020, 22:11

Gehe zu:


Benutzer, die gerade dieses Thema anschauen: