Renaming not working

Support for the Debian/Ubuntu package, created by JCFP.
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
Hank987
Newbie
Newbie
Posts: 5
Joined: October 3rd, 2013, 5:44 pm

Renaming not working

Post by Hank987 »

I'm running Sickbeard / SABNZBD+ on Ubuntu. It's working great - for the most part.

SOME shows (I'd say about half) do not get renamed properly - and I can't figure out the rhyme or reason on why the failed ones don't work. They are being named with a huge hexadecimal string - for example:

207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi

Obviously, this causes Plex to garble the name and episode.

Here is the log from that file's download:

Code: Select all

Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek

           Loading config from /home/schenley/.sabnzbd/scripts/autoProcessTV.cfg

Opening URL: http://192.168.1.200:8087/home/postprocess/processEpisode?nzbName=Mystery.Science.Theater.3000.-.S01E09.-.20020108.-.Project.Moonbase-NZBgeek.nzb&quiet=1&dir=%2Fmnt%2Fincoming%2Fcomplete%2F_TV%2FMystery+Science+Theater+3000+-+S01E09+-+20020108+-+Project+Moonbase-NZBgeek
Processing folder /mnt/incoming/complete/_TV/Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek
Processing /mnt/incoming/complete/_TV/Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek/207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi (Mystery.Science.Theater.3000.-.S01E09.-.20020108.-.Project.Moonbase-NZBgeek.nzb)
Found result in history: (74806, 1, [])
Parsed Mystery.Science.Theater.3000.-.S01E09.-.20020108.-.Project.Moonbase-NZBgeek.nzb into Mystery Science Theater 3000 - S1E9 - 20020108.-.Project.Moonbase (NZBgeek) [ABD: False]
Checking scene exceptions for a match on Mystery Science Theater (3000)
Checking scene exceptions for a match on Mystery Science Theater 3000
Looking up Mystery Science Theater (3000) in the DB
Looking up Mystery Science Theater 3000 in the DB
Lookup successful, using tvdb id 74806
Loading show object for tvdb_id 74806
Retrieving episode object for 1x9
Looking up quality for name Mystery.Science.Theater.3000.-.S01E09.-.20020108.-.Project.Moonbase-NZBgeek.nzb, got Unknown
Looking up quality for name Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek, got Unknown
Looking up quality for name 207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi, got Unknown
Guessing quality for name 207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi, got SD TV
SB snatched this episode so I'm marking it as priority
Is ep a priority download: True
File /mnt/video/TV/Mystery Science Theater 3000/Mystery.Science.Theater.3000.S01E09E00.Project.Moonbase.and.avi doesn't exist so there's no worries about replacing it
This download is marked a priority download so I'm going to replace an existing file if I find one
Deleting file /mnt/video/TV/Mystery Science Theater 3000/Mystery.Science.Theater.3000.S01E09E00.Project.Moonbase.and.avi
Found release name Mystery.Science.Theater.3000.-.S01E09.-.20020108.-.Project.Moonbase-NZBgeek
Destination folder for this episode: /mnt/video/TV/Mystery Science Theater 3000
Moving file from /mnt/incoming/complete/_TV/Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek/207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi to /mnt/video/TV/Mystery Science Theater 3000/207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi
Deleting folder /mnt/incoming/complete/_TV/Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek
Processing succeeded for /mnt/incoming/complete/_TV/Mystery Science Theater 3000 - S01E09 - 20020108 - Project Moonbase-NZBgeek/207ca46539a0c17754e3a7d59dd185f16cc1b6dc.avi
It keeps track of which episode it is, so when I use Sickbeard's "Preview Rename" function, it works properly. I would like it to work automatically as it should without having to manually rename each show...

Any ideas?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Renaming not working

Post by shypike »

Are you letting SABnzbd do the renaming (Sort option) or SickBeard?
Hank987
Newbie
Newbie
Posts: 5
Joined: October 3rd, 2013, 5:44 pm

Re: Renaming not working

Post by Hank987 »

I'm running the sabToSickbeard.py script on the Categories page.
shypike wrote:Are you letting SABnzbd do the renaming (Sort option) or SickBeard?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Renaming not working

Post by shypike »

In that case, it's purely a SickBeard issue.
You can try SABnzbd's Sort function to rename the file to something similar as the NZB name.
Use this Sort expression:
%dn/%dn.%ext
Hank987
Newbie
Newbie
Posts: 5
Joined: October 3rd, 2013, 5:44 pm

Re: Renaming not working

Post by Hank987 »

Thanks, will look into using the sort function, otherwise I'll head to Sickbeard forums.
shypike wrote:In that case, it's purely a SickBeard issue.
You can try SABnzbd's Sort function to rename the file to something similar as the NZB name.
Use this Sort expression:
%dn/%dn.%ext
Post Reply