diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000000000000000000000000000000000..df8e3477e4471cd8eddb1ad533c0e5fae1abd139 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "contrib/nzbToMedia"] + path = contrib/nzbToMedia + url = https://github.com/clinton-hall/nzbToMedia diff --git a/autoProcessTV/autoProcessTV.py b/autoProcessTV/autoProcessTV.py index d8d56e3f0f936912cdf94b95806b1eda5bc411c0..5d2c817c8a58ec8c616c9b7b8ab7ed824a49717e 100755 --- a/autoProcessTV/autoProcessTV.py +++ b/autoProcessTV/autoProcessTV.py @@ -4,6 +4,11 @@ # URL: http://code.google.com/p/sickbeard/ # # This file is part of SickRage. +# DEPRECATION NOTICE: autoProcessTV is deprecated and will be removed +# from SickRage at 31-10-2015. +# +# Please switch to nzbToMedia from Clinton Hall, which is included in +# the contrib folder # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/autoProcessTV/hellaToSickBeard.py b/autoProcessTV/hellaToSickBeard.py index 4458cb8c5fd7f65ad7c62f938a88a92029639b1b..b57ddef1cdaedc1c1ca45399b9d7995d61f34d98 100755 --- a/autoProcessTV/hellaToSickBeard.py +++ b/autoProcessTV/hellaToSickBeard.py @@ -4,6 +4,11 @@ # URL: http://code.google.com/p/sickbeard/ # # This file is part of SickRage. +# DEPRECATION NOTICE: autoProcessTV is deprecated and will be removed +# from SickRage at 31-10-2015. +# +# Please switch to nzbToMedia from Clinton Hall, which is included in +# the contrib folder # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/autoProcessTV/mediaToSickbeard.py b/autoProcessTV/mediaToSickbeard.py index 289563af5a6511a067bcc7d40d1c31ecf9e0efb4..a24ffaf657a2561b0c20aa1c4627dc8d4b866e8c 100755 --- a/autoProcessTV/mediaToSickbeard.py +++ b/autoProcessTV/mediaToSickbeard.py @@ -1,4 +1,10 @@ #!/usr/bin/env python2 +# DEPRECATION NOTICE: autoProcessTV is deprecated and will be removed +# from SickRage at 31-10-2015. +# +# Please switch to nzbToMedia from Clinton Hall, which is included in +# the contrib folder + import sys import os import time @@ -138,6 +144,9 @@ def blackhole(): def main(): scriptlogger.info(u'Starting external PostProcess script ' + __file__) + scriptlogger.info(u'DEPRECATION NOTICE: autoProcessTV is deprecated and will be removed from SickRage at 31-10-2015. ' + __file__) + scriptlogger.info(u'Please switch to nzbToMedia from Clinton Hall, which is included in the contrib folder' + __file__) + host = config.get("General", "web_host") port = config.get("General", "web_port") diff --git a/autoProcessTV/sabToSickBeard.py b/autoProcessTV/sabToSickBeard.py index 5e4b85280630687238c5e39d983dee9364c84de3..6419bb9a56050b2e281bc0cc0c0382c36b8894bb 100755 --- a/autoProcessTV/sabToSickBeard.py +++ b/autoProcessTV/sabToSickBeard.py @@ -4,6 +4,11 @@ # URL: http://code.google.com/p/sickbeard/ # # This file is part of SickRage. +# DEPRECATION NOTICE: autoProcessTV is deprecated and will be removed +# from SickRage at 31-10-2015. +# +# Please switch to nzbToMedia from Clinton Hall, which is included in +# the contrib folder # # SickRage is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/contrib/nzbToMedia b/contrib/nzbToMedia new file mode 160000 index 0000000000000000000000000000000000000000..1cd64053b0da1d351bb6af392e1ebb904c6b6ce2 --- /dev/null +++ b/contrib/nzbToMedia @@ -0,0 +1 @@ +Subproject commit 1cd64053b0da1d351bb6af392e1ebb904c6b6ce2 diff --git a/contrib/readme.md b/contrib/readme.md new file mode 100644 index 0000000000000000000000000000000000000000..f4340d621fed01a1c2af66effe9b1118e5b13229 --- /dev/null +++ b/contrib/readme.md @@ -0,0 +1,10 @@ +SickRage Contrib +===== +Stuff contributed to SickRage, or included of users leisure + +## What will you find in here? + - Scripts + - Links to other repositories we think make your life better + - Custom themes + - Other things that may come in handy +