nzbmatrix send to sabnzbd using scene names

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
escob4r
Newbie
Newbie
Posts: 1
Joined: October 4th, 2011, 8:43 am

nzbmatrix send to sabnzbd using scene names

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: nzbmatrix send to sabnzbd using scene names

Post 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).
azgul
Newbie
Newbie
Posts: 7
Joined: February 24th, 2010, 10:46 am

Re: nzbmatrix send to sabnzbd using scene names

Post 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?
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: nzbmatrix send to sabnzbd using scene names

Post 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.
azgul
Newbie
Newbie
Posts: 7
Joined: February 24th, 2010, 10:46 am

Re: nzbmatrix send to sabnzbd using scene names

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: nzbmatrix send to sabnzbd using scene names

Post by shypike »

Too bad.
If you're using RSS, does it help to add &scenename=1 ?
azgul
Newbie
Newbie
Posts: 7
Joined: February 24th, 2010, 10:46 am

Re: nzbmatrix send to sabnzbd using scene names

Post 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.
Post Reply