Initial commit: Futonizer MKV track stripper

This commit is contained in:
l4kr
2026-07-04 00:43:37 +02:00
commit 1208cadc3b
25 changed files with 2629 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Futonizer.Models;
public class AppSettings
{
public string MkvMergePath { get; set; } = string.Empty;
public string OutputFolder { get; set; } = string.Empty;
}