Skip to content

Commit

Permalink
Merge pull request #8 from nzblnk/develop
Browse files Browse the repository at this point in the history
Fixed category settings
  • Loading branch information
nzblnk authored Aug 30, 2017
2 parents 9dcdbb2 + f6ddb5e commit 0475e8a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 5 additions & 3 deletions src/nzbmonkeyspec.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,11 @@ def getSpec():
best_nzb = boolean(default = True)
[CATEGORIZER]
# Place your category and you regex here:
series = string(default = '(s\d+e\d+|s\d+ complete)')
movies = string(default = '(x264|xvid|bluray|720p|1080p|untouched)')
# Place your category and you regex here
# Please uncomment the following lines
# series = (s\d+e\d+|s\d+ complete)
# movies = (x264|xvid|bluray|720p|1080p|untouched)
[Searchengines]
Expand Down
5 changes: 4 additions & 1 deletion src/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"""
History
v0.2.1
- Fixed category settings
v0.2.0
- Added categories (automatic and manual)
- Added new target: Synology Downloadstation
Expand Down Expand Up @@ -62,5 +65,5 @@
"""

__version__ = '0.2.0'
__version__ = '0.2.1'
__requires__ = ['pyperclip', 'requests', 'configobj', 'colorama', 'cryptography']

0 comments on commit 0475e8a

Please sign in to comment.