V1ck3s
fe9cb9b758
refactor: organize services by provider and standardize settings pattern
2026-01-08 19:02:44 +01:00
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
55727f206f
fix: artist, album, songs image problem fixed with new ID format
2025-12-13 18:06:37 +01:00
V1ck3s
d183853cb2
feat: improve downloaded files organization
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
ad15e10ea6
test: add unit tests for DeezerMetadataService and LocalLibraryService
...
- Add DeezerMetadataServiceTests with mocked HTTP responses
- Add LocalLibraryServiceTests for song ID parsing and registration
- Configure xUnit test project with Moq and MVC Testing packages
2025-12-13 18:06:37 +01:00