• Joined on 2025-01-04
michal pushed to socket at michal/ClipTrimApp 2026-02-26 15:52:44 -05:00
ad07bf7fe6 remove client test app
michal pushed to socket at michal/ClipTrimApp 2026-02-26 15:50:11 -05:00
bc40f9abe3 socket set up properly
e7f649ae0b * 'Line 1: Added 'using Newtonsoft.Json.Serialization;' to ensure that JsonPropertyAttribute is available, as it is defined in this namespace in Newtonsoft.Json.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
e34903b20f * 'Line 3: Removed the duplicate using directive for Newtonsoft.Json.Converters.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
192c959d39 * 'Line 1: Ensure both 'Newtonsoft.Json' and 'Newtonsoft.Json.Converters' namespaces are included, as JsonPropertyAttribute and StringEnumConverter are defined in these namespaces. This resolves the CS0246 error for missing JsonPropertyAttribute.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs'
60123d7450 * 'Line 37: Replaced [JsonProperty(PropertyName = path)] with [JsonPropertyName(path)] to use the System.Text.Json.Serialization.JsonPropertyNameAttribute, which is available in .NET 8 and the current project.
Compare 10 commits »
michal created branch socket in michal/ClipTrimApp 2026-02-26 15:50:11 -05:00
michal pushed to react_migration at michal/ClipTrimApp 2026-02-24 19:08:38 -05:00
8fda2a03af server playback
michal pushed to react_migration at michal/ClipTrimApp 2026-02-24 18:09:08 -05:00
47cdaa76b6 python service managment on client, port configuration
michal pushed to react_migration at michal/ClipTrimApp 2026-02-22 14:57:14 -05:00
d49ac95fa2 settings work
michal pushed to react_migration at michal/ClipTrimApp 2026-02-22 13:11:55 -05:00
f2718282c7 Merge branch 'plugin_migration' into react_migration
8f367c9264 start of migration
Compare 2 commits »
michal pushed to react_migration at michal/ClipTrimApp 2026-02-22 13:10:31 -05:00
86e30e6ec3 settings page created
michal pushed to react_migration at michal/ClipTrimApp 2026-02-21 21:15:14 -05:00
b8f26496a0 skeleton of drag and drop
michal closed issue michal/ClipTrimApp#4 2026-02-21 21:13:30 -05:00
Cleanup: IPC routing
michal commented on issue michal/ClipTrimApp#4 2026-02-21 21:13:30 -05:00
Cleanup: IPC routing

All routes are going to the backend now instead

michal pushed to react_migration at michal/ClipTrimApp 2026-02-21 20:42:22 -05:00
a761b81dd1 fully functional runtime stuff. Need settings then new features
michal pushed to react_migration at michal/ClipTrimApp 2026-02-21 11:21:19 -05:00
c1948182ec remove .vs files
michal pushed to plugin_migration at michal/ClipTrimApp 2026-02-21 11:15:15 -05:00
8f367c9264 start of migration
michal created branch plugin_migration in michal/ClipTrimApp 2026-02-21 11:15:15 -05:00
michal pushed to react_migration at michal/ClipTrimApp 2026-02-21 09:02:25 -05:00
9af8626dab include stream deck plugin
michal pushed to react_migration at michal/ClipTrimApp 2026-02-20 20:21:16 -05:00
60355d176c collection list, move, delete
michal pushed to react_migration at michal/ClipTrimApp 2026-02-17 18:10:45 -05:00
d6f4d4166b metadata fixes, redux start. Lifecycle fixes for regions, etc
michal pushed to react_migration at michal/ClipTrimApp 2026-02-14 11:57:25 -05:00
f9fdfb629b fix python instance init, remove and edit clip meta, add meta on record
michal pushed to react_migration at michal/ClipTrimApp 2026-02-14 11:24:23 -05:00
f3b883602e python service http refactor start