Commit Graph

15 Commits

Author SHA1 Message Date
ed3d9b60df chore: refresh app icon metadata 2025-11-12 04:12:50 +11:00
cf6c14c161 docs: refresh readme and add app icons 2025-11-12 04:05:24 +11:00
b4bfbd3ef6 chore: update dependencies and add patch-package for better-sqlite3
feat: implement just-split category filter and enhance metadata parsing
fix: improve type imports and variable handling in services
2025-11-12 02:45:07 +11:00
7308e3c97c fix file by id in the parent field 2025-11-11 23:53:49 +11:00
5b2090c102 feat: add fade in/out functionality for audio segments with UI controls 2025-11-11 23:46:26 +11:00
e9c679dfaf - Updated package.json to include the UCS.csv file under the 'data' directory instead of the root.
- Modified MainApp.ts to resolve the path for UCS.csv from the 'data' directory.
- Deleted the unused test.wav file to clean up the repository.
2025-11-11 11:01:43 +11:00
d0f7b0fe18 chore: remove failing test harness 2025-11-11 10:56:41 +11:00
f4bea5e3fd feat: enhance TagService to improve tag extraction and fallback logic;
update TagEditor for category filtering and styling;
add middle click zoom reset in WaveformEditorCanvas;
refine app.css for layout adjustments
2025-11-11 10:31:32 +11:00
65ab2776eb feat: enhance TagEditor to support primary category selection and reorder categories 2025-11-11 08:25:36 +11:00
6515a30a0e feat: enhance waveform editor with playback controls and segment interaction
- Added onPlayFromCursor and playbackCursorMs props to WaveformEditorCanvas for playback control.
- Implemented visual feedback for segment selection and hover states, including color adjustments and labels.
- Introduced smooth cursor animation for better user experience during interaction.
- Enhanced segment metadata handling in types and IPC for better integration with the library.
- Added focusOnFile method in LibraryStore to manage file selection and refresh.
- Updated styles for edit mode, including new classes for waveform and playback controls.
- Introduced new IPC channel for splitting audio files and updated related interfaces.
- Added parentFileId to AudioFileSummary for tracking source files.
- Implemented tests for tagging service to ensure metadata integrity and tag preservation.
- Created scrubWorklet and assets type definitions for future audio processing features.
2025-11-11 08:19:19 +11:00
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
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
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