Compare commits
119 Commits
v0.2.0.696
...
v0.2.0.852
| Author | SHA1 | Date | |
|---|---|---|---|
| e7c9217dc0 | |||
| 8caf648a0b | |||
| 349be2c454 | |||
| ba0c5bc5f4 | |||
| 1c1723b4f7 | |||
| c4957fffee | |||
| e6fee32cf2 | |||
| fc805e5078 | |||
| ba531fff4d | |||
| 1d7ce68431 | |||
| 09d51dca0f | |||
| efe49ef3c4 | |||
| a5823bb15f | |||
| 38af8edd59 | |||
| 685c5daf36 | |||
| 4d5a5ed2c1 | |||
| d44de777c1 | |||
| dc2740aeb7 | |||
| fb53fc68a9 | |||
| 8de87bb516 | |||
| 0c8e264668 | |||
| 4d8a270170 | |||
| f184fc2827 | |||
| 4e48e6ea21 | |||
| b1e75ffc57 | |||
| 285ffb19d8 | |||
| aea7a3f48f | |||
| edbf1cb4e4 | |||
| 2154c48304 | |||
| 7a95f040c9 | |||
| cc1966230a | |||
| e97fe7b3a7 | |||
| 6500edbd14 | |||
| e155585198 | |||
| d9da32173f | |||
| 9db46ba154 | |||
| eff6e33a0b | |||
| 724097d276 | |||
| 7a06ead806 | |||
| d773da60e8 | |||
| 1f7b03d321 | |||
| a07ef20410 | |||
| 7c4c6ccd5c | |||
| c754edc4b8 | |||
| 7f3ab36c4f | |||
| 17387c8b50 | |||
| 0d40ed7ec0 | |||
| cfcb66fba1 | |||
| 8927e7c2c6 | |||
| 4e9a931537 | |||
| 17feedaf53 | |||
| b06108fb45 | |||
| 67dd498576 | |||
| 3fb356ddb6 | |||
| 605b8f9645 | |||
| 668ef336fb | |||
| b82f2376a7 | |||
| 964c18b236 | |||
| fb4f510909 | |||
| 5b722a3a48 | |||
| 0892f20298 | |||
| ac5732536d | |||
| 1f4c2ad946 | |||
| 7712aa62da | |||
| 58b9c9d3d1 | |||
| b2115e2066 | |||
| 4e4873271b | |||
| f2e5d9e996 | |||
| bae3a48aa1 | |||
| 6d033c57f4 | |||
| d6cf53e12c | |||
| 5238b78813 | |||
| 705b233819 | |||
| 295536ae30 | |||
| 42c980c905 | |||
| 0a71aac56c | |||
| c312ffd7db | |||
| 5c5f06a92c | |||
| 3eab8248e6 | |||
| c33d9727a0 | |||
| ca6784f7b5 | |||
| ca00d0d6cc | |||
| 756fc7556c | |||
| 9f4ce50dd6 | |||
| a460e89a8d | |||
| edda8786ad | |||
| b1c5dd8167 | |||
| a620c4b5d8 | |||
| 28b523b504 | |||
| 7af88037bb | |||
| 43446ee3d0 | |||
| accf8a9efa | |||
| b70ed720c5 | |||
| cff4578c66 | |||
| 7bbebe53a3 | |||
| d81e3a79cf | |||
| 09c86013b0 | |||
| f1873a9684 | |||
| 3d48da2111 | |||
| 86634006e5 | |||
| 234827d5fd | |||
| 10bceaf370 | |||
| b7f6ff7b2e | |||
| 6767f602fb | |||
| e43e7d2b8d | |||
| 811a4bf117 | |||
| 9dee1d6fad | |||
| 390e4c3014 | |||
| aace29e1e1 | |||
| 8fb257d5b7 | |||
| 28e0f85e88 | |||
| 41d3f6d7ea | |||
| b19fbcbb71 | |||
| 5200758200 | |||
| 6210c5b8f8 | |||
| 6e31f7220c | |||
| 797a9acff5 | |||
| b36053e1f4 | |||
| 212bcebdaf |
@@ -0,0 +1,293 @@
|
|||||||
|
# -*- coding: utf-8; mode: python -*-
|
||||||
|
##
|
||||||
|
## Format
|
||||||
|
##
|
||||||
|
## ACTION: [AUDIENCE:] COMMIT_MSG [!TAG ...]
|
||||||
|
##
|
||||||
|
## Description
|
||||||
|
##
|
||||||
|
## ACTION is one of 'chg', 'fix', 'new'
|
||||||
|
##
|
||||||
|
## Is WHAT the change is about.
|
||||||
|
##
|
||||||
|
## 'chg' is for refactor, small improvement, cosmetic changes...
|
||||||
|
## 'fix' is for bug fixes
|
||||||
|
## 'new' is for new features, big improvement
|
||||||
|
##
|
||||||
|
## AUDIENCE is optional and one of 'dev', 'usr', 'pkg', 'test', 'doc'
|
||||||
|
##
|
||||||
|
## Is WHO is concerned by the change.
|
||||||
|
##
|
||||||
|
## 'dev' is for developpers (API changes, refactors...)
|
||||||
|
## 'usr' is for final users (UI changes)
|
||||||
|
## 'pkg' is for packagers (packaging changes)
|
||||||
|
## 'test' is for testers (test only related changes)
|
||||||
|
## 'doc' is for doc guys (doc only changes)
|
||||||
|
##
|
||||||
|
## COMMIT_MSG is ... well ... the commit message itself.
|
||||||
|
##
|
||||||
|
## TAGs are additionnal adjective as 'refactor' 'minor' 'cosmetic'
|
||||||
|
##
|
||||||
|
## They are preceded with a '!' or a '@' (prefer the former, as the
|
||||||
|
## latter is wrongly interpreted in github.) Commonly used tags are:
|
||||||
|
##
|
||||||
|
## 'refactor' is obviously for refactoring code only
|
||||||
|
## 'minor' is for a very meaningless change (a typo, adding a comment)
|
||||||
|
## 'cosmetic' is for cosmetic driven change (re-indentation, 80-col...)
|
||||||
|
## 'wip' is for partial functionality but complete subfunctionality.
|
||||||
|
##
|
||||||
|
## Example:
|
||||||
|
##
|
||||||
|
## new: usr: support of bazaar implemented
|
||||||
|
## chg: re-indentend some lines !cosmetic
|
||||||
|
## new: dev: updated code to be compatible with last version of killer lib.
|
||||||
|
## fix: pkg: updated year of licence coverage.
|
||||||
|
## new: test: added a bunch of test around user usability of feature X.
|
||||||
|
## fix: typo in spelling my name in comment. !minor
|
||||||
|
##
|
||||||
|
## Please note that multi-line commit message are supported, and only the
|
||||||
|
## first line will be considered as the "summary" of the commit message. So
|
||||||
|
## tags, and other rules only applies to the summary. The body of the commit
|
||||||
|
## message will be displayed in the changelog without reformatting.
|
||||||
|
|
||||||
|
|
||||||
|
##
|
||||||
|
## ``ignore_regexps`` is a line of regexps
|
||||||
|
##
|
||||||
|
## Any commit having its full commit message matching any regexp listed here
|
||||||
|
## will be ignored and won't be reported in the changelog.
|
||||||
|
##
|
||||||
|
ignore_regexps = [
|
||||||
|
r'@minor', r'!minor',
|
||||||
|
r'@cosmetic', r'!cosmetic',
|
||||||
|
r'@refactor', r'!refactor',
|
||||||
|
r'@wip', r'!wip',
|
||||||
|
r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[p|P]kg:',
|
||||||
|
r'^([cC]hg|[fF]ix|[nN]ew)\s*:\s*[d|D]ev:',
|
||||||
|
r'^(.{3,3}\s*:)?\s*[fF]irst commit.?\s*$',
|
||||||
|
r'^$', ## ignore commits with empty messages
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
## ``section_regexps`` is a list of 2-tuples associating a string label and a
|
||||||
|
## list of regexp
|
||||||
|
##
|
||||||
|
## Commit messages will be classified in sections thanks to this. Section
|
||||||
|
## titles are the label, and a commit is classified under this section if any
|
||||||
|
## of the regexps associated is matching.
|
||||||
|
##
|
||||||
|
## Please note that ``section_regexps`` will only classify commits and won't
|
||||||
|
## make any changes to the contents. So you'll probably want to go check
|
||||||
|
## ``subject_process`` (or ``body_process``) to do some changes to the subject,
|
||||||
|
## whenever you are tweaking this variable.
|
||||||
|
##
|
||||||
|
section_regexps = [
|
||||||
|
('**New Features**', [
|
||||||
|
r'^[aA]dded?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||||
|
r'^[uU]pdated?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||||
|
r'^[cC]hanged?\s*:?\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n]*)$',
|
||||||
|
]),
|
||||||
|
('**Fixes**', [
|
||||||
|
r'^(?![mM]erge\s*)'
|
||||||
|
]
|
||||||
|
),
|
||||||
|
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
|
## ``body_process`` is a callable
|
||||||
|
##
|
||||||
|
## This callable will be given the original body and result will
|
||||||
|
## be used in the changelog.
|
||||||
|
##
|
||||||
|
## Available constructs are:
|
||||||
|
##
|
||||||
|
## - any python callable that take one txt argument and return txt argument.
|
||||||
|
##
|
||||||
|
## - ReSub(pattern, replacement): will apply regexp substitution.
|
||||||
|
##
|
||||||
|
## - Indent(chars=" "): will indent the text with the prefix
|
||||||
|
## Please remember that template engines gets also to modify the text and
|
||||||
|
## will usually indent themselves the text if needed.
|
||||||
|
##
|
||||||
|
## - Wrap(regexp=r"\n\n"): re-wrap text in separate paragraph to fill 80-Columns
|
||||||
|
##
|
||||||
|
## - noop: do nothing
|
||||||
|
##
|
||||||
|
## - ucfirst: ensure the first letter is uppercase.
|
||||||
|
## (usually used in the ``subject_process`` pipeline)
|
||||||
|
##
|
||||||
|
## - final_dot: ensure text finishes with a dot
|
||||||
|
## (usually used in the ``subject_process`` pipeline)
|
||||||
|
##
|
||||||
|
## - strip: remove any spaces before or after the content of the string
|
||||||
|
##
|
||||||
|
## - SetIfEmpty(msg="No commit message."): will set the text to
|
||||||
|
## whatever given ``msg`` if the current text is empty.
|
||||||
|
##
|
||||||
|
## Additionally, you can `pipe` the provided filters, for instance:
|
||||||
|
#body_process = Wrap(regexp=r'\n(?=\w+\s*:)') | Indent(chars=" ")
|
||||||
|
#body_process = Wrap(regexp=r'\n(?=\w+\s*:)')
|
||||||
|
#body_process = noop
|
||||||
|
body_process = ReSub(r'((^|\n)[A-Z]\w+(-\w+)*: .*(\n\s+.*)*)+$', r'') | strip
|
||||||
|
|
||||||
|
|
||||||
|
## ``subject_process`` is a callable
|
||||||
|
##
|
||||||
|
## This callable will be given the original subject and result will
|
||||||
|
## be used in the changelog.
|
||||||
|
##
|
||||||
|
## Available constructs are those listed in ``body_process`` doc.
|
||||||
|
subject_process = (strip |
|
||||||
|
ReSub(r'^([cC]hanged|[fF]ixed|[aA]dded|[uU]pdated)\s*:\s*((dev|use?r|pkg|test|doc)\s*:\s*)?([^\n@]*)(@[a-z]+\s+)*$', r'\4') |
|
||||||
|
SetIfEmpty("No commit message.") | ucfirst | final_dot)
|
||||||
|
|
||||||
|
|
||||||
|
## ``tag_filter_regexp`` is a regexp
|
||||||
|
##
|
||||||
|
## Tags that will be used for the changelog must match this regexp.
|
||||||
|
##
|
||||||
|
tag_filter_regexp = r'^v[0]+\.[2-9]+\.[0-9]+\.[0-9]+$'
|
||||||
|
|
||||||
|
|
||||||
|
## ``unreleased_version_label`` is a string or a callable that outputs a string
|
||||||
|
##
|
||||||
|
## This label will be used as the changelog Title of the last set of changes
|
||||||
|
## between last valid tag and HEAD if any.
|
||||||
|
unreleased_version_label = "(unreleased)"
|
||||||
|
|
||||||
|
|
||||||
|
## ``output_engine`` is a callable
|
||||||
|
##
|
||||||
|
## This will change the output format of the generated changelog file
|
||||||
|
##
|
||||||
|
## Available choices are:
|
||||||
|
##
|
||||||
|
## - rest_py
|
||||||
|
##
|
||||||
|
## Legacy pure python engine, outputs ReSTructured text.
|
||||||
|
## This is the default.
|
||||||
|
##
|
||||||
|
## - mustache(<template_name>)
|
||||||
|
##
|
||||||
|
## Template name could be any of the available templates in
|
||||||
|
## ``templates/mustache/*.tpl``.
|
||||||
|
## Requires python package ``pystache``.
|
||||||
|
## Examples:
|
||||||
|
## - mustache("markdown")
|
||||||
|
## - mustache("restructuredtext")
|
||||||
|
##
|
||||||
|
## - makotemplate(<template_name>)
|
||||||
|
##
|
||||||
|
## Template name could be any of the available templates in
|
||||||
|
## ``templates/mako/*.tpl``.
|
||||||
|
## Requires python package ``mako``.
|
||||||
|
## Examples:
|
||||||
|
## - makotemplate("restructuredtext")
|
||||||
|
##
|
||||||
|
#output_engine = rest_py
|
||||||
|
#output_engine = mustache("restructuredtext")
|
||||||
|
output_engine = mustache("changelog.tpl")
|
||||||
|
#output_engine = makotemplate("restructuredtext")
|
||||||
|
|
||||||
|
|
||||||
|
## ``include_merge`` is a boolean
|
||||||
|
##
|
||||||
|
## This option tells git-log whether to include merge commits in the log.
|
||||||
|
## The default is to include them.
|
||||||
|
include_merge = False
|
||||||
|
|
||||||
|
|
||||||
|
## ``log_encoding`` is a string identifier
|
||||||
|
##
|
||||||
|
## This option tells gitchangelog what encoding is outputed by ``git log``.
|
||||||
|
## The default is to be clever about it: it checks ``git config`` for
|
||||||
|
## ``i18n.logOutputEncoding``, and if not found will default to git's own
|
||||||
|
## default: ``utf-8``.
|
||||||
|
#log_encoding = 'utf-8'
|
||||||
|
|
||||||
|
|
||||||
|
## ``publish`` is a callable
|
||||||
|
##
|
||||||
|
## Sets what ``gitchangelog`` should do with the output generated by
|
||||||
|
## the output engine. ``publish`` is a callable taking one argument
|
||||||
|
## that is an interator on lines from the output engine.
|
||||||
|
##
|
||||||
|
## Some helper callable are provided:
|
||||||
|
##
|
||||||
|
## Available choices are:
|
||||||
|
##
|
||||||
|
## - stdout
|
||||||
|
##
|
||||||
|
## Outputs directly to standard output
|
||||||
|
## (This is the default)
|
||||||
|
##
|
||||||
|
## - FileInsertAtFirstRegexMatch(file, pattern, idx=lamda m: m.start())
|
||||||
|
##
|
||||||
|
## Creates a callable that will parse given file for the given
|
||||||
|
## regex pattern and will insert the output in the file.
|
||||||
|
## ``idx`` is a callable that receive the matching object and
|
||||||
|
## must return a integer index point where to insert the
|
||||||
|
## the output in the file. Default is to return the position of
|
||||||
|
## the start of the matched string.
|
||||||
|
##
|
||||||
|
## - FileRegexSubst(file, pattern, replace, flags)
|
||||||
|
##
|
||||||
|
## Apply a replace inplace in the given file. Your regex pattern must
|
||||||
|
## take care of everything and might be more complex. Check the README
|
||||||
|
## for a complete copy-pastable example.
|
||||||
|
##
|
||||||
|
# publish = FileInsertIntoFirstRegexMatch(
|
||||||
|
# "CHANGELOG.rst",
|
||||||
|
# r'/(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n/',
|
||||||
|
# idx=lambda m: m.start(1)
|
||||||
|
# )
|
||||||
|
#publish = stdout
|
||||||
|
|
||||||
|
def write_to_file(content):
|
||||||
|
with open("CHANGELOG.md", "w+") as f:
|
||||||
|
for chunk in content:
|
||||||
|
f.write(chunk)
|
||||||
|
|
||||||
|
publish = write_to_file
|
||||||
|
|
||||||
|
|
||||||
|
## ``revs`` is a list of callable or a list of string
|
||||||
|
##
|
||||||
|
## callable will be called to resolve as strings and allow dynamical
|
||||||
|
## computation of these. The result will be used as revisions for
|
||||||
|
## gitchangelog (as if directly stated on the command line). This allows
|
||||||
|
## to filter exaclty which commits will be read by gitchangelog.
|
||||||
|
##
|
||||||
|
## To get a full documentation on the format of these strings, please
|
||||||
|
## refer to the ``git rev-list`` arguments. There are many examples.
|
||||||
|
##
|
||||||
|
## Using callables is especially useful, for instance, if you
|
||||||
|
## are using gitchangelog to generate incrementally your changelog.
|
||||||
|
##
|
||||||
|
## Some helpers are provided, you can use them::
|
||||||
|
##
|
||||||
|
## - FileFirstRegexMatch(file, pattern): will return a callable that will
|
||||||
|
## return the first string match for the given pattern in the given file.
|
||||||
|
## If you use named sub-patterns in your regex pattern, it'll output only
|
||||||
|
## the string matching the regex pattern named "rev".
|
||||||
|
##
|
||||||
|
## - Caret(rev): will return the rev prefixed by a "^", which is a
|
||||||
|
## way to remove the given revision and all its ancestor.
|
||||||
|
##
|
||||||
|
## Please note that if you provide a rev-list on the command line, it'll
|
||||||
|
## replace this value (which will then be ignored).
|
||||||
|
##
|
||||||
|
## If empty, then ``gitchangelog`` will act as it had to generate a full
|
||||||
|
## changelog.
|
||||||
|
##
|
||||||
|
## The default is to use all commits to make the changelog.
|
||||||
|
#revs = ["^1.0.3", ]
|
||||||
|
#revs = [
|
||||||
|
# Caret(
|
||||||
|
# FileFirstRegexMatch(
|
||||||
|
# "CHANGELOG.rst",
|
||||||
|
# r"(?P<rev>[0-9]+\.[0-9]+(\.[0-9]+)?)\s+\([0-9]+-[0-9]{2}-[0-9]{2}\)\n--+\n")),
|
||||||
|
# "HEAD"
|
||||||
|
#]
|
||||||
|
revs = []
|
||||||
@@ -20,6 +20,5 @@
|
|||||||
</content>
|
</content>
|
||||||
<orderEntry type="inheritedJdk" />
|
<orderEntry type="inheritedJdk" />
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
<orderEntry type="library" name="Sonarr node_modules" level="project" />
|
|
||||||
</component>
|
</component>
|
||||||
</module>
|
</module>
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="JavaScriptLibraryMappings">
|
<component name="JavaScriptLibraryMappings">
|
||||||
<includedPredefinedLibrary name="ECMAScript 6" />
|
<excludedPredefinedLibrary name="Radarr/node_modules" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
<component name="libraryTable">
|
|
||||||
<library name="Sonarr node_modules" type="javaScript">
|
|
||||||
<properties>
|
|
||||||
<option name="frameworkName" value="node_modules" />
|
|
||||||
<sourceFilesUrls>
|
|
||||||
<item url="file://$PROJECT_DIR$/node_modules" />
|
|
||||||
</sourceFilesUrls>
|
|
||||||
</properties>
|
|
||||||
<CLASSES>
|
|
||||||
<root url="file://$PROJECT_DIR$/node_modules" />
|
|
||||||
</CLASSES>
|
|
||||||
<SOURCES />
|
|
||||||
</library>
|
|
||||||
</component>
|
|
||||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.0 KiB |
|
Before Width: | Height: | Size: 701 B After Width: | Height: | Size: 605 B |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 10 KiB |
|
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 1.5 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 2.0 KiB |
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.6 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 44 KiB After Width: | Height: | Size: 28 KiB |
@@ -21,10 +21,10 @@ The project was inspired by other Usenet/BitTorrent movie downloaders such as Co
|
|||||||
## Downloads
|
## Downloads
|
||||||
|
|
||||||
[](https://github.com/Radarr/Radarr/releases)
|
[](https://github.com/Radarr/Radarr/releases)
|
||||||
[](https://ci.appveyor.com/project/galli-leo/radarr-usby1/build/artifacts)
|
[](https://ci.appveyor.com/project/galli-leo/radarr-usby1/branch/develop/artifacts)
|
||||||
|
|
||||||
[](https://store.docker.com/community/images/linuxserver/radarr)
|
[](https://store.docker.com/community/images/linuxserver/radarr)
|
||||||
[](https://store.docker.com/community/images/hotio/radarr)
|
[](https://store.docker.com/community/images/hotio/suitarr)
|
||||||
[](https://store.docker.com/community/images/lsioarmhf/radarr)
|
[](https://store.docker.com/community/images/lsioarmhf/radarr)
|
||||||
[](https://store.docker.com/community/images/lsioarmhf/radarr-aarch64)
|
[](https://store.docker.com/community/images/lsioarmhf/radarr-aarch64)
|
||||||
|
|
||||||
@@ -50,8 +50,6 @@ The project was inspired by other Usenet/BitTorrent movie downloaders such as Co
|
|||||||
| AppVeyor | [](https://ci.appveyor.com/project/galli-leo/Radarr) | [](https://ci.appveyor.com/project/galli-leo/Radarr-usby1) |
|
| AppVeyor | [](https://ci.appveyor.com/project/galli-leo/Radarr) | [](https://ci.appveyor.com/project/galli-leo/Radarr-usby1) |
|
||||||
| Travis | [](https://travis-ci.org/Radarr/Radarr) | [](https://travis-ci.org/Radarr/Radarr) |
|
| Travis | [](https://travis-ci.org/Radarr/Radarr) | [](https://travis-ci.org/Radarr/Radarr) |
|
||||||
|
|
||||||
**This project works independently of Sonarr and will not interfere with it.**
|
|
||||||
|
|
||||||
Radarr is currently undergoing rapid development and pull requests are actively added into the repository.
|
Radarr is currently undergoing rapid development and pull requests are actively added into the repository.
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@@ -71,7 +69,8 @@ Radarr is currently undergoing rapid development and pull requests are actively
|
|||||||
* All indexers supported by Sonarr also supported
|
* All indexers supported by Sonarr also supported
|
||||||
* New PassThePopcorn Indexer
|
* New PassThePopcorn Indexer
|
||||||
* QBittorrent, Deluge, rTorrent, Transmission and uTorrent download client (Other clients are coming)
|
* QBittorrent, Deluge, rTorrent, Transmission and uTorrent download client (Other clients are coming)
|
||||||
* New TorrentPotato Indexer (Works well with [Jackett](https://github.com/Jackett/Jackett))
|
* New TorrentPotato Indexer
|
||||||
|
* Torznab Indexer now supports Movies (Works well with [Jackett](https://github.com/Jackett/Jackett))
|
||||||
* Scanning PreDB to know when a new release is available
|
* Scanning PreDB to know when a new release is available
|
||||||
* Importing movies from various online sources, such as IMDb Watchlists (A complete list can be found [here](https://github.com/Radarr/Radarr/issues/114))
|
* Importing movies from various online sources, such as IMDb Watchlists (A complete list can be found [here](https://github.com/Radarr/Radarr/issues/114))
|
||||||
* Full integration with Kodi, Plex (notification, library update)
|
* Full integration with Kodi, Plex (notification, library update)
|
||||||
@@ -114,9 +113,7 @@ Radarr is currently undergoing rapid development and pull requests are actively
|
|||||||
* Open `NzbDrone.sln` in Visual Studio or run the build.sh script, if Mono is installed
|
* Open `NzbDrone.sln` in Visual Studio or run the build.sh script, if Mono is installed
|
||||||
* Make sure `NzbDrone.Console` is set as the startup project
|
* Make sure `NzbDrone.Console` is set as the startup project
|
||||||
|
|
||||||
## Sponsors
|
### License
|
||||||
|
|
||||||
Thanks to [JetBrains](http://www.jetbrains.com) for providing us with free licenses to their great tools:
|
* [GNU GPL v3](http://www.gnu.org/licenses/gpl.html)
|
||||||
* [ReSharper](http://www.jetbrains.com/resharper)
|
* Copyright 2010-2017
|
||||||
* [WebStorm](http://www.jetbrains.com/webstorm)
|
|
||||||
* [TeamCity](http://www.jetbrains.com/teamcity)
|
|
||||||
|
|||||||
@@ -16,14 +16,14 @@ install:
|
|||||||
build_script:
|
build_script:
|
||||||
- ps: ./build-appveyor.ps1
|
- ps: ./build-appveyor.ps1
|
||||||
|
|
||||||
# test: off
|
test: off
|
||||||
test:
|
#test:
|
||||||
assemblies:
|
# assemblies:
|
||||||
- '_tests\*Test.dll'
|
# - '_tests\*Test.dll'
|
||||||
categories:
|
# categories:
|
||||||
except:
|
# except:
|
||||||
- IntegrationTest
|
# - IntegrationTest
|
||||||
- AutomationTest
|
# - AutomationTest
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: '_artifacts\*.zip'
|
- path: '_artifacts\*.zip'
|
||||||
|
|||||||
@@ -168,6 +168,12 @@ Task("PackageOsx").Does(() => {
|
|||||||
// Adding MediaInfo dylib
|
// Adding MediaInfo dylib
|
||||||
CopyFiles(sourceFolder + "/Libraries/MediaInfo/*.dylib", outputFolderOsx);
|
CopyFiles(sourceFolder + "/Libraries/MediaInfo/*.dylib", outputFolderOsx);
|
||||||
|
|
||||||
|
// Chmod as executable
|
||||||
|
StartProcess(@"C:\cygwin64\bin\chmod.exe", new ProcessSettings()
|
||||||
|
.WithArguments(args => args
|
||||||
|
.Append("+x")
|
||||||
|
.Append(outputFolderOsx + "/Radarr")));
|
||||||
|
|
||||||
// Adding Startup script
|
// Adding Startup script
|
||||||
CopyFile("./osx/Radarr", outputFolderOsx + "/Radarr");
|
CopyFile("./osx/Radarr", outputFolderOsx + "/Radarr");
|
||||||
});
|
});
|
||||||
@@ -268,9 +274,9 @@ Task("ArtifactsWindows").Does(() => {
|
|||||||
|
|
||||||
Task("ArtifactsWindowsInstaller").Does(() => {
|
Task("ArtifactsWindowsInstaller").Does(() => {
|
||||||
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
|
InnoSetup("./setup/nzbdrone.iss", new InnoSetupSettings {
|
||||||
OutputDirectory = artifactsFolder,
|
OutputDirectory = artifactsFolder,
|
||||||
ToolPath = "./setup/inno/ISCC.exe"
|
ToolPath = "./setup/inno/ISCC.exe"
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
Task("ArtifactsLinux").Does(() => {
|
Task("ArtifactsLinux").Does(() => {
|
||||||
|
|||||||
@@ -0,0 +1,15 @@
|
|||||||
|
# Changelog
|
||||||
|
|
||||||
|
{{#versions}}
|
||||||
|
## {{{label}}}
|
||||||
|
|
||||||
|
{{#sections}}
|
||||||
|
### {{{label}}}
|
||||||
|
|
||||||
|
{{#commits}}
|
||||||
|
- {{{subject}}} [{{{author}}}]
|
||||||
|
|
||||||
|
{{/commits}}
|
||||||
|
{{/sections}}
|
||||||
|
|
||||||
|
{{/versions}}
|
||||||
@@ -25,7 +25,7 @@ gulp.task('copyHtml', function () {
|
|||||||
});
|
});
|
||||||
|
|
||||||
gulp.task('copyContent', function () {
|
gulp.task('copyContent', function () {
|
||||||
return gulp.src([paths.src.content + '**/*.*', '!**/*.less'])
|
return gulp.src([paths.src.content + '**/*.*', '!**/*.less', '!**/*.css'])
|
||||||
.pipe(gulp.dest(paths.dest.content))
|
.pipe(gulp.dest(paths.dest.content))
|
||||||
.pipe(livereload());
|
.pipe(livereload());
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ var postcss = require('gulp-postcss');
|
|||||||
var sourcemaps = require('gulp-sourcemaps');
|
var sourcemaps = require('gulp-sourcemaps');
|
||||||
var autoprefixer = require('autoprefixer-core');
|
var autoprefixer = require('autoprefixer-core');
|
||||||
var livereload = require('gulp-livereload');
|
var livereload = require('gulp-livereload');
|
||||||
|
var cleancss = require('gulp-clean-css');
|
||||||
var print = require('gulp-print');
|
var print = require('gulp-print');
|
||||||
var paths = require('./paths');
|
var paths = require('./paths');
|
||||||
var errorHandler = require('./errorHandler');
|
var errorHandler = require('./errorHandler');
|
||||||
@@ -16,6 +16,10 @@ gulp.task('less', function() {
|
|||||||
paths.src.content + 'bootstrap.less',
|
paths.src.content + 'bootstrap.less',
|
||||||
paths.src.content + 'theme.less',
|
paths.src.content + 'theme.less',
|
||||||
paths.src.content + 'overrides.less',
|
paths.src.content + 'overrides.less',
|
||||||
|
paths.src.content + 'bootstrap.toggle-switch.css',
|
||||||
|
paths.src.content + 'fullcalendar.css',
|
||||||
|
paths.src.content + 'Messenger/messenger.css',
|
||||||
|
paths.src.content + 'Messenger/messenger.flat.css',
|
||||||
paths.src.root + 'Series/series.less',
|
paths.src.root + 'Series/series.less',
|
||||||
paths.src.root + 'Activity/activity.less',
|
paths.src.root + 'Activity/activity.less',
|
||||||
paths.src.root + 'AddSeries/addSeries.less',
|
paths.src.root + 'AddSeries/addSeries.less',
|
||||||
@@ -36,12 +40,13 @@ gulp.task('less', function() {
|
|||||||
.pipe(sourcemaps.init())
|
.pipe(sourcemaps.init())
|
||||||
.pipe(less({
|
.pipe(less({
|
||||||
dumpLineNumbers : 'false',
|
dumpLineNumbers : 'false',
|
||||||
compress : true,
|
compress : false,
|
||||||
yuicompress : true,
|
yuicompress : false,
|
||||||
ieCompat : true,
|
ieCompat : true,
|
||||||
strictImports : true
|
strictImports : true
|
||||||
}))
|
}))
|
||||||
.pipe(postcss([ autoprefixer({ browsers: ['last 2 versions'] }) ]))
|
.pipe(postcss([ autoprefixer({ browsers: ['last 2 versions'] }) ]))
|
||||||
|
.pipe(cleancss())
|
||||||
.on('error', errorHandler.onError)
|
.on('error', errorHandler.onError)
|
||||||
.pipe(sourcemaps.write(paths.dest.content))
|
.pipe(sourcemaps.write(paths.dest.content))
|
||||||
.pipe(gulp.dest(paths.dest.content))
|
.pipe(gulp.dest(paths.dest.content))
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<key>CFBundleIconFile</key>
|
<key>CFBundleIconFile</key>
|
||||||
<string>radarr.icns</string>
|
<string>radarr.icns</string>
|
||||||
<key>CFBundleIdentifier</key>
|
<key>CFBundleIdentifier</key>
|
||||||
<string>com.osx.sonarr.tv</string>
|
<string>com.osx.radarr.video</string>
|
||||||
<key>CFBundleInfoDictionaryVersion</key>
|
<key>CFBundleInfoDictionaryVersion</key>
|
||||||
<string>6.0</string>
|
<string>6.0</string>
|
||||||
<key>CFBundleName</key>
|
<key>CFBundleName</key>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "Sonarr",
|
"name": "Radarr",
|
||||||
"version": "2.0.0",
|
"version": "2.0.0",
|
||||||
"description": "Sonarr",
|
"description": "Radarr",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
@@ -9,7 +9,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Sonarr/Sonarr.git"
|
"url": "git://github.com/Radarr/Radarr.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
@@ -20,6 +20,7 @@
|
|||||||
"del": "1.2.0",
|
"del": "1.2.0",
|
||||||
"gulp": "3.9.0",
|
"gulp": "3.9.0",
|
||||||
"gulp-cached": "1.1.0",
|
"gulp-cached": "1.1.0",
|
||||||
|
"gulp-clean-css": "^3.0.4",
|
||||||
"gulp-concat": "2.6.0",
|
"gulp-concat": "2.6.0",
|
||||||
"gulp-declare": "0.3.0",
|
"gulp-declare": "0.3.0",
|
||||||
"gulp-handlebars": "3.0.1",
|
"gulp-handlebars": "3.0.1",
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
NzbDrone
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="RiderRiderContentModelStore">
|
||||||
|
<excludedPaths />
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ProjectModuleManager">
|
||||||
|
<modules>
|
||||||
|
<module fileurl="file://$PROJECT_DIR$/.idea/.idea.NzbDrone/riderModule.iml" filepath="$PROJECT_DIR$/.idea/.idea.NzbDrone/riderModule.iml" />
|
||||||
|
</modules>
|
||||||
|
</component>
|
||||||
|
</project>
|
||||||
@@ -0,0 +1,103 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<module type="RIDER_MODULE" version="4">
|
||||||
|
<component name="NewModuleRootManager">
|
||||||
|
<content url="file://$MODULE_DIR$/../../../Logo/1024.png">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../Logo/1024.png" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../../../Logo/64.png">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../../Logo/64.png" isTestSource="false" />
|
||||||
|
</content>
|
||||||
|
<content url="file://$MODULE_DIR$/../..">
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../.nuget/NuGet.exe" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Common/CommonAssemblyInfo.cs" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Common/CommonVersionInfo.cs" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Common/GlobalSuppressions.cs" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../ExternalModules/CurlSharp/CurlSharp" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Libraries/MediaInfo/libmediainfo.0.dylib" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Libraries/MediaInfo/MediaInfo.dll" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Libraries/Sqlite/libsqlite3.0.dylib" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Libraries/Sqlite/sqlite3.dll" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../LogentriesCore" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../LogentriesNLog" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Marr.Data" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Microsoft.AspNet.SignalR.Core" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../Microsoft.AspNet.SignalR.Owin" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../MonoTorrent" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Api" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Api.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.App.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Automation.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Common" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Common.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Console" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Core" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Core.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Host" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Integration.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Libraries.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Mono" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Mono.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.SignalR" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Test.Common" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Test.Dummy" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Update" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Update.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Windows" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../NzbDrone.Windows.Test" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../ServiceHelpers/ServiceInstall" isTestSource="false" />
|
||||||
|
<sourceFolder url="file://$MODULE_DIR$/../../ServiceHelpers/ServiceUninstall" isTestSource="false" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../ExternalModules/CurlSharp/CurlSharp/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../ExternalModules/CurlSharp/CurlSharp/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../LogentriesCore/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../LogentriesCore/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../LogentriesNLog/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../LogentriesNLog/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../Marr.Data/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../Microsoft.AspNet.SignalR.Core/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../Microsoft.AspNet.SignalR.Core/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../Microsoft.AspNet.SignalR.Owin/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../Microsoft.AspNet.SignalR.Owin/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../MonoTorrent/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Api.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Api.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Api/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.App.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.App.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Automation.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Automation.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Common.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Common.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Common/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Console/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Core.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Core.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Core/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Host/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Integration.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Integration.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Libraries.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Libraries.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Mono.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Mono.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Mono/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.SignalR/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Test.Common/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Test.Common/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Test.Dummy/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Test.Dummy/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Update.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Update.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Update/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Windows.Test/bin" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Windows.Test/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone.Windows/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../NzbDrone/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../ServiceHelpers/ServiceInstall/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../ServiceHelpers/ServiceUninstall/obj" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../_ReSharper.Caches/ReSharperHost8.NzbDrone.00" />
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/../../packages" />
|
||||||
|
</content>
|
||||||
|
<orderEntry type="sourceFolder" forTests="false" />
|
||||||
|
</component>
|
||||||
|
</module>
|
||||||
@@ -14,8 +14,10 @@ You should have received a copy of the GNU Lesser General Public
|
|||||||
License along with this library. If not, see <http://www.gnu.org/licenses/>. */
|
License along with this library. If not, see <http://www.gnu.org/licenses/>. */
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Data.Common;
|
using System.Data.Common;
|
||||||
|
using System.Runtime.InteropServices.ComTypes;
|
||||||
using Marr.Data.Converters;
|
using Marr.Data.Converters;
|
||||||
|
|
||||||
namespace Marr.Data.Parameters
|
namespace Marr.Data.Parameters
|
||||||
@@ -42,15 +44,25 @@ namespace Marr.Data.Parameters
|
|||||||
Type valueType = value.GetType();
|
Type valueType = value.GetType();
|
||||||
|
|
||||||
// Check for a registered IConverter
|
// Check for a registered IConverter
|
||||||
IConverter converter = MapRepository.Instance.GetConverter(valueType);
|
//If we have a list of ints, we ignore the converter since we want to do an in statement!
|
||||||
if (converter != null)
|
var list = value as List<int>;
|
||||||
|
if (list != null)
|
||||||
{
|
{
|
||||||
Parameter.Value = converter.ToDB(value);
|
Parameter.Value = $"{string.Join(",", list)}";
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Parameter.Value = value;
|
IConverter converter = MapRepository.Instance.GetConverter(valueType);
|
||||||
}
|
if (converter != null)
|
||||||
|
{
|
||||||
|
Parameter.Value = converter.ToDB(value);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
Parameter.Value = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
//// Determine the correct DbType based on the passed in value type
|
//// Determine the correct DbType based on the passed in value type
|
||||||
//IDbTypeBuilder typeBuilder = MapRepository.Instance.DbTypeBuilder;
|
//IDbTypeBuilder typeBuilder = MapRepository.Instance.DbTypeBuilder;
|
||||||
|
|||||||
@@ -68,5 +68,13 @@ namespace Marr.Data.QGen.Dialects
|
|||||||
{
|
{
|
||||||
get { return "({0} LIKE '%' + {1} + '%')"; }
|
get { return "({0} LIKE '%' + {1} + '%')"; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public virtual string InFormat
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
return "({0} in ({1}))";
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
using System.Text;
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
using Marr.Data.Mapping;
|
using Marr.Data.Mapping;
|
||||||
using Marr.Data.QGen.Dialects;
|
using Marr.Data.QGen.Dialects;
|
||||||
|
|
||||||
@@ -129,7 +130,16 @@ namespace Marr.Data.QGen
|
|||||||
public void BuildOrderClause(StringBuilder sql)
|
public void BuildOrderClause(StringBuilder sql)
|
||||||
{
|
{
|
||||||
sql.Append(OrderBy.ToString());
|
sql.Append(OrderBy.ToString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void BuildGroupBy(StringBuilder sql)
|
||||||
|
{
|
||||||
|
var baseTable = this.Tables.First();
|
||||||
|
var primaryKeyColumn = baseTable.Columns.Single(c => c.ColumnInfo.IsPrimaryKey);
|
||||||
|
|
||||||
|
string token = this.Dialect.CreateToken(string.Concat(baseTable.Alias, ".", primaryKeyColumn.ColumnInfo.Name));
|
||||||
|
sql.AppendFormat(" GROUP BY {0}", token);
|
||||||
|
}
|
||||||
|
|
||||||
private string TranslateJoin(JoinType join)
|
private string TranslateJoin(JoinType join)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,8 +14,22 @@ namespace Marr.Data.QGen
|
|||||||
public string Generate()
|
public string Generate()
|
||||||
{
|
{
|
||||||
StringBuilder sql = new StringBuilder();
|
StringBuilder sql = new StringBuilder();
|
||||||
|
|
||||||
BuildSelectCountClause(sql);
|
BuildSelectCountClause(sql);
|
||||||
|
|
||||||
|
if (_innerQuery.IsJoin)
|
||||||
|
{
|
||||||
|
sql.Append(" FROM (");
|
||||||
|
_innerQuery.BuildSelectClause(sql);
|
||||||
|
_innerQuery.BuildFromClause(sql);
|
||||||
|
_innerQuery.BuildJoinClauses(sql);
|
||||||
|
_innerQuery.BuildWhereClause(sql);
|
||||||
|
_innerQuery.BuildGroupBy(sql);
|
||||||
|
sql.Append(") ");
|
||||||
|
|
||||||
|
return sql.ToString();
|
||||||
|
}
|
||||||
|
|
||||||
_innerQuery.BuildFromClause(sql);
|
_innerQuery.BuildFromClause(sql);
|
||||||
_innerQuery.BuildJoinClauses(sql);
|
_innerQuery.BuildJoinClauses(sql);
|
||||||
_innerQuery.BuildWhereClause(sql);
|
_innerQuery.BuildWhereClause(sql);
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
using System;
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
using System.Data.Common;
|
using System.Data.Common;
|
||||||
@@ -92,6 +93,10 @@ namespace Marr.Data.QGen
|
|||||||
case "EndsWith":
|
case "EndsWith":
|
||||||
Write_EndsWith(expression);
|
Write_EndsWith(expression);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case "In":
|
||||||
|
Write_In(expression);
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
string msg = string.Format("'{0}' expressions are not yet implemented in the where clause expression tree parser.", method);
|
string msg = string.Format("'{0}' expressions are not yet implemented in the where clause expression tree parser.", method);
|
||||||
@@ -140,31 +145,47 @@ namespace Marr.Data.QGen
|
|||||||
return expression;
|
return expression;
|
||||||
}
|
}
|
||||||
|
|
||||||
private object GetRightValue(Expression rightExpression)
|
private object GetRightValue(Expression expression)
|
||||||
{
|
{
|
||||||
object rightValue = null;
|
object rightValue = null;
|
||||||
|
|
||||||
var right = rightExpression as ConstantExpression;
|
var simpleConstExp = expression as ConstantExpression;
|
||||||
if (right == null) // Value is not directly passed in as a constant
|
if (simpleConstExp == null) // Value is not directly passed in as a constant
|
||||||
{
|
{
|
||||||
var rightMemberExp = (rightExpression as MemberExpression);
|
MemberExpression memberExp = expression as MemberExpression;
|
||||||
var parentMemberExpression = rightMemberExp.Expression as MemberExpression;
|
ConstantExpression constExp = null;
|
||||||
if (parentMemberExpression != null) // Value is passed in as a property on a parent entity
|
|
||||||
|
// Value may be nested in multiple levels of objects/properties, so traverse the MemberExpressions
|
||||||
|
// until a ConstantExpression property value is found, and then unwind the stack to get the value.
|
||||||
|
var memberNames = new Stack<string>();
|
||||||
|
|
||||||
|
while (memberExp != null)
|
||||||
{
|
{
|
||||||
string entityName = (rightMemberExp.Expression as MemberExpression).Member.Name;
|
memberNames.Push(memberExp.Member.Name);
|
||||||
var container = ((rightMemberExp.Expression as MemberExpression).Expression as ConstantExpression).Value;
|
|
||||||
var entity = _repos.ReflectionStrategy.GetFieldValue(container, entityName);
|
// Function calls are not supported - user needs to simplify their Where expression.
|
||||||
rightValue = _repos.ReflectionStrategy.GetFieldValue(entity, rightMemberExp.Member.Name);
|
var methodExp = memberExp.Expression as MethodCallExpression;
|
||||||
|
if (methodExp != null)
|
||||||
|
{
|
||||||
|
var errMsg = string.Format("Function calls are not supported by the Where clause expression parser. Please evaluate your function call, '{0}', manually and then use the resulting paremeter value in your Where expression.", methodExp.Method.Name);
|
||||||
|
throw new NotSupportedException(errMsg);
|
||||||
|
}
|
||||||
|
|
||||||
|
constExp = memberExp.Expression as ConstantExpression;
|
||||||
|
memberExp = memberExp.Expression as MemberExpression;
|
||||||
}
|
}
|
||||||
else // Value is passed in as a variable
|
|
||||||
|
object entity = constExp.Value;
|
||||||
|
while (memberNames.Count > 0)
|
||||||
{
|
{
|
||||||
var parent = (rightMemberExp.Expression as ConstantExpression).Value;
|
string entityName = memberNames.Pop();
|
||||||
rightValue = _repos.ReflectionStrategy.GetFieldValue(parent, rightMemberExp.Member.Name);
|
entity = _repos.ReflectionStrategy.GetFieldValue(entity, entityName);
|
||||||
}
|
}
|
||||||
|
rightValue = entity;
|
||||||
}
|
}
|
||||||
else // Value is passed in directly as a constant
|
else // Value is passed in directly as a constant
|
||||||
{
|
{
|
||||||
rightValue = right.Value;
|
rightValue = simpleConstExp.Value;
|
||||||
}
|
}
|
||||||
|
|
||||||
return rightValue;
|
return rightValue;
|
||||||
@@ -238,6 +259,17 @@ namespace Marr.Data.QGen
|
|||||||
_sb.AppendFormat(_dialect.ContainsFormat, fqColumn, paramName);
|
_sb.AppendFormat(_dialect.ContainsFormat, fqColumn, paramName);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void Write_In(MethodCallExpression body)
|
||||||
|
{
|
||||||
|
object value = GetRightValue(body.Arguments[1]);
|
||||||
|
//string paramName = string.Concat(_paramPrefix, "P", _command.Parameters.Count.ToString());
|
||||||
|
//var parameter = new ParameterChainMethods(_command, paramName, value).Parameter;
|
||||||
|
|
||||||
|
MemberExpression memberExp = (body.Arguments[0] as MemberExpression);
|
||||||
|
string fqColumn = GetFullyQualifiedColumnName(memberExp.Member, memberExp.Expression.Type);
|
||||||
|
_sb.AppendFormat(_dialect.InFormat, fqColumn, string.Join(",", value as List<int>));
|
||||||
|
}
|
||||||
|
|
||||||
private void Write_StartsWith(MethodCallExpression body)
|
private void Write_StartsWith(MethodCallExpression body)
|
||||||
{
|
{
|
||||||
// Add parameter to Command.Parameters
|
// Add parameter to Command.Parameters
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ namespace NzbDrone.Api.ClientSchema
|
|||||||
field.Value = value;
|
field.Value = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (fieldAttribute.Type == FieldType.Select)
|
if (fieldAttribute.Type == FieldType.Select || fieldAttribute.Type == FieldType.Tag)
|
||||||
{
|
{
|
||||||
field.SelectOptions = GetSelectOptions(fieldAttribute.SelectOptions);
|
field.SelectOptions = GetSelectOptions(fieldAttribute.SelectOptions);
|
||||||
}
|
}
|
||||||
@@ -150,7 +150,7 @@ namespace NzbDrone.Api.ClientSchema
|
|||||||
|
|
||||||
private static List<SelectOption> GetSelectOptions(Type selectOptions)
|
private static List<SelectOption> GetSelectOptions(Type selectOptions)
|
||||||
{
|
{
|
||||||
if (selectOptions == typeof(Profile))
|
if (selectOptions == null || selectOptions == typeof(Profile))
|
||||||
{
|
{
|
||||||
return new List<SelectOption>();
|
return new List<SelectOption>();
|
||||||
}
|
}
|
||||||
@@ -165,7 +165,7 @@ namespace NzbDrone.Api.ClientSchema
|
|||||||
var options = from Enum e in Enum.GetValues(selectOptions)
|
var options = from Enum e in Enum.GetValues(selectOptions)
|
||||||
select new SelectOption { Value = Convert.ToInt32(e), Name = e.ToString() };
|
select new SelectOption { Value = Convert.ToInt32(e), Name = e.ToString() };
|
||||||
|
|
||||||
return options.OrderBy(o => o.Value).ToList();
|
return options.OrderBy(o => o.Name).ToList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
using NzbDrone.Api.REST;
|
using NzbDrone.Api.REST;
|
||||||
using NzbDrone.Core.Configuration;
|
using NzbDrone.Core.Configuration;
|
||||||
|
using NzbDrone.Core.Parser;
|
||||||
|
|
||||||
namespace NzbDrone.Api.Config
|
namespace NzbDrone.Api.Config
|
||||||
{
|
{
|
||||||
@@ -12,6 +13,7 @@ namespace NzbDrone.Api.Config
|
|||||||
public int AvailabilityDelay { get; set; }
|
public int AvailabilityDelay { get; set; }
|
||||||
public bool AllowHardcodedSubs { get; set; }
|
public bool AllowHardcodedSubs { get; set; }
|
||||||
public string WhitelistedHardcodedSubs { get; set; }
|
public string WhitelistedHardcodedSubs { get; set; }
|
||||||
|
public ParsingLeniencyType ParsingLeniency { get; set; }
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class IndexerConfigResourceMapper
|
public static class IndexerConfigResourceMapper
|
||||||
@@ -27,7 +29,7 @@ namespace NzbDrone.Api.Config
|
|||||||
AvailabilityDelay = model.AvailabilityDelay,
|
AvailabilityDelay = model.AvailabilityDelay,
|
||||||
AllowHardcodedSubs = model.AllowHardcodedSubs,
|
AllowHardcodedSubs = model.AllowHardcodedSubs,
|
||||||
WhitelistedHardcodedSubs = model.WhitelistedHardcodedSubs,
|
WhitelistedHardcodedSubs = model.WhitelistedHardcodedSubs,
|
||||||
|
ParsingLeniency = model.ParsingLeniency,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,46 @@
|
|||||||
|
using System;
|
||||||
|
using Nancy;
|
||||||
|
using Nancy.Bootstrapper;
|
||||||
|
using Nancy.Responses;
|
||||||
|
using NzbDrone.Common.Extensions;
|
||||||
|
using NzbDrone.Core.Configuration;
|
||||||
|
|
||||||
|
namespace NzbDrone.Api.Extensions.Pipelines
|
||||||
|
{
|
||||||
|
public class UrlBasePipeline : IRegisterNancyPipeline
|
||||||
|
{
|
||||||
|
private readonly string _urlBase;
|
||||||
|
|
||||||
|
public UrlBasePipeline(IConfigFileProvider configFileProvider)
|
||||||
|
{
|
||||||
|
_urlBase = configFileProvider.UrlBase;
|
||||||
|
}
|
||||||
|
|
||||||
|
public int Order => 99;
|
||||||
|
|
||||||
|
public void Register(IPipelines pipelines)
|
||||||
|
{
|
||||||
|
if (_urlBase.IsNotNullOrWhiteSpace())
|
||||||
|
{
|
||||||
|
pipelines.BeforeRequest.AddItemToStartOfPipeline((Func<NancyContext, Response>) Handle);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private Response Handle(NancyContext context)
|
||||||
|
{
|
||||||
|
var basePath = context.Request.Url.BasePath;
|
||||||
|
|
||||||
|
if (basePath.IsNullOrWhiteSpace())
|
||||||
|
{
|
||||||
|
return new RedirectResponse($"{_urlBase}{context.Request.Path}{context.Request.Url.Query}");
|
||||||
|
}
|
||||||
|
|
||||||
|
if (_urlBase != basePath)
|
||||||
|
{
|
||||||
|
return new NotFoundResponse();
|
||||||
|
}
|
||||||
|
|
||||||
|
return null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using Nancy;
|
using Nancy;
|
||||||
@@ -17,7 +17,7 @@ namespace NzbDrone.Api.Frontend.Mappers
|
|||||||
private readonly IAnalyticsService _analyticsService;
|
private readonly IAnalyticsService _analyticsService;
|
||||||
private readonly Func<ICacheBreakerProvider> _cacheBreakProviderFactory;
|
private readonly Func<ICacheBreakerProvider> _cacheBreakProviderFactory;
|
||||||
private readonly string _indexPath;
|
private readonly string _indexPath;
|
||||||
private static readonly Regex ReplaceRegex = new Regex(@"(?:(?<attribute>href|src)=\"")(?<path>.*?(?<extension>css|js|png|ico|ics))(?:\"")(?:\s(?<nohash>data-no-hash))?", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
private static readonly Regex ReplaceRegex = new Regex(@"(?:(?<attribute>href|src|content)=\"")(?<path>.*?(?<extension>css|js|png|ico|ics|svg|json|xml))(?:\"")(?:\s(?<nohash>data-no-hash))?", RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||||
|
|
||||||
private static string API_KEY;
|
private static string API_KEY;
|
||||||
private static string URL_BASE;
|
private static string URL_BASE;
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Nancy.Responses;
|
using Nancy.Responses;
|
||||||
@@ -38,20 +38,6 @@ namespace NzbDrone.Api.Frontend
|
|||||||
return new NotFoundResponse();
|
return new NotFoundResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
//Redirect to the subfolder if the request went to the base URL
|
|
||||||
if (path.Equals("/"))
|
|
||||||
{
|
|
||||||
var urlBase = _configFileProvider.UrlBase;
|
|
||||||
|
|
||||||
if (!string.IsNullOrEmpty(urlBase))
|
|
||||||
{
|
|
||||||
if (Request.Url.BasePath != urlBase)
|
|
||||||
{
|
|
||||||
return new RedirectResponse(urlBase + "/");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
var mapper = _requestMappers.SingleOrDefault(m => m.CanHandle(path));
|
var mapper = _requestMappers.SingleOrDefault(m => m.CanHandle(path));
|
||||||
|
|
||||||
if (mapper != null)
|
if (mapper != null)
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ namespace NzbDrone.Api.Indexers
|
|||||||
GetResourceAll = GetReleases;
|
GetResourceAll = GetReleases;
|
||||||
Post["/"] = x => DownloadRelease(this.Bind<ReleaseResource>());
|
Post["/"] = x => DownloadRelease(this.Bind<ReleaseResource>());
|
||||||
|
|
||||||
PostValidator.RuleFor(s => s.DownloadAllowed).Equal(true);
|
//PostValidator.RuleFor(s => s.DownloadAllowed).Equal(true);
|
||||||
PostValidator.RuleFor(s => s.Guid).NotEmpty();
|
PostValidator.RuleFor(s => s.Guid).NotEmpty();
|
||||||
|
|
||||||
_remoteEpisodeCache = cacheManager.GetCache<RemoteEpisode>(GetType(), "remoteEpisodes");
|
_remoteEpisodeCache = cacheManager.GetCache<RemoteEpisode>(GetType(), "remoteEpisodes");
|
||||||
@@ -70,7 +70,7 @@ namespace NzbDrone.Api.Indexers
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
_downloadService.DownloadReport(remoteMovie);
|
_downloadService.DownloadReport(remoteMovie, false);
|
||||||
}
|
}
|
||||||
catch (ReleaseDownloadException ex)
|
catch (ReleaseDownloadException ex)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ using NzbDrone.Core.Indexers;
|
|||||||
using NzbDrone.Core.Parser.Model;
|
using NzbDrone.Core.Parser.Model;
|
||||||
using NzbDrone.Core.DecisionEngine;
|
using NzbDrone.Core.DecisionEngine;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
using NzbDrone.Core.Datastore.Migration;
|
||||||
|
|
||||||
namespace NzbDrone.Api.Indexers
|
namespace NzbDrone.Api.Indexers
|
||||||
{
|
{
|
||||||
@@ -29,8 +30,8 @@ namespace NzbDrone.Api.Indexers
|
|||||||
public bool FullSeason { get; set; }
|
public bool FullSeason { get; set; }
|
||||||
public int SeasonNumber { get; set; }
|
public int SeasonNumber { get; set; }
|
||||||
public Language Language { get; set; }
|
public Language Language { get; set; }
|
||||||
public string AirDate { get; set; }
|
public int Year { get; set; }
|
||||||
public string SeriesTitle { get; set; }
|
public string MovieTitle { get; set; }
|
||||||
public int[] EpisodeNumbers { get; set; }
|
public int[] EpisodeNumbers { get; set; }
|
||||||
public int[] AbsoluteEpisodeNumbers { get; set; }
|
public int[] AbsoluteEpisodeNumbers { get; set; }
|
||||||
public bool Approved { get; set; }
|
public bool Approved { get; set; }
|
||||||
@@ -43,8 +44,9 @@ namespace NzbDrone.Api.Indexers
|
|||||||
public string CommentUrl { get; set; }
|
public string CommentUrl { get; set; }
|
||||||
public string DownloadUrl { get; set; }
|
public string DownloadUrl { get; set; }
|
||||||
public string InfoUrl { get; set; }
|
public string InfoUrl { get; set; }
|
||||||
public bool DownloadAllowed { get; set; }
|
public MappingResultType MappingResult { get; set; }
|
||||||
public int ReleaseWeight { get; set; }
|
public int ReleaseWeight { get; set; }
|
||||||
|
public int SuspectedMovieId { get; set; }
|
||||||
|
|
||||||
public IEnumerable<string> IndexerFlags { get; set; }
|
public IEnumerable<string> IndexerFlags { get; set; }
|
||||||
|
|
||||||
@@ -88,11 +90,12 @@ namespace NzbDrone.Api.Indexers
|
|||||||
var parsedEpisodeInfo = model.RemoteEpisode.ParsedEpisodeInfo;
|
var parsedEpisodeInfo = model.RemoteEpisode.ParsedEpisodeInfo;
|
||||||
var remoteEpisode = model.RemoteEpisode;
|
var remoteEpisode = model.RemoteEpisode;
|
||||||
var torrentInfo = (model.RemoteEpisode.Release as TorrentInfo) ?? new TorrentInfo();
|
var torrentInfo = (model.RemoteEpisode.Release as TorrentInfo) ?? new TorrentInfo();
|
||||||
var downloadAllowed = model.RemoteEpisode.DownloadAllowed;
|
var mappingResult = MappingResultType.Success;
|
||||||
if (model.IsForMovie)
|
if (model.IsForMovie)
|
||||||
{
|
{
|
||||||
downloadAllowed = model.RemoteMovie.DownloadAllowed;
|
mappingResult = model.RemoteMovie.MappingResult;
|
||||||
var parsedMovieInfo = model.RemoteMovie.ParsedMovieInfo;
|
var parsedMovieInfo = model.RemoteMovie.ParsedMovieInfo;
|
||||||
|
var movieId = model.RemoteMovie.Movie?.Id ?? 0;
|
||||||
|
|
||||||
return new ReleaseResource
|
return new ReleaseResource
|
||||||
{
|
{
|
||||||
@@ -111,8 +114,8 @@ namespace NzbDrone.Api.Indexers
|
|||||||
//FullSeason = parsedMovieInfo.FullSeason,
|
//FullSeason = parsedMovieInfo.FullSeason,
|
||||||
//SeasonNumber = parsedMovieInfo.SeasonNumber,
|
//SeasonNumber = parsedMovieInfo.SeasonNumber,
|
||||||
Language = parsedMovieInfo.Language,
|
Language = parsedMovieInfo.Language,
|
||||||
AirDate = "",
|
Year = parsedMovieInfo.Year,
|
||||||
SeriesTitle = parsedMovieInfo.MovieTitle,
|
MovieTitle = parsedMovieInfo.MovieTitle,
|
||||||
EpisodeNumbers = new int[0],
|
EpisodeNumbers = new int[0],
|
||||||
AbsoluteEpisodeNumbers = new int[0],
|
AbsoluteEpisodeNumbers = new int[0],
|
||||||
Approved = model.Approved,
|
Approved = model.Approved,
|
||||||
@@ -125,8 +128,10 @@ namespace NzbDrone.Api.Indexers
|
|||||||
CommentUrl = releaseInfo.CommentUrl,
|
CommentUrl = releaseInfo.CommentUrl,
|
||||||
DownloadUrl = releaseInfo.DownloadUrl,
|
DownloadUrl = releaseInfo.DownloadUrl,
|
||||||
InfoUrl = releaseInfo.InfoUrl,
|
InfoUrl = releaseInfo.InfoUrl,
|
||||||
DownloadAllowed = downloadAllowed,
|
MappingResult = mappingResult,
|
||||||
//ReleaseWeight
|
//ReleaseWeight
|
||||||
|
|
||||||
|
SuspectedMovieId = movieId,
|
||||||
|
|
||||||
MagnetUrl = torrentInfo.MagnetUrl,
|
MagnetUrl = torrentInfo.MagnetUrl,
|
||||||
InfoHash = torrentInfo.InfoHash,
|
InfoHash = torrentInfo.InfoHash,
|
||||||
@@ -161,8 +166,8 @@ namespace NzbDrone.Api.Indexers
|
|||||||
FullSeason = parsedEpisodeInfo.FullSeason,
|
FullSeason = parsedEpisodeInfo.FullSeason,
|
||||||
SeasonNumber = parsedEpisodeInfo.SeasonNumber,
|
SeasonNumber = parsedEpisodeInfo.SeasonNumber,
|
||||||
Language = parsedEpisodeInfo.Language,
|
Language = parsedEpisodeInfo.Language,
|
||||||
AirDate = parsedEpisodeInfo.AirDate,
|
//AirDate = parsedEpisodeInfo.AirDate,
|
||||||
SeriesTitle = parsedEpisodeInfo.SeriesTitle,
|
//SeriesTitle = parsedEpisodeInfo.SeriesTitle,
|
||||||
EpisodeNumbers = parsedEpisodeInfo.EpisodeNumbers,
|
EpisodeNumbers = parsedEpisodeInfo.EpisodeNumbers,
|
||||||
AbsoluteEpisodeNumbers = parsedEpisodeInfo.AbsoluteEpisodeNumbers,
|
AbsoluteEpisodeNumbers = parsedEpisodeInfo.AbsoluteEpisodeNumbers,
|
||||||
Approved = model.Approved,
|
Approved = model.Approved,
|
||||||
@@ -175,7 +180,7 @@ namespace NzbDrone.Api.Indexers
|
|||||||
CommentUrl = releaseInfo.CommentUrl,
|
CommentUrl = releaseInfo.CommentUrl,
|
||||||
DownloadUrl = releaseInfo.DownloadUrl,
|
DownloadUrl = releaseInfo.DownloadUrl,
|
||||||
InfoUrl = releaseInfo.InfoUrl,
|
InfoUrl = releaseInfo.InfoUrl,
|
||||||
DownloadAllowed = downloadAllowed,
|
//DownloadAllowed = downloadAllowed,
|
||||||
//ReleaseWeight
|
//ReleaseWeight
|
||||||
|
|
||||||
MagnetUrl = torrentInfo.MagnetUrl,
|
MagnetUrl = torrentInfo.MagnetUrl,
|
||||||
|
|||||||
@@ -0,0 +1,57 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using Marr.Data;
|
||||||
|
using Nancy;
|
||||||
|
using NzbDrone.Api;
|
||||||
|
using NzbDrone.Api.Movie;
|
||||||
|
using NzbDrone.Common.Cache;
|
||||||
|
using NzbDrone.Common.Extensions;
|
||||||
|
using NzbDrone.Core.MediaCover;
|
||||||
|
using NzbDrone.Core.MediaFiles;
|
||||||
|
using NzbDrone.Core.MediaFiles.EpisodeImport;
|
||||||
|
using NzbDrone.Core.Messaging.Events;
|
||||||
|
using NzbDrone.Core.MetadataSource;
|
||||||
|
using NzbDrone.Core.MetadataSource.RadarrAPI;
|
||||||
|
using NzbDrone.Core.Movies.AlternativeTitles;
|
||||||
|
using NzbDrone.Core.RootFolders;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Core.Tv.Events;
|
||||||
|
|
||||||
|
namespace NzbDrone.Api.Movie
|
||||||
|
{
|
||||||
|
public class AlternativeTitleModule : NzbDroneRestModule<AlternativeTitleResource>
|
||||||
|
{
|
||||||
|
private readonly IAlternativeTitleService _altTitleService;
|
||||||
|
private readonly IMovieService _movieService;
|
||||||
|
private readonly IRadarrAPIClient _radarrApi;
|
||||||
|
private readonly IEventAggregator _eventAggregator;
|
||||||
|
|
||||||
|
public AlternativeTitleModule(IAlternativeTitleService altTitleService, IMovieService movieService, IRadarrAPIClient radarrApi, IEventAggregator eventAggregator)
|
||||||
|
: base("/alttitle")
|
||||||
|
{
|
||||||
|
_altTitleService = altTitleService;
|
||||||
|
_movieService = movieService;
|
||||||
|
_radarrApi = radarrApi;
|
||||||
|
CreateResource = AddTitle;
|
||||||
|
GetResourceById = GetTitle;
|
||||||
|
_eventAggregator = eventAggregator;
|
||||||
|
}
|
||||||
|
|
||||||
|
private int AddTitle(AlternativeTitleResource altTitle)
|
||||||
|
{
|
||||||
|
var title = altTitle.ToModel();
|
||||||
|
var movie = _movieService.GetMovie(altTitle.MovieId);
|
||||||
|
var newTitle = _radarrApi.AddNewAlternativeTitle(title, movie.TmdbId);
|
||||||
|
|
||||||
|
var addedTitle = _altTitleService.AddAltTitle(newTitle, movie);
|
||||||
|
_eventAggregator.PublishEvent(new MovieUpdatedEvent(movie));
|
||||||
|
return addedTitle.Id;
|
||||||
|
}
|
||||||
|
|
||||||
|
private AlternativeTitleResource GetTitle(int id)
|
||||||
|
{
|
||||||
|
return _altTitleService.GetById(id).ToResource();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,63 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using Marr.Data;
|
||||||
|
using Nancy;
|
||||||
|
using NzbDrone.Api;
|
||||||
|
using NzbDrone.Api.Movie;
|
||||||
|
using NzbDrone.Common.Cache;
|
||||||
|
using NzbDrone.Common.Extensions;
|
||||||
|
using NzbDrone.Common.Messaging;
|
||||||
|
using NzbDrone.Core.MediaCover;
|
||||||
|
using NzbDrone.Core.MediaFiles;
|
||||||
|
using NzbDrone.Core.MediaFiles.EpisodeImport;
|
||||||
|
using NzbDrone.Core.Messaging.Events;
|
||||||
|
using NzbDrone.Core.MetadataSource;
|
||||||
|
using NzbDrone.Core.MetadataSource.RadarrAPI;
|
||||||
|
using NzbDrone.Core.Movies.AlternativeTitles;
|
||||||
|
using NzbDrone.Core.RootFolders;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Core.Tv.Events;
|
||||||
|
|
||||||
|
namespace NzbDrone.Api.Movie
|
||||||
|
{
|
||||||
|
public class AlternativeYearModule : NzbDroneRestModule<AlternativeYearResource>
|
||||||
|
{
|
||||||
|
private readonly IMovieService _movieService;
|
||||||
|
private readonly IRadarrAPIClient _radarrApi;
|
||||||
|
private readonly ICached<int> _yearCache;
|
||||||
|
private readonly IEventAggregator _eventAggregator;
|
||||||
|
|
||||||
|
public AlternativeYearModule(IMovieService movieService, IRadarrAPIClient radarrApi, ICacheManager cacheManager, IEventAggregator eventAggregator)
|
||||||
|
: base("/altyear")
|
||||||
|
{
|
||||||
|
_movieService = movieService;
|
||||||
|
_radarrApi = radarrApi;
|
||||||
|
CreateResource = AddYear;
|
||||||
|
GetResourceById = GetYear;
|
||||||
|
_yearCache = cacheManager.GetCache<int>(GetType(), "altYears");
|
||||||
|
_eventAggregator = eventAggregator;
|
||||||
|
}
|
||||||
|
|
||||||
|
private int AddYear(AlternativeYearResource altYear)
|
||||||
|
{
|
||||||
|
var id = new Random().Next();
|
||||||
|
_yearCache.Set(id.ToString(), altYear.Year, TimeSpan.FromMinutes(1));
|
||||||
|
var movie = _movieService.GetMovie(altYear.MovieId);
|
||||||
|
var newYear = _radarrApi.AddNewAlternativeYear(altYear.Year, movie.TmdbId);
|
||||||
|
movie.SecondaryYear = newYear.Year;
|
||||||
|
movie.SecondaryYearSourceId = newYear.SourceId;
|
||||||
|
_movieService.UpdateMovie(movie);
|
||||||
|
_eventAggregator.PublishEvent(new MovieUpdatedEvent(movie));
|
||||||
|
return id;
|
||||||
|
}
|
||||||
|
|
||||||
|
private AlternativeYearResource GetYear(int id)
|
||||||
|
{
|
||||||
|
return new AlternativeYearResource
|
||||||
|
{
|
||||||
|
Year = _yearCache.Find(id.ToString())
|
||||||
|
};
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,75 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using NzbDrone.Api.REST;
|
||||||
|
using NzbDrone.Core.MediaCover;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Core.Qualities;
|
||||||
|
using NzbDrone.Api.Series;
|
||||||
|
using NzbDrone.Core.MediaFiles;
|
||||||
|
using NzbDrone.Core.Movies.AlternativeTitles;
|
||||||
|
using NzbDrone.Core.Parser;
|
||||||
|
|
||||||
|
namespace NzbDrone.Api.Movie
|
||||||
|
{
|
||||||
|
public class AlternativeYearResource : RestResource
|
||||||
|
{
|
||||||
|
public AlternativeYearResource()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
//Todo: Sorters should be done completely on the client
|
||||||
|
//Todo: Is there an easy way to keep IgnoreArticlesWhenSorting in sync between, Series, History, Missing?
|
||||||
|
//Todo: We should get the entire Profile instead of ID and Name separately
|
||||||
|
|
||||||
|
public int MovieId { get; set; }
|
||||||
|
public int Year { get; set; }
|
||||||
|
|
||||||
|
//TODO: Add series statistics as a property of the series (instead of individual properties)
|
||||||
|
}
|
||||||
|
|
||||||
|
/*public static class AlternativeYearResourceMapper
|
||||||
|
{
|
||||||
|
/*public static AlternativeYearResource ToResource(this AlternativeTitle model)
|
||||||
|
{
|
||||||
|
if (model == null) return null;
|
||||||
|
|
||||||
|
AlternativeTitleResource resource = null;
|
||||||
|
|
||||||
|
return new AlternativeTitleResource
|
||||||
|
{
|
||||||
|
Id = model.Id,
|
||||||
|
SourceType = model.SourceType,
|
||||||
|
MovieId = model.MovieId,
|
||||||
|
Title = model.Title,
|
||||||
|
SourceId = model.SourceId,
|
||||||
|
Votes = model.Votes,
|
||||||
|
VoteCount = model.VoteCount,
|
||||||
|
Language = model.Language
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public static AlternativeTitle ToModel(this AlternativeTitleResource resource)
|
||||||
|
{
|
||||||
|
if (resource == null) return null;
|
||||||
|
|
||||||
|
return new AlternativeTitle
|
||||||
|
{
|
||||||
|
Id = resource.Id,
|
||||||
|
SourceType = resource.SourceType,
|
||||||
|
MovieId = resource.MovieId,
|
||||||
|
Title = resource.Title,
|
||||||
|
SourceId = resource.SourceId,
|
||||||
|
Votes = resource.Votes,
|
||||||
|
VoteCount = resource.VoteCount,
|
||||||
|
Language = resource.Language
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public static List<AlternativeTitleResource> ToResource(this IEnumerable<AlternativeTitle> movies)
|
||||||
|
{
|
||||||
|
return movies.Select(ToResource).ToList();
|
||||||
|
}
|
||||||
|
}*/
|
||||||
|
}
|
||||||
@@ -90,7 +90,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
return mappedMovie;
|
return mappedMovie;
|
||||||
}
|
}
|
||||||
|
|
||||||
var parsedTitle = Parser.ParseMoviePath(f.Name);
|
var parsedTitle = Parser.ParseMoviePath(f.Name, false);
|
||||||
if (parsedTitle == null)
|
if (parsedTitle == null)
|
||||||
{
|
{
|
||||||
m = new Core.Tv.Movie
|
m = new Core.Tv.Movie
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
using System.Collections.Generic;
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using Nancy;
|
using Nancy;
|
||||||
|
using Nancy.Responses;
|
||||||
using NzbDrone.Api.Extensions;
|
using NzbDrone.Api.Extensions;
|
||||||
|
using NzbDrone.Api.REST;
|
||||||
using NzbDrone.Core.Tv;
|
using NzbDrone.Core.Tv;
|
||||||
|
|
||||||
namespace NzbDrone.Api.Movie
|
namespace NzbDrone.Api.Movie
|
||||||
@@ -15,6 +18,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
{
|
{
|
||||||
_movieService = movieService;
|
_movieService = movieService;
|
||||||
Put["/"] = Movie => SaveAll();
|
Put["/"] = Movie => SaveAll();
|
||||||
|
Put["/delete"] = Movie => DeleteSelected();
|
||||||
}
|
}
|
||||||
|
|
||||||
private Response SaveAll()
|
private Response SaveAll()
|
||||||
@@ -27,5 +31,33 @@ namespace NzbDrone.Api.Movie
|
|||||||
.ToResource()
|
.ToResource()
|
||||||
.AsResponse(HttpStatusCode.Accepted);
|
.AsResponse(HttpStatusCode.Accepted);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private Response DeleteSelected()
|
||||||
|
{
|
||||||
|
var deleteFiles = false;
|
||||||
|
var addExclusion = false;
|
||||||
|
var deleteFilesQuery = Request.Query.deleteFiles;
|
||||||
|
var addExclusionQuery = Request.Query.addExclusion;
|
||||||
|
|
||||||
|
if (deleteFilesQuery.HasValue)
|
||||||
|
{
|
||||||
|
deleteFiles = Convert.ToBoolean(deleteFilesQuery.Value);
|
||||||
|
}
|
||||||
|
if (addExclusionQuery.HasValue)
|
||||||
|
{
|
||||||
|
addExclusion = Convert.ToBoolean(addExclusionQuery.Value);
|
||||||
|
}
|
||||||
|
var ids = Request.Body.FromJson<List<int>>();
|
||||||
|
|
||||||
|
foreach (var id in ids)
|
||||||
|
{
|
||||||
|
_movieService.DeleteMovie(id, deleteFiles, addExclusion);
|
||||||
|
}
|
||||||
|
|
||||||
|
return new Response
|
||||||
|
{
|
||||||
|
StatusCode = HttpStatusCode.Accepted
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ namespace NzbDrone.Api.NetImport
|
|||||||
{
|
{
|
||||||
public NetImportModule(NetImportFactory netImportFactory) : base(netImportFactory, "netimport")
|
public NetImportModule(NetImportFactory netImportFactory) : base(netImportFactory, "netimport")
|
||||||
{
|
{
|
||||||
PostValidator.RuleFor(c => c.RootFolderPath).NotNull();
|
PostValidator.RuleFor(c => c.RootFolderPath).IsValidPath();
|
||||||
PostValidator.RuleFor(c => c.MinimumAvailability).NotNull();
|
PostValidator.RuleFor(c => c.MinimumAvailability).NotNull();
|
||||||
PostValidator.RuleFor(c => c.ProfileId).NotNull();
|
PostValidator.RuleFor(c => c.ProfileId).NotNull();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -113,11 +113,15 @@
|
|||||||
<Compile Include="Config\NetImportConfigResource.cs" />
|
<Compile Include="Config\NetImportConfigResource.cs" />
|
||||||
<Compile Include="Extensions\AccessControlHeaders.cs" />
|
<Compile Include="Extensions\AccessControlHeaders.cs" />
|
||||||
<Compile Include="Extensions\Pipelines\CorsPipeline.cs" />
|
<Compile Include="Extensions\Pipelines\CorsPipeline.cs" />
|
||||||
|
<Compile Include="Extensions\Pipelines\UrlBasePipeline.cs" />
|
||||||
<Compile Include="Extensions\Pipelines\RequestLoggingPipeline.cs" />
|
<Compile Include="Extensions\Pipelines\RequestLoggingPipeline.cs" />
|
||||||
<Compile Include="Frontend\Mappers\LoginHtmlMapper.cs" />
|
<Compile Include="Frontend\Mappers\LoginHtmlMapper.cs" />
|
||||||
<Compile Include="Frontend\Mappers\RobotsTxtMapper.cs" />
|
<Compile Include="Frontend\Mappers\RobotsTxtMapper.cs" />
|
||||||
<Compile Include="Indexers\ReleaseModuleBase.cs" />
|
<Compile Include="Indexers\ReleaseModuleBase.cs" />
|
||||||
<Compile Include="Indexers\ReleasePushModule.cs" />
|
<Compile Include="Indexers\ReleasePushModule.cs" />
|
||||||
|
<Compile Include="Movies\AlternativeTitleModule.cs" />
|
||||||
|
<Compile Include="Movies\AlternativeYearResource.cs" />
|
||||||
|
<Compile Include="Movies\AlternativeYearModule.cs" />
|
||||||
<Compile Include="Movies\MovieModuleWithSignalR.cs" />
|
<Compile Include="Movies\MovieModuleWithSignalR.cs" />
|
||||||
<Compile Include="Movies\MovieBulkImportModule.cs" />
|
<Compile Include="Movies\MovieBulkImportModule.cs" />
|
||||||
<Compile Include="Movies\MovieFileModule.cs" />
|
<Compile Include="Movies\MovieFileModule.cs" />
|
||||||
@@ -239,7 +243,7 @@
|
|||||||
<Compile Include="RootFolders\RootFolderModule.cs" />
|
<Compile Include="RootFolders\RootFolderModule.cs" />
|
||||||
<Compile Include="RootFolders\RootFolderResource.cs" />
|
<Compile Include="RootFolders\RootFolderResource.cs" />
|
||||||
<Compile Include="SeasonPass\SeasonPassResource.cs" />
|
<Compile Include="SeasonPass\SeasonPassResource.cs" />
|
||||||
<Compile Include="Series\AlternateTitleResource.cs" />
|
<Compile Include="Series\AlternativeTitleResource.cs" />
|
||||||
<Compile Include="Series\MovieFileResource.cs" />
|
<Compile Include="Series\MovieFileResource.cs" />
|
||||||
<Compile Include="Series\FetchMovieListModule.cs" />
|
<Compile Include="Series\FetchMovieListModule.cs" />
|
||||||
<Compile Include="Series\SeasonResource.cs" />
|
<Compile Include="Series\SeasonResource.cs" />
|
||||||
|
|||||||
@@ -105,7 +105,7 @@ namespace NzbDrone.Api.Queue
|
|||||||
throw new NotFoundException();
|
throw new NotFoundException();
|
||||||
}
|
}
|
||||||
|
|
||||||
_downloadService.DownloadReport(pendingRelease.RemoteMovie);
|
_downloadService.DownloadReport(pendingRelease.RemoteMovie, false);
|
||||||
|
|
||||||
return resource.AsResponse();
|
return resource.AsResponse();
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,9 +0,0 @@
|
|||||||
namespace NzbDrone.Api.Series
|
|
||||||
{
|
|
||||||
public class AlternateTitleResource
|
|
||||||
{
|
|
||||||
public string Title { get; set; }
|
|
||||||
public int? SeasonNumber { get; set; }
|
|
||||||
public int? SceneSeasonNumber { get; set; }
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,81 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using NzbDrone.Api.REST;
|
||||||
|
using NzbDrone.Core.MediaCover;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Core.Qualities;
|
||||||
|
using NzbDrone.Api.Series;
|
||||||
|
using NzbDrone.Core.MediaFiles;
|
||||||
|
using NzbDrone.Core.Movies.AlternativeTitles;
|
||||||
|
using NzbDrone.Core.Parser;
|
||||||
|
|
||||||
|
namespace NzbDrone.Api.Movie
|
||||||
|
{
|
||||||
|
public class AlternativeTitleResource : RestResource
|
||||||
|
{
|
||||||
|
public AlternativeTitleResource()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
//Todo: Sorters should be done completely on the client
|
||||||
|
//Todo: Is there an easy way to keep IgnoreArticlesWhenSorting in sync between, Series, History, Missing?
|
||||||
|
//Todo: We should get the entire Profile instead of ID and Name separately
|
||||||
|
|
||||||
|
public SourceType SourceType { get; set; }
|
||||||
|
public int MovieId { get; set; }
|
||||||
|
public string Title { get; set; }
|
||||||
|
public string CleanTitle { get; set; }
|
||||||
|
public int SourceId { get; set; }
|
||||||
|
public int Votes { get; set; }
|
||||||
|
public int VoteCount { get; set; }
|
||||||
|
public Language Language { get; set; }
|
||||||
|
|
||||||
|
//TODO: Add series statistics as a property of the series (instead of individual properties)
|
||||||
|
}
|
||||||
|
|
||||||
|
public static class AlternativeTitleResourceMapper
|
||||||
|
{
|
||||||
|
public static AlternativeTitleResource ToResource(this AlternativeTitle model)
|
||||||
|
{
|
||||||
|
if (model == null) return null;
|
||||||
|
|
||||||
|
AlternativeTitleResource resource = null;
|
||||||
|
|
||||||
|
return new AlternativeTitleResource
|
||||||
|
{
|
||||||
|
Id = model.Id,
|
||||||
|
SourceType = model.SourceType,
|
||||||
|
MovieId = model.MovieId,
|
||||||
|
Title = model.Title,
|
||||||
|
SourceId = model.SourceId,
|
||||||
|
Votes = model.Votes,
|
||||||
|
VoteCount = model.VoteCount,
|
||||||
|
Language = model.Language
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public static AlternativeTitle ToModel(this AlternativeTitleResource resource)
|
||||||
|
{
|
||||||
|
if (resource == null) return null;
|
||||||
|
|
||||||
|
return new AlternativeTitle
|
||||||
|
{
|
||||||
|
Id = resource.Id,
|
||||||
|
SourceType = resource.SourceType,
|
||||||
|
MovieId = resource.MovieId,
|
||||||
|
Title = resource.Title,
|
||||||
|
SourceId = resource.SourceId,
|
||||||
|
Votes = resource.Votes,
|
||||||
|
VoteCount = resource.VoteCount,
|
||||||
|
Language = resource.Language
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
public static List<AlternativeTitleResource> ToResource(this IEnumerable<AlternativeTitle> movies)
|
||||||
|
{
|
||||||
|
return movies.Select(ToResource).ToList();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -6,17 +6,22 @@ using NzbDrone.Core.MetadataSource;
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System;
|
using System;
|
||||||
using NzbDrone.Api.REST;
|
using NzbDrone.Api.REST;
|
||||||
|
using NzbDrone.Core.NetImport;
|
||||||
|
using NzbDrone.Api.NetImport;
|
||||||
|
|
||||||
namespace NzbDrone.Api.Movie
|
namespace NzbDrone.Api.Movie
|
||||||
{
|
{
|
||||||
public class MovieDiscoverModule : NzbDroneRestModule<MovieResource>
|
public class MovieDiscoverModule : NzbDroneRestModule<MovieResource>
|
||||||
{
|
{
|
||||||
private readonly IDiscoverNewMovies _searchProxy;
|
private readonly IDiscoverNewMovies _searchProxy;
|
||||||
|
private readonly INetImportFactory _netImportFactory;
|
||||||
|
|
||||||
public MovieDiscoverModule(IDiscoverNewMovies searchProxy)
|
public MovieDiscoverModule(IDiscoverNewMovies searchProxy, INetImportFactory netImportFactory)
|
||||||
: base("/movies/discover")
|
: base("/movies/discover")
|
||||||
{
|
{
|
||||||
_searchProxy = searchProxy;
|
_searchProxy = searchProxy;
|
||||||
|
_netImportFactory = netImportFactory;
|
||||||
|
Get["/lists"] = x => GetLists();
|
||||||
Get["/{action?recommendations}"] = x => Search(x.action);
|
Get["/{action?recommendations}"] = x => Search(x.action);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -26,6 +31,20 @@ namespace NzbDrone.Api.Movie
|
|||||||
return MapToResource(imdbResults).AsResponse();
|
return MapToResource(imdbResults).AsResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private Response GetLists()
|
||||||
|
{
|
||||||
|
var lists = _netImportFactory.Discoverable();
|
||||||
|
|
||||||
|
return lists.Select(definition => {
|
||||||
|
var resource = new NetImportResource();
|
||||||
|
resource.Id = definition.Definition.Id;
|
||||||
|
|
||||||
|
resource.Name = definition.Definition.Name;
|
||||||
|
|
||||||
|
return resource;
|
||||||
|
}).AsResponse();
|
||||||
|
}
|
||||||
|
|
||||||
private static IEnumerable<MovieResource> MapToResource(IEnumerable<Core.Tv.Movie> movies)
|
private static IEnumerable<MovieResource> MapToResource(IEnumerable<Core.Tv.Movie> movies)
|
||||||
{
|
{
|
||||||
foreach (var currentSeries in movies)
|
foreach (var currentSeries in movies)
|
||||||
|
|||||||
@@ -21,13 +21,16 @@ namespace NzbDrone.Api.Movie
|
|||||||
|
|
||||||
//View Only
|
//View Only
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
public List<AlternateTitleResource> AlternateTitles { get; set; }
|
public List<AlternativeTitleResource> AlternativeTitles { get; set; }
|
||||||
|
public int? SecondaryYear { get; set; }
|
||||||
|
public int SecondaryYearSourceId { get; set; }
|
||||||
public string SortTitle { get; set; }
|
public string SortTitle { get; set; }
|
||||||
public long? SizeOnDisk { get; set; }
|
public long? SizeOnDisk { get; set; }
|
||||||
public MovieStatusType Status { get; set; }
|
public MovieStatusType Status { get; set; }
|
||||||
public string Overview { get; set; }
|
public string Overview { get; set; }
|
||||||
public DateTime? InCinemas { get; set; }
|
public DateTime? InCinemas { get; set; }
|
||||||
public DateTime? PhysicalRelease { get; set; }
|
public DateTime? PhysicalRelease { get; set; }
|
||||||
|
public string PhysicalReleaseNote { get; set; }
|
||||||
public List<MediaCover> Images { get; set; }
|
public List<MediaCover> Images { get; set; }
|
||||||
public string Website { get; set; }
|
public string Website { get; set; }
|
||||||
public bool Downloaded { get; set; }
|
public bool Downloaded { get; set; }
|
||||||
@@ -61,7 +64,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
public DateTime Added { get; set; }
|
public DateTime Added { get; set; }
|
||||||
public AddMovieOptions AddOptions { get; set; }
|
public AddMovieOptions AddOptions { get; set; }
|
||||||
public Ratings Ratings { get; set; }
|
public Ratings Ratings { get; set; }
|
||||||
public List<string> AlternativeTitles { get; set; }
|
//public List<string> AlternativeTitles { get; set; }
|
||||||
public MovieFileResource MovieFile { get; set; }
|
public MovieFileResource MovieFile { get; set; }
|
||||||
|
|
||||||
//TODO: Add series statistics as a property of the series (instead of individual properties)
|
//TODO: Add series statistics as a property of the series (instead of individual properties)
|
||||||
@@ -106,6 +109,8 @@ namespace NzbDrone.Api.Movie
|
|||||||
downloaded = true;
|
downloaded = true;
|
||||||
movieFile = model.MovieFile.Value.ToResource();
|
movieFile = model.MovieFile.Value.ToResource();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//model.AlternativeTitles.LazyLoad();
|
||||||
|
|
||||||
return new MovieResource
|
return new MovieResource
|
||||||
{
|
{
|
||||||
@@ -116,6 +121,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
SortTitle = model.SortTitle,
|
SortTitle = model.SortTitle,
|
||||||
InCinemas = model.InCinemas,
|
InCinemas = model.InCinemas,
|
||||||
PhysicalRelease = model.PhysicalRelease,
|
PhysicalRelease = model.PhysicalRelease,
|
||||||
|
PhysicalReleaseNote = model.PhysicalReleaseNote,
|
||||||
HasFile = model.HasFile,
|
HasFile = model.HasFile,
|
||||||
Downloaded = downloaded,
|
Downloaded = downloaded,
|
||||||
//TotalEpisodeCount
|
//TotalEpisodeCount
|
||||||
@@ -129,6 +135,8 @@ namespace NzbDrone.Api.Movie
|
|||||||
Images = model.Images,
|
Images = model.Images,
|
||||||
|
|
||||||
Year = model.Year,
|
Year = model.Year,
|
||||||
|
SecondaryYear = model.SecondaryYear,
|
||||||
|
SecondaryYearSourceId = model.SecondaryYearSourceId,
|
||||||
|
|
||||||
Path = model.Path,
|
Path = model.Path,
|
||||||
ProfileId = model.ProfileId,
|
ProfileId = model.ProfileId,
|
||||||
@@ -154,7 +162,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
Tags = model.Tags,
|
Tags = model.Tags,
|
||||||
Added = model.Added,
|
Added = model.Added,
|
||||||
AddOptions = model.AddOptions,
|
AddOptions = model.AddOptions,
|
||||||
AlternativeTitles = model.AlternativeTitles,
|
AlternativeTitles = model.AlternativeTitles.ToResource(),
|
||||||
Ratings = model.Ratings,
|
Ratings = model.Ratings,
|
||||||
MovieFile = movieFile,
|
MovieFile = movieFile,
|
||||||
YouTubeTrailerId = model.YouTubeTrailerId,
|
YouTubeTrailerId = model.YouTubeTrailerId,
|
||||||
@@ -176,6 +184,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
SortTitle = resource.SortTitle,
|
SortTitle = resource.SortTitle,
|
||||||
InCinemas = resource.InCinemas,
|
InCinemas = resource.InCinemas,
|
||||||
PhysicalRelease = resource.PhysicalRelease,
|
PhysicalRelease = resource.PhysicalRelease,
|
||||||
|
PhysicalReleaseNote = resource.PhysicalReleaseNote,
|
||||||
//TotalEpisodeCount
|
//TotalEpisodeCount
|
||||||
//EpisodeCount
|
//EpisodeCount
|
||||||
//EpisodeFileCount
|
//EpisodeFileCount
|
||||||
@@ -186,6 +195,8 @@ namespace NzbDrone.Api.Movie
|
|||||||
Images = resource.Images,
|
Images = resource.Images,
|
||||||
|
|
||||||
Year = resource.Year,
|
Year = resource.Year,
|
||||||
|
SecondaryYear = resource.SecondaryYear,
|
||||||
|
SecondaryYearSourceId = resource.SecondaryYearSourceId,
|
||||||
|
|
||||||
Path = resource.Path,
|
Path = resource.Path,
|
||||||
ProfileId = resource.ProfileId,
|
ProfileId = resource.ProfileId,
|
||||||
@@ -206,7 +217,7 @@ namespace NzbDrone.Api.Movie
|
|||||||
Tags = resource.Tags,
|
Tags = resource.Tags,
|
||||||
Added = resource.Added,
|
Added = resource.Added,
|
||||||
AddOptions = resource.AddOptions,
|
AddOptions = resource.AddOptions,
|
||||||
AlternativeTitles = resource.AlternativeTitles,
|
//AlternativeTitles = resource.AlternativeTitles,
|
||||||
Ratings = resource.Ratings,
|
Ratings = resource.Ratings,
|
||||||
YouTubeTrailerId = resource.YouTubeTrailerId,
|
YouTubeTrailerId = resource.YouTubeTrailerId,
|
||||||
Studio = resource.Studio
|
Studio = resource.Studio
|
||||||
|
|||||||
@@ -199,7 +199,7 @@ namespace NzbDrone.Api.Series
|
|||||||
|
|
||||||
if (mappings == null) return;
|
if (mappings == null) return;
|
||||||
|
|
||||||
resource.AlternateTitles = mappings.Select(v => new AlternateTitleResource { Title = v.Title, SeasonNumber = v.SeasonNumber, SceneSeasonNumber = v.SceneSeasonNumber }).ToList();
|
//resource.AlternateTitles = mappings.Select(v => new AlternateTitleResource { Title = v.Title, SeasonNumber = v.SeasonNumber, SceneSeasonNumber = v.SceneSeasonNumber }).ToList();
|
||||||
}
|
}
|
||||||
|
|
||||||
public void Handle(EpisodeImportedEvent message)
|
public void Handle(EpisodeImportedEvent message)
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace NzbDrone.Api.Series
|
|||||||
|
|
||||||
//View Only
|
//View Only
|
||||||
public string Title { get; set; }
|
public string Title { get; set; }
|
||||||
public List<AlternateTitleResource> AlternateTitles { get; set; }
|
//public List<AlternativeTitleResource> AlternateTitles { get; set; }
|
||||||
public string SortTitle { get; set; }
|
public string SortTitle { get; set; }
|
||||||
|
|
||||||
public int SeasonCount
|
public int SeasonCount
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text.RegularExpressions;
|
using System.Text.RegularExpressions;
|
||||||
using NzbDrone.Core.Datastore.Events;
|
using NzbDrone.Core.Datastore.Events;
|
||||||
@@ -12,7 +12,7 @@ namespace NzbDrone.Api.System.Tasks
|
|||||||
{
|
{
|
||||||
private readonly ITaskManager _taskManager;
|
private readonly ITaskManager _taskManager;
|
||||||
|
|
||||||
private static readonly Regex NameRegex = new Regex("(?<!^)[A-Z]", RegexOptions.Compiled);
|
private static readonly Regex NameRegex = new Regex("(?<!^)[A-Z][a-z]", RegexOptions.Compiled);
|
||||||
|
|
||||||
public TaskModule(ITaskManager taskManager, IBroadcastSignalRMessage broadcastSignalRMessage)
|
public TaskModule(ITaskManager taskManager, IBroadcastSignalRMessage broadcastSignalRMessage)
|
||||||
: base(broadcastSignalRMessage, "system/task")
|
: base(broadcastSignalRMessage, "system/task")
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -108,7 +108,7 @@ namespace NzbDrone.Common.Disk
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool CanUseGDIPlus()
|
public bool CanUseGDIPlus()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
@@ -129,7 +129,7 @@ namespace NzbDrone.Common.Disk
|
|||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
using (var bmp = new Bitmap(filename))
|
using (var bmp = new Bitmap(filename))
|
||||||
@@ -150,7 +150,7 @@ namespace NzbDrone.Common.Disk
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var testPath = Path.Combine(path, "sonarr_write_test.txt");
|
var testPath = Path.Combine(path, "radarr_write_test.txt");
|
||||||
var testContent = string.Format("This file was created to verify if '{0}' is writable. It should've been automatically deleted. Feel free to delete it.", path);
|
var testContent = string.Format("This file was created to verify if '{0}' is writable. It should've been automatically deleted. Feel free to delete it.", path);
|
||||||
File.WriteAllText(testPath, testContent);
|
File.WriteAllText(testPath, testContent);
|
||||||
File.Delete(testPath);
|
File.Delete(testPath);
|
||||||
|
|||||||
@@ -105,5 +105,9 @@ namespace NzbDrone.Common.Extensions
|
|||||||
yield return buffer.Dequeue();
|
yield return buffer.Dequeue();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
public static bool In<T>(this T source, List<T> list)
|
||||||
|
{
|
||||||
|
return list.Contains(source);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -136,7 +136,7 @@ namespace NzbDrone.Common.Http.Dispatchers
|
|||||||
webRequest.TransferEncoding = header.Value;
|
webRequest.TransferEncoding = header.Value;
|
||||||
break;
|
break;
|
||||||
case "User-Agent":
|
case "User-Agent":
|
||||||
throw new NotSupportedException("User-Agent other than Sonarr not allowed.");
|
throw new NotSupportedException("User-Agent other than Radarr not allowed.");
|
||||||
case "Proxy-Connection":
|
case "Proxy-Connection":
|
||||||
throw new NotImplementedException();
|
throw new NotImplementedException();
|
||||||
default:
|
default:
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Net;
|
using System.Net;
|
||||||
using NLog;
|
using NLog;
|
||||||
using NzbDrone.Common.EnvironmentInfo;
|
using NzbDrone.Common.EnvironmentInfo;
|
||||||
@@ -24,7 +24,7 @@ namespace NzbDrone.Common.Http
|
|||||||
public HttpProvider(Logger logger)
|
public HttpProvider(Logger logger)
|
||||||
{
|
{
|
||||||
_logger = logger;
|
_logger = logger;
|
||||||
_userAgent = string.Format("Sonarr {0}", BuildInfo.Version);
|
_userAgent = string.Format("Radarr {0}", BuildInfo.Version);
|
||||||
ServicePointManager.Expect100Continue = false;
|
ServicePointManager.Expect100Continue = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -58,6 +58,6 @@ namespace NzbDrone.Common.Http
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -63,7 +63,7 @@ namespace NzbDrone.Common.Instrumentation
|
|||||||
{
|
{
|
||||||
var target = new LogentriesTarget();
|
var target = new LogentriesTarget();
|
||||||
target.Name = "logentriesTarget";
|
target.Name = "logentriesTarget";
|
||||||
target.Token = "d3a83ee9-74fb-4045-ad25-a84c1d4d7c81";
|
target.Token = "7688c9ac-015f-45c7-bfee-73f370f5f380";
|
||||||
target.LogHostname = true;
|
target.LogHostname = true;
|
||||||
target.Debug = false;
|
target.Debug = false;
|
||||||
|
|
||||||
|
|||||||
@@ -19,6 +19,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
{
|
{
|
||||||
private List<ReleaseInfo> _reports;
|
private List<ReleaseInfo> _reports;
|
||||||
private RemoteMovie _remoteEpisode;
|
private RemoteMovie _remoteEpisode;
|
||||||
|
private MappingResult _mappingResult;
|
||||||
|
|
||||||
private Mock<IDecisionEngineSpecification> _pass1;
|
private Mock<IDecisionEngineSpecification> _pass1;
|
||||||
private Mock<IDecisionEngineSpecification> _pass2;
|
private Mock<IDecisionEngineSpecification> _pass2;
|
||||||
@@ -50,11 +51,15 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
_reports = new List<ReleaseInfo> { new ReleaseInfo { Title = "Trolls.2016.720p.WEB-DL.DD5.1.H264-FGT" } };
|
_reports = new List<ReleaseInfo> { new ReleaseInfo { Title = "Trolls.2016.720p.WEB-DL.DD5.1.H264-FGT" } };
|
||||||
_remoteEpisode = new RemoteMovie {
|
_remoteEpisode = new RemoteMovie {
|
||||||
Movie = new Movie(),
|
Movie = new Movie(),
|
||||||
|
ParsedMovieInfo = new ParsedMovieInfo()
|
||||||
};
|
};
|
||||||
|
|
||||||
|
_mappingResult = new MappingResult {Movie = new Movie(), MappingResultType = MappingResultType.Success};
|
||||||
|
_mappingResult.RemoteMovie = _remoteEpisode;
|
||||||
|
|
||||||
|
|
||||||
Mocker.GetMock<IParsingService>()
|
Mocker.GetMock<IParsingService>()
|
||||||
.Setup(c => c.Map(It.IsAny<ParsedMovieInfo>(), It.IsAny<string>(), It.IsAny<SearchCriteriaBase>()))
|
.Setup(c => c.Map(It.IsAny<ParsedMovieInfo>(), It.IsAny<string>(), It.IsAny<SearchCriteriaBase>())).Returns(_mappingResult);
|
||||||
.Returns(_remoteEpisode);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private void GivenSpecifications(params Mock<IDecisionEngineSpecification>[] mocks)
|
private void GivenSpecifications(params Mock<IDecisionEngineSpecification>[] mocks)
|
||||||
@@ -121,6 +126,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
{
|
{
|
||||||
GivenSpecifications(_pass1, _pass2, _pass3);
|
GivenSpecifications(_pass1, _pass2, _pass3);
|
||||||
_reports[0].Title = "Not parsable";
|
_reports[0].Title = "Not parsable";
|
||||||
|
_mappingResult.MappingResultType = MappingResultType.NotParsable;
|
||||||
|
|
||||||
var results = Subject.GetRssDecision(_reports).ToList();
|
var results = Subject.GetRssDecision(_reports).ToList();
|
||||||
|
|
||||||
@@ -130,7 +136,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
_pass2.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
_pass2.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
||||||
_pass3.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
_pass3.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
||||||
|
|
||||||
results.Should().BeEmpty();
|
results.Should().NotBeEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -138,6 +144,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
{
|
{
|
||||||
GivenSpecifications(_pass1, _pass2, _pass3);
|
GivenSpecifications(_pass1, _pass2, _pass3);
|
||||||
_reports[0].Title = "1937 - Snow White and the Seven Dwarves";
|
_reports[0].Title = "1937 - Snow White and the Seven Dwarves";
|
||||||
|
_mappingResult.MappingResultType = MappingResultType.NotParsable;
|
||||||
|
|
||||||
var results = Subject.GetRssDecision(_reports).ToList();
|
var results = Subject.GetRssDecision(_reports).ToList();
|
||||||
|
|
||||||
@@ -147,7 +154,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
_pass2.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
_pass2.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
||||||
_pass3.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
_pass3.Verify(c => c.IsSatisfiedBy(It.IsAny<RemoteMovie>(), null), Times.Never());
|
||||||
|
|
||||||
results.Should().BeEmpty();
|
results.Should().NotBeEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -156,6 +163,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
GivenSpecifications(_pass1, _pass2, _pass3);
|
GivenSpecifications(_pass1, _pass2, _pass3);
|
||||||
|
|
||||||
_remoteEpisode.Movie = null;
|
_remoteEpisode.Movie = null;
|
||||||
|
_mappingResult.MappingResultType = MappingResultType.TitleNotFound;
|
||||||
|
|
||||||
Subject.GetRssDecision(_reports);
|
Subject.GetRssDecision(_reports);
|
||||||
|
|
||||||
@@ -249,12 +257,13 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
GivenSpecifications(_pass1, _pass2, _pass3);
|
GivenSpecifications(_pass1, _pass2, _pass3);
|
||||||
|
|
||||||
_remoteEpisode.Movie = null;
|
_remoteEpisode.Movie = null;
|
||||||
|
_mappingResult.MappingResultType = MappingResultType.TitleNotFound;
|
||||||
|
|
||||||
var result = Subject.GetRssDecision(_reports);
|
var result = Subject.GetRssDecision(_reports);
|
||||||
|
|
||||||
result.Should().HaveCount(1);
|
result.Should().HaveCount(1);
|
||||||
|
|
||||||
result.First().RemoteMovie.DownloadAllowed.Should().BeFalse();
|
//result.First().RemoteMovie.DownloadAllowed.Should().BeFalse();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -269,7 +278,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
|||||||
|
|
||||||
result.Should().HaveCount(1);
|
result.Should().HaveCount(1);
|
||||||
|
|
||||||
result.First().RemoteMovie.DownloadAllowed.Should().BeFalse();
|
//result.First().RemoteMovie.DownloadAllowed.Should().BeFalse();
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
@@ -0,0 +1,111 @@
|
|||||||
|
using FizzWare.NBuilder;
|
||||||
|
using FluentAssertions;
|
||||||
|
using Moq;
|
||||||
|
using NUnit.Framework;
|
||||||
|
using NzbDrone.Core.Datastore;
|
||||||
|
using NzbDrone.Core.DecisionEngine.Specifications.Search;
|
||||||
|
using NzbDrone.Core.Indexers;
|
||||||
|
using NzbDrone.Core.Indexers.TorrentRss;
|
||||||
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||||
|
using NzbDrone.Core.Parser.Model;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Test.Common;
|
||||||
|
|
||||||
|
namespace NzbDrone.Core.Test.DecisionEngineTests.Search
|
||||||
|
{
|
||||||
|
[TestFixture]
|
||||||
|
public class TorrentSeedingSpecificationFixture : TestBase<TorrentSeedingSpecification>
|
||||||
|
{
|
||||||
|
private Series _series;
|
||||||
|
private RemoteEpisode _remoteEpisode;
|
||||||
|
private IndexerDefinition _indexerDefinition;
|
||||||
|
|
||||||
|
[SetUp]
|
||||||
|
public void Setup()
|
||||||
|
{
|
||||||
|
_series = Builder<Series>.CreateNew().With(s => s.Id = 1).Build();
|
||||||
|
|
||||||
|
_remoteEpisode = new RemoteEpisode
|
||||||
|
{
|
||||||
|
Series = _series,
|
||||||
|
Release = new TorrentInfo
|
||||||
|
{
|
||||||
|
IndexerId = 1,
|
||||||
|
Title = "Series.Title.S01.720p.BluRay.X264-RlsGrp",
|
||||||
|
Seeders = 0
|
||||||
|
}
|
||||||
|
};
|
||||||
|
|
||||||
|
_indexerDefinition = new IndexerDefinition
|
||||||
|
{
|
||||||
|
Settings = new TorrentRssIndexerSettings { MinimumSeeders = 5 }
|
||||||
|
};
|
||||||
|
|
||||||
|
Mocker.GetMock<IIndexerFactory>()
|
||||||
|
.Setup(v => v.Get(1))
|
||||||
|
.Returns(_indexerDefinition);
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void GivenReleaseSeeders(int? seeders)
|
||||||
|
{
|
||||||
|
(_remoteEpisode.Release as TorrentInfo).Seeders = seeders;
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_return_true_if_not_torrent()
|
||||||
|
{
|
||||||
|
_remoteEpisode.Release = new ReleaseInfo
|
||||||
|
{
|
||||||
|
IndexerId = 1,
|
||||||
|
Title = "Series.Title.S01.720p.BluRay.X264-RlsGrp"
|
||||||
|
};
|
||||||
|
|
||||||
|
Subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeTrue();
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_return_true_if_indexer_not_specified()
|
||||||
|
{
|
||||||
|
_remoteEpisode.Release.IndexerId = 0;
|
||||||
|
|
||||||
|
Subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeTrue();
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_return_true_if_indexer_no_longer_exists()
|
||||||
|
{
|
||||||
|
Mocker.GetMock<IIndexerFactory>()
|
||||||
|
.Setup(v => v.Get(It.IsAny<int>()))
|
||||||
|
.Callback<int>(i => { throw new ModelNotFoundException(typeof(IndexerDefinition), i); });
|
||||||
|
|
||||||
|
Subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeTrue();
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_return_true_if_seeds_unknown()
|
||||||
|
{
|
||||||
|
GivenReleaseSeeders(null);
|
||||||
|
|
||||||
|
Subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeTrue();
|
||||||
|
}
|
||||||
|
|
||||||
|
[TestCase(5)]
|
||||||
|
[TestCase(6)]
|
||||||
|
public void should_return_true_if_seeds_above_or_equal_to_limit(int seeders)
|
||||||
|
{
|
||||||
|
GivenReleaseSeeders(seeders);
|
||||||
|
|
||||||
|
Subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeTrue();
|
||||||
|
}
|
||||||
|
|
||||||
|
[TestCase(0)]
|
||||||
|
[TestCase(4)]
|
||||||
|
public void should_return_false_if_seeds_belove_limit(int seeders)
|
||||||
|
{
|
||||||
|
GivenReleaseSeeders(seeders);
|
||||||
|
|
||||||
|
Subject.IsSatisfiedBy(_remoteEpisode, null).Accepted.Should().BeFalse();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -76,7 +76,7 @@ namespace NzbDrone.Core.Test.Download.DownloadApprovedReportsTests
|
|||||||
decisions.Add(new DownloadDecision(remoteMovie));
|
decisions.Add(new DownloadDecision(remoteMovie));
|
||||||
|
|
||||||
Subject.ProcessDecisions(decisions);
|
Subject.ProcessDecisions(decisions);
|
||||||
Mocker.GetMock<IDownloadService>().Verify(v => v.DownloadReport(It.IsAny<RemoteMovie>()), Times.Once());
|
Mocker.GetMock<IDownloadService>().Verify(v => v.DownloadReport(It.IsAny<RemoteMovie>(), false), Times.Once());
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -89,7 +89,7 @@ namespace NzbDrone.Core.Test.Download.DownloadApprovedReportsTests
|
|||||||
decisions.Add(new DownloadDecision(remoteMovie));
|
decisions.Add(new DownloadDecision(remoteMovie));
|
||||||
|
|
||||||
Subject.ProcessDecisions(decisions);
|
Subject.ProcessDecisions(decisions);
|
||||||
Mocker.GetMock<IDownloadService>().Verify(v => v.DownloadReport(It.IsAny<RemoteMovie>()), Times.Once());
|
Mocker.GetMock<IDownloadService>().Verify(v => v.DownloadReport(It.IsAny<RemoteMovie>(), false), Times.Once());
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
@@ -157,7 +157,7 @@ namespace NzbDrone.Core.Test.Download.DownloadApprovedReportsTests
|
|||||||
var decisions = new List<DownloadDecision>();
|
var decisions = new List<DownloadDecision>();
|
||||||
decisions.Add(new DownloadDecision(remoteMovie));
|
decisions.Add(new DownloadDecision(remoteMovie));
|
||||||
|
|
||||||
Mocker.GetMock<IDownloadService>().Setup(s => s.DownloadReport(It.IsAny<RemoteMovie>())).Throws(new Exception());
|
Mocker.GetMock<IDownloadService>().Setup(s => s.DownloadReport(It.IsAny<RemoteMovie>(), false)).Throws(new Exception());
|
||||||
Subject.ProcessDecisions(decisions).Grabbed.Should().BeEmpty();
|
Subject.ProcessDecisions(decisions).Grabbed.Should().BeEmpty();
|
||||||
ExceptionVerification.ExpectedWarns(1);
|
ExceptionVerification.ExpectedWarns(1);
|
||||||
}
|
}
|
||||||
@@ -183,7 +183,7 @@ namespace NzbDrone.Core.Test.Download.DownloadApprovedReportsTests
|
|||||||
decisions.Add(new DownloadDecision(remoteMovie));
|
decisions.Add(new DownloadDecision(remoteMovie));
|
||||||
|
|
||||||
Subject.ProcessDecisions(decisions);
|
Subject.ProcessDecisions(decisions);
|
||||||
Mocker.GetMock<IDownloadService>().Verify(v => v.DownloadReport(It.IsAny<RemoteMovie>()), Times.Never());
|
Mocker.GetMock<IDownloadService>().Verify(v => v.DownloadReport(It.IsAny<RemoteMovie>(), false), Times.Never());
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests
|
|||||||
|
|
||||||
Mocker.GetMock<IParsingService>()
|
Mocker.GetMock<IParsingService>()
|
||||||
.Setup(s => s.Map(It.IsAny<ParsedMovieInfo>(), It.IsAny<string>(), (SearchCriteriaBase)null))
|
.Setup(s => s.Map(It.IsAny<ParsedMovieInfo>(), It.IsAny<string>(), (SearchCriteriaBase)null))
|
||||||
.Returns(() => CreateRemoteMovie());
|
.Returns(() => new MappingResult{RemoteMovie = CreateRemoteMovie(), MappingResultType = MappingResultType.Success});
|
||||||
|
|
||||||
Mocker.GetMock<IHttpClient>()
|
Mocker.GetMock<IHttpClient>()
|
||||||
.Setup(s => s.Get(It.IsAny<HttpRequest>()))
|
.Setup(s => s.Get(It.IsAny<HttpRequest>()))
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
|
|||||||
protected void GivenRedirectToTorrent()
|
protected void GivenRedirectToTorrent()
|
||||||
{
|
{
|
||||||
var httpHeader = new HttpHeader();
|
var httpHeader = new HttpHeader();
|
||||||
httpHeader["Location"] = "http://test.sonarr.tv/not-a-real-torrent.torrent";
|
httpHeader["Location"] = "http://test.radarr.video/not-a-real-torrent.torrent";
|
||||||
|
|
||||||
Mocker.GetMock<IHttpClient>()
|
Mocker.GetMock<IHttpClient>()
|
||||||
.Setup(s => s.Get(It.Is<HttpRequest>(h => h.Url.FullUri == _downloadUrl)))
|
.Setup(s => s.Get(It.Is<HttpRequest>(h => h.Url.FullUri == _downloadUrl)))
|
||||||
@@ -405,7 +405,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
|
|||||||
[Test]
|
[Test]
|
||||||
public void should_get_category_from_the_category_if_set()
|
public void should_get_category_from_the_category_if_set()
|
||||||
{
|
{
|
||||||
const string category = "tv-sonarr";
|
const string category = "movies-radarr";
|
||||||
GivenMaxRatio(1.0f);
|
GivenMaxRatio(1.0f);
|
||||||
|
|
||||||
var torrent = new QBittorrentTorrent
|
var torrent = new QBittorrentTorrent
|
||||||
@@ -430,7 +430,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.QBittorrentTests
|
|||||||
[Test]
|
[Test]
|
||||||
public void should_get_category_from_the_label_if_the_category_is_not_available()
|
public void should_get_category_from_the_label_if_the_category_is_not_available()
|
||||||
{
|
{
|
||||||
const string category = "tv-sonarr";
|
const string category = "movies-radarr";
|
||||||
GivenMaxRatio(1.0f);
|
GivenMaxRatio(1.0f);
|
||||||
|
|
||||||
var torrent = new QBittorrentTorrent
|
var torrent = new QBittorrentTorrent
|
||||||
|
|||||||
@@ -107,7 +107,7 @@ namespace NzbDrone.Core.Test.Download.DownloadClientTests.UTorrentTests
|
|||||||
protected void GivenRedirectToTorrent()
|
protected void GivenRedirectToTorrent()
|
||||||
{
|
{
|
||||||
var httpHeader = new HttpHeader();
|
var httpHeader = new HttpHeader();
|
||||||
httpHeader["Location"] = "http://test.sonarr.tv/not-a-real-torrent.torrent";
|
httpHeader["Location"] = "http://test.radarr.video/not-a-real-torrent.torrent";
|
||||||
|
|
||||||
Mocker.GetMock<IHttpClient>()
|
Mocker.GetMock<IHttpClient>()
|
||||||
.Setup(s => s.Get(It.Is<HttpRequest>(h => h.Url.ToString() == _downloadUrl)))
|
.Setup(s => s.Get(It.Is<HttpRequest>(h => h.Url.ToString() == _downloadUrl)))
|
||||||
|
|||||||
@@ -50,7 +50,7 @@ namespace NzbDrone.Core.Test.Download.TrackedDownloads
|
|||||||
|
|
||||||
Mocker.GetMock<IParsingService>()
|
Mocker.GetMock<IParsingService>()
|
||||||
.Setup(s => s.Map(It.Is<ParsedMovieInfo>(i => i.MovieTitle == "A Movie"), It.IsAny<string>(), null))
|
.Setup(s => s.Map(It.Is<ParsedMovieInfo>(i => i.MovieTitle == "A Movie"), It.IsAny<string>(), null))
|
||||||
.Returns(remoteEpisode);
|
.Returns(new MappingResult{RemoteMovie = remoteEpisode});
|
||||||
|
|
||||||
var client = new DownloadClientDefinition()
|
var client = new DownloadClientDefinition()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ namespace NzbDrone.Core.Test.HealthCheck
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class HealthCheckFixture : CoreTest
|
public class HealthCheckFixture : CoreTest
|
||||||
{
|
{
|
||||||
private const string WikiRoot = "https://github.com/Sonarr/Sonarr/wiki/";
|
private const string WikiRoot = "https://github.com/Radarr/Radarr/wiki/";
|
||||||
|
|
||||||
[TestCase("I blew up because of some weird user mistake", null, WikiRoot + "Health-checks#i-blew-up-because-of-some-weird-user-mistake")]
|
[TestCase("I blew up because of some weird user mistake", null, WikiRoot + "Health-checks#i-blew-up-because-of-some-weird-user-mistake")]
|
||||||
[TestCase("I blew up because of some weird user mistake", "#my-health-check", WikiRoot + "Health-checks#my-health-check")]
|
[TestCase("I blew up because of some weird user mistake", "#my-health-check", WikiRoot + "Health-checks#my-health-check")]
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.IndexerTests.IPTorrentsTests
|
|||||||
Subject.Definition = new IndexerDefinition()
|
Subject.Definition = new IndexerDefinition()
|
||||||
{
|
{
|
||||||
Name = "IPTorrents",
|
Name = "IPTorrents",
|
||||||
Settings = new IPTorrentsSettings() { Url = "http://fake.com/" }
|
Settings = new IPTorrentsSettings() { BaseUrl = "http://fake.com/" }
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ using NzbDrone.Test.Common.Categories;
|
|||||||
namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
|
namespace NzbDrone.Core.Test.IndexerTests.IntegrationTests
|
||||||
{
|
{
|
||||||
[IntegrationTest]
|
[IntegrationTest]
|
||||||
|
[Ignore("Nyaa is down!")]
|
||||||
public class IndexerIntegrationTests : CoreTest
|
public class IndexerIntegrationTests : CoreTest
|
||||||
{
|
{
|
||||||
private SingleEpisodeSearchCriteria _singleSearchCriteria;
|
private SingleEpisodeSearchCriteria _singleSearchCriteria;
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
|||||||
{
|
{
|
||||||
_settings = new NewznabSettings()
|
_settings = new NewznabSettings()
|
||||||
{
|
{
|
||||||
Url = "http://indxer.local"
|
BaseUrl = "http://indxer.local"
|
||||||
};
|
};
|
||||||
|
|
||||||
_caps = ReadAllText("Files/Indexers/Newznab/newznab_caps.xml");
|
_caps = ReadAllText("Files/Indexers/Newznab/newznab_caps.xml");
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
|||||||
Name = "Newznab",
|
Name = "Newznab",
|
||||||
Settings = new NewznabSettings()
|
Settings = new NewznabSettings()
|
||||||
{
|
{
|
||||||
Url = "http://indexer.local/",
|
BaseUrl = "http://indexer.local/",
|
||||||
Categories = new int[] { 1 }
|
Categories = new int[] { 1 }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
|||||||
{
|
{
|
||||||
Subject.Settings = new NewznabSettings()
|
Subject.Settings = new NewznabSettings()
|
||||||
{
|
{
|
||||||
Url = "http://127.0.0.1:1234/",
|
BaseUrl = "http://127.0.0.1:1234/",
|
||||||
Categories = new [] { 1, 2 },
|
Categories = new [] { 1, 2 },
|
||||||
AnimeCategories = new [] { 3, 4 },
|
AnimeCategories = new [] { 3, 4 },
|
||||||
ApiKey = "abcd",
|
ApiKey = "abcd",
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
|||||||
var setting = new NewznabSettings()
|
var setting = new NewznabSettings()
|
||||||
{
|
{
|
||||||
ApiKey = "",
|
ApiKey = "",
|
||||||
Url = url
|
BaseUrl = url
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
@@ -32,13 +32,13 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
|||||||
var setting = new NewznabSettings
|
var setting = new NewznabSettings
|
||||||
{
|
{
|
||||||
ApiKey = "",
|
ApiKey = "",
|
||||||
Url = url
|
BaseUrl = url
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
setting.Validate().IsValid.Should().BeFalse();
|
setting.Validate().IsValid.Should().BeFalse();
|
||||||
setting.Validate().Errors.Should().NotContain(c => c.PropertyName == "ApiKey");
|
setting.Validate().Errors.Should().NotContain(c => c.PropertyName == "ApiKey");
|
||||||
setting.Validate().Errors.Should().Contain(c => c.PropertyName == "Url");
|
setting.Validate().Errors.Should().Contain(c => c.PropertyName == "BaseUrl");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -49,7 +49,7 @@ namespace NzbDrone.Core.Test.IndexerTests.NewznabTests
|
|||||||
var setting = new NewznabSettings()
|
var setting = new NewznabSettings()
|
||||||
{
|
{
|
||||||
ApiKey = "",
|
ApiKey = "",
|
||||||
Url = url
|
BaseUrl = url
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ namespace NzbDrone.Core.Test.IndexerTests.TorznabTests
|
|||||||
Name = "Torznab",
|
Name = "Torznab",
|
||||||
Settings = new TorznabSettings()
|
Settings = new TorznabSettings()
|
||||||
{
|
{
|
||||||
Url = "http://indexer.local/",
|
BaseUrl = "http://indexer.local/",
|
||||||
Categories = new int[] { 1 }
|
Categories = new int[] { 1 }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Test.NetImport
|
|||||||
[SetUp]
|
[SetUp]
|
||||||
public void Setup()
|
public void Setup()
|
||||||
{
|
{
|
||||||
Subject.Definition = Subject.DefaultDefinitions.First();
|
Subject.Definition = Subject.GetDefaultDefinitions().First();
|
||||||
}
|
}
|
||||||
private void GivenRecentFeedResponse(string rssXmlFile)
|
private void GivenRecentFeedResponse(string rssXmlFile)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -159,6 +159,7 @@
|
|||||||
<Compile Include="DecisionEngineTests\RetentionSpecificationFixture.cs" />
|
<Compile Include="DecisionEngineTests\RetentionSpecificationFixture.cs" />
|
||||||
<Compile Include="DecisionEngineTests\RssSync\DelaySpecificationFixture.cs" />
|
<Compile Include="DecisionEngineTests\RssSync\DelaySpecificationFixture.cs" />
|
||||||
<Compile Include="DecisionEngineTests\RssSync\ProperSpecificationFixture.cs" />
|
<Compile Include="DecisionEngineTests\RssSync\ProperSpecificationFixture.cs" />
|
||||||
|
<Compile Include="DecisionEngineTests\Search\TorrentSeedingSpecificationFixture.cs" />
|
||||||
<Compile Include="DecisionEngineTests\Search\SeriesSpecificationFixture.cs" />
|
<Compile Include="DecisionEngineTests\Search\SeriesSpecificationFixture.cs" />
|
||||||
<Compile Include="DecisionEngineTests\SameEpisodesSpecificationFixture.cs" />
|
<Compile Include="DecisionEngineTests\SameEpisodesSpecificationFixture.cs" />
|
||||||
<Compile Include="DecisionEngineTests\RawDiskSpecificationFixture.cs" />
|
<Compile Include="DecisionEngineTests\RawDiskSpecificationFixture.cs" />
|
||||||
|
|||||||
@@ -51,9 +51,13 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
[TestCase("Castle.2009.S01E14.HDTV.XviD.HUN-LOL", Language.Hungarian)]
|
[TestCase("Castle.2009.S01E14.HDTV.XviD.HUN-LOL", Language.Hungarian)]
|
||||||
[TestCase("The Danish Girl 2015", Language.English)]
|
[TestCase("The Danish Girl 2015", Language.English)]
|
||||||
[TestCase("Passengers.2016.German.DL.AC3.Dubbed.1080p.WebHD.h264.iNTERNAL-PsO", Language.German)]
|
[TestCase("Passengers.2016.German.DL.AC3.Dubbed.1080p.WebHD.h264.iNTERNAL-PsO", Language.German)]
|
||||||
|
[TestCase("Der.Soldat.James.German.Bluray.FuckYou.Pso.Why.cant.you.follow.scene.rules.1998", Language.German)]
|
||||||
|
[TestCase("Passengers.German.DL.AC3.Dubbed..BluRay.x264-PsO", Language.German)]
|
||||||
|
[TestCase("Valana la Legende FRENCH BluRay 720p 2016 kjhlj", Language.French)]
|
||||||
|
[TestCase("Smurfs.The.Lost.Village.2017.1080p.BluRay.HebDub.x264-iSrael",Language.Hebrew)]
|
||||||
public void should_parse_language(string postTitle, Language language)
|
public void should_parse_language(string postTitle, Language language)
|
||||||
{
|
{
|
||||||
var result = Parser.Parser.ParseMovieTitle(postTitle);
|
var result = Parser.Parser.ParseMovieTitle(postTitle, true);
|
||||||
if (result == null)
|
if (result == null)
|
||||||
{
|
{
|
||||||
Parser.Parser.ParseTitle(postTitle).Language.Should().Be(language);
|
Parser.Parser.ParseTitle(postTitle).Language.Should().Be(language);
|
||||||
|
|||||||
@@ -72,6 +72,40 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_not_remove_a_when_at_start_of_acronym()
|
||||||
|
{
|
||||||
|
var dirtyFormat = new[]
|
||||||
|
{
|
||||||
|
"word.{0}.N.K.L.E.word",
|
||||||
|
"word {0} N K L E word",
|
||||||
|
"word-{0}-N-K-L-E-word",
|
||||||
|
};
|
||||||
|
|
||||||
|
foreach (var s in dirtyFormat)
|
||||||
|
{
|
||||||
|
var dirty = string.Format(s, "a");
|
||||||
|
dirty.CleanSeriesTitle().Should().Be("wordankleword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_not_remove_a_when_at_end_of_acronym()
|
||||||
|
{
|
||||||
|
var dirtyFormat = new[]
|
||||||
|
{
|
||||||
|
"word.N.K.L.E.{0}.word",
|
||||||
|
"word N K L E {0} word",
|
||||||
|
"word-N-K-L-E-{0}-word",
|
||||||
|
};
|
||||||
|
|
||||||
|
foreach (var s in dirtyFormat)
|
||||||
|
{
|
||||||
|
var dirty = string.Format(s, "a");
|
||||||
|
dirty.CleanSeriesTitle().Should().Be("wordnkleaword");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[TestCase("the")]
|
[TestCase("the")]
|
||||||
[TestCase("and")]
|
[TestCase("and")]
|
||||||
[TestCase("or")]
|
[TestCase("or")]
|
||||||
|
|||||||
@@ -63,6 +63,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
Parser.Parser.ParseTitle(postTitle).SeriesTitle.Should().Be(title);
|
Parser.Parser.ParseTitle(postTitle).SeriesTitle.Should().Be(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//Note: This assumes extended language parser is activated
|
||||||
[TestCase("The.Man.from.U.N.C.L.E.2015.1080p.BluRay.x264-SPARKS", "The Man from U.N.C.L.E.")]
|
[TestCase("The.Man.from.U.N.C.L.E.2015.1080p.BluRay.x264-SPARKS", "The Man from U.N.C.L.E.")]
|
||||||
[TestCase("1941.1979.EXTENDED.720p.BluRay.X264-AMIABLE", "1941")]
|
[TestCase("1941.1979.EXTENDED.720p.BluRay.X264-AMIABLE", "1941")]
|
||||||
[TestCase("MY MOVIE (2016) [R][Action, Horror][720p.WEB-DL.AVC.8Bit.6ch.AC3].mkv", "MY MOVIE")]
|
[TestCase("MY MOVIE (2016) [R][Action, Horror][720p.WEB-DL.AVC.8Bit.6ch.AC3].mkv", "MY MOVIE")]
|
||||||
@@ -76,22 +77,37 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
[TestCase("A.Movie.Name.(1998)", "A Movie Name")]
|
[TestCase("A.Movie.Name.(1998)", "A Movie Name")]
|
||||||
[TestCase("Thor: The Dark World 2013", "Thor The Dark World")]
|
[TestCase("Thor: The Dark World 2013", "Thor The Dark World")]
|
||||||
[TestCase("Resident.Evil.The.Final.Chapter.2016", "Resident Evil The Final Chapter")]
|
[TestCase("Resident.Evil.The.Final.Chapter.2016", "Resident Evil The Final Chapter")]
|
||||||
|
[TestCase("Der.Soldat.James.German.Bluray.FuckYou.Pso.Why.cant.you.follow.scene.rules.1998", "Der Soldat James")]
|
||||||
|
[TestCase("Passengers.German.DL.AC3.Dubbed..BluRay.x264-PsO", "Passengers")]
|
||||||
|
[TestCase("Valana la Legende FRENCH BluRay 720p 2016 kjhlj", "Valana la Legende")]
|
||||||
|
[TestCase("Valana la Legende TRUEFRENCH BluRay 720p 2016 kjhlj", "Valana la Legende")]
|
||||||
|
[TestCase("Mission Impossible: Rogue Nation (2015)�[XviD - Ita Ac3 - SoftSub Ita]azione, spionaggio, thriller *Prima Visione* Team mulnic Tom Cruise", "Mission Impossible Rogue Nation")]
|
||||||
|
[TestCase("Scary.Movie.2000.FRENCH..BluRay.-AiRLiNE", "Scary Movie")]
|
||||||
|
[TestCase("My Movie 1999 German Bluray", "My Movie")]
|
||||||
public void should_parse_movie_title(string postTitle, string title)
|
public void should_parse_movie_title(string postTitle, string title)
|
||||||
{
|
{
|
||||||
Parser.Parser.ParseMovieTitle(postTitle).MovieTitle.Should().Be(title);
|
Parser.Parser.ParseMovieTitle(postTitle, true).MovieTitle.Should().Be(title);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase("1941.1979.EXTENDED.720p.BluRay.X264-AMIABLE", 1979)]
|
[TestCase("(1995) Ghost in the Shell", "Ghost in the Shell")]
|
||||||
|
public void should_parse_movie_folder_name(string postTitle, string title)
|
||||||
|
{
|
||||||
|
Parser.Parser.ParseMovieTitle(postTitle, true, true).MovieTitle.Should().Be(title);
|
||||||
|
}
|
||||||
|
|
||||||
|
[TestCase("1941.1979.EXTENDED.720p.BluRay.X264-AMIABLE", 1979)]
|
||||||
|
[TestCase("Valana la Legende FRENCH BluRay 720p 2016 kjhlj", 2016)]
|
||||||
|
[TestCase("Der.Soldat.James.German.Bluray.FuckYou.Pso.Why.cant.you.follow.scene.rules.1998", 1998)]
|
||||||
public void should_parse_movie_year(string postTitle, int year)
|
public void should_parse_movie_year(string postTitle, int year)
|
||||||
{
|
{
|
||||||
Parser.Parser.ParseMovieTitle(postTitle).Year.Should().Be(year);
|
Parser.Parser.ParseMovieTitle(postTitle, false).Year.Should().Be(year);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase("The Danish Girl 2015")]
|
[TestCase("The Danish Girl 2015")]
|
||||||
[TestCase("The.Danish.Girl.2015.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG")]
|
[TestCase("The.Danish.Girl.2015.1080p.BluRay.x264.DTS-HD.MA.5.1-RARBG")]
|
||||||
public void should_not_parse_language_in_movie_title(string postTitle)
|
public void should_not_parse_language_in_movie_title(string postTitle)
|
||||||
{
|
{
|
||||||
Parser.Parser.ParseMovieTitle(postTitle).Language.Should().Be(Language.English);
|
Parser.Parser.ParseMovieTitle(postTitle, false).Language.Should().Be(Language.English);
|
||||||
}
|
}
|
||||||
|
|
||||||
[TestCase("Prometheus 2012 Directors Cut", "Directors Cut")]
|
[TestCase("Prometheus 2012 Directors Cut", "Directors Cut")]
|
||||||
@@ -117,9 +133,9 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
[TestCase("Prometheus Extended Directors Cut Fan Edit 2012", "Extended Directors Cut Fan Edit")]
|
[TestCase("Prometheus Extended Directors Cut Fan Edit 2012", "Extended Directors Cut Fan Edit")]
|
||||||
[TestCase("Prometheus Director's Cut 2012", "Director's Cut")]
|
[TestCase("Prometheus Director's Cut 2012", "Director's Cut")]
|
||||||
[TestCase("Prometheus Directors Cut 2012", "Directors Cut")]
|
[TestCase("Prometheus Directors Cut 2012", "Directors Cut")]
|
||||||
[TestCase("Prometheus.(Extended.Theatrical.Version.IMAX).BluRay.1080p.2012.asdf", "Extended Theatrical Version IMAX")]
|
[TestCase("Prometheus.(Extended.Theatrical.Version.IMAX).2012.BluRay.1080p.asdf", "Extended Theatrical Version IMAX")]
|
||||||
[TestCase("2001 A Space Odyssey Director's Cut (1968).mkv", "Director's Cut")]
|
[TestCase("2001 A Space Odyssey Director's Cut (1968).mkv", "Director's Cut")]
|
||||||
[TestCase("2001: A Space Odyssey (Extended Directors Cut FanEdit) Bluray 1080p 1968", "Extended Directors Cut FanEdit")]
|
[TestCase("2001: A Space Odyssey (Extended Directors Cut FanEdit) 1968 Bluray 1080p", "Extended Directors Cut FanEdit")]
|
||||||
[TestCase("A Fake Movie 2035 Directors 2012.mkv", "Directors")]
|
[TestCase("A Fake Movie 2035 Directors 2012.mkv", "Directors")]
|
||||||
[TestCase("Blade Runner Director's Cut 2049.mkv", "Director's Cut")]
|
[TestCase("Blade Runner Director's Cut 2049.mkv", "Director's Cut")]
|
||||||
[TestCase("Prometheus 50th Anniversary Edition 2012.mkv", "50th Anniversary Edition")]
|
[TestCase("Prometheus 50th Anniversary Edition 2012.mkv", "50th Anniversary Edition")]
|
||||||
@@ -127,9 +143,20 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
[TestCase("Movie IMAX 2012.mkv", "IMAX")]
|
[TestCase("Movie IMAX 2012.mkv", "IMAX")]
|
||||||
[TestCase("Fake Movie Final Cut 2016", "Final Cut")]
|
[TestCase("Fake Movie Final Cut 2016", "Final Cut")]
|
||||||
[TestCase("Fake Movie 2016 Final Cut ", "Final Cut")]
|
[TestCase("Fake Movie 2016 Final Cut ", "Final Cut")]
|
||||||
|
[TestCase("My Movie GERMAN Extended Cut 2016", "Extended Cut")]
|
||||||
|
[TestCase("My.Movie.GERMAN.Extended.Cut.2016", "Extended Cut")]
|
||||||
|
[TestCase("My.Movie.GERMAN.Extended.Cut", "Extended Cut")]
|
||||||
|
[TestCase("Mission Impossible: Rogue Nation 2012 Bluray", "")]
|
||||||
public void should_parse_edition(string postTitle, string edition)
|
public void should_parse_edition(string postTitle, string edition)
|
||||||
{
|
{
|
||||||
Parser.Parser.ParseMovieTitle(postTitle).Edition.Should().Be(edition);
|
Parser.Parser.ParseMovieTitle(postTitle, true).Edition.Should().Be(edition);
|
||||||
|
}
|
||||||
|
|
||||||
|
[TestCase("The Lord of the Rings The Fellowship of the Ring (Extended Edition) 1080p BD25", "The Lord Of The Rings The Fellowship Of The Ring", "Extended Edition")]
|
||||||
|
[TestCase("The.Lord.of.the.Rings.The.Fellowship.of.the.Ring.(Extended.Edition).1080p.BD25", "The Lord Of The Rings The Fellowship Of The Ring", "Extended Edition")]
|
||||||
|
public void should_parse_edition_lenient_mapping(string postTitle, string foundTitle, string edition)
|
||||||
|
{
|
||||||
|
Parser.Parser.ParseMinimalMovieTitle(postTitle, foundTitle, 1290).Edition.Should().Be(edition);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,7 +6,9 @@ using FluentAssertions;
|
|||||||
using Moq;
|
using Moq;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using NzbDrone.Core.DataAugmentation.Scene;
|
using NzbDrone.Core.DataAugmentation.Scene;
|
||||||
|
using NzbDrone.Core.Datastore;
|
||||||
using NzbDrone.Core.IndexerSearch.Definitions;
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||||
|
using NzbDrone.Core.Movies.AlternativeTitles;
|
||||||
using NzbDrone.Core.Parser;
|
using NzbDrone.Core.Parser;
|
||||||
using NzbDrone.Core.Parser.Model;
|
using NzbDrone.Core.Parser.Model;
|
||||||
using NzbDrone.Core.Tv;
|
using NzbDrone.Core.Tv;
|
||||||
@@ -21,6 +23,7 @@ namespace NzbDrone.Core.Test.ParserTests.ParsingServiceTests
|
|||||||
private Movie _movie;
|
private Movie _movie;
|
||||||
private ParsedMovieInfo _parsedMovieInfo;
|
private ParsedMovieInfo _parsedMovieInfo;
|
||||||
private ParsedMovieInfo _wrongYearInfo;
|
private ParsedMovieInfo _wrongYearInfo;
|
||||||
|
private ParsedMovieInfo _wrongTitleInfo;
|
||||||
private ParsedMovieInfo _romanTitleInfo;
|
private ParsedMovieInfo _romanTitleInfo;
|
||||||
private ParsedMovieInfo _alternativeTitleInfo;
|
private ParsedMovieInfo _alternativeTitleInfo;
|
||||||
private ParsedMovieInfo _umlautInfo;
|
private ParsedMovieInfo _umlautInfo;
|
||||||
@@ -42,7 +45,7 @@ namespace NzbDrone.Core.Test.ParserTests.ParsingServiceTests
|
|||||||
.With(m => m.Title = "Fack Ju Göthe 2")
|
.With(m => m.Title = "Fack Ju Göthe 2")
|
||||||
.With(m => m.CleanTitle = "fackjugoethe2")
|
.With(m => m.CleanTitle = "fackjugoethe2")
|
||||||
.With(m => m.Year = 2015)
|
.With(m => m.Year = 2015)
|
||||||
.With(m => m.AlternativeTitles = new List<string> { "Fack Ju Göthe 2: Same same" })
|
.With(m => m.AlternativeTitles = new LazyList<AlternativeTitle>( new List<AlternativeTitle> {new AlternativeTitle("Fack Ju Göthe 2: Same same")}))
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
_episodes = Builder<Episode>.CreateListOfSize(1)
|
_episodes = Builder<Episode>.CreateListOfSize(1)
|
||||||
@@ -71,9 +74,15 @@ namespace NzbDrone.Core.Test.ParserTests.ParsingServiceTests
|
|||||||
Year = 1900,
|
Year = 1900,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
_wrongTitleInfo = new ParsedMovieInfo
|
||||||
|
{
|
||||||
|
MovieTitle = "Other Title",
|
||||||
|
Year = 2015
|
||||||
|
};
|
||||||
|
|
||||||
_alternativeTitleInfo = new ParsedMovieInfo
|
_alternativeTitleInfo = new ParsedMovieInfo
|
||||||
{
|
{
|
||||||
MovieTitle = _movie.AlternativeTitles.First(),
|
MovieTitle = _movie.AlternativeTitles.First().Title,
|
||||||
Year = _movie.Year,
|
Year = _movie.Year,
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -139,7 +148,7 @@ namespace NzbDrone.Core.Test.ParserTests.ParsingServiceTests
|
|||||||
|
|
||||||
Subject.Map(_parsedMovieInfo, "", _movieSearchCriteria);
|
Subject.Map(_parsedMovieInfo, "", _movieSearchCriteria);
|
||||||
|
|
||||||
Mocker.GetMock<ISeriesService>()
|
Mocker.GetMock<IMovieService>()
|
||||||
.Verify(v => v.FindByTitle(It.IsAny<string>()), Times.Never());
|
.Verify(v => v.FindByTitle(It.IsAny<string>()), Times.Never());
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -147,7 +156,24 @@ namespace NzbDrone.Core.Test.ParserTests.ParsingServiceTests
|
|||||||
public void should_not_match_with_wrong_year()
|
public void should_not_match_with_wrong_year()
|
||||||
{
|
{
|
||||||
GivenMatchByMovieTitle();
|
GivenMatchByMovieTitle();
|
||||||
Subject.Map(_wrongYearInfo, "", _movieSearchCriteria).Movie.Should().BeNull();
|
Subject.Map(_wrongYearInfo, "", _movieSearchCriteria).MappingResultType.Should().Be(MappingResultType.WrongYear);
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_not_match_wrong_title()
|
||||||
|
{
|
||||||
|
GivenMatchByMovieTitle();
|
||||||
|
Subject.Map(_wrongTitleInfo, "", _movieSearchCriteria).MappingResultType.Should().Be(MappingResultType.WrongTitle);
|
||||||
|
}
|
||||||
|
|
||||||
|
[Test]
|
||||||
|
public void should_return_title_not_found_when_all_is_null()
|
||||||
|
{
|
||||||
|
Mocker.GetMock<IMovieService>()
|
||||||
|
.Setup(s => s.FindByTitle(It.IsAny<string>()))
|
||||||
|
.Returns((Movie)null);
|
||||||
|
Subject.Map(_parsedMovieInfo, "", null).MappingResultType.Should()
|
||||||
|
.Be(MappingResultType.TitleNotFound);
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
|||||||
@@ -74,8 +74,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
[TestCase("WEEDS.S03E01-06.DUAL.XviD.Bluray.AC3-REPACK.-HELLYWOOD.avi", true)]
|
[TestCase("WEEDS.S03E01-06.DUAL.XviD.Bluray.AC3-REPACK.-HELLYWOOD.avi", true)]
|
||||||
[TestCase("The.Shield.S01E13.NTSC.x264-CtrlSD", false)]
|
[TestCase("The.Shield.S01E13.NTSC.x264-CtrlSD", false)]
|
||||||
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.XviD.AC3.-HELLYWOOD", false)]
|
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.XviD.AC3.-HELLYWOOD", false)]
|
||||||
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.X-viD.AC3.-HELLYWOOD", false)]
|
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.X-viD.AC3.-HELLYWOOD", false)]
|
||||||
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.AC3.-HELLYWOOD", false)]
|
|
||||||
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.XviD.AC3.-HELLYWOOD.avi", false)]
|
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.XviD.AC3.-HELLYWOOD.avi", false)]
|
||||||
[TestCase("WEEDS.S03E01-06.DUAL.XviD.Bluray.AC3.-HELLYWOOD.avi", false)]
|
[TestCase("WEEDS.S03E01-06.DUAL.XviD.Bluray.AC3.-HELLYWOOD.avi", false)]
|
||||||
[TestCase("The.Girls.Next.Door.S03E06.DVDRip.XviD-WiDE", false)]
|
[TestCase("The.Girls.Next.Door.S03E06.DVDRip.XviD-WiDE", false)]
|
||||||
@@ -83,8 +82,6 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
[TestCase("the.shield.1x13.circles.ws.xvidvd-tns", false)]
|
[TestCase("the.shield.1x13.circles.ws.xvidvd-tns", false)]
|
||||||
[TestCase("the_x-files.9x18.sunshine_days.ac3.ws_dvdrip_xvid-fov.avi", false)]
|
[TestCase("the_x-files.9x18.sunshine_days.ac3.ws_dvdrip_xvid-fov.avi", false)]
|
||||||
[TestCase("[FroZen] Miyuki - 23 [DVD][7F6170E6]", false)]
|
[TestCase("[FroZen] Miyuki - 23 [DVD][7F6170E6]", false)]
|
||||||
[TestCase("Hannibal.S01E05.480p.BluRay.DD5.1.x264-HiSD", false)]
|
|
||||||
[TestCase("Heidi Girl of the Alps (BD)(640x480(RAW) (BATCH 1) (1-13)", false)]
|
|
||||||
[TestCase("[Doki] Clannad - 02 (848x480 XviD BD MP3) [95360783]", false)]
|
[TestCase("[Doki] Clannad - 02 (848x480 XviD BD MP3) [95360783]", false)]
|
||||||
public void should_parse_dvd_quality(string title, bool proper)
|
public void should_parse_dvd_quality(string title, bool proper)
|
||||||
{
|
{
|
||||||
@@ -100,6 +97,14 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
ParseAndVerifyQuality(title, Quality.WEBDL480p, proper);
|
ParseAndVerifyQuality(title, Quality.WEBDL480p, proper);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[TestCase("Heidi Girl of the Alps (BD)(640x480(RAW) (BATCH 1) (1-13)", false)]
|
||||||
|
[TestCase("Hannibal.S01E05.480p.BluRay.DD5.1.x264-HiSD", false)]
|
||||||
|
[TestCase("WEEDS.S03E01-06.DUAL.BDRip.AC3.-HELLYWOOD", false)]
|
||||||
|
public void should_parse_bluray480p_quality(string title, bool proper)
|
||||||
|
{
|
||||||
|
ParseAndVerifyQuality(title, Quality.Bluray480p, proper);
|
||||||
|
}
|
||||||
|
|
||||||
[TestCase("Dexter - S01E01 - Title [HDTV]", false)]
|
[TestCase("Dexter - S01E01 - Title [HDTV]", false)]
|
||||||
[TestCase("Dexter - S01E01 - Title [HDTV-720p]", false)]
|
[TestCase("Dexter - S01E01 - Title [HDTV-720p]", false)]
|
||||||
[TestCase("Pawn Stars S04E87 REPACK 720p HDTV x264 aAF", true)]
|
[TestCase("Pawn Stars S04E87 REPACK 720p HDTV x264 aAF", true)]
|
||||||
@@ -227,6 +232,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
|
|
||||||
[TestCase("Contract.to.Kill.2016.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-iFT")]
|
[TestCase("Contract.to.Kill.2016.REMUX.1080p.BluRay.AVC.DTS-HD.MA.5.1-iFT")]
|
||||||
[TestCase("27.Dresses.2008.REMUX.1080p.Bluray.AVC.DTS-HR.MA.5.1-LEGi0N")]
|
[TestCase("27.Dresses.2008.REMUX.1080p.Bluray.AVC.DTS-HR.MA.5.1-LEGi0N")]
|
||||||
|
[TestCase("27.Dresses.2008.BDREMUX.1080p.Bluray.AVC.DTS-HR.MA.5.1-LEGi0N")]
|
||||||
public void should_parse_remux1080p_quality(string title)
|
public void should_parse_remux1080p_quality(string title)
|
||||||
{
|
{
|
||||||
ParseAndVerifyQuality(title, Quality.Remux1080p, false);
|
ParseAndVerifyQuality(title, Quality.Remux1080p, false);
|
||||||
@@ -301,6 +307,7 @@ namespace NzbDrone.Core.Test.ParserTests
|
|||||||
|
|
||||||
[TestCase("Movie.Title.2016.1080p.KORSUB.WEBRip.x264.AAC2.0-RADARR", "korsub")]
|
[TestCase("Movie.Title.2016.1080p.KORSUB.WEBRip.x264.AAC2.0-RADARR", "korsub")]
|
||||||
[TestCase("Movie.Title.2016.1080p.KORSUBS.WEBRip.x264.AAC2.0-RADARR", "korsubs")]
|
[TestCase("Movie.Title.2016.1080p.KORSUBS.WEBRip.x264.AAC2.0-RADARR", "korsubs")]
|
||||||
|
[TestCase("Wonder Woman 2017 HC 720p HDRiP DD5 1 x264-LEGi0N", "Generic Hardcoded Subs")]
|
||||||
public void should_parse_hardcoded_subs(string postTitle, string sub)
|
public void should_parse_hardcoded_subs(string postTitle, string sub)
|
||||||
{
|
{
|
||||||
QualityParser.ParseQuality(postTitle).HardcodedSubs.Should().Be(sub);
|
QualityParser.ParseQuality(postTitle).HardcodedSubs.Should().Be(sub);
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ namespace NzbDrone.Core.Test.ParserTests.RomanNumeralTests
|
|||||||
|
|
||||||
[Test(Description = "Converts the supported range [1-3999] of Arabic to Roman numerals.")]
|
[Test(Description = "Converts the supported range [1-3999] of Arabic to Roman numerals.")]
|
||||||
[Order(0)]
|
[Order(0)]
|
||||||
public void should_convert_arabic_numeral_to_roman_numeral([Range(1,3999)] int arabicNumeral)
|
public void should_convert_arabic_numeral_to_roman_numeral([Range(1,20)] int arabicNumeral)
|
||||||
{
|
{
|
||||||
RomanNumeral romanNumeral = new RomanNumeral(arabicNumeral);
|
RomanNumeral romanNumeral = new RomanNumeral(arabicNumeral);
|
||||||
|
|
||||||
@@ -39,7 +39,7 @@ namespace NzbDrone.Core.Test.ParserTests.RomanNumeralTests
|
|||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
[Order(1)]
|
[Order(1)]
|
||||||
public void should_convert_roman_numeral_to_arabic_numeral([Range(1, 3999)] int arabicNumeral)
|
public void should_convert_roman_numeral_to_arabic_numeral([Range(1, 20)] int arabicNumeral)
|
||||||
{
|
{
|
||||||
RomanNumeral romanNumeral = new RomanNumeral(_arabicToRomanNumeralsMapping[arabicNumeral]);
|
RomanNumeral romanNumeral = new RomanNumeral(_arabicToRomanNumeralsMapping[arabicNumeral]);
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System.Linq;
|
using System.Linq;
|
||||||
using FizzWare.NBuilder;
|
using FizzWare.NBuilder;
|
||||||
using Moq;
|
using Moq;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
@@ -39,15 +39,15 @@ namespace NzbDrone.Core.Test.Profiles
|
|||||||
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void should_not_be_able_to_delete_profile_if_assigned_to_series()
|
public void should_not_be_able_to_delete_profile_if_assigned_to_movie()
|
||||||
{
|
{
|
||||||
var seriesList = Builder<Series>.CreateListOfSize(3)
|
var movieList = Builder<Movie>.CreateListOfSize(3)
|
||||||
.Random(1)
|
.Random(1)
|
||||||
.With(c => c.ProfileId = 2)
|
.With(c => c.ProfileId = 2)
|
||||||
.Build().ToList();
|
.Build().ToList();
|
||||||
|
|
||||||
|
|
||||||
Mocker.GetMock<ISeriesService>().Setup(c => c.GetAllSeries()).Returns(seriesList);
|
Mocker.GetMock<IMovieService>().Setup(c => c.GetAllMovies()).Returns(movieList);
|
||||||
|
|
||||||
Assert.Throws<ProfileInUseException>(() => Subject.Delete(2));
|
Assert.Throws<ProfileInUseException>(() => Subject.Delete(2));
|
||||||
|
|
||||||
@@ -57,15 +57,15 @@ namespace NzbDrone.Core.Test.Profiles
|
|||||||
|
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
public void should_delete_profile_if_not_assigned_to_series()
|
public void should_delete_profile_if_not_assigned_to_movie()
|
||||||
{
|
{
|
||||||
var seriesList = Builder<Series>.CreateListOfSize(3)
|
var movieList = Builder<Movie>.CreateListOfSize(3)
|
||||||
.All()
|
.All()
|
||||||
.With(c => c.ProfileId = 2)
|
.With(c => c.ProfileId = 2)
|
||||||
.Build().ToList();
|
.Build().ToList();
|
||||||
|
|
||||||
|
|
||||||
Mocker.GetMock<ISeriesService>().Setup(c => c.GetAllSeries()).Returns(seriesList);
|
Mocker.GetMock<IMovieService>().Setup(c => c.GetAllMovies()).Returns(movieList);
|
||||||
|
|
||||||
Subject.Delete(1);
|
Subject.Delete(1);
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
@@ -141,7 +141,21 @@ namespace NzbDrone.Core.Configuration
|
|||||||
|
|
||||||
public bool LaunchBrowser => GetValueBoolean("LaunchBrowser", true);
|
public bool LaunchBrowser => GetValueBoolean("LaunchBrowser", true);
|
||||||
|
|
||||||
public string ApiKey => GetValue("ApiKey", GenerateApiKey());
|
public string ApiKey
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
var apiKey = GetValue("ApiKey", GenerateApiKey());
|
||||||
|
|
||||||
|
if (apiKey.IsNullOrWhiteSpace())
|
||||||
|
{
|
||||||
|
apiKey = GenerateApiKey();
|
||||||
|
SetValue("ApiKey", apiKey);
|
||||||
|
}
|
||||||
|
|
||||||
|
return apiKey;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
public AuthenticationType AuthenticationMethod
|
public AuthenticationType AuthenticationMethod
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ using NzbDrone.Core.Configuration.Events;
|
|||||||
using NzbDrone.Core.MediaFiles;
|
using NzbDrone.Core.MediaFiles;
|
||||||
using NzbDrone.Core.Messaging.Events;
|
using NzbDrone.Core.Messaging.Events;
|
||||||
using NzbDrone.Common.Http.Proxy;
|
using NzbDrone.Common.Http.Proxy;
|
||||||
|
using NzbDrone.Core.Parser;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Configuration
|
namespace NzbDrone.Core.Configuration
|
||||||
{
|
{
|
||||||
@@ -211,6 +212,12 @@ namespace NzbDrone.Core.Configuration
|
|||||||
set { SetValue("WhitelistedHardcodedSubs", value); }
|
set { SetValue("WhitelistedHardcodedSubs", value); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public ParsingLeniencyType ParsingLeniency
|
||||||
|
{
|
||||||
|
get { return GetValueEnum<ParsingLeniencyType>("ParsingLeniency", ParsingLeniencyType.Strict); }
|
||||||
|
set { SetValue("ParsingLeniency", value); }
|
||||||
|
}
|
||||||
|
|
||||||
public bool RemoveCompletedDownloads
|
public bool RemoveCompletedDownloads
|
||||||
{
|
{
|
||||||
get { return GetValueBoolean("RemoveCompletedDownloads", false); }
|
get { return GetValueBoolean("RemoveCompletedDownloads", false); }
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using NzbDrone.Core.MediaFiles;
|
using NzbDrone.Core.MediaFiles;
|
||||||
using NzbDrone.Common.Http.Proxy;
|
using NzbDrone.Common.Http.Proxy;
|
||||||
|
using NzbDrone.Core.Parser;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Configuration
|
namespace NzbDrone.Core.Configuration
|
||||||
{
|
{
|
||||||
@@ -54,6 +55,7 @@ namespace NzbDrone.Core.Configuration
|
|||||||
|
|
||||||
bool AllowHardcodedSubs { get; set; }
|
bool AllowHardcodedSubs { get; set; }
|
||||||
string WhitelistedHardcodedSubs { get; set; }
|
string WhitelistedHardcodedSubs { get; set; }
|
||||||
|
ParsingLeniencyType ParsingLeniency { get; set; }
|
||||||
|
|
||||||
int NetImportSyncInterval { get; set; }
|
int NetImportSyncInterval { get; set; }
|
||||||
string ListSyncLevel { get; set; }
|
string ListSyncLevel { get; set; }
|
||||||
|
|||||||
@@ -3,8 +3,10 @@ using System.Collections.Generic;
|
|||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
|
using System.Web.Hosting;
|
||||||
using Marr.Data;
|
using Marr.Data;
|
||||||
using Marr.Data.QGen;
|
using Marr.Data.QGen;
|
||||||
|
using NLog;
|
||||||
using NzbDrone.Common.Extensions;
|
using NzbDrone.Common.Extensions;
|
||||||
using NzbDrone.Core.Datastore.Events;
|
using NzbDrone.Core.Datastore.Events;
|
||||||
using NzbDrone.Core.Datastore.Extensions;
|
using NzbDrone.Core.Datastore.Extensions;
|
||||||
@@ -48,7 +50,7 @@ namespace NzbDrone.Core.Datastore
|
|||||||
_eventAggregator = eventAggregator;
|
_eventAggregator = eventAggregator;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected QueryBuilder<TModel> Query => DataMapper.Query<TModel>();
|
protected QueryBuilder<TModel> Query => AddJoinQueries(DataMapper.Query<TModel>());
|
||||||
|
|
||||||
protected void Delete(Expression<Func<TModel, bool>> filter)
|
protected void Delete(Expression<Func<TModel, bool>> filter)
|
||||||
{
|
{
|
||||||
@@ -81,11 +83,12 @@ namespace NzbDrone.Core.Datastore
|
|||||||
{
|
{
|
||||||
var idList = ids.ToList();
|
var idList = ids.ToList();
|
||||||
var query = string.Format("Id IN ({0})", string.Join(",", idList));
|
var query = string.Format("Id IN ({0})", string.Join(",", idList));
|
||||||
var result = Query.Where(query).ToList();
|
var result = Query.Where(m => m.Id.In(idList)).ToList();
|
||||||
|
//var result = Query.Where(query).ToList();
|
||||||
|
|
||||||
if (result.Count != idList.Count())
|
if (result.Count != idList.Count())
|
||||||
{
|
{
|
||||||
throw new ApplicationException("Expected query to return {0} rows but returned {1}".Inject(idList.Count(), result.Count));
|
throw new ApplicationException("Expected query to return {0} rows but returned {1}.".Inject(idList.Count(), result.Count));
|
||||||
}
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
@@ -246,7 +249,8 @@ namespace NzbDrone.Core.Datastore
|
|||||||
|
|
||||||
public virtual PagingSpec<TModel> GetPaged(PagingSpec<TModel> pagingSpec)
|
public virtual PagingSpec<TModel> GetPaged(PagingSpec<TModel> pagingSpec)
|
||||||
{
|
{
|
||||||
pagingSpec.Records = GetPagedQuery(Query, pagingSpec).ToList();
|
pagingSpec.Records = GetPagedQuery(Query, pagingSpec).Skip(pagingSpec.PagingOffset())
|
||||||
|
.Take(pagingSpec.PageSize).ToList();
|
||||||
pagingSpec.TotalRecords = GetPagedQuery(Query, pagingSpec).GetRowCount();
|
pagingSpec.TotalRecords = GetPagedQuery(Query, pagingSpec).GetRowCount();
|
||||||
|
|
||||||
return pagingSpec;
|
return pagingSpec;
|
||||||
@@ -255,9 +259,7 @@ namespace NzbDrone.Core.Datastore
|
|||||||
protected virtual SortBuilder<TModel> GetPagedQuery(QueryBuilder<TModel> query, PagingSpec<TModel> pagingSpec)
|
protected virtual SortBuilder<TModel> GetPagedQuery(QueryBuilder<TModel> query, PagingSpec<TModel> pagingSpec)
|
||||||
{
|
{
|
||||||
return query.Where(pagingSpec.FilterExpression)
|
return query.Where(pagingSpec.FilterExpression)
|
||||||
.OrderBy(pagingSpec.OrderByClause(), pagingSpec.ToSortDirection())
|
.OrderBy(pagingSpec.OrderByClause(), pagingSpec.ToSortDirection());
|
||||||
.Skip(pagingSpec.PagingOffset())
|
|
||||||
.Take(pagingSpec.PageSize);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void ModelCreated(TModel model)
|
protected void ModelCreated(TModel model)
|
||||||
@@ -283,6 +285,11 @@ namespace NzbDrone.Core.Datastore
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected virtual QueryBuilder<TModel> AddJoinQueries(QueryBuilder<TModel> baseQuery)
|
||||||
|
{
|
||||||
|
return baseQuery;
|
||||||
|
}
|
||||||
|
|
||||||
protected virtual bool PublishModelEvents => false;
|
protected virtual bool PublishModelEvents => false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -110,10 +110,10 @@ namespace NzbDrone.Core.Datastore
|
|||||||
{
|
{
|
||||||
if (OsInfo.IsOsx)
|
if (OsInfo.IsOsx)
|
||||||
{
|
{
|
||||||
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://github.com/Sonarr/Sonarr/wiki/FAQ#i-use-sonarr-on-a-mac-and-it-suddenly-stopped-working-what-happened", ex, fileName);
|
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://github.com/Radarr/Radarr/wiki/FAQ#i-use-radarr-on-a-mac-and-it-suddenly-stopped-working-what-happened", ex, fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://github.com/Sonarr/Sonarr/wiki/FAQ#i-am-getting-an-error-database-disk-image-is-malformed", ex, fileName);
|
throw new CorruptDatabaseException("Database file: {0} is corrupt, restore from backup if available. See: https://github.com/Radarr/Radarr/wiki/FAQ#i-am-getting-an-error-database-disk-image-is-malformed", ex, fileName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,12 +28,12 @@ namespace NzbDrone.Core.Datastore.Extensions
|
|||||||
return mapBuilder.Relationships.AutoMapComplexTypeProperties<ILazyLoaded>();
|
return mapBuilder.Relationships.AutoMapComplexTypeProperties<ILazyLoaded>();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static RelationshipBuilder<TParent> HasMany<TParent, TChild>(this RelationshipBuilder<TParent> relationshipBuilder, Expression<Func<TParent, LazyList<TChild>>> portalExpression, Func<TParent, int> childIdSelector)
|
public static RelationshipBuilder<TParent> HasMany<TParent, TChild>(this RelationshipBuilder<TParent> relationshipBuilder, Expression<Func<TParent, LazyList<TChild>>> portalExpression, Func<TChild, int> parentIdSelector)
|
||||||
where TParent : ModelBase
|
where TParent : ModelBase
|
||||||
where TChild : ModelBase
|
where TChild : ModelBase
|
||||||
{
|
{
|
||||||
return relationshipBuilder.For(portalExpression.GetMemberName())
|
return relationshipBuilder.For(portalExpression.GetMemberName())
|
||||||
.LazyLoad((db, parent) => db.Query<TChild>().Where(c => c.Id == childIdSelector(parent)).ToList());
|
.LazyLoad((db, parent) => db.Query<TChild>().Where(c => parentIdSelector(c) == parent.Id).ToList());
|
||||||
}
|
}
|
||||||
|
|
||||||
private static string GetMemberName<T, TMember>(this Expression<Func<T, TMember>> member)
|
private static string GetMemberName<T, TMember>(this Expression<Func<T, TMember>> member)
|
||||||
|
|||||||
@@ -26,13 +26,13 @@ namespace NzbDrone.Core.Datastore.Migration
|
|||||||
var id = seriesReader.GetInt32(0);
|
var id = seriesReader.GetInt32(0);
|
||||||
var relativePath = seriesReader.GetString(1);
|
var relativePath = seriesReader.GetString(1);
|
||||||
|
|
||||||
var result = Parser.Parser.ParseMovieTitle(relativePath);
|
var result = Parser.Parser.ParseMovieTitle(relativePath, false);
|
||||||
|
|
||||||
var edition = "";
|
var edition = "";
|
||||||
|
|
||||||
if (result != null)
|
if (result != null)
|
||||||
{
|
{
|
||||||
edition = Parser.Parser.ParseMovieTitle(relativePath).Edition;
|
edition = Parser.Parser.ParseMovieTitle(relativePath, false).Edition;
|
||||||
}
|
}
|
||||||
|
|
||||||
using (IDbCommand updateCmd = conn.CreateCommand())
|
using (IDbCommand updateCmd = conn.CreateCommand())
|
||||||
|
|||||||
@@ -0,0 +1,16 @@
|
|||||||
|
using System.Data;
|
||||||
|
using FluentMigrator;
|
||||||
|
using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
|
||||||
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
|
{
|
||||||
|
[Migration(138)]
|
||||||
|
public class add_physical_release_note : NzbDroneMigrationBase
|
||||||
|
{
|
||||||
|
protected override void MainDbUpgrade()
|
||||||
|
{
|
||||||
|
Alter.Table("Movies").AddColumn("PhysicalReleaseNote").AsString().Nullable();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,58 @@
|
|||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Data;
|
||||||
|
using FluentMigrator;
|
||||||
|
using Newtonsoft.Json.Linq;
|
||||||
|
using NzbDrone.Common.Extensions;
|
||||||
|
using NzbDrone.Common.Serializer;
|
||||||
|
using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
|
||||||
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
|
{
|
||||||
|
[Migration(139)]
|
||||||
|
public class consolidate_indexer_baseurl : NzbDroneMigrationBase
|
||||||
|
{
|
||||||
|
protected override void MainDbUpgrade()
|
||||||
|
{
|
||||||
|
Execute.WithConnection(RenameUrlToBaseUrl);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void RenameUrlToBaseUrl(IDbConnection conn, IDbTransaction tran)
|
||||||
|
{
|
||||||
|
using (var cmd = conn.CreateCommand())
|
||||||
|
{
|
||||||
|
cmd.Transaction = tran;
|
||||||
|
cmd.CommandText = "SELECT Id, Settings FROM Indexers WHERE ConfigContract IN ('NewznabSettings', 'TorznabSettings', 'IPTorrentsSettings', 'OmgwtfnzbsSettings')";
|
||||||
|
|
||||||
|
using (var reader = cmd.ExecuteReader())
|
||||||
|
{
|
||||||
|
while (reader.Read())
|
||||||
|
{
|
||||||
|
var id = reader.GetInt32(0);
|
||||||
|
var settings = reader.GetString(1);
|
||||||
|
|
||||||
|
if (settings.IsNotNullOrWhiteSpace())
|
||||||
|
{
|
||||||
|
var jsonObject = Json.Deserialize<JObject>(settings);
|
||||||
|
|
||||||
|
if (jsonObject.Property("url") != null)
|
||||||
|
{
|
||||||
|
jsonObject.AddFirst(new JProperty("baseUrl", jsonObject["url"]));
|
||||||
|
jsonObject.Remove("url");
|
||||||
|
settings = jsonObject.ToJson();
|
||||||
|
|
||||||
|
using (var updateCmd = conn.CreateCommand())
|
||||||
|
{
|
||||||
|
updateCmd.Transaction = tran;
|
||||||
|
updateCmd.CommandText = "UPDATE Indexers SET Settings = ? WHERE Id = ?";
|
||||||
|
updateCmd.AddParameter(settings);
|
||||||
|
updateCmd.AddParameter(id);
|
||||||
|
updateCmd.ExecuteNonQuery();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,39 @@
|
|||||||
|
using System.Data;
|
||||||
|
using FluentMigrator;
|
||||||
|
using NzbDrone.Core.Datastore.Migration.Framework;
|
||||||
|
using System.Text;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Collections;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text.RegularExpressions;
|
||||||
|
using System.Globalization;
|
||||||
|
using Marr.Data.QGen;
|
||||||
|
using NzbDrone.Common.Extensions;
|
||||||
|
|
||||||
|
namespace NzbDrone.Core.Datastore.Migration
|
||||||
|
{
|
||||||
|
[Migration(140)]
|
||||||
|
public class add_alternative_titles_table : NzbDroneMigrationBase
|
||||||
|
{
|
||||||
|
protected override void MainDbUpgrade()
|
||||||
|
{
|
||||||
|
if (!this.Schema.Schema("dbo").Table("alternative_titles").Exists())
|
||||||
|
{
|
||||||
|
Create.TableForModel("AlternativeTitles")
|
||||||
|
.WithColumn("MovieId").AsInt64().NotNullable()
|
||||||
|
.WithColumn("Title").AsString().NotNullable()
|
||||||
|
.WithColumn("CleanTitle").AsString().NotNullable()
|
||||||
|
.WithColumn("SourceType").AsInt64().WithDefault(0)
|
||||||
|
.WithColumn("SourceId").AsInt64().WithDefault(0)
|
||||||
|
.WithColumn("Votes").AsInt64().WithDefault(0)
|
||||||
|
.WithColumn("VoteCount").AsInt64().WithDefault(0)
|
||||||
|
.WithColumn("Language").AsInt64().WithDefault(0);
|
||||||
|
|
||||||
|
Delete.Column("AlternativeTitles").FromTable("Movies");
|
||||||
|
}
|
||||||
|
|
||||||
|
Alter.Table("Movies").AddColumn("SecondaryYear").AsInt32().Nullable();
|
||||||
|
Alter.Table("Movies").AddColumn("SecondaryYearSourceId").AsInt64().Nullable().WithDefault(0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -36,6 +36,45 @@ using NzbDrone.Core.Extras.Subtitles;
|
|||||||
using NzbDrone.Core.Messaging.Commands;
|
using NzbDrone.Core.Messaging.Commands;
|
||||||
using NzbDrone.Core.NetImport;
|
using NzbDrone.Core.NetImport;
|
||||||
using NzbDrone.Core.NetImport.ImportExclusions;
|
using NzbDrone.Core.NetImport.ImportExclusions;
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using Marr.Data;
|
||||||
|
using Marr.Data.Mapping;
|
||||||
|
using NzbDrone.Common.Reflection;
|
||||||
|
using NzbDrone.Core.Blacklisting;
|
||||||
|
using NzbDrone.Core.Configuration;
|
||||||
|
using NzbDrone.Core.DataAugmentation.Scene;
|
||||||
|
using NzbDrone.Core.Datastore.Converters;
|
||||||
|
using NzbDrone.Core.Datastore.Extensions;
|
||||||
|
using NzbDrone.Core.Download;
|
||||||
|
using NzbDrone.Core.Download.Pending;
|
||||||
|
using NzbDrone.Core.Indexers;
|
||||||
|
using NzbDrone.Core.Instrumentation;
|
||||||
|
using NzbDrone.Core.Jobs;
|
||||||
|
using NzbDrone.Core.MediaFiles;
|
||||||
|
using NzbDrone.Core.Profiles.Delay;
|
||||||
|
using NzbDrone.Core.RemotePathMappings;
|
||||||
|
using NzbDrone.Core.Notifications;
|
||||||
|
using NzbDrone.Core.Organizer;
|
||||||
|
using NzbDrone.Core.Parser.Model;
|
||||||
|
using NzbDrone.Core.Profiles;
|
||||||
|
using NzbDrone.Core.Qualities;
|
||||||
|
using NzbDrone.Core.Restrictions;
|
||||||
|
using NzbDrone.Core.RootFolders;
|
||||||
|
using NzbDrone.Core.SeriesStats;
|
||||||
|
using NzbDrone.Core.Tags;
|
||||||
|
using NzbDrone.Core.ThingiProvider;
|
||||||
|
using NzbDrone.Core.Tv;
|
||||||
|
using NzbDrone.Common.Disk;
|
||||||
|
using NzbDrone.Core.Authentication;
|
||||||
|
using NzbDrone.Core.Extras.Metadata;
|
||||||
|
using NzbDrone.Core.Extras.Metadata.Files;
|
||||||
|
using NzbDrone.Core.Extras.Others;
|
||||||
|
using NzbDrone.Core.Extras.Subtitles;
|
||||||
|
using NzbDrone.Core.Messaging.Commands;
|
||||||
|
using NzbDrone.Core.Movies.AlternativeTitles;
|
||||||
|
using NzbDrone.Core.NetImport;
|
||||||
|
using NzbDrone.Core.NetImport.ImportExclusions;
|
||||||
|
|
||||||
namespace NzbDrone.Core.Datastore
|
namespace NzbDrone.Core.Datastore
|
||||||
{
|
{
|
||||||
@@ -101,12 +140,19 @@ namespace NzbDrone.Core.Datastore
|
|||||||
query: (db, parent) => db.Query<Movie>().Where(c => c.MovieFileId == parent.Id).ToList())
|
query: (db, parent) => db.Query<Movie>().Where(c => c.MovieFileId == parent.Id).ToList())
|
||||||
.HasOne(file => file.Movie, file => file.MovieId);
|
.HasOne(file => file.Movie, file => file.MovieId);
|
||||||
|
|
||||||
Mapper.Entity<Movie>().RegisterModel("Movies")
|
Mapper.Entity<Movie>().RegisterModel("Movies")
|
||||||
.Ignore(s => s.RootFolderPath)
|
.Ignore(s => s.RootFolderPath)
|
||||||
.Relationship()
|
.Relationship()
|
||||||
.HasOne(s => s.Profile, s => s.ProfileId)
|
.HasOne(s => s.Profile, s => s.ProfileId)
|
||||||
.HasOne(m => m.MovieFile, m => m.MovieFileId);
|
.HasOne(m => m.MovieFile, m => m.MovieFileId);
|
||||||
|
|
||||||
|
Mapper.Entity<AlternativeTitle>().RegisterModel("AlternativeTitles")
|
||||||
|
.For(t => t.Id)
|
||||||
|
.SetAltName("AltTitle_Id")
|
||||||
|
.Relationship()
|
||||||
|
.HasOne(t => t.Movie, t => t.MovieId);
|
||||||
|
|
||||||
|
|
||||||
Mapper.Entity<ImportExclusion>().RegisterModel("ImportExclusions");
|
Mapper.Entity<ImportExclusion>().RegisterModel("ImportExclusions");
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ using NzbDrone.Core.Configuration;
|
|||||||
using NzbDrone.Core.IndexerSearch.Definitions;
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||||
using NzbDrone.Core.Parser;
|
using NzbDrone.Core.Parser;
|
||||||
using NzbDrone.Core.Parser.Model;
|
using NzbDrone.Core.Parser.Model;
|
||||||
|
using NzbDrone.Core.Qualities;
|
||||||
|
|
||||||
namespace NzbDrone.Core.DecisionEngine
|
namespace NzbDrone.Core.DecisionEngine
|
||||||
{
|
{
|
||||||
@@ -69,52 +70,87 @@ namespace NzbDrone.Core.DecisionEngine
|
|||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
var parsedMovieInfo = Parser.Parser.ParseMovieTitle(report.Title);
|
var parsedMovieInfo = Parser.Parser.ParseMovieTitle(report.Title, _configService.ParsingLeniency > 0);
|
||||||
|
|
||||||
if (parsedMovieInfo != null && !parsedMovieInfo.MovieTitle.IsNullOrWhiteSpace())
|
MappingResult result = null;
|
||||||
{
|
|
||||||
RemoteMovie remoteMovie = _parsingService.Map(parsedMovieInfo, report.ImdbId.ToString(), searchCriteria);
|
|
||||||
remoteMovie.Release = report;
|
|
||||||
|
|
||||||
if (remoteMovie.Movie == null)
|
if (parsedMovieInfo == null || parsedMovieInfo.MovieTitle.IsNullOrWhiteSpace())
|
||||||
{
|
{
|
||||||
decision = new DownloadDecision(remoteMovie, new Rejection("Unknown movie. Movie found does not match wanted movie."));
|
_logger.Debug("{0} could not be parsed :(.", report.Title);
|
||||||
}
|
parsedMovieInfo = new ParsedMovieInfo
|
||||||
else
|
{
|
||||||
{
|
MovieTitle = report.Title,
|
||||||
if (parsedMovieInfo.Quality.HardcodedSubs.IsNotNullOrWhiteSpace())
|
Year = 1290,
|
||||||
{
|
Language = Language.Unknown,
|
||||||
remoteMovie.DownloadAllowed = true;
|
Quality = new QualityModel(),
|
||||||
if (_configService.AllowHardcodedSubs)
|
};
|
||||||
{
|
|
||||||
decision = GetDecisionForReport(remoteMovie, searchCriteria);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
var whitelisted = _configService.WhitelistedHardcodedSubs.Split(',');
|
|
||||||
_logger.Debug("Testing: {0}", whitelisted);
|
|
||||||
if (whitelisted != null && whitelisted.Any(t => (parsedMovieInfo.Quality.HardcodedSubs.ToLower().Contains(t.ToLower()) && t.IsNotNullOrWhiteSpace())))
|
|
||||||
{
|
|
||||||
decision = GetDecisionForReport(remoteMovie, searchCriteria);
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
decision = new DownloadDecision(remoteMovie, new Rejection("Hardcoded subs found: " + parsedMovieInfo.Quality.HardcodedSubs));
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
remoteMovie.DownloadAllowed = true;
|
|
||||||
decision = GetDecisionForReport(remoteMovie, searchCriteria);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
if (_configService.ParsingLeniency == ParsingLeniencyType.MappingLenient)
|
||||||
}
|
{
|
||||||
else
|
result = _parsingService.Map(parsedMovieInfo, report.ImdbId.ToString(), searchCriteria);
|
||||||
{
|
}
|
||||||
_logger.Trace("{0} could not be parsed :(.", report.Title);
|
|
||||||
}
|
if (result == null || result.MappingResultType != MappingResultType.SuccessLenientMapping)
|
||||||
|
{
|
||||||
|
result = new MappingResult {MappingResultType = MappingResultType.NotParsable};
|
||||||
|
result.Movie = null; //To ensure we have a remote movie, else null exception on next line!
|
||||||
|
result.RemoteMovie.ParsedMovieInfo = parsedMovieInfo;
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
//Enhance Parsed Movie Info!
|
||||||
|
result.RemoteMovie.ParsedMovieInfo = Parser.Parser.ParseMinimalMovieTitle(parsedMovieInfo.MovieTitle,
|
||||||
|
result.RemoteMovie.Movie.Title, parsedMovieInfo.Year);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
result = _parsingService.Map(parsedMovieInfo, report.ImdbId.ToString(), searchCriteria);
|
||||||
|
}
|
||||||
|
|
||||||
|
result.ReleaseName = report.Title;
|
||||||
|
var remoteMovie = result.RemoteMovie;
|
||||||
|
|
||||||
|
remoteMovie.Release = report;
|
||||||
|
remoteMovie.MappingResult = result.MappingResultType;
|
||||||
|
|
||||||
|
if (result.MappingResultType != MappingResultType.Success && result.MappingResultType != MappingResultType.SuccessLenientMapping)
|
||||||
|
{
|
||||||
|
var rejection = result.ToRejection();
|
||||||
|
decision = new DownloadDecision(remoteMovie, rejection);
|
||||||
|
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
if (parsedMovieInfo.Quality.HardcodedSubs.IsNotNullOrWhiteSpace())
|
||||||
|
{
|
||||||
|
//remoteMovie.DownloadAllowed = true;
|
||||||
|
if (_configService.AllowHardcodedSubs)
|
||||||
|
{
|
||||||
|
decision = GetDecisionForReport(remoteMovie, searchCriteria);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
var whitelisted = _configService.WhitelistedHardcodedSubs.Split(',');
|
||||||
|
_logger.Debug("Testing: {0}", whitelisted);
|
||||||
|
if (whitelisted != null && whitelisted.Any(t => (parsedMovieInfo.Quality.HardcodedSubs.ToLower().Contains(t.ToLower()) && t.IsNotNullOrWhiteSpace())))
|
||||||
|
{
|
||||||
|
decision = GetDecisionForReport(remoteMovie, searchCriteria);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
decision = new DownloadDecision(remoteMovie, new Rejection("Hardcoded subs found: " + parsedMovieInfo.Quality.HardcodedSubs));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
//remoteMovie.DownloadAllowed = true;
|
||||||
|
decision = GetDecisionForReport(remoteMovie, searchCriteria);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using NzbDrone.Core.Profiles.Delay;
|
using NzbDrone.Core.Profiles.Delay;
|
||||||
using NzbDrone.Core.Configuration;
|
using NzbDrone.Core.Configuration;
|
||||||
|
using NzbDrone.Core.Parser;
|
||||||
|
|
||||||
namespace NzbDrone.Core.DecisionEngine
|
namespace NzbDrone.Core.DecisionEngine
|
||||||
{
|
{
|
||||||
@@ -36,13 +37,13 @@ namespace NzbDrone.Core.DecisionEngine
|
|||||||
|
|
||||||
public List<DownloadDecision> PrioritizeDecisionsForMovies(List<DownloadDecision> decisions)
|
public List<DownloadDecision> PrioritizeDecisionsForMovies(List<DownloadDecision> decisions)
|
||||||
{
|
{
|
||||||
return decisions.Where(c => c.RemoteMovie.Movie != null)
|
return decisions.Where(c => c.RemoteMovie.MappingResult == MappingResultType.Success || c.RemoteMovie.MappingResult == MappingResultType.SuccessLenientMapping)
|
||||||
.GroupBy(c => c.RemoteMovie.Movie.Id, (movieId, downloadDecisions) =>
|
.GroupBy(c => c.RemoteMovie.Movie.Id, (movieId, downloadDecisions) =>
|
||||||
{
|
{
|
||||||
return downloadDecisions.OrderByDescending(decision => decision, new DownloadDecisionComparer(_delayProfileService, _configService));
|
return downloadDecisions.OrderByDescending(decision => decision, new DownloadDecisionComparer(_delayProfileService, _configService));
|
||||||
})
|
})
|
||||||
.SelectMany(c => c)
|
.SelectMany(c => c)
|
||||||
.Union(decisions.Where(c => c.RemoteMovie.Movie == null))
|
.Union(decisions.Where(c => c.RemoteMovie.MappingResult != MappingResultType.Success || c.RemoteMovie.MappingResult != MappingResultType.SuccessLenientMapping))
|
||||||
.ToList();
|
.ToList();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,55 +0,0 @@
|
|||||||
using NLog;
|
|
||||||
using NzbDrone.Core.IndexerSearch.Definitions;
|
|
||||||
using NzbDrone.Core.Parser.Model;
|
|
||||||
|
|
||||||
namespace NzbDrone.Core.DecisionEngine.Specifications.Search
|
|
||||||
{
|
|
||||||
public class TorrentSeedingSpecification : IDecisionEngineSpecification
|
|
||||||
{
|
|
||||||
private readonly Logger _logger;
|
|
||||||
|
|
||||||
public TorrentSeedingSpecification(Logger logger)
|
|
||||||
{
|
|
||||||
_logger = logger;
|
|
||||||
}
|
|
||||||
|
|
||||||
public RejectionType Type => RejectionType.Permanent;
|
|
||||||
|
|
||||||
|
|
||||||
public Decision IsSatisfiedBy(RemoteEpisode remoteEpisode, SearchCriteriaBase searchCriteria)
|
|
||||||
{
|
|
||||||
var torrentInfo = remoteEpisode.Release as TorrentInfo;
|
|
||||||
|
|
||||||
if (torrentInfo == null)
|
|
||||||
{
|
|
||||||
return Decision.Accept();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (torrentInfo.Seeders != null && torrentInfo.Seeders < 1)
|
|
||||||
{
|
|
||||||
_logger.Debug("Not enough seeders. ({0})", torrentInfo.Seeders);
|
|
||||||
return Decision.Reject("Not enough seeders. ({0})", torrentInfo.Seeders);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Decision.Accept();
|
|
||||||
}
|
|
||||||
|
|
||||||
public Decision IsSatisfiedBy(RemoteMovie remoteEpisode, SearchCriteriaBase searchCriteria)
|
|
||||||
{
|
|
||||||
var torrentInfo = remoteEpisode.Release as TorrentInfo;
|
|
||||||
|
|
||||||
if (torrentInfo == null)
|
|
||||||
{
|
|
||||||
return Decision.Accept();
|
|
||||||
}
|
|
||||||
|
|
||||||
if (torrentInfo.Seeders != null && torrentInfo.Seeders < 1)
|
|
||||||
{
|
|
||||||
_logger.Debug("Not enough seeders. ({0})", torrentInfo.Seeders);
|
|
||||||
return Decision.Reject("Not enough seeders. ({0})", torrentInfo.Seeders);
|
|
||||||
}
|
|
||||||
|
|
||||||
return Decision.Accept();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@@ -0,0 +1,96 @@
|
|||||||
|
using NLog;
|
||||||
|
using NzbDrone.Core.Datastore;
|
||||||
|
using NzbDrone.Core.Indexers;
|
||||||
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||||
|
using NzbDrone.Core.Parser.Model;
|
||||||
|
|
||||||
|
namespace NzbDrone.Core.DecisionEngine.Specifications.Search
|
||||||
|
{
|
||||||
|
public class TorrentSeedingSpecification : IDecisionEngineSpecification
|
||||||
|
{
|
||||||
|
private readonly IIndexerFactory _indexerFactory;
|
||||||
|
private readonly Logger _logger;
|
||||||
|
|
||||||
|
public TorrentSeedingSpecification(IIndexerFactory indexerFactory, Logger logger)
|
||||||
|
{
|
||||||
|
_indexerFactory = indexerFactory;
|
||||||
|
_logger = logger;
|
||||||
|
}
|
||||||
|
|
||||||
|
//public SpecificationPriority Priority => SpecificationPriority.Default;
|
||||||
|
public RejectionType Type => RejectionType.Permanent;
|
||||||
|
|
||||||
|
|
||||||
|
public Decision IsSatisfiedBy(RemoteEpisode remoteEpisode, SearchCriteriaBase searchCriteria)
|
||||||
|
{
|
||||||
|
var torrentInfo = remoteEpisode.Release as TorrentInfo;
|
||||||
|
|
||||||
|
if (torrentInfo == null || torrentInfo.IndexerId == 0)
|
||||||
|
{
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
|
||||||
|
IndexerDefinition indexer;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
indexer = _indexerFactory.Get(torrentInfo.IndexerId);
|
||||||
|
}
|
||||||
|
catch (ModelNotFoundException)
|
||||||
|
{
|
||||||
|
_logger.Debug("Indexer with id {0} does not exist, skipping seeders check", torrentInfo.IndexerId);
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
|
||||||
|
var torrentIndexerSettings = indexer.Settings as ITorrentIndexerSettings;
|
||||||
|
|
||||||
|
if (torrentIndexerSettings != null)
|
||||||
|
{
|
||||||
|
var minimumSeeders = torrentIndexerSettings.MinimumSeeders;
|
||||||
|
|
||||||
|
if (torrentInfo.Seeders.HasValue && torrentInfo.Seeders.Value < minimumSeeders)
|
||||||
|
{
|
||||||
|
_logger.Debug("Not enough seeders: {0}. Minimum seeders: {1}", torrentInfo.Seeders, minimumSeeders);
|
||||||
|
return Decision.Reject("Not enough seeders: {0}. Minimum seeders: {1}", torrentInfo.Seeders, minimumSeeders);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
|
||||||
|
public Decision IsSatisfiedBy(RemoteMovie remoteEpisode, SearchCriteriaBase searchCriteria)
|
||||||
|
{
|
||||||
|
var torrentInfo = remoteEpisode.Release as TorrentInfo;
|
||||||
|
|
||||||
|
if (torrentInfo == null || torrentInfo.IndexerId == 0)
|
||||||
|
{
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
|
||||||
|
IndexerDefinition indexer;
|
||||||
|
try
|
||||||
|
{
|
||||||
|
indexer = _indexerFactory.Get(torrentInfo.IndexerId);
|
||||||
|
}
|
||||||
|
catch (ModelNotFoundException)
|
||||||
|
{
|
||||||
|
_logger.Debug("Indexer with id {0} does not exist, skipping seeders check", torrentInfo.IndexerId);
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
|
||||||
|
var torrentIndexerSettings = indexer.Settings as ITorrentIndexerSettings;
|
||||||
|
|
||||||
|
if (torrentIndexerSettings != null)
|
||||||
|
{
|
||||||
|
var minimumSeeders = torrentIndexerSettings.MinimumSeeders;
|
||||||
|
|
||||||
|
if (torrentInfo.Seeders.HasValue && torrentInfo.Seeders.Value < minimumSeeders)
|
||||||
|
{
|
||||||
|
_logger.Debug("Not enough seeders: {0}. Minimum seeders: {1}", torrentInfo.Seeders, minimumSeeders);
|
||||||
|
return Decision.Reject("Not enough seeders: {0}. Minimum seeders: {1}", torrentInfo.Seeders, minimumSeeders);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return Decision.Accept();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||