Renaming / 'Unknown Series tv'

Alright, I’m hoping that I’m missing something glaring but I’ve been banging my head against this for the the past few days now.

When a show is downloaded, it it placed into my drone factory under the correct folder structure (ie. Parks and Recreation/Season 05/) as created by Sabnzbd(as far as I’m aware). However, the episode is only partially renamed, ie:

Original NZB: Parks.and.Recreation.S06E10.720p.WEB-DL.DD5.1.H.264.nzb
Renamed: Parks and Recreation - S06E10 - 720p WEB-DL DD5 1 H 264.mkv

I’m also seeing a couple of odd things in my log.

  • Verbatim ‘Unknown Series tv’ - Looking at previous discussions, everyone else had ‘Unknown Series $series’, so not sure what’s going on here. Though it may be worth noting that my downloader(Sabnzbd) & NzbDrone both use ‘tv’ as the category.
  • Scanning drone factory reports “0 video files were found…”, even though it’s loaded with video files? Not sure if this is even a problem.

A couple images of what I see in the log and my settings…

Log
Episode Naming
Sabnzbd Sorting

Before you mention it, I did do some research before creating this. I’m aware of the scene mapping process, however this happens with everything I download. Including those mentioned as “Added” or mentioned in previous discussions and then added.


Thank you very much ahead of time. I apologize for tossing ~three separate issues into one discussion, I just figured I’d throw all in in case there were any relations.

Have you looked at: https://github.com/NzbDrone/NzbDrone/wiki/Sorting-and-Renaming - sounds like something is setup incorrectly in either SAB or Drone.

Everything is setup correctly as far as I can tell. Drone factory corresponds with the completed download location for Sabnzbd. Only thing I can think is that this location contains movies via CouchPotato sometimes as well, though I’ve been only using NzbDrone for the past week or so, so I’m not sure about that.

I’ll do some tweaking/reconfiguring. I probably missed something. Thanks!

@nascentes said:
When a show is downloaded, it it placed into my drone factory under the correct folder structure (ie. Parks and Recreation/Season 05/) as created by Sabnzbd(as far as I’m aware). However, the episode is only partially renamed, ie:

That tells me that you have renaming enabled in SABnzbd, which you want off (first bullet point under SABnzbd on the wiki page).

I definitely have renaming disabled in SABnzbd… See: http://i.imgur.com/RzCVozY.png & http://i.imgur.com/l9hxKUx.png

Or am I completely missing something? I combed through the settings again and see nothing else affiliated with naming…

Sorry, didn’t check that screenshot in your first post.

Enable Folder Rename is fine, it adds UNPACK when unpacking and can help prevent drone from processing it before its fully unpacked.

Do you have a post processing script enabled for TV? Because the format it renamed to does not match your settings in drone, it looks like it matches your SAB settings (which is disabled, so not sure what the issue is there).

The logs don’t show anything useful, you will need to enable trace logging, delete the log files and let it scan it again (every minute), then pastebin the output and I can take a look.

I don’t have any post-processing setup outside of the ones integrated into SAB.

As for the trace logging, not sure exactly what you’re looking for, but here is a chunk: (see following post)
The nameresolution for my indexers is odd, but I’m able to add stuff so, that seems to be working… Will you

Settings -> General under logging, set it to Trace and save.

If a search or RSS Sync is running, wait until it completes (otherwise the log will be filled with extra info and api keys).

Alright, sorry about that. Here is the log: http://pastebin.com/raw.php?i=3E0S0rLt

It seems to be touching a lot of the movies that are in my ‘incomplete’ folder. None of which have even begun to download, just base files.

If it helps at all, my folder structure is like this:

/
/media
/media/media
/media/media/Downloads
/media/media/Movies --final location for movies. Plex pulls from here
/media/media/TV Shows --final location for tv. Plex pulls from here.
/media/media/Downloads/complete --drone factory
/media/media/Downloads/incomplete

Your drone factory folder should be: /media/media/Downloads/complete since they actually exist in the folder called tv.

14-1-29 21:59:01.0|Trace|CommandExecutor|DownloadedEpisodesScanCommand -> DownloadedEpisodesImportService 14-1-29 21:59:01.0|Trace|Parser|Parsing string 'tv' 14-1-29 21:59:01.0|Trace|Parser|Unable to parse tv 14-1-29 21:59:01.0|Trace|NzbDrone.Core.Parser.QualityParser|Trying to parse quality for tv 14-1-29 21:59:01.0|Trace|DownloadedEpisodesImportService|tv folder quality: Unknown 14-1-29 21:59:01.0|Debug|DownloadedEpisodesImportService|Unknown Series tv 14-1-29 21:59:01.0|Debug|DiskScanService|Scanning '/media/media/Downloads/complete' for video files 14-1-29 21:59:01.1|Debug|DiskScanService|0 video files were found in /media/media/Downloads/complete

You get: 0 video files were found in /media/media/Downloads/complete because there are no files directly in that folder.

So, you’re saying I should redirect downloads to /media/media/Downloads/complete and take the tv directory out of the equation?

Edit: Actually, I don’t think I can even do that? currently, I have the above path as my Download path in SAB & my drone factory in NzbDrone. The ‘tv’ directory is created automatically

No, I’m saying set your drone factory to /media/media/Downloads/complete/tv since your using the tv category you need to use the complete path to it for your drone factory folder, which you can see in Sab’s config on the categories page (pay attention to: “Relative folders are based on: /media/media/Downloads/complete”.

This is covered in the sorting and renaming wiki page, but you got hung up the completed downloads folder and ignored the completed tv downloads folder (though you did use a category).

Alright awesome. That worked. Tested and everything is working as it should. Thank you! Sorry I missed it in the wiki. Nothing worse.

Have a nice day.

Awesome, glad its working.

Updated the wiki a bit to clarify that you need to use the category’s path when using a category.