Search found 449 matches

by clintonhall
18 Mar 2016, 22:25
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 218004

Re: nzbToMedia for NZBGet V11+

It appears you have manually edited nzbToMedia.py and nzbToSickBEard.py
to resolve this you need to either

Code: Select all

git stash
git pull
git stash apply
if you did not make any changes to these files just try

Code: Select all

git reset --hard
git pull
by clintonhall
16 Nov 2015, 11:07
Forum: Extension scripts
Topic: [GetScripts] Various Scripts
Replies: 65
Views: 75914

Re: [GetScripts] Various Scripts

If the "sample" exists in the release name, then it won't be deleted.

You do have the option to set

Code: Select all

SampleIDs=sizeonly
by clintonhall
02 Nov 2015, 10:01
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 218004

Re: nzbToMedia for NZBGet V11+

yes, that is the command to do symlink, but there is some discussion that this doesn't work in El Capitan as they have introduced some user restrictions etc....
try it.. can't do any harm.
by clintonhall
31 Oct 2015, 21:19
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 218004

Re: nzbToMedia for NZBGet V11+

@kjKmcQN3 1. Yes, These only come into play with Transcoder Enabled 2. Yes, Subs are only embedded when Transcoding. 3. nzbToSickBeard is called before SickRage processes, so this would happen first. Ultimately if both are enabled, you have more chance of getting the subs as both scripts do this sli...
by clintonhall
31 Oct 2015, 21:14
Forum: Extension scripts
Topic: nzbToMedia for NZBGet V11+
Replies: 325
Views: 218004

Re: nzbToMedia for NZBGet V11+

@doublegalz

Have you installed pywin32 for your python version?
http://sourceforge.net/projects/pywin32 ... ild%20218/
by clintonhall
18 Sep 2015, 10:59
Forum: Extension scripts
Topic: Using sabToSickBeard with NZBGet
Replies: 25
Views: 17991

Re: Using sabToSickBeard with NZBGet

Worth noting that nzbToMedia does include the requests lib... So the last error you have shouldn't be an issue in nzbToMedia.

Also worth noting that SickRage actually now includes nzbToMedia in place of the old sabToSickBeard.
by clintonhall
13 Sep 2015, 10:38
Forum: Extension scripts
Topic: Using sabToSickBeard with NZBGet
Replies: 25
Views: 17991

Re: Using sabToSickBeard with NZBGet

If this script worked from SABnzbd but nor from NZBGet, I'm guessing your SABnzbd startup must export the requests lib to the PYTHONPATH environment...
You could add this same export to NZBGet startup. Or otherwise try installing the python requests module.
by clintonhall
10 Sep 2015, 11:50
Forum: Extension scripts
Topic: Using sabToSickBeard with NZBGet
Replies: 25
Views: 17991

Re: Using sabToSickBeard with NZBGet

I have gone back and done some testing... If called from SABnzbd this should work... called manually there was an issue, I have edited my earlier post to make an addition. Please edit sabToSickBEard.py again. Also, in the same directory as saToSickBeard.py, you still need to have the files autoProce...
by clintonhall
05 Sep 2015, 02:45
Forum: Extension scripts
Topic: Using sabToSickBeard with NZBGet
Replies: 25
Views: 17991

Re: Using sabToSickBeard with NZBGet

sorry... not sure how that got in there. the file I copied from to put in this forum did not have that "0"... I must have hit a wrong key when checking/posting here.

The script has been edited in my post above. Please try editing the script and replacing from my original post. This should now run.
by clintonhall
02 Sep 2015, 04:32
Forum: Extension scripts
Topic: Using sabToSickBeard with NZBGet
Replies: 25
Views: 17991

Re: Using sabToSickBeard with NZBGet

2 options... for option 1, your settings can be imported... however you would still need to add the correct host, port, user, pass etc in the config of nzbToMedia shown in NZBGet web UI (so actually, the migration would be rather pointless). I forgot that I did the migration BEFORE allowing the sett...