This website requires JavaScript.
Explore
Help
Sign In
master
/
rekordbox-viewer
Watch
1
Star
0
Fork
0
You've already forked rekordbox-viewer
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
rekordbox-viewer
/
packages
History
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
..
backend
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
frontend
fix: Add Vite proxy configuration for API requests - Configure proxy to forward /api requests to backend on localhost:3000 - Fixes export function receiving HTML instead of XML - Ensures frontend can properly communicate with backend API - Restart frontend dev server required for proxy to take effect
2025-08-06 12:58:58 +02:00