Qstick
d178dce0d3
Fixed: Backend/Frontend Cleanup
2019-06-30 00:58:54 -04:00
Qstick
8a9e2dc90d
New: Loads of Backend Updates to Clients and Indexers
2019-06-16 16:04:38 -04:00
Leonardo Galli
7756b03555
Fixed: a after a shortened word is not removed correctly for matching. Fixes ##3487
2019-05-02 13:18:28 +02:00
Qstick
dbf12e1fa4
Fixed: Word Boundary on Edition ( #3382 )
2019-02-24 18:03:42 +01:00
Leonardo Galli
4015ff08a6
@cosmetic Added Parsing Library: A dotnet library that "exports" our parsing interface.
2019-02-18 00:09:41 +01:00
Leonardo Galli
6d3cff85ae
Fixed: Unable to parse movies from 1800s.
...
Fixes #3271
2018-12-30 13:55:45 +01:00
Qstick
92b5822a39
New: Remove Pre, postbot, xpost suffixes from release groups ( #3220 )
2018-12-07 11:22:06 +01:00
Leonardo Galli
64e8fde0e1
Fixed: ImdbIds not being padded with zeroes, which messes up matching.
2018-09-11 23:47:00 +02:00
Leonardo Galli
b865103871
Fixed: Languages not showing up correctly.
2018-08-07 17:36:50 +02:00
Leonardo Galli
77f146b262
Added: Ability to add custom formats, working similar to qualities. ( #2669 )
...
Originally called project metis, this feature allows you to do a lot of cool stuff, such as upgrading to a x265 encode, downloading releases with multiple languages, etc. Check out the wiki page at: https://github.com/Radarr/Radarr/wiki/Custom-Formats to learn more! Note: This feature is currently in "beta" and will get more tags and features in the future. Please let me know, if you have any issues and I hope this will allow for a lot of customization!
2018-08-05 16:28:05 +02:00
Qstick
25e10e26e3
Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) ( #2589 )
2018-03-14 21:41:36 +01:00
Leonardo Galli
1dbb856ced
Fixed: Apostrophe getting replaced by an empty string causing no search results.
...
Fixes #1505
2018-02-15 15:21:15 +01:00
MangaValk
4d8a270170
Fixed: Parser error when using `(year) name` folder ( #1956 ) ( Fixes #1951 )
2017-08-19 00:24:41 +02:00
Leonardo Galli
1f4c2ad946
Fixed: A as part of an acronym being removed from clean title. Fixes #1747
2017-07-01 11:01:48 +02:00
Leonardo Galli
6d033c57f4
Added: More detailed descriptions why a movie was not able to be mapped. ( #1696 )
...
Added: Option to make mapping more lenient. This should practically allow all movies to be correctly mapped. Though it also opens the path for movies being wrongly mapped! (So it is a toggable option)
Added: Improved edition parsing. Now almost all releases should have the correct edition, even ones with no year, etc.
2017-06-18 23:12:14 +02:00
Leonardo Galli
d6cf53e12c
Added: Options to make parsing more lenient. (Adds support for some german and french releasegroups) ( #1692 )
...
Fixes #1676 . Fixes #1632 .
2017-06-17 15:02:58 +02:00
Leonardo Galli
58e81a916c
Fixed error when language is present in title, but has dots instead of spaces. For example The.Danish.Girl.2015
2017-05-06 15:26:35 +02:00
Leonardo Galli
b05d505bce
Fixed Final in titles parsing as an edition.
2017-05-02 22:15:03 +02:00
Leonardo Galli
7c3d8c8ff9
Added multiple new editions such as FanEdit, Anniversary and 2in1.
2017-04-19 21:02:01 +02:00
Leonardo Galli
10091b9454
Movies with Umlauts are now correctly matched and have correct CleanTitles.
...
An update library is recommended. Fixes #1338
2017-04-17 13:08:47 +02:00
Leonardo Galli
b26a036eed
Fix when MovieTitle is the empty string (should not occur, but what evs)
...
Fixes #1389
2017-04-16 00:26:16 +02:00
Leonardo Galli
c36b259fa9
Fixes an issue where the semicolon and space afterwards was replaced.
...
This caused issues with cleaning the title afterwards. Fixes #1185
2017-04-13 10:27:00 +02:00
geogolem
3f438563b8
incorrect check for imdbId prefix
2017-03-09 13:58:25 -05:00
Devin Buhl
571730ddec
Onedr0p/3 8 17 ( #1087 )
...
* Move ToUrlSlug to Parser, fix issue with trakt lists that have non-alphanumeric characters
* Move "Add movies" link in nav to the first link
* String interpolation!
* Add Limit to Trakt List Settings to limit the amount of movies returned, 50 by default
* Updates to FailedDownload
* Update DownloadService and CompleteDownloadService
2017-03-08 19:00:00 -05:00
Leonardo Galli
b9eab860f5
Fixed the parser for movies with A.
...
Fixes some parser issues.
2017-03-08 19:10:04 +01:00
Devin Buhl
b81d8c4678
Correct DownloadDescisionMaker to use ImdbId, and update the ui a little. ( #1068 )
...
* Update variable names, also pass imdb to parsing service from downloaddescisionmaker
* Changes to the DownloadDescisionMaker to use ImdbId when looking for movie. Should fix a lot of Unknown Movie errors.
* Add movie link to nav bar, update Movies image to be fa-film :) Minor UI change.
2017-03-07 18:29:02 -05:00
Devin Buhl
cf8f690d7a
Add ReplaceGermanUmlauts method
2017-03-05 20:13:13 -05:00
Leonardo Galli
a0050fedd3
Fixed language parsing of movies with language in movie name.
...
Fixes #793
2017-02-22 13:40:06 +01:00
Leonardo Galli
bc1a47ff5a
Fixed a few parser issues. Also added some tests.
...
Fixes #549
2017-02-10 19:00:16 +01:00
Devin Buhl
8feb3fee98
Removed Wombles and Kickass, updated torrentpotato and torznab ( #625 )
...
* Remove Wombles and kickass
* Clean up TorrentPotato Request Gen
* Opps, we need to use SupportedMovieSearchParameters xD
* Consistancy
* Clean up Newznab Request Gen, add year to search if cannot use IMDB
* Added SpecialCharRegex to remove \ / : &
2017-02-06 16:34:11 -05:00
Leonardo Galli
4abbf55ee4
Merge Develop into Net-Import
2017-01-28 20:32:57 +01:00
Leonardo Galli
1ad4006819
Fixes an issue where movies with (year) at the beginning were recognized with a title of "("
2017-01-24 10:02:20 +01:00
Leonardo Galli
451f2d30e4
Merged branch develop into feature/net-import
2017-01-21 21:28:44 +01:00
Leonardo Galli
5aaba98c57
Imdbid parsing works now from url
2017-01-21 20:37:08 +01:00
Leonardo Galli
3d67f6237e
Should fix 4K releases not getting parsed.
2017-01-21 00:39:44 +01:00
Leonardo Galli
1b035f8657
Update Parser to support large array of Extended, Director, Collectors, ... Cut, Edition, etc.
...
Fixes #192
2017-01-12 19:21:09 +01:00
Leonardo Galli
8e8c4ff497
Update parser to recognize [] and year at the beginning. Fixes #155 , fixes #137 and fixes #136 .
2017-01-11 21:49:59 +01:00
Tim Turner
23aace6149
Merge remote-tracking branch 'refs/remotes/galli-leo/develop' into develop
...
# Conflicts:
# src/NzbDrone.Api/Series/MovieResource.cs
2017-01-09 15:59:25 -05:00
Leonardo Galli
f19a1a5960
Update Parser to support 576p movies, fixes #67
2017-01-09 18:43:41 +01:00
Leonardo Galli
04d01dc781
Fixes Parser to match ImdbId as well as (year).
...
Also fixes searching by imdbid. Fixes importing existing movies as well.
2017-01-09 17:52:55 +01:00
Tim Turner
7a45394820
Unable to properly parse many movie titles
2017-01-08 19:48:04 -05:00
Leonardo Galli
7871c118e7
Fix for PassThePopcorn release titles
2017-01-05 23:12:22 +01:00
Leonardo Galli
a263558383
Fix parsing of special editions without . in title.
2017-01-05 11:36:26 +01:00
Leonardo Galli
06d39579a5
Fixed some things regarding director's cut / special edition.
2017-01-04 23:20:48 +01:00
Leonardo Galli
fd718b61ac
Updated Parser to parse movie titles. Should also parse things, such as: Director's Cut, Special Edition, etc. This is then displayed in the manual search UI. Importing is not yet updated for the new parser!
2017-01-04 22:59:34 +01:00
Leonardo Galli
0b278c7db8
Searching for movie now works with downloading. They also get imported fine.
...
Additionally, a whole series (or movie in this case) can now be
downloaded manually.
Note: It probably won't start downloading missed releases. Only manually
clicking search for is working ATM.
2016-12-28 17:13:18 +01:00
Mark McDowall
7dbacf105d
Fixed: Parsing of some anime releases that use Episode after the title
2016-12-21 18:08:02 -08:00
Mark McDowall
4a82d30d3d
Fixed: Parsing of mini episodes that contain the year in the title
2016-12-13 23:32:46 -08:00
Mark McDowall
6fb1aa85d0
Fixed: Parsing of some poorly named standard episode release names
...
Closes #1522
2016-10-25 10:16:05 -07:00
Mark McDowall
f1a289cc74
Re-added accidentally removed anime parsing Regex
2016-10-18 13:52:15 -07:00