Commit Graph

23 Commits

Author SHA1 Message Date
N00MKRAD
f40896c12b Fixed TryDeleteIfExistsAsync, fixed Settings rendering, remove legacy stuff 2024-09-25 14:08:26 +02:00
N00MKRAD
61a65d592f Disable pytorch implems by default, enable explicitly with -py/--enable_python flag 2024-09-06 16:11:49 +02:00
N00MKRAD
3e7fdc31b9 Limit in-memory log to 100 entries per log file 2024-09-03 22:18:31 +02:00
N00MKRAD
9672c31fba Always use Invariant shortcuts for ToLower/ToUpper 2024-09-03 22:08:38 +02:00
N00MKRAD
c31c76f423 CLI improvements, OneDrive path check 2024-09-03 22:01:32 +02:00
N00MKRAD
a5c59d27d0 Disable main form during media import 2024-08-26 12:05:32 +02:00
N00MKRAD
09eab92f9b Package updates 2024-08-26 10:44:28 +02:00
N00MKRAD
dc0ffc9f32 Added splash screen, removed semi-unused preview tab 2024-08-26 10:04:35 +02:00
N00MKRAD
70841fe21f Reduce log spam, minor refactor stuff, disable GUI when using autorun 2024-08-25 21:43:06 +02:00
N00MKRAD
5a3a84bbdc Cleanup n stuff 2024-08-25 21:18:38 +02:00
N00MKRAD
26f14876a7 Move CLI stuff into own class, --console option 2024-08-25 20:45:50 +02:00
N00MKRAD
4ea676c405 CLI: --loop, --fix_scene_changes, --scene_change_sensitivity, --max_fps 2024-08-23 18:42:27 +02:00
N00MKRAD
d570c5f95a CLI: --video_encoder, --pixel_format, --max_height 2024-08-23 16:11:38 +02:00
N00MKRAD
e5d87d4d2d CLI: --no_config_save, add ArgParseExtensions 2024-08-23 09:58:30 +02:00
N00MKRAD
46f1ec652a Re-implement and fix CLI args using Ndesk.Options 2024-08-21 20:46:28 +02:00
N00MKRAD
713c64e6ec Refactor Implementations.cs to use enums, backwards compat to GetAi(string name) 2024-08-21 14:45:46 +02:00
N00MKRAD
0b500563ca Improve disk space check loop and make Program.cs slightly prettier 2024-08-21 13:28:59 +02:00
N00MKRAD
b5f2fea32d Handle integer inputs for Fraction ctor without try/catch 2024-08-21 13:27:01 +02:00
N00MKRAD
d0a7c0aee4 Move DisablePython around, benchmark NvApi init 2024-08-15 11:34:36 +02:00
N00MKRAD
49a3c87bdf Check for writing perms in program dir 2024-08-13 15:45:44 +02:00
N00MKRAD
964d407b8c Reduce startup time by ~1000ms by optimizing OS check 2024-08-13 12:04:17 +02:00
N00MKRAD
2505d6ec11 Local version check: Avoid exception if file doesn't exist 2024-08-13 10:32:01 +02:00
N00MKRAD
b520d7212d Split into legacy (Framework 4.8) and .NET 8 projects, WIP .NET 8 fixes 2024-08-12 10:47:19 +02:00