Commit Graph

1258 Commits

Author SHA1 Message Date
ta264 2f8ac793ff New: Refresh button on book page that bypasses cache 2020-09-03 21:36:28 +01:00
ta264 9100191ad0 New: Ensure covers up to date with Goodreads 2020-09-02 21:51:49 +01:00
ta264 709a945531 Fixed: Error fetching paged records from API without a sort key
(cherry picked from commit 53f1857e6349fc4c674dbaec50b0dda681f073ae)
2020-09-02 16:39:18 +01:00
ta264 737bde0c5c Fix test 2020-08-25 22:20:04 +01:00
ta264 220808a7c4 Fixed: Import list import error 2020-08-19 22:44:06 +01:00
Taloth Saldono e39fee9209 Skip unknown/removed commands still queued in the database 2020-08-19 21:50:42 +01:00
ta264 01290965c5 Fix test 2020-08-19 19:16:54 +01:00
ta264 2ce12e1a7e Move runtime copy into a separate target 2020-08-17 21:29:26 +01:00
ta264 ea909c6d99 Bump net core to 3.1.7 2020-08-14 06:35:58 +01:00
ta264 4cc09a7cc0 Fix test 2020-08-13 20:44:49 +01:00
ta264 e1862653f9 Fixed: Don't strip apostrophes 2020-08-05 22:35:26 +01:00
ta264 46c0e3c481 Ignore book-search test 2020-08-05 21:47:04 +01:00
ta264 919a807c72 Fix fingerprinting tests 2020-08-04 14:53:32 +01:00
ta264 5f2d57f33b Fixed: Goodreads import lists 2020-07-03 22:26:06 +01:00
Qstick 222157150c Use new fluentmigrator prerelease feed, update to alpha 289 2020-07-02 19:40:28 +01:00
ta264 c1b9590df2 Bump to net core 3.1.5, update packages 2020-07-02 19:40:28 +01:00
ta264 ac73b9711a Fixed: Parsing books written before year 1 2020-07-02 19:40:28 +01:00
ta264 3fa605177c New: Cache goodreads responses 2020-07-01 21:16:07 +01:00
ta264 45d49117ca New: Use Goodreads directly, allow multiple editions of a book (new DB required) 2020-07-01 21:16:07 +01:00
ta264 22679d6187 Fixed: Missed list monitor type rename 2020-05-20 22:05:01 +01:00
Qstick 307989aab7 More Fun in Core with Naming 2020-05-19 21:50:37 +01:00
Qstick 3ae3c9dfc1 New: Improve Newznab Searching (Book-Search Caps, ISBN Search) 2020-05-19 21:50:37 +01:00
Qstick ee4e44b81a Method, Variable, Class Renames in Readarr.Api 2020-05-19 21:50:37 +01:00
Qstick 8547af9fae Method, Variable, Class Renames in Readarr.Core
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2020-05-13 20:42:22 -04:00
ta264 49d3c27647 Fix mono version checks and mono test checks 2020-05-10 11:36:23 +01:00
ta264 08496c82af New: Readarr 0.1 2020-05-09 22:24:45 +01:00
Qstick 3b7eb01918 New: Lidarr to Readarr 2020-02-29 16:58:13 -05:00
ta264 b50b0a1411 Swap to dapper with lazyload 2020-02-29 19:44:07 +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 8e4e62c17a New: Only refresh items that have updated on metadata server 2020-02-25 20:00:51 +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
Qstick f77a2feeef StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -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 9f5dac3789 Fixed: Convert MonoOnly to PosixOnly 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 c919f768d9 Fixed: Handle ratelimit response from acoustid 2019-10-14 07:18:42 +01:00
ta264 c69733a0c9 Fixed: Mock AcoustId responses so tests don't fail when API down 2019-10-14 07:18:42 +01:00
ta264 2e127d721c Fixed: Remove obsolete HttpProvider 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