Failing to read file on disk or parsing name wrong?

I have 30 rock on disk, with all files named normally - when I scan disk on trace level debug it shows:

13-11-27 21:17:15.7|Debug|DiskScanService|Scanning ‘/vids/TV/30 Rock’ for video files
13-11-27 21:17:16.0|Debug|DiskScanService|135 video files were found in /vids/TV/30 Rock
13-11-27 21:17:16.1|Debug|ImportDecisionMaker|Analysing 135/135 files.
13-11-27 21:17:16.2|Trace|Parser|Parsing string '30 Rock - S01E01 - Pilot.avi’
13-11-27 21:17:16.2|Trace|Parser|Episode Parsed. rock - S01E01
13-11-27 21:17:16.2|Trace|NzbDrone.Core.Parser.QualityParser|Trying to parse quality for 30 Rock - S01E01 - Pilot.avi
13-11-27 21:17:16.3|Trace|EventAggregator|Publishing UpdateQueueEvent
13-11-27 21:17:16.3|Trace|EventAggregator|UpdateQueueEvent -> QueueModule
13-11-27 21:17:16.3|Trace|CommandExecutor|Publishing BroadcastSignalRMessage
13-11-27 21:17:16.3|Trace|CommandExecutor|BroadcastSignalRMessage -> NzbDronePersistentConnection
13-11-27 21:17:16.3|Trace|EventAggregator|Publishing CommandExecutedEvent
13-11-27 21:17:16.3|Trace|EventAggregator|CommandExecutedEvent -> TaskManager
13-11-27 21:17:16.3|Trace|EventAggregator|CommandExecutedEvent <- TaskManager
13-11-27 21:17:16.3|Trace|CommandExecutor|BroadcastSignalRMessage <- NzbDronePersistentConnection [00:00:00.0001770]
13-11-27 21:17:16.3|Trace|EventAggregator|UpdateQueueEvent <- QueueModule
13-11-27 21:17:16.3|Trace|Parser|Parsing string '30 Rock - S01E02 - The Aftermath.avi’
13-11-27 21:17:16.3|Trace|Parser|Episode Parsed. rock - S01E02
13-11-27 21:17:16.3|Trace|NzbDrone.Core.Parser.QualityParser|Trying to parse quality for 30 Rock - S01E02 - The Aftermath.avi
13-11-27 21:17:16.4|Trace|Parser|Parsing string '30 Rock - S01E03 - Blind Date.avi’
13-11-27 21:17:16.4|Trace|Parser|Episode Parsed. rock - S01E03
Etc…
13-11-27 21:17:22.7|Trace|Parser|Parsing string '30.Rock.S07E02.HDTV.x264-LOL.mp4’
13-11-27 21:17:22.7|Trace|Parser|Episode Parsed. rock - S07E02
13-11-27 21:17:22.7|Trace|NzbDrone.Core.Parser.QualityParser|Trying to parse quality for 30.Rock.S07E02.HDTV.x264-LOL.mp4
etc…

I would guess it’s failing to parse the episode based name on "Episode Parsed. rock - S01E03 "?

I suspect this would be problematic with any series that has a number in its name.

No thats normal, the series title is converted to lower-case, some common words are removed (of, the, a, an) and all spaces, special characters and numbers (except if its a year) are removed.

Are those episodes not being imported into drone?

They’re not imported at all - it just says “Episode missing from disk” for all episodes of the show, even though they’re all present.
If I rename it to 30Rock S01E01 it works perfectly fine.

Sounds a lot like this issue: http://forums.nzbdrone.com/discussion/795/episodes-of-a-specific-show-download-and-are-scanned-by-never-picked-up - I have some additional logging on the develop branch, it would be great it you could grab that and post another trace log to see if it is the same issue.

You can disregard, I found an issue - though for an immediate fix you will need to switch to develop to get it, once its ready (working on it now).

@benzo8 probably was an issue, but its fixed in develop now.

Does the number necessarily have to be at the beginning? I’m having trouble with NZBDrone recognised Warehouse 13 and 24… (I guess “24” is at the beginning!)

(Edit: Issues with “Don’t Trust The B---- in Apartment 23” too…)

Excellent… I guess on Ubuntu I need to wait for the repo to update? (Excuse the simple questions - I’m very new to nzbdrone!)

Just follow the the install/update instructions, the repo is updated each time we release a build to develop.