ta264
1ab8c5a7bb
Fixed: Embedding album art on import
...
On import the album release is adjusted, which triggers an
AlbumEditedEvent which in turn coverts media cover urls to local
urls. The addition of ?lastWrite=xxx broke the calculation of
extenions from the URL. To fix, only set the extension and don't
update the extension if url is changed.
5 years ago
ta264
3c1b3434c7
Fixed: Build on mono 6
...
Removed LogEntries which is unused
5 years ago
ta264
a35f965d31
New: Write genres and album art to track file tags
5 years ago
ta264
8d780f4057
Fixed: Don't force images to JPG and fix Kodi album art filenames
5 years ago
Qstick
8b860bcb82
Changed: Remove Language Profiles ( #870 )
...
* Changed: Remove Language Profiles
* fixup! Changed: Remove Language Profiles
* fixup! Changed: Remove Language Profiles
* Remove unused method in FileNameBuilder
* Fixed: Cleanup Int Converter Copy/Paste Issues and Grammar
5 years ago
ta264
fb26ff286d
New: Bump Newtonsoft.Json to 12.0.2
5 years ago
Qstick
2f1290d488
Fixed: Correctly handle Repack Releases
5 years ago
ta264
23316329ed
New: Allow monitoring all albums for import list artist
5 years ago
ta264
8e777025cb
Proposal: Length is definitive, fallback to modified if no length
5 years ago
Qstick
2be52c22d6
Fixed: Backup Mediacover Existing Check to Length if No Modified Date
5 years ago
ta264
814e44b7e4
Fixed: Actually refresh media covers
5 years ago
ta264
61b6572f61
Fixed: Failure re-adding a deleted artist
5 years ago
Qstick
5defb69eb6
Fixed: Tracked Download Cache Keeps Deleted Albums ( #811 )
...
* Fixed: Tracked Download Cache Deleted Albums
* Add a test
5 years ago
ta264
77d02a03a0
Add artist refresh completed event
...
Always fires unlike update, which only fires on actual update. Use
this to make sure media covers are up to date on refresh
5 years ago
ta264
8160f3d84a
Fixed: Simplify ArtistMetadataRepository
5 years ago
ta264
0b7a42ee3b
New: Refactor metadata update
5 years ago
ta264
f5c1858d4c
Fixed: UpdateAlbums was a duplicate of UpdateMany
5 years ago
ta264
76db27e8c2
New: Add old ids, artist aliases and genres
5 years ago
ta264
343b27b886
Fixed: Update modified times as well as sizes
5 years ago
ta264
da2b36514a
Fixed: Prevent two TypeExclusive commands running at once
...
The check was bypassed if a disk access command was running at the
same time.
5 years ago
ta264
368363de96
Fixed: Prevent two Artists pointing to same ArtistMetadata
5 years ago
ta264
b62e27634a
Disable failing parser test
5 years ago
ta264
93f7acfd32
Fixed: Update service test
5 years ago
ta264
736fddd0d8
Fixed: Failing skyhook search test
...
New search server with dismax parser will match EF
5 years ago
Taloth Saldono
84f707c51b
Removed Nyaa Integration tests and increased logging detail during integration tests.
5 years ago
ta264
59b40bd032
Fixed: one_to_one test if system timezone isn't UTC
5 years ago
ta264
2284313d4d
Fixed: Failing update test on Linux
5 years ago
ta264
ea2e8e499d
Fixed: Failing history test
5 years ago
ta264
2c0d272c54
Fixed: Removed failing test no longer in Sonarr
...
As far as I can tell you wouldn't expect this to pass. Setting the
path is handled by AddArtistService, not ArtistService. This file is
present in the Sonarr tree but not included in the project.
5 years ago
Qstick
659844eeba
New: Don't Execute Certain Command Types In Parallel ( #855 )
5 years ago
ta264
b4fc4e88a5
Fixed: UseRealHttp following addition of MetadataRequestBuilder
5 years ago
ta264
12b73830d3
New: Moq to 4.12
5 years ago
Qstick
6dd8df43ca
Fixed: Incorrect parsing of APE and OPUS in some cases
...
Fixes #847
5 years ago
ta264
447bf63a4d
Fixed: Correctly delete trackfiles on AlbumDeletedEvent
...
GetFilesByAlbum performs a join on the album releases under the hood,
which won't be populated once the album is deleted. Fix by providing
a special delete method which omits the join and just looks at albumId.
5 years ago
Qstick
184ab745ae
Fixed: Only fix cleanName when fix is needed
...
Avoid hitting DB for every artist on clean name housekeeper
Co-Authored-By: taloth <taloth@users.noreply.github.com>
5 years ago
ta264
8cd9ab4a9f
Add: option to skip automatic redownload when removing from queue ( #734 )
...
* Add: option to skip automatic redownload when removing from queue
* Add tests for RedownloadFailedDownloadService
* Fix formatting
* Make re-download dialog conditional
6 years ago
Qstick
4eb815aa0e
New: Migrate to PackageReference Format
6 years ago
Qstick
5ae1ab14f7
New: AutoMoq to 2.0.0
6 years ago
Qstick
32307ac5e7
New: Update Unity to 4.0.1
6 years ago
Qstick
70155cae18
New: Target .net 4.6.2
6 years ago
Qstick
c1e1741957
Fixed: MediaFileTableCleanup Test Failing
6 years ago
ta264
166fc90454
New: Only scan files that are new or updated ( #760 )
...
* New: Only scan files that are new or updated
Pass through filter correctly
Add more tests
Add tests for migration 30
* Fix windows disk provider
* Don't publish deleted event for unmapped file
* Fix test on windows
6 years ago
ta264
adfaec3864
Fixed: Fingerprinting service swallows UnexpectedHtmlContentException ( #808 )
6 years ago
ta264
d381bab9d9
New: Fetch all albums from metadata and filter client-side ( #803 )
...
* Retrieve all albums from metadata and filter client-side
Should significantly increase the proportion of artist requests hitting
cloudflare cache
* Add tests for album filtering
6 years ago
ta264
801ece337c
Fixed: Map dsm shared folder to full path in status ( #797 )
...
* Fixed: Map dsm shared folder to full path in status
* Add tests
6 years ago
Qstick
add32ff9f3
Fixed: Lidarr Lists use correct metadata server ( #800 )
6 years ago
Qstick
35c19dac5f
Fixed: Cache Album covers local ( #780 )
...
* Fixed: Cache Album covers local
* Fixed: Maxsize is handled by the backend mapping
* Fixed: Store Album covers seperate from ArtistId
6 years ago
Qstick
e9dfdab907
New: Use NZBget's FinalDir if set by post-processing script
6 years ago
Qstick
970d46512e
Fixed: Don't treat NZBs rejected by SABnzbd as successful
6 years ago
ta264
4093a4f846
Swap to lidarr taglib fork ( #786 )
6 years ago