Page 1 of 1
nzbmatrix send to sabnzbd using scene names
Posted: October 4th, 2011, 8:49 am
by escob4r
Dear forum members,
Iam using sabnzbd in combination with nzbmatrix. I also installed the sabconnect++ addon for chrome. It seems when i use the "send to sab" button on the nzbmatrix website i never get the real scene names. The dots and dashes get replaced by spaces. I also put Scene Names on Yes in my nzbmatrix account settings, but that did not help.
Anyone have an idea how i can fix this?
Thanks
Re: nzbmatrix send to sabnzbd using scene names
Posted: October 4th, 2011, 12:04 pm
by shypike
The files names are completely determined by nzbmatrix.
But do check the naming options in Config->Switches, because
there are a few that can manipulate names (but default off).
Re: nzbmatrix send to sabnzbd using scene names
Posted: October 19th, 2011, 12:46 pm
by azgul
shypike wrote:The files names are completely determined by nzbmatrix.
But do check the naming options in Config->Switches, because
there are a few that can manipulate names (but default off).
That's not true. The file names are determined by how you use their API.
&scenename=1 will cause you to download the release and maintain the
scenename. As it reads on their
API page;
&scenename=1 = Optional, this will restore scene names
Following modification to the url variable in urlgrabber.py will cause you
to download all nzbs with their scenenames,
http://pastebin.com/cDahcL7r
basically I just added "&scenename=1" after "&apikey=%s"
I suppose an option for this would be in place?
Re: nzbmatrix send to sabnzbd using scene names
Posted: October 19th, 2011, 1:36 pm
by shypike
We already go to far in supporting nzbmatrix.com.
However, maybe you can simply add &scenename=1 to your apikey in Config->Indexers.
I cannot test right now, because the site's API and RSS is down again.
Re: nzbmatrix send to sabnzbd using scene names
Posted: October 19th, 2011, 1:57 pm
by azgul
shypike wrote:We already go to far in supporting nzbmatrix.com.
However, maybe you can simply add &scenename=1 to your apikey in Config->Indexers.
I cannot test right now, because the site's API and RSS is down again.
It escapes the characters;
%26scenename%3D1
Re: nzbmatrix send to sabnzbd using scene names
Posted: October 19th, 2011, 2:09 pm
by shypike
Too bad.
If you're using RSS, does it help to add &scenename=1 ?
Re: nzbmatrix send to sabnzbd using scene names
Posted: October 19th, 2011, 2:33 pm
by azgul
shypike wrote:Too bad.
If you're using RSS, does it help to add &scenename=1 ?
I'm not - I'm using CouchPotato, the mentioned Chrome Extension
as well as SickBeard. SickBeard preserves the scenenames though
due to using said API feature.