Skip to content

Commit

Permalink
Merge pull request #1486 from clinton-hall/release-12.0.0
Browse files Browse the repository at this point in the history
v12.0.0
  • Loading branch information
labrys authored Dec 31, 2018
2 parents 4fed4d8 + 095810e commit 0c57061
Show file tree
Hide file tree
Showing 2,198 changed files with 208,155 additions and 101,488 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 11.8.1
current_version = 12.0.0
commit = True
tag = False

Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
/userscripts/
/logs/
/.idea/
*.dist-info
*.egg-info
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
nzbToMedia v11.8.1
nzbToMedia v12.0.0
==================

Provides an [efficient](https://github.com/clinton-hall/nzbToMedia/wiki/Efficient-on-demand-post-processing) way to handle postprocessing for [CouchPotatoServer](https://couchpota.to/ "CouchPotatoServer") and [SickBeard](http://sickbeard.com/ "SickBeard") (and its [forks](https://github.com/clinton-hall/nzbToMedia/wiki/Failed-Download-Handling-%28FDH%29#sick-beard-and-its-forks))
Expand Down Expand Up @@ -50,9 +50,11 @@ Sorry for any inconvenience caused here.

### General

1. Install python 2.7.
1. Install Python

2. Clone or copy all files into a directory wherever you want to keep them (eg. /scripts/ in the home directory of your download client)
1. Install `pywin32`

1. Clone or copy all files into a directory wherever you want to keep them (eg. /scripts/ in the home directory of your download client)
and change the permission accordingly so the download client can access these files.

`git clone git://github.com/clinton-hall/nzbToMedia.git`
Expand Down
408 changes: 205 additions & 203 deletions TorrentToMedia.py

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions autoProcessMedia.cfg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@
# Set the ionice scheduling class data. This defines the class data, if the class accepts an argument. For real time and best-effort, 0-7 is valid data.
ionice_classdata = 0

[Windows]
### Set specific settings for Windows systems
# Set this to 1 to allow extraction (7zip) windows to be lunched visble (for debugging) otherwise 0 to have this run in background.
show_extraction = 0

[CouchPotato]
#### autoProcessing for Movies
#### movie - category that gets called for post-processing with CPS
Expand Down
34 changes: 34 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
Change_LOG / History

V12.0.0

NOTE:
- This release contains major backwards-incompatible changes to the internal API
- Windows users will need to manually install pywin32

Add Python 3 support
Add cleanup script for post-update cleanup
Update all dependencies
Move vendored packages in `core` to `libs`
Move common libs to `libs/common`
Move custom libs to `libs/custom`
Move Python 2 libs to `libs/py2`
Move Windows libs to `libs/windows`
Fix PEP8
Add feature to make libs importable
Add feature to auto-update libs
Add path parent option to module path and default to using local path
Update invisible.cmd to return errorlevel
Update invisible.vbs to return exit code of 7zip
Update extractor.py for correct return code
Added debugging to extractor
Add option for windows extraction debugging
Remove surplus debug
Fix handling of None Password file
Fix invisible windows extraction
Fix execution of extraction
Start vbs directly from extractor
Delete invisible.cmd
Use args instead of Wscript.Arguments
Fix postprocessing of failed / bad downloads (#1091)
Fix release is None
Fix UnRAR failing

V11.8.1 12/29/2018

Fix cleanup for nzbToMedia installed as a git submodule
Expand Down
Loading

0 comments on commit 0c57061

Please sign in to comment.