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
nzbmatrix send to sabnzbd using scene names
Forum rules
Help us help you:
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.
Re: nzbmatrix send to sabnzbd using scene names
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).
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
That's not true. The file names are determined by how you use their API.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).
&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
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.
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
It escapes the characters;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.
%26scenename%3D1
Re: nzbmatrix send to sabnzbd using scene names
Too bad.
If you're using RSS, does it help to add &scenename=1 ?
If you're using RSS, does it help to add &scenename=1 ?
Re: nzbmatrix send to sabnzbd using scene names
I'm not - I'm using CouchPotato, the mentioned Chrome Extensionshypike wrote:Too bad.
If you're using RSS, does it help to add &scenename=1 ?
as well as SickBeard. SickBeard preserves the scenenames though
due to using said API feature.

