Naming Issues

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
cmg
Newbie
Newbie
Posts: 28
Joined: November 2nd, 2010, 9:09 pm

Naming Issues

Post by cmg »

I know this is probably my issue, but I haven't been able to figure it out.

A few versions ago the naming of my tv shows changed. I do not have my old log files but I do have a recent one.

NZB Name is: Sleepy.Hollow.S01E02.720p.BluRay.x264-SNOW

I have TV Sorting Enabled with the following pattern: %sn/%sn - S%0sE%0e - %en.%ext

Using the test data the Processed result is displayed as follows: Sleepy Hollow\Sleepy Hollow - S01E02 - 720p BluRay x264-SNOW.avi

which is what I want except with the episode name in there. I know for the test pattern is not looking up the episode name on the fly. Ideally it would show: Sleepy Hollow\Sleepy Hollow - S01E02 - Blood Moon 720p BluRay x264-SNOW.avi

But I am getting a file named Sleepy Hollow\Sleepy Hollow - S01E02 - Blood Moon.avi

Which I verified with the log file

Code: Select all

2014-09-10 21:56:52,084::DEBUG::[tvsort:438] Rename: E:\TV\Sleepy Hollow\Sleepy.Hollow.S01E02.720p.BluRay.x264-SNOW\snow-sleepy.hollow.s01e02.720p.bluray.x264.mkv to E:\TV\Sleepy Hollow\Sleepy.Hollow.S01E02.720p.BluRay.x264-SNOW\Sleepy Hollow - S01E02 - Blood Moon.mkv
2014-09-10 21:56:52,084::DEBUG::[misc:1244] Renaming "E:\TV\Sleepy Hollow\Sleepy.Hollow.S01E02.720p.BluRay.x264-SNOW\snow-sleepy.hollow.s01e02.720p.bluray.x264.mkv" to "E:\TV\Sleepy Hollow\Sleepy.Hollow.S01E02.720p.BluRay.x264-SNOW\Sleepy Hollow - S01E02 - Blood Moon.mkv"
Previously (before 7.16 i think) file came out as: Sleepy Hollow\Sleepy Hollow - S01E02 - 720p BluRay x264-SNOW.avi

which matched the Test Data Result.

I would like to know how to get back to either

Sleepy Hollow\Sleepy Hollow - S01E02 - 720p BluRay x264-SNOW.avi

or

Sleepy Hollow\Sleepy Hollow - S01E02 - Blood Moon 720p BluRay x264-SNOW.avi

Any Advice would be appreciated.

BTW I am running 7.18 now and i was hoping "Don't trim file names when renaming them (so revert to old behavior)" was the old behavior I was looking for

Thanks,
CG
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Naming Issues

Post by shypike »

Do you have a value set in Config->Special->folder_max_length ?
cmg
Newbie
Newbie
Posts: 28
Joined: November 2nd, 2010, 9:09 pm

Re: Naming Issues

Post by cmg »

There is a value of 128 in that setting. This is also running on win 7 64.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Naming Issues

Post by shypike »

In that case the software change has no influence on your problem.
I will have a look at your issue later, but it may take some time before it reaches the front of the queue.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Naming Issues

Post by shypike »

The most likely cause is that SABnzbd reads information from the indexer's meta-data.
This meta-data can be sent in the headers or in the NZB file itself.
Try again with a disabled meta option: Config->Special->enable_meta_data, set it to 0.
cmg
Newbie
Newbie
Posts: 28
Joined: November 2nd, 2010, 9:09 pm

Re: Naming Issues

Post by cmg »

Thanks,

Using that method has gotten me back to files named: Scorpion - S01E06 - 720p HDTV X264-DIMENSION.mkv
Is there a way to get the episode name and still have the "720p HDTV X264-DIMENSION" on the end
Post Reply