Commit Graph

362 Commits

Author SHA1 Message Date
Qstick d8f11bc3cb Replace unicode brackets 2023-02-04 19:30:54 -06:00
Qstick dbb6ef7664 New: Custom Formats
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
2023-02-03 21:11:54 -06:00
servarr[bot] ad3a58c422 New: Parse version with a space before 'v''
* New: Parse anime version with a space before 'v'

(cherry picked from commit e9123982f33ab35ca022f91f345da05fef23d6dc)

* Delete AnimeVersionFixture.cs

Co-authored-by: Mark McDowall <mark@mcdowall.ca>
Co-authored-by: Qstick <qstick@gmail.com>
2022-09-26 16:55:34 -05:00
ta264 f5cbab6ac9 Fixed: Exception tagging audio files on import
Fixes #1523
2022-02-15 21:51:23 +00:00
ta264 3a360d7a1e Fixed: Contain memory usage during library import 2022-02-09 20:59:34 +00:00
ta264 c0e193dd1f Fixed: Improve fuzzy matching algorithm to match around word boundaries
Fixes READARR-C1
2022-01-24 20:58:00 +00:00
ta264 ecf1e1a130 Fixed: Error splitting subtitle from book title
Fixes #1473
Fixes READARR-39N
Fixes READARR-3ES
Fixes READARR-6CM
2022-01-24 20:58:00 +00:00
ta264 62a3355546 Remove unused code 2022-01-21 13:28:04 +00:00
ta264 ec0e930a54 New: Goodreads listopia import list 2021-11-11 11:08:43 +00:00
ta264 4541d3d3b0 Fixed: Parse search results using edition titles also
Fixes #1154
2021-07-30 19:51:21 +01:00
ta264 7f8dc3d2b4 New: Optionally display authors as LastName, FirstName in index
Fixes #1062
2021-07-22 20:35:01 +01:00
ta264 7fda41c18b New: Better matching of books with subtitles 2021-06-11 14:36:15 +01:00
ta264 9fb7a1051e Rename MP3-320 to MP3 2021-05-28 06:49:08 +01:00
ta264 3abda061ba New: Detect audio vs text from newznab categories 2021-05-28 06:49:08 +01:00
ta264 065f03a01a Add M4B and Unknown Audio qualities 2021-05-28 06:49:08 +01:00
ta264 f6a04f7890 New: Basic audiobook support 2021-05-28 06:49:08 +01:00
ta264 96db74494a Fixed: Sort authors by lastname, firstname 2021-05-15 08:51:35 +01:00
nitsua d87bf5ae63 Localization framework 2021-04-29 08:58:43 +01:00
ta264 404da4ae22 Fixed: Handle parsing books with multiple authors properly 2021-04-12 19:49:32 +01:00
ta264 8ec13f5ead Fixed: Better aggregation of calibre data 2021-04-12 19:49:32 +01:00
ta264 98611c7d02 New: Release parser improvements 2021-03-22 21:28:14 +00:00
ta264 32833b5fc4 Fixed: Parsing [book] by [author] 2021-02-12 19:47:15 +00:00
ta264 1cdcfe25c0 Fixed: Improve parser when release has colons in title 2021-02-12 19:41:18 +00:00
Qstick 93ba5ade9e Cleanup Conflicts in Sonarr/Lidarr Pulls
Co-Authored-By: Robin Dadswell <19610103+RobinDadswell@users.noreply.github.com>
2021-01-28 23:43:19 -05:00
Taloth Saldono 36685edd49 Fixed: Exception when parsing Quality in release title with colon
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Qstick 84ff9abf44 Fixed: Added .org to website url filtering in parser
Co-Authored-By: Taloth <Taloth@users.noreply.github.com>
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Qstick 97e6240177 Fixed: Remove website post fix before parsing
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Taloth Saldono 6943cc0011 Added Norwegian Bokmal alias
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Mark McDowall d33d27a55f Remove website prefixes with dashes in URL
Signed-off-by: Robin Dadswell <robin@dadswell.email>
2021-01-28 23:43:19 -05:00
Dtaggart 916acdb81a New: Index priority 2020-09-27 14:40:21 +01:00
ta264 5f2d57f33b Fixed: Goodreads import lists 2020-07-03 22:26:06 +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
Qstick 307989aab7 More Fun in Core with Naming 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 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 a506125841 New: Don't require artist mapping 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 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 c919f768d9 Fixed: Handle ratelimit response from acoustid 2019-10-14 07:18:42 +01:00
Qstick c4fd06949b Fixed: Cleaning percent signs from release names
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Qstick 5a1ca9a42f Fixed: Clean more release group names
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
Qstick c4a4b7abab Changed: Simplified more RegexReplace instances
Co-Authored-By: taloth <taloth@users.noreply.github.com>
2019-09-16 18:14:28 -05:00
ta264 91ddabe5dd Fixed: Catch exceptions looking up fingerprints
It's not crucial so if it fails don't take out the whole import process.
2019-08-29 19:35:21 +01:00
ta264 a0a96911f8 Fixed: Use correct ID to search for Albums 2019-08-02 19:22:21 +01:00
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
2019-08-02 07:50:09 -04:00
Qstick 2f1290d488 Fixed: Correctly handle Repack Releases 2019-07-27 13:14:51 -04:00
ta264 5b4ab75220 Fixed: Add timeout to fingerprinting API request 2019-07-27 07:31:47 +01:00
Qstick 6dd8df43ca Fixed: Incorrect parsing of APE and OPUS in some cases
Fixes #847
2019-07-06 18:22:12 -04:00