mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-30 19:40:03 -07:00
Ouch. Almost lost these :(
This commit is contained in:
parent
608a0f1eaa
commit
cd470ae1ad
10 changed files with 1303 additions and 0 deletions
10
autoProcess/nzbToMediaEnv.py
Normal file
10
autoProcess/nzbToMediaEnv.py
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Make things easy and less error prone by centralising all common values
|
||||
|
||||
# Global Constants
|
||||
VERSION = 'V6.1'
|
||||
|
||||
# Constants pertinant to SabNzb
|
||||
SABNZB_NO_OF_ARGUMENTS = 8
|
||||
|
||||
# Constants pertinant to NzbGet
|
||||
NZBGET_NO_OF_ARGUMENTS = 5
|
Loading…
Add table
Add a link
Reference in a new issue