Commit Graph

2298 Commits

Author SHA1 Message Date
Qstick
3b7eb01918 New: Lidarr to Readarr 2020-02-29 16:58:13 -05:00
ta264
7359c2a9fa Fixed: Albums from lists allow any version 2020-02-29 19:44:07 +00:00
ta264
cd6a86bba8 Fixed: Monitor specific album option for lists 2020-02-29 19:44:07 +00:00
ta264
309b8f82e1 Speed up all albums endpoint 2020-02-29 19:44:07 +00:00
ta264
0a33fd98cc Lazyload logging 2020-02-29 19:44:07 +00:00
ta264
b50b0a1411 Swap to dapper with lazyload 2020-02-29 19:44:07 +00:00
Mark McDowall
d459a36591 Option to ignore items when removing from queue instead of removing from client 2020-02-27 21:52:31 +00:00
Mark McDowall
94ac75c6b7 Monitor and Process downloads separately
New: Queue remains up to date while importing file from remote file system
Fixed: Failed downloads still in queue won't result in failed search
2020-02-27 21:52:31 +00:00
ta264
a70e7e4778 New: Split out metadata refresh from disk rescan 2020-02-27 21:27:06 +00:00
ta264
cf15359b89 New: Watch filesystem for changes to library 2020-02-27 21:27:03 +00:00
ta264
8e4e62c17a New: Only refresh items that have updated on metadata server 2020-02-25 20:00:51 +00:00
Qstick
b319c44bbd New: Store Task StartTime, Show Duration in UI 2020-02-25 20:00:51 +00:00
ta264
fd0c673b49 Fixed: Don't check update folder writable in docker 2020-02-15 19:19:16 +00:00
ta264
39be927b40 Fixed: Rename TrackFiles in DB on artist move
Fixes #1012
2020-02-11 21:22:45 +00:00
ta264
a506125841 New: Don't require artist mapping 2020-02-11 21:22:45 +00:00
ta264
34b1d429be New: Pass DownloadClientItem to Import Specs 2020-02-11 21:22:45 +00:00
ta264
2e6094beb6 New: Update MonoTorrent from nuget 2020-02-07 17:38:53 +00:00
Qstick
f77a2feeef StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00
Qstick
63d669178d Fixed: Handle qBittorrent "moving" & "forcedDL" state 2020-01-02 19:04:58 -05:00
Qstick
c8da56749c New: Added version number to backup filename
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2020-01-02 19:01:39 -05:00
ta264
8a20c0fa83 New: Add/remove individual albums 2019-12-16 21:21:32 +00:00
ta264
6af29da4c9 New: Bump to .NET Core 3.1 2019-12-15 22:04:56 -05:00
ta264
12d8075184 Distribute fpcalc for netcore builds 2019-10-29 20:38:57 +00:00
ta264
4346c76d4f New: Multi target net framework 4.6.2 and net core 3.0 2019-10-29 20:38:57 +00:00
ta264
8aa3383e65 New: Switch to ASPNetCore Kestrel and SignalR 2019-10-29 20:38:57 +00:00
ta264
ebf4859167 Update FluentMigrator to v4 2019-10-29 20:38:57 +00:00
ta264
d8d7a2c28a New: Use sqlite package 2019-10-29 20:38:57 +00:00
ta264
4a0468e1ab New: Use dotnet tooling, produce 64bit build on windows 2019-10-29 20:38:57 +00:00
ta264
6a9887f7e2 New: Cache spotify -> musicbrainz mapping 2019-10-28 19:12:21 +00:00
ta264
add0d22e56 Fixed: Correct .gitattributes line endings setting
Correctly force checkin LF, checkout OS native
2019-10-15 17:13:16 +01:00
ta264
c919f768d9 Fixed: Handle ratelimit response from acoustid 2019-10-14 07:18:42 +01:00
ta264
9f082c849a Fixed: Consistent migration numbering 2019-10-05 22:36:33 +01:00
ta264
b0adb2035e New: Treat compile warnings as errors 2019-10-05 22:36:33 +01:00
ta264
32ced861a7 Fixed: Remove obsolete Plex HomeTheater/Client notifcations 2019-10-05 22:36:33 +01:00
ta264
9dc87762b7 Fixed: Remove obsolete XBMC HTTP notification API 2019-10-05 22:36:33 +01:00
ta264
3f8b227d76 Fixed: Prevent GetFilesByBasePath matching partial paths
When searching for /test/path it was returning files in /test/path2.
Fix by making sure to search for /test/path/
2019-10-02 21:22:46 +01:00
ta264
ea8d19a513 Fixed: Correctly page through Spotify followed artists 2019-09-25 21:48:42 +01:00
Qstick
f4e4bae465 Fixed: Artist FindById Should Find OldIds 2019-09-25 14:51:00 -04:00
ta264
55e141c44b Fixed: app.config no longer required 2019-09-23 20:04:50 +01:00
ta264
b51b0ef68a New: Make Twitter NetStandard compatible 2019-09-23 20:04:50 +01:00
ta264
3ced1843bf Changed: Remove growl and prowl 2019-09-23 20:04:50 +01:00
ta264
8ae66c17f8 New: Upgrade to ImageSharp beta 7 2019-09-23 20:04:50 +01:00
ta264
f83ceadefc New: Upgrade to netstandard xml library 2019-09-23 20:04:50 +01:00
Qstick
5b42c699ea Fixed: Pseudo Release Incorrect Naming
Fixes #987
2019-09-22 17:55:30 -04:00
Rhys Braunschweig
65f098027d Add digits to Deluge's category validator 2019-09-16 18:14:28 -05:00
Qstick
965db35db3 Fixed: RARBG links in Interactive Search
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Qstick
7717b73fdd Fixed: Recycle bin will clean up files older than 7 days and remove empty folders left behind
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Taloth Saldono
3743b023f2 Fixed: Root Folder display when free diskspace cannot be determined (FreeBSD)
closes #3275
2019-09-16 18:14:28 -05:00
Taloth Saldono
5333a469b6 Added active detection for updatecheck so we know which os/runtime versions don't need to be supported anymore. 2019-09-16 18:14:28 -05:00
Qstick
006ce9befa New: Update xmlrpcnet to 3.0.0.266 2019-09-16 18:14:28 -05:00