Commit Graph

10 Commits

Author SHA1 Message Date
781187c427 feat: implement audio file splitting functionality
- Added `splitFile` method to `LibraryStore` for splitting audio files into segments.
- Introduced `SplitSegmentRequest` and `SegmentMetadataInput` interfaces in models for segment metadata handling.
- Created `EditModePanel` component for editing segments, including waveform visualization and metadata assignment.
- Developed `WaveformEditorCanvas` for interactive waveform editing, supporting segment creation and resizing.
- Enhanced metadata handling in IPC with new fields for author and copyright.
- Updated styles for new components and improved UI interactions.
2025-11-11 02:45:34 +11:00
bb7d31e748 version tap v0.1.1 2025-11-06 05:25:00 +11:00
472939c7e2 Refactor SearchService: remove copyright field from CachedMetadata and AdvancedFilter 2025-11-06 04:26:43 +11:00
c5185f2c70 Refactor metadata handling: remove copyright fields from various services and components 2025-11-06 04:21:24 +11:00
fd85181983 build on version push 2025-11-06 04:01:03 +11:00
90027cf9b8 missed url 2025-11-06 03:49:43 +11:00
4a89555b62 added .github/workflows/build.yml v0.1.0 2025-11-06 03:22:55 +11:00
5a7afc533b readme + license 2025-11-06 03:19:53 +11:00
64b8152e30 Enhance project configuration and cleanup
- Updated .gitignore to include additional files and directories for better exclusion.
- Modified package.json to add new build scripts and electron-builder configuration.
- Refactored MainApp.ts for improved IPC handler management and code formatting.
- Cleaned up LibraryService.ts by removing unnecessary logging and comments.
- Adjusted App.tsx and FileList.tsx for code clarity and consistency.
- Removed redundant console logs in TagEditor.tsx and CategoryUIState.ts.
- Updated tsconfig files for module resolution consistency.
2025-11-06 02:45:29 +11:00
e5d558fd98 Initial 2025-11-06 02:27:46 +11:00