Commit Graph

  • d3d5270889 closes #6 react_migration michalcourson 2026-03-03 17:47:45 -05:00
  • 017a2ae5a4 multiline clip name michalcourson 2026-03-01 17:47:59 -05:00
  • 791abef1ef better auto focus for delete michalcourson 2026-03-01 17:35:24 -05:00
  • 31cc3079a8 kinda bad, but functional delete on enter michalcourson 2026-03-01 17:31:14 -05:00
  • 5e50b29625 trimmer jsx cleanup michalcourson 2026-03-01 17:27:12 -05:00
  • d37cd773f8 proper closing, metadata file locations moved michalcourson 2026-03-01 13:48:31 -05:00
  • 801966e8d8 fix duplicate sockets, fix dll build error michalcourson 2026-03-01 10:23:54 -05:00
  • 39395fd846 system tray and package config michalcourson 2026-02-28 19:09:45 -05:00
  • 510b92f669 wavesurfer lazy loading michalcourson 2026-02-28 17:28:49 -05:00
  • aefb3f2648 Merge branch 'socket' into react_migration michalcourson 2026-02-28 17:04:44 -05:00
  • a613b26ba8 remove pycache Michal Courson 2026-02-28 17:04:11 -05:00
  • 7a471041e7 port selection on plugin socket Michal Courson 2026-02-28 17:01:59 -05:00
  • ab57d8ef22 socket in client, new set of icons michalcourson 2026-02-28 11:17:37 -05:00
  • 69c9d80a82 plugin work, page navigation, reticks Michal Courson 2026-02-26 20:02:22 -05:00
  • 8c83819a17 faster socket, clean up on plugin Michal Courson 2026-02-26 17:38:50 -05:00
  • ad07bf7fe6 remove client test app Michal Courson 2026-02-26 15:52:04 -05:00
  • bc40f9abe3 socket set up properly michalcourson 2026-02-26 15:48:41 -05:00
  • 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' michalcourson 2026-02-24 21:16:25 -05:00
  • e34903b20f * 'Line 3: Removed the duplicate using directive for Newtonsoft.Json.Converters.' in file 'stream_deck_plugin\ClipTrimDotNet\Client\ClipMetadata.cs' michalcourson 2026-02-24 21:16:18 -05:00
  • 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' michalcourson 2026-02-24 21:16:12 -05:00
  • 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. Line 40: Replaced [JsonProperty(PropertyName = index)] with [JsonPropertyName(index)] to use the correct attribute from System.Text.Json.Serialization. Line 42: Replaced [JsonProperty(PropertyName = playtype)] with [JsonPropertyName(playtype)] to use the correct attribute from System.Text.Json.Serialization. Line 45: Replaced [JsonProperty(PropertyName = volume)] with [JsonPropertyName(volume)] to use the correct attribute from System.Text.Json.Serialization. Line 5: Replaced the using directive for Newtonsoft.Json with System.Text.Json.Serialization, as the project does not reference Newtonsoft.Json and should use System.Text.Json.Serialization.JsonPropertyNameAttribute instead.' in file 'stream_deck_plugin\ClipTrimDotNet\Player.cs' michalcourson 2026-02-24 21:16:05 -05:00
  • 8265951bd4 Move assembly metadata to .csproj and clean AssemblyInfo.cs michalcourson 2026-02-24 21:15:31 -05:00
  • 757d5ef1a7 Update package versions in ClipTrimDotNet.csproj michalcourson 2026-02-24 21:15:29 -05:00
  • d78c49d0ad Update ClipTrimDotNet.csproj dependencies to latest versions michalcourson 2026-02-24 21:14:40 -05:00
  • 089023e7cf Refactor ClipTrimDotNet.csproj to SDK style and .NET 8 michalcourson 2026-02-24 21:14:28 -05:00
  • db97747f2e Commit upgrade plan michalcourson 2026-02-24 21:13:55 -05:00
  • 1e7141c43f some tests michalcourson 2026-02-24 21:11:26 -05:00
  • 8fda2a03af server playback michalcourson 2026-02-24 19:08:27 -05:00
  • 47cdaa76b6 python service managment on client, port configuration michalcourson 2026-02-24 18:08:58 -05:00
  • d49ac95fa2 settings work michalcourson 2026-02-22 14:57:04 -05:00
  • f2718282c7 Merge branch 'plugin_migration' into react_migration michalcourson 2026-02-22 13:11:40 -05:00
  • 86e30e6ec3 settings page created michalcourson 2026-02-22 13:10:22 -05:00
  • b8f26496a0 skeleton of drag and drop michalcourson 2026-02-21 21:15:06 -05:00
  • a761b81dd1 fully functional runtime stuff. Need settings then new features michalcourson 2026-02-21 20:42:11 -05:00
  • c1948182ec remove .vs files michalcourson 2026-02-21 11:21:11 -05:00
  • 8f367c9264 start of migration plugin_migration michalcourson 2026-02-21 11:15:02 -05:00
  • 9af8626dab include stream deck plugin michalcourson 2026-02-21 09:02:16 -05:00
  • 60355d176c collection list, move, delete michalcourson 2026-02-20 20:21:08 -05:00
  • d6f4d4166b metadata fixes, redux start. Lifecycle fixes for regions, etc michalcourson 2026-02-17 18:10:38 -05:00
  • f9fdfb629b fix python instance init, remove and edit clip meta, add meta on record michalcourson 2026-02-14 11:57:12 -05:00
  • f3b883602e python service http refactor start michalcourson 2026-02-14 11:24:09 -05:00
  • 5516ce9212 draggables, ipc stuff michalcourson 2026-02-11 19:42:52 -05:00
  • 0346efd504 styling and building out trimmer component michalcourson 2026-02-07 10:25:53 -05:00
  • c292350b25 use wavesurefer and some styling michalcourson 2026-02-06 19:46:33 -05:00
  • 17bace5eaf start of react migration michalcourson 2026-02-04 20:42:14 -05:00
  • 51ad065047 initial master michalcourson 2026-02-04 18:13:56 -05:00