V1ck3s
ce779b3c8a
refactor: reorganize Models into subdirectories by context
...
Split monolithic MusicModels.cs (177 lines) into separate files:
- Models/Settings/ (DeezerSettings, QobuzSettings, SubsonicSettings)
- Models/Domain/ (Song, Album, Artist)
- Models/Search/ (SearchResult)
- Models/Download/ (DownloadInfo, DownloadStatus)
- Models/Subsonic/ (ScanStatus)
Updated namespaces and imports across 22 files.
Improves navigation and separates models by business context.
2026-01-08 19:57:11 +01:00
V1ck3s
fe9cb9b758
refactor: organize services by provider and standardize settings pattern
2026-01-08 19:02:44 +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
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