-
-
Notifications
You must be signed in to change notification settings - Fork 319
0.7 #967
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Wrap any exception thrown in a LidarrStartupException to trigger the existing bootloop code. We have to catch the generic Exception class since FluentMigrator rethrows all exceptions as a generic Exception.
Fixes error in manual import page when Tracks is missing. Fixes Sentry LIDARR-UI-1GC
* Fixed: Artist only marked as refreshed if Albums/Tracks refreshed also * Fixed: Skip album releases with no valid tracks * Fixed: Don't add albums with no valid releases * Fixed: Remove Albums with no valid releases
Co-Authored-By: Mark McDowall <[email protected]>
Co-Authored-By: Mark McDowall <[email protected]>
* New: Unmapped files view Displays all trackfiles that haven't been matched to a track. Generalised the file details component and adds it to the album details screen. * Add sorting by quality * New: MediaServiceTests & MediaRepoTests
* New: Swap to ImageSharp for image resizing to avoid leaks Stop resizing album images also * Fixed: MediaCoverModule falls back to fullsize for png and gif too * Fixed: Look for all image extensions in DeleteBadMediaCovers.cs
It fails due to requring secrets not available on forked PRs
Simplify entity equality code and enfore db/metadata split Use a nuget package to remove boilerplate code that needs careful update when adding/removing fields. Add tests to enforce that all fields are allocated to 'UseMetadataFrom' or 'UseDbFieldsFrom' to make metadata refresh more foolproof. Fix NRE when tracks are merged because artist wasn't set. Fix NRE when tracks are merged and the merge target wasn't yet in the database.
It's not crucial so if it fails don't take out the whole import process.
…Also bumped minimum mono version check to 5.16 (5.20 is the best choice atm)
* Centralize version numbers * Fixed: Run UpdateVersionNumber on Package (For Separate Jobs)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Database Migration
YES | NO
Description
A few sentences describing the overall goals of the pull request's commits.
Todos
Issues Fixed or Closed by this PR