ta264
2318c43536
New: Option to control which new artist albums get monitored
...
(cherry picked from commit c51ae664aa6e6f5330be67e68476af76c55352f5)
3 years ago
PearsonFlyer
3e26424797
New: Add Validations for Recycle Bin Folder
...
Fixes 1794
(cherry picked from commit fd4fb88ce1efa8f673c74f04cd632a3f607565c4)
3 years ago
ta264
dd3ea74db2
Fixed: Error changing artist metadata profile
3 years ago
Qstick
8e9a85557e
Fixed: No Artist images when adding single Album
4 years ago
Qstick
d198c9987e
Fixed: Don't fail entire import if Validation error on list item
...
Fixes #2021
Fixes #2133
4 years ago
Qstick
b9f91db3ae
New: Speed up Bulk Artist Deletions
4 years ago
Qstick
774a3597de
New: Remove AlbumFolder, Support Nested Track Format
4 years ago
Qstick
2e4b168985
Improve use of All() for Path related queries
4 years ago
ta264
085b07a9c6
Always scan after manual refresh
4 years ago
ta264
2982478dba
Trigger fewer signalr broadcasts
...
(cherry picked from commit b05b7ec4ad9368c8c3ae5ff5316caf5d23e24191)
4 years ago
Qstick
04aebab774
Fixed: Moving artist folders in subfolders of the root folder when destination subfolder was missing
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
4 years ago
Qstick
dbdc805e80
Remove unnecessary usings
4 years ago
ta264
7aa3ad10ef
Fixed: Don't search twice for new albums on new artists
4 years ago
ta264
dce69212fc
Speed up all albums endpoint
4 years ago
ta264
12d6b5ee9a
Fixed: Don't refresh and rescan artist when new album added
...
Speeds up adding a single album to an existing artist. Should help
reduce the number of full rescans being triggered also - an added
album was triggering one.
4 years ago
ta264
53c0ffd129
Swap to dapper with lazyload
4 years ago
ta264
a49955e692
Fixed: Don't rescan folders for each artist added via a list
4 years ago
ta264
fb88017821
Fixed: Don't scan all folders on artist add
4 years ago
ta264
95cfa0d09a
New: Split out metadata refresh from disk rescan
4 years ago
ta264
a2ba8e76bb
New: Watch filesystem for changes to library
4 years ago
ta264
87d29ec978
New: Only refresh items that have updated on metadata server
4 years ago
ta264
4f5a0b7afd
Fixed: Update file paths correctly when moving artist
...
Fixes #1088
4 years ago
ta264
be4e748977
New: Don't require artist mapping
4 years ago
Qstick
a4b78b44ce
StyleCop ( #1058 )
...
* Stylecop Rules and Fixes
4 years ago
ta264
0bde5fd9e5
New: Add/remove individual albums
4 years ago
Qstick
81ffc4e28f
Fixed: Artist FindById Should Find OldIds
4 years ago
Qstick
2d0bd47de3
Fixed: Pseudo Release Incorrect Naming
...
Fixes #987
4 years ago
ta264
2097bfff94
Fixed: Null reference exceptions on update
...
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.
5 years ago
ta264
4413c7e46c
New: Unmapped files view ( #888 )
...
* 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
5 years ago
ta264
0352f8d3ff
Fixed: Faster artist endpoint ( #874 )
...
* Fixed: Speed up AllArtist API endpoint
* New: Display UI before artists have loaded
* Add test of new repository methods
5 years ago
ta264
c898a18d31
Fixed: Set remote album ID so we don't always think album updated
5 years ago
ta264
1dcccf2683
Fixed: Frontend updates when selected album release changed
5 years ago
ta264
e9ced07b28
Fixed: Old foreign id query too permissive
5 years ago
ta264
a35f965d31
New: Write genres and album art to track file tags
5 years ago
ta264
a0a96911f8
Fixed: Use correct ID to search for Albums
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
814e44b7e4
Fixed: Actually refresh media covers
5 years ago
ta264
61b6572f61
Fixed: Failure re-adding a deleted artist
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
Qstick
8a8799176f
New: Setting monitor None when adding arist will unmonitor artist
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
Qstick
a4a3bc5127
New: Don't overwrite Images/Overviews if new is blank
6 years ago
ta264
045a3ce404
Fixed: Skip albums and releases with no valid tracks ( #754 )
...
* 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
6 years ago
Qstick
1bcee3ba97
Fixed: ArtistRepo Cleanup
6 years ago
ta264
580641a600
Fixed: Don't attempt to insert duplicate ids or monitor multiple releases ( #684 )
6 years ago
ta264
bf32512fa2
Fixed: Make artist stats update when album (un)monitored ( #673 )
6 years ago