Geert Rademakes
|
b6467253a3
|
fix: Match Rekordbox XML format exactly - Use compact XML format without line breaks or indentation - Include only TrackID, Name, and Artist attributes for tracks - Use Count attribute instead of Entries for playlists - Set correct Count="4" on ROOT node for playlist count - Remove encoding declaration to match Rekordbox format - Export now 100% compatible with Rekordbox import/export
|
2025-08-06 13:31:46 +02:00 |
|
Geert Rademakes
|
4452a78b16
|
perf: Implement streaming XML export for large libraries - Add streamToXml function that processes data in batches - Stream songs in chunks of 100 to avoid memory issues - Write XML directly to response stream instead of building in memory - Add progress logging for large exports - Proper XML escaping for special characters - Much better performance for libraries with thousands of songs
|
2025-08-06 11:31:50 +02:00 |
|
Geert Rademakes
|
7286140bd5
|
feat: Move export functionality to backend for complete database export - Create backend XML service for generating Rekordbox-compatible XML - Add /api/songs/export endpoint that exports entire database - Frontend now calls backend API instead of local function - Exports ALL songs and playlists from database, not just loaded ones - Proper file download with correct headers and filename
|
2025-08-06 11:26:51 +02:00 |
|
Geert Rademakes
|
02ae12294c
|
feat: Show total playlist duration instead of loaded songs duration - Add totalDuration calculation in backend playlist endpoint - Update frontend to display total playlist duration - Duration now shows entire playlist length, not just loaded songs - Prevents duration from changing when scrolling through songs
|
2025-08-06 10:30:02 +02:00 |
|
Geert Rademakes
|
7fb8614130
|
feat: Major performance optimizations - Add React.memo, useMemo, and useCallback to prevent unnecessary re-renders - Implement request cancellation with AbortController to prevent memory leaks - Add debounced search to reduce API calls - Optimize song selection and playlist switching performance - Fix browser crashes and memory leaks - Add proper cleanup functions
|
2025-08-06 10:03:26 +02:00 |
|
Geert Rademakes
|
e98fdf50cb
|
bigger payload
|
2025-04-29 09:52:45 +02:00 |
|
Geert Rademakes
|
40c75d479a
|
Nice onboarding flow & reset database function
|
2025-04-25 10:42:45 +02:00 |
|
Geert Rademakes
|
3a13c24301
|
Folders working!
|
2025-04-24 23:45:14 +02:00 |
|
Geert Rademakes
|
3e8141aeba
|
Added docker compose deployments
|
2025-04-24 15:46:10 +02:00 |
|
Geert Rademakes
|
901c78990b
|
frontend AND backend bro!!
|
2025-04-24 15:28:22 +02:00 |
|