[FreeNAS 9 Plugins] - SAB / SB / CP / HP / Maraschino / HTPC / Mylar / LL / Gamez

Status
Not open for further replies.

MtK

Patron
Joined
Jun 22, 2013
Messages
471
how can I disable the script (at least until I'm sure it works as expected)?
Code:
"script-torrent-done-enabled": true,

is being reset every time I restart transmission.
 

Gerald Young

Dabbler
Joined
Dec 14, 2014
Messages
24
hey guys installed everything last night left transmission off for the time being until there is a fix.. having a little trouble with the script not moving things in SAB

Code:
[16:15:04] [INFO]::MAIN: Loading config from [/usr/local/share/nzbToMedia/autoProcessMedia.cfg]
[16:15:04] [INFO]::MAIN: Checking database structure...
[16:15:04] [INFO]::MAIN: Checking if git needs an update
[16:15:04] [INFO]::MAIN: No update needed
[16:15:04] [INFO]::MAIN: nzbToMedia Version:9b143cd6f2eb2edc14f32149ed9e4532c3ecd7c6 Branch:master (FreeBSD 9.3-RELEASE-p5)
[16:15:04] [WARNING]::MAIN: Failed to locate 7zip. Transcosing of disk images and extraction of .7z files will not be possible!
[16:15:04] [ERROR]::MAIN: Failed to connect to Transmission
[16:15:04] [INFO]::MAIN: #########################################################
[16:15:04] [INFO]::MAIN: ## ..::[nzbToMedia.pyc]::.. ##
[16:15:04] [INFO]::MAIN: #########################################################
[16:15:04] [INFO]::MAIN: Script triggered from SABnzbd
[16:15:04] [INFO]::MAIN: Auto-detected SECTION:CouchPotato
[16:15:04] [INFO]::MAIN: Calling CouchPotato:movie to post-process:Movie.name.here.BluRay.x264-sparks.cp(tt1790864).nzb
[16:15:04] [INFO]::MAIN: Attemping imdbID lookup for Movie.name.here.BluRay.x264-sparks.cp(tt1790864).nzb
[16:15:04] [INFO]::MAIN: Searching folder and file names for imdbID ...
[16:15:04] [INFO]::MAIN: Found imdbID [tt1790864]
[16:15:04] [ERROR]::MAIN: CouchPotato returned the following non-json data
[16:15:04] [ERROR]::MAIN: 
[16:15:04] [ERROR]::MAIN: <!doctype html>
[16:15:04] [ERROR]::MAIN: <html>
[16:15:04] [ERROR]::MAIN: <head>
[16:15:04] [ERROR]::MAIN: <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
[16:15:04] [ERROR]::MAIN: <meta name="apple-mobile-web-app-capable" content="yes">
[16:15:04] [ERROR]::MAIN: <meta name="mobile-web-app-capable" content="yes">
[16:15:04] [ERROR]::MAIN: <meta http-equiv="X-UA-Compatible" content="IE=edge" />
[16:15:04] [ERROR]::MAIN: 
[16:15:04] [ERROR]::MAIN: <link rel="stylesheet" href="/minified/front.css?1418851483" type="text/css">
[16:15:04] [ERROR]::MAIN: 
[16:15:04] [ERROR]::MAIN: <script type="text/javascript" src="/minified/front.js?1418851485"></script>
[16:15:04] [ERROR]::MAIN: 
[16:15:04] [ERROR]::MAIN: <script type="text/javascript" src="/minified/head.js?1418851485"></script>
[16:15:04] [ERROR]::MAIN: 
[16:15:04] [ERROR]::MAIN: <link rel="stylesheet" href="/minified/head.css?1418851483" type="text/css">
[16:15:04] [ERROR]::MAIN: <link href="/static/images/favicon.ico" rel="icon" type="image/x-icon" />
[16:15:04] [ERROR]::MAIN: <link rel="apple-touch-icon" href="/static/images/homescreen.png" />
[16:15:04] [ERROR]::MAIN: <script type="text/javascript" src="https://www.youtube.com/player_api" defer="defer"></script>
[16:15:04] [ERROR]::MAIN: <script type="text/javascript">
[16:15:04] [ERROR]::MAIN: window.addEvent('load', function(){
[16:15:04] [ERROR]::MAIN: if(window.getSize().x <= 480)
[16:15:04] [ERROR]::MAIN: setTimeout(function(){
[16:15:04] [ERROR]::MAIN: window.scrollTo(0, 1);
[16:15:04] [ERROR]::MAIN: window.scrollTo(0, 0);
[16:15:04] [ERROR]::MAIN: }, 100);
[16:15:04] [ERROR]::MAIN: });
[16:15:04] [ERROR]::MAIN: window.addEvent('domready', function() {
[16:15:04] [ERROR]::MAIN: new Uniform();
[16:15:04] [ERROR]::MAIN: Api.setup({
[16:15:04] [ERROR]::MAIN: 'url': "/api/88b3e3b490e94cb28aa56fad60ce0df1/",
[16:15:04] [ERROR]::MAIN: 'path_sep': "/",
[16:15:04] [ERROR]::MAIN: 'is_remote': false
[16:15:04] [ERROR]::MAIN: });
[16:15:04] [ERROR]::MAIN: $(document.body).set('data-api', window.location.protocol + '//' + window.location.host + Api.createUrl().replace('/default/', '/'));
[16:15:04] [ERROR]::MAIN: // Catch errors
[16:15:04] [ERROR]::MAIN: window.onerror = function(message, file, line){
[16:15:04] [ERROR]::MAIN: p(message, file, line);
[16:15:04] [ERROR]::MAIN: Api.request('logging.log', {
[16:15:04] [ERROR]::MAIN: 'data': {
[16:15:04] [ERROR]::MAIN: 'type': 'error',
[16:15:04] [ERROR]::MAIN: 'message': Browser.name + ' ' + Browser.version + ': \n' + message,
[16:15:04] [ERROR]::MAIN: 'page': window.location.href.replace(window.location.host, 'HOST'),
[16:15:04] [ERROR]::MAIN: 'file': file.replace(window.location.host, 'HOST'),
[16:15:04] [ERROR]::MAIN: 'line': line
[16:15:04] [ERROR]::MAIN: }
[16:15:04] [ERROR]::MAIN: });
[16:15:04] [ERROR]::MAIN: return true;
[16:15:04] [ERROR]::MAIN: }
[16:15:04] [ERROR]::MAIN: Quality.setup({
[16:15:04] [ERROR]::MAIN: 'profiles': [{"_rev": "00011b2d", "finish": [true, true, true, true], "qualities": ["720p", "1080p", "brrip", "dvdrip"], "_id": "345180f50ae2477395cb02c6ebde726d", "_t": "profile", "label": "Best", "minimum_score": 1, "stop_after": [0, 0, 0, 0], "wait_for": [0, 0, 0, 0], "order": 0, "3d": [false, false, false, false]}, {"_rev": "00018c23", "finish": [true, true], "qualities": ["720p", "1080p"], "_id": "74504e826cd9457695e3ac8ebc37a46b", "_t": "profile", "label": "HD", "minimum_score": 1, "stop_after": [0, 0], "wait_for": [0, 0], "order": 1, "3d": [false, false]}, {"_rev": "00012067", "finish": [true, true], "qualities": ["dvdrip", "dvdr"], "_id": "7ea89f3ecfab4f7db1ca201a1bd06d35", "_t": "profile", "label": "SD", "minimum_score": 1, "stop_after": [0, 0], "wait_for": [0, 0], "order": 2, "3d": [false, false]}, {"_rev": "0001d755", "finish": [true, true, true, true], "qualities": ["1080p", "720p", "720p", "1080p"], "_id": "dafe1240dbdf407da2ae77446dacc60d", "_t": "profile", "label": "Prefer 3D HD", "minimum_score": 1, "stop_after": [0, 0, 0, 0], "wait_for": [0, 0, 0, 0], "order": 3, "3d": [true, true, false, false]}, {"_rev": "00011ac4", "finish": [true, true], "qualities": ["1080p", "720p"], "_id": "53cc2466f35840adb3627a34210c302a", "_t": "profile", "label": "3D HD", "minimum_score": 1, "stop_after": [0, 0], "wait_for": [0, 0], "order": 4, "3d": [true, true]}, {"core": true, "_rev": "00014e49", "finish": [true], "_id": "c569007d4c36459bbf02ff923012e298", "_t": "profile", "label": "BR-Disk", "qualities": ["bd50"], "wait_for": [0], "order": 20}, {"core": true, "_rev": "000131c8", "finish": [true], "_id": "097d7ffe2c5b4e47a585b7a7f5ac9a39", "_t": "profile", "label": "1080p", "qualities": ["1080p"], "wait_for": [0], "order": 21}, {"core": true, "_rev": "0001792e", "finish": [true], "_id": "cc487fa5e5bc4cf281040ba69421731a", "_t": "profile", "label": "720p", "qualities": ["720p"], "wait_for": [0], "order": 22}, {"core": true, "_rev": "000170d0", "finish": [true], "_id": "69fadfba299f4272ab9e6470d5b89762", "_t": "profile", "label": "BR-Rip", "qualities": ["brrip"], "wait_for": [0], "order": 23}, {"core": true, "_rev": "0001cb5e", "finish": [true], "_id": "dd60ab72aded4492bc61661d52c9a2fc", "_t": "profile", "label": "DVD-R", "qualities": ["dvdr"], "wait_for": [0], "order": 24}, {"core": true, "_rev": "0001dc07", "finish": [true], "_id": "9eebe5520d5b431093c85b35dea36b2c", "_t": "profile", "label": "DVD-Rip", "qualities": ["dvdrip"], "wait_for": [0], "order": 25}, {"core": true, "_rev": "0001ed2c", "finish": [true], "_id": "50e8e7e7321b4dad9cb1f23a27eb7830", "_t": "profile", "label": "Screener", "qualities": ["scr"], "wait_for": [0], "order": 26}, {"core": true, "_rev": "00019769", "finish": [true], "_id": "0a1a69df1f3a4900b579fd68683015d4", "_t": "profile", "label": "R5", "qualities": ["r5"], "wait_for": [0], "order": 27}, {"core": true, "_rev": "0001670e", "finish": [true], "_id": "1b735be5bf8047389648b82ded4c5f12", "_t": "profile", "label": "TeleCine", "qualities": ["tc"], "wait_for": [0], "order": 28}, {"core": true, "_rev": "0001ab68", "finish": [true], "_id": "4fd8b3a9c53649b5a67c060858aa9638", "_t": "profile", "label": "TeleSync", "qualities": ["ts"], "wait_for": [0], "order": 29}, {"core": true, "_rev": "00015af9", "finish": [true], "_id": "60ed16ab56c8481aa694219d00fcd083", "_t": "profile", "label": "Cam", "qualities": ["cam"], "wait_for": [0], "order": 30}],
[16:15:04] [ERROR]::MAIN: 'qualities': [{"_id": "bdea208f1576448c9d638f6678eeaf0e", "tags": ["bdmv", "certificate", ["complete", "bluray"], "avc", "mvc"], "_rev": "0001aa40", "_t": "quality", "size_max": 60000, "size_min": 20000, "label": "BR-Disk", "order": 0, "ext": ["iso", "img"], "is_3d": false, "allow_3d": true, "allow": ["1080p"], "alternative": ["bd25", ["br", "disk"]], "identifier": "bd50", "median_size": 40000, "hd": true, "size": [20000, 60000]}, {"_rev": "0001ea52", "identifier": "1080p", "size_min": 4000, "tags": ["m2ts", "x264", "h264"], "_id": "ae19d30ded22410db7c61a632336dd43", "_t": "quality", "size_max": 20000, "label": "1080p", "height": 1080, "order": 1, "width": 1920, "ext": ["mkv", "m2ts", "ts"], "is_3d": false, "allow": [], "alternative": [], "allow_3d": true, "median_size": 10000, "hd": true, "size": [4000, 20000]}, {"_rev": "00015dfd", "identifier": "720p", "size_min": 3000, "tags": ["x264", "h264"], "_id": "934b4f29fa3f4a8e9cf643726115a483", "_t": "quality", "size_max": 10000, "label": "720p", "height": 720, "order": 2, "width": 1280, "ext": ["mkv", "ts"], "is_3d": false, "allow": [], "alternative": [], "allow_3d": true, "median_size": 5500, "hd": true, "size": [3000, 10000]}, {"_id": "6816f606c3e74874b8ab9c5cc3c205f0", "tags": ["webdl", ["web", "dl"]], "_rev": "00012174", "_t": "quality", "size_max": 7000, "size_min": 700, "label": "BR-Rip", "order": 3, "ext": ["mp4", "avi"], "is_3d": false, "allow_3d": true, "allow": ["720p", "1080p"], "alternative": ["bdrip", ["br", "rip"], "hdtv", "hdrip"], "identifier": "brrip", "median_size": 2000, "hd": true, "size": [700, 7000]}, {"_id": "0784830627de4af6aa23b34600fa3db7", "tags": ["pal", "ntsc", "video_ts", "audio_ts", ["dvd", "r"], "dvd9"], "_rev": "000190fc", "_t": "quality", "size_max": 10000, "size_min": 3000, "label": "DVD-R", "order": 4, "ext": ["iso", "img", "vob"], "is_3d": false, "allow": [], "alternative": ["br2dvd", ["dvd", "r"]], "identifier": "dvdr", "median_size": 4500, "size": [3000, 10000]}, {"_id": "5773230a726046ffb184288fbccf8d48", "tags": [["dvd", "rip"], ["dvd", "xvid"], ["dvd", "divx"]], "_rev": "000157d6", "_t": "quality", "size_max": 2400, "size_min": 600, "label": "DVD-Rip", "order": 5, "width": 720, "ext": ["avi"], "is_3d": false, "allow": [], "alternative": [["dvd", "rip"]], "identifier": "dvdrip", "median_size": 1500, "size": [600, 2400]}, {"_id": "db3fc2dadcc24c759555d392ceb7efdc", "tags": [], "_rev": "00014a72", "_t": "quality", "size_max": 1600, "size_min": 600, "label": "Screener", "order": 6, "ext": [], "is_3d": false, "allow": ["dvdr", "dvdrip", "720p", "1080p"], "alternative": ["screener", "dvdscr", "ppvrip", "dvdscreener", "hdscr", "webrip", ["web", "rip"]], "identifier": "scr", "median_size": 700, "size": [600, 1600]}, {"_rev": "00015147", "order": 7, "size_min": 600, "is_3d": false, "alternative": ["r6"], "size": [600, 1000], "identifier": "r5", "_t": "quality", "size_max": 1000, "label": "R5", "ext": [], "allow": ["dvdr", "720p", "1080p"], "_id": "f5543db4a3c648bd84f44a834461cc26", "median_size": 700}, {"_rev": "00011551", "order": 8, "size_min": 600, "alternative": ["telecine"], "size": [600, 1000], "identifier": "tc", "_t": "quality", "size_max": 1000, "label": "TeleCine", "ext": [], "allow": ["720p", "1080p"], "_id": "82fddaadd73740d0a642229282ff0572", "median_size": 700}, {"_rev": "000132ba", "order": 9, "size_min": 600, "is_3d": false, "alternative": ["telesync", "hdts"], "size": [600, 1000], "identifier": "ts", "_t": "quality", "size_max": 1000, "label": "TeleSync", "ext": [], "allow": ["720p", "1080p"], "_id": "c35ad1f75b55414fb9e09a73489ab289", "median_size": 700}, {"_rev": "00010a39", "order": 10, "size_min": 600, "is_3d": false, "alternative": ["camrip", "hdcam"], "size": [600, 1000], "identifier": "cam", "_t": "quality", "size_max": 1000, "label": "Cam", "ext": [], "allow": ["720p", "1080p"], "_id": "8560c7ab036b42cfa21f85963fed4ba8", "median_size": 700}]
[16:15:04] [ERROR]::MAIN: });
[16:15:04] [ERROR]::MAIN: CategoryList.setup([]);
[16:15:04] [ERROR]::MAIN: App.setup({
[16:15:04] [ERROR]::MAIN: 'base_url': "/",
[16:15:04] [ERROR]::MAIN: 'args': "['--data_dir', '/var/db/couchpotato', '--pid_file', '/var/run/couchpotato/couchpotato.pid', '--daemon']",
[16:15:04] [ERROR]::MAIN: 'options': "Namespace(config_file='/var/db/couchpotato/settings.conf', console_log=False, daemon=True, data_dir='/var/db/couchpotato', debug=False, pid_file='/var/run/couchpotato/couchpotato.pid', quiet=False)",
[16:15:04] [ERROR]::MAIN: 'app_dir': "/usr/pbi/couchpotato-amd64/share/couchpotato/CouchPotatoServer",
[16:15:04] [ERROR]::MAIN: 'data_dir': "/var/db/couchpotato",
[16:15:04] [ERROR]::MAIN: 'pid': "23165 ",
[16:15:04] [ERROR]::MAIN: 'userscript_version': 25
[16:15:04] [ERROR]::MAIN: });
[16:15:04] [ERROR]::MAIN: })
[16:15:04] [ERROR]::MAIN: 
[16:15:04] [ERROR]::MAIN: </script>
[16:15:04] [ERROR]::MAIN: <title>CouchPotato</title>
[16:15:04] [ERROR]::MAIN: </head>
[16:15:04] [ERROR]::MAIN: <body></body>
[16:15:04] [ERROR]::MAIN: </html>
[16:15:04] [INFO]::TRANSCODER: Checking [TMR.2014720pRWA (1).mkv] for corruption, please stand by ...
[16:15:04] [INFO]::TRANSCODER: SUCCESS: [TMR.2014720pRWA (1).mkv] has no corruption.
[16:15:04] [POSTPROCESS]::COUCHPOTATO: Starting renamer scan for Movie.name.here.BluRay.x264-sparks.cp(tt1790864).nzb
Traceback (most recent call last):
  File "/usr/local/share/nzbToMedia/nzbToCouchPotato.py", line 247, in <module>
    result = nzbToMedia.main(sys.argv, section)
  File "/usr/local/share/nzbToMedia/nzbToMedia.py", line 691, in main
    download_id='')
  File "/usr/local/share/nzbToMedia/nzbToMedia.py", line 580, in process
    inputCategory, failureLink)
  File "/usr/local/share/nzbToMedia/nzbtomedia/autoProcess/autoProcessMovie.py", line 240, in process
    result = r.json()
  File "/usr/local/share/nzbToMedia/libs/requests/models.py", line 759, in json
    return json.loads(self.text, **kwargs)
  File "/usr/local/lib/python2.7/json/__init__.py", line 338, in loads
    return _default_decoder.decode(s)
  File "/usr/local/lib/python2.7/json/decoder.py", line 366, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/usr/local/lib/python2.7/json/decoder.py", line 384, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
Exception AttributeError: "'NoneType' object has no attribute 'path'" in <bound method PosixProcess.__del__ of <nzbtomedia.nzbToMediaUtil.PosixProcess instance at 0x807899050>> ignored




Sorry about the long error message not sure where the error is so I put it all in there also tried to remove the movie name as much a possible don't know how you guys feel about that stuff.. if this is in the wrong spot i apologize in advance...I'm a noob...I'm getting other errors where the download fails (little red skull) but will deal with that later.. these finish they just don't move i have to do it manually..
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949

MtK

Patron
Joined
Jun 22, 2013
Messages
471
if you mean the in-app upgrade that SR has, yes. it shouldn't break things
I did already.
and although it didn't break anything, it got stuck and required me to manually restart the plugin...
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
how can I disable the script (at least until I'm sure it works as expected)?
Code:
"script-torrent-done-enabled": true,

is being reset every time I restart transmission.
don't edit the config while transmission is running.

or if using 2.84_1 you can use 'service transmission reload'
 
Last edited:

MtK

Patron
Joined
Jun 22, 2013
Messages
471

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
Thanks!
now, how do I make the in-app (i.e SR) post-processor to work...?
(it doesn't run... ever)
are you following the steps on my blog? I can only help you so much if you are deviating from it because I won't know your setup, or what you are trying to do.
 

marcevan

Patron
Joined
Dec 15, 2013
Messages
432
I did a SR install (turned off SB in meanwhile) and install took awhile (~10 min) and my plugins took 30 sec to render the on/off button for SR but other than that everything's tip top.

I'm travelling, but monitoring my plex server's updated recently, it seems SR is doing it's thing but I'll have to check the logs when I'm back.

Absolutely no errors for first 2 days before I left and love that it supports Kat and Pirate and let's you roll your own easily.
 

MtK

Patron
Joined
Jun 22, 2013
Messages
471
are you following the steps on my blog? I can only help you so much if you are deviating from it because I won't know your setup, or what you are trying to do.
yes, it's from your blog, and I want to go back to the in-app post-processor because the script doesn't work (see my previous post)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
@Gerald Young
looks like nzbToMedia can't connect to couchpotato. check the CP settings in autoProcessMedia.cfg
did you follow my blog or are you setting things up your own way.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
yes, it's from your blog, and I want to go back to the in-app post-processor because the script doesn't work (see my previous post)
do you know why the script failed. it's saying the download failed, did u manually try the torrent file and it does get the show successfully?

you can use the directory scanning method if you want, I just can't support you then.
 

MtK

Patron
Joined
Jun 22, 2013
Messages
471
do you know why the script failed. it's saying the download failed, did u manually try the torrent file and it does get the show successfully?

you can use the directory scanning method if you want, I just can't support you then.
the file is fine, the script fails for every finished download with the same log messages.
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
the file is fine, the script fails for every finished download with the same log messages.
nzbToMedia Dev would know best what the issue is. either post a bug on his github, or the nzbToMedia section in the SR forums.
you said you followed my blog, but your paths are different. I can't help you if you are deviating a bunch from it.
 

MtK

Patron
Joined
Jun 22, 2013
Messages
471
nzbToMedia Dev would know best what the issue is. either post a bug on his github, or the nzbToMedia section in the SR forums.
you said you followed my blog, but your paths are different. I can't help you if you are deviating a bunch from it.
it's just a naming convention, not a functional change.
if you look at the log you can see it does find the directories properly, but then... loses the files in them :)

(I also tried your naming convention, result is the same)
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
it's just a naming convention, not a functional change.
if you look at the log you can see it does find the directories properly, but then... loses the files in them :)

(I also tried your naming convention, result is the same)
you just to make sure to keep them straight.

are you using the move, copy or link method? are /mnt/downloads /mnt/media the same mointpoint, same dataset?
 

MtK

Patron
Joined
Jun 22, 2013
Messages
471

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
of course.

I tried both the MOVE and the LINK, same result.
it's a different mountpoint, but it's the same dataset...
I wouldn't do it that way. it should still work, but I believe 'moving' actually means a read/write/delete routine instead of just changing the pointer. if they are the same dataset it's more efficient to use a single mointpoint
 

Gerald Young

Dabbler
Joined
Dec 14, 2014
Messages
24
@Joshua Parker Ruehlig
looks good in there to me, even checked the api key and tried to dl something..no dice..
and yes i'm following your blog.

Code:
[CouchPotato]
    #### autoProcessing for Movies
    #### movie - category that gets called for post-processing with CPS
    [[movie]]
        enabled = 1
        apikey = myapikey
        host = localhost
        port = 5050
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = /couchpotato
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 1
        method = renamer
        delete_failed = 1
        wait_for = 2
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleteing ignored files (samples and invalid media files)
        delete_ignored = 1
        ##### Enable if Couchpotato is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""
 

Joshua Parker Ruehlig

Hall of Famer
Joined
Dec 5, 2011
Messages
5,949
@Joshua Parker Ruehlig
looks good in there to me, even checked the api key and tried to dl something..no dice..
and yes i'm following your blog.

Code:
[CouchPotato]
    #### autoProcessing for Movies
    #### movie - category that gets called for post-processing with CPS
    [[movie]]
        enabled = 1
        apikey = myapikey
        host = localhost
        port = 5050
        ###### ADVANCED USE - ONLY EDIT IF YOU KNOW WHAT YOU'RE DOING ######
        ssl = 0
        web_root = /couchpotato
        # Enable/Disable linking for Torrents
        Torrent_NoLink = 1
        method = renamer
        delete_failed = 1
        wait_for = 2
        extract = 1
        # Set this to minimum required size to consider a media file valid (in MB)
        minSize = 0
        # Enable/Disable deleteing ignored files (samples and invalid media files)
        delete_ignored = 1
        ##### Enable if Couchpotato is on a remote server for this category
        remote_path = 0
        ##### Set to path where download client places completed downloads locally for this category
        watch_dir = ""
just to make sure. you restarted CP at some point, it actually is listening the the /couchpotato webroot?
 
Status
Not open for further replies.
Top