This commit is contained in:
Frank Skare
2019-03-30 05:28:38 +01:00
parent 4116aeb65a
commit 08089b0fc7
51 changed files with 1328 additions and 248 deletions

View File

@@ -58,19 +58,14 @@ namespace mpvnet
Process.Start(mp.mpvConfFolderPath);
}
public static void show_keys(string[] args)
public static void show_input_editor(string[] args)
{
Process.Start(NativeHelp.GetAssociatedApplication(".txt"), mp.InputConfPath);
}
public static void show_prefs(string[] args)
{
Process.Start(NativeHelp.GetAssociatedApplication(".txt"), mp.mpvConfPath);
Process.Start(Application.StartupPath + "\\mpvInputEdit.exe");
}
public static void show_conf_editor(string[] args)
{
Process.Start(Application.StartupPath + "\\mpvSettingsEditor.exe");
Process.Start(Application.StartupPath + "\\mpvConfEdit.exe");
}
public static void history(string[] args)