Post processing and renaming

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
raxv25
Newbie
Newbie
Posts: 3
Joined: October 25th, 2014, 10:44 pm

Post processing and renaming

Post by raxv25 »

My indexer is beta testing a new form of its site and whenever I download my NZB's from it using Sickbeard to let SABNZBD post process, SABNZBD is processing with group and quality, rather than with an episode name. If I use the old version of the indexer site, SABNZBD processes it out with an episode name. I've looked at the XML files and I can't tell that anything looks off and the admin says they look fine. What is SABNZBD looking at to determine the episode name and why would the same file from the older version of the indexer be processing correctly but not the newer version of the site? I can't figure it out for the life of me.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Post processing and renaming

Post by shypike »

Several indexers use so-called meta-data in headers or in the NZB file
to set proper values for title, season and episode.
By default, SABnzbd will use meta-data offered by the indexers.
You can try whether changing Config->Special->enable_meta_data makes a difference.
raxv25
Newbie
Newbie
Posts: 3
Joined: October 25th, 2014, 10:44 pm

Re: Post processing and renaming

Post by raxv25 »

Is there anything you can see from these XML outputs from the old to new site that would explain why SABNZBD is having trouble renaming the files with episode name from the https://www.nzbs.be site? HTTPS://nzbs.chica.be seems to be working just fine. Admin says these XML outputs look just fine from both.

<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:newznab="http://www.newznab.com/DTD/2010/feeds/attributes/" version="2.0">
<channel>
<atom:link href="https://nzbs.be/api?t=tvsearch&q=Consta ... =2&1d7a136" rel="self" type="application/rss+xml"/>
<title>NZBs</title>
<description>NZBs Feed</description>
<link>https://nzbs.be/</link>
<language>en-gb</language>
<webMaster>nzb@.be (NZBs)</webMaster>
<category/>
<image>
<url>
https://nzbs.be/templates/default/images/banner.jpg
</url>
<title>NZBs</title>
<link>https://nzbs.be/</link>
<description>Visit NZBs - NZBs</description>
</image>
<newznab:response offset="0" total="1"/>
<item>
<title>Constantine.S01E02.720p.WEB-DL.DD5.1.H.264-ECI</title>
<guid isPermaLink="true">
https://nzbs.be/details/3001ec7645d758b ... 1c7781cbea
</guid>
<link>
https://nzbs.be/getnzb/3001ec7645d758bf ... &r=1d7a136
</link>
<comments>
https://nzbs.be/details/3001ec7645d758b ... a#comments
</comments>
<pubDate>Sun, 02 Nov 2014 04:06:53 +0100</pubDate>
<category>TV > HD</category>
<description>Constantine.S01E02.720p.WEB-DL.DD5.1.H.264-ECI</description>
<enclosure url="https://nzbs.be/getnzb/3001ec7645d758bf ... &r=1d7a136" length="1602354884" type="application/x-nzb"/>
<newznab:attr name="category" value="5000"/>
<newznab:attr name="category" value="5040"/>
<newznab:attr name="size" value="1602354884"/>
<newznab:attr name="guid" value="3001ec7645d758bfe35d351c7781cbea"/>
</item>
</channel>
</rss>



<rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:newznab="http://www.newznab.com/DTD/2010/feeds/attributes/" version="2.0" encoding="utf-8">
<channel>
<atom:link href="https://www.nzbs.be/api" rel="self" type="application/rss+xml"/>
<title>NZBs</title>
<description>NZBs API Results</description>
<link>https://www.nzbs.be/</link>
<language>en-gb</language>
<webMaster>nzb@be (NZBs)</webMaster>
<category/>
<image>
<url>
https://www.nzbs.be/themes_shared/images/logo.png
</url>
<title>NZBs</title>
<link>https://www.nzbs.be/</link>
<description>Visit NZBs -</description>
</image>
<newznab:response offset="0" total="1"/>
<item>
<title>
Constantine.S01E02.The.Darkness.Beneath.720p.WEB-DL.DD5.1.H.264-ECI English
</title>
<guid isPermaLink="true">
https://www.nzbs.be/details/ba08cd7db8c ... 1d2aa91934
</guid>
<link>
https://www.nzbs.be/getnzb/ba08cd7db8cc ... &r=d052c33
</link>
<comments>
https://www.nzbs.be/details/ba08cd7db8c ... 4#comments
</comments>
<pubDate>Sat, 01 Nov 2014 18:46:41 +0100</pubDate>
<category>TV > HD</category>
<description>
Constantine.S01E02.The.Darkness.Beneath.720p.WEB-DL.DD5.1.H.264-ECI English
</description>
<enclosure url="https://www.nzbs.be/getnzb/ba08cd7db8cc ... &r=d052c33" length="1589547365" type="application/x-nzb"/>
<newznab:attr name="category" value="5000"/>
<newznab:attr name="category" value="5040"/>
<newznab:attr name="size" value="1589547365"/>
</item>
</channel>
</rss>
Last edited by raxv25 on November 5th, 2014, 10:53 pm, edited 1 time in total.
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Post processing and renaming

Post by shypike »

The rss feed does not show meta-data.
That data only becomes available when the NZB is downloaded.
raxv25
Newbie
Newbie
Posts: 3
Joined: October 25th, 2014, 10:44 pm

Re: Post processing and renaming

Post by raxv25 »

Ah, okay. Please forgive my ignorance, but what in the nzb would show that? I've tried downloading it before any post processes and I see the normal files. There are URL files, NFO, SFV sometimes and a few others. Do one of those contain the info?

Edit: I parsed the NZB for more XML data and got this at the end. Is this information applicable for what SAB uses to rename? The old site contains this data too so I'm not sure why continuing to use the new site nets group and quality name in the rename by sab. I also forgot to mention that I use Sickbeard to grab my NZB's. Is there something Sickbeard is possibly doing to the file to throw SAB off?

<enclosure url="https://nzbs.be/getnzb/3001ec7645d758bf ... 9ef698bf6b" length="1602354884" type="application/x-nzb"/>
<newznab:attr name="category" value="5000"/>
<newznab:attr name="category" value="5040"/>
<newznab:attr name="size" value="1602354884"/>
<newznab:attr name="guid" value="3001ec7645d758bfe35d351c7781cbea"/>
<newznab:attr name="files" value="41"/>
<newznab:attr name="poster" value="s@nd.p (SP)"/>
<newznab:attr name="season" value="S01"/>
<newznab:attr name="episode" value="E02"/>
<newznab:attr name="rageid" value="38109"/>
<newznab:attr name="tvtitle" value="The Darkness Beneath"/>
<newznab:attr name="tvairdate" value="Fri, 31 Oct 2014 22:00:00 +0100"/>
<newznab:attr name="grabs" value="12"/>
<newznab:attr name="comments" value="0"/>
<newznab:attr name="password" value="0"/>
<newznab:attr name="usenetdate" value="Sun, 02 Nov 2014 03:44:49 +0100"/>
<newznab:attr name="group" value="alt.binaries.hdtv.x264"/>
User avatar
shypike
Administrator
Administrator
Posts: 19773
Joined: January 18th, 2008, 12:49 pm

Re: Post processing and renaming

Post by shypike »

If the NZB files go through SickBeard, then any meta-data must reside in the NZB.
But if you're using SickBeard, why bother with SABnzbd's sorting options?
Cannot you let SickBeard do the fancy sorting work?
Post Reply