V1ck3s
5d03f86872
feat: add download mode option (Track/Album) for Deezer downloads
...
Closes #10
2026-01-06 22:53:43 +01:00
V1ck3s
3fd98ea3de
feat: add explicit content filter for Deezer tracks ( #22 )
2026-01-06 21:59:00 +01:00
V1ck3s
2d69a5c33e
refactor: update comments and documentation to English for consistency
2025-12-13 18:06:37 +01:00
V1ck3s
c909458bee
feat: add metadatas to file after download
2025-12-13 18:06:37 +01:00
V1ck3s
9b398c7484
feat: replace OpenSSL with native Blowfish decryption and add library rescan
...
- Replace OpenSSL subprocess with BouncyCastle native Blowfish CBC decryption
- Add automatic Subsonic library scan trigger after downloads (with 30s debounce)
- Improve error handling in DeezerMetadataService search methods
- Add comprehensive tests for download service, metadata service, and library service
- Increase test coverage from 13 to 32 tests
2025-12-13 18:06:37 +01:00
V1ck3s
8aa9c2d437
feat: implement DeezerDownloadService with Blowfish decryption
...
- Port JavaScript DeezerDownloader to C#
- Add Deezer API authentication with ARL token
- Implement track download via media.deezer.com API
- Add Blowfish CBC decryption for encrypted chunks (uses OpenSSL)
- Add rate limiting and retry with exponential backoff
- Update config for Deezer ARL tokens
- Configure Subsonic URL to 192.168.1.12:4533
2025-12-13 18:06:37 +01:00
V1ck3s
6b07ac7646
feat: add subsonic proxy architecture with external music services
...
- Add MusicModels (Song, Artist, Album, SearchResult, DownloadInfo)
- Add IMusicMetadataService and DeezerMetadataService for external search
- Add IDownloadService and DeezspotDownloadService for downloads
- Add LocalLibraryService for managing downloaded songs cache
- Add custom endpoints: search3, stream, getSong, getAlbum, getCoverArt
- Configure dependency injection for all services
2025-12-13 18:06:37 +01:00
V1ck3s
17769e2c28
feat: add subsonic all in one endpoint, subsonic settings configuration and CORS policy
2025-09-21 16:22:18 +02:00