Ticket #1389 (new defect)
Series plugin fails to detect series properly
| Reported by: | bluephoenix47 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | Plugins | Keywords: | series, episode name |
| Cc: | Version (eg. 1.0r2700): |
Description
It seems the series plugin fails to detect the series_name properly under certain conditions. The particular file I noticed this with had the episode name start with a number, and as soon as I removed that number, it was detected properly. All the other episodes had been properly detected.
2011-12-19 03:51 DEBUG set Tv-Reorg Could not set path for T
rue.Blood.S03E04.9.Crimes.HDTV.XviD-FQM.avi: (UndefinedError) 'series_name' is u
ndefined
2011-12-19 03:51 DEBUG set Tv-Reorg adding set: info to entr
y:'True.Blood.S03E04.9.Crimes.HDTV.XviD-FQM.avi' {u'immortal': True}
After removing the "9" in the episode name.
2011-12-19 03:54 VERBOSE feed Tv-Reorg ACCEPTED: `True.Blood.S03E04.Crimes.HDTV.XviD-FQM.avi` by if plugin because matched requirement: has_field('series_name')
2011-12-19 03:54 VERBOSE details Tv-Reorg Summary - Accepted: 1 (Rejected: 0 Undecided: 87 Failed: 0)
2011-12-19 03:54 INFO exec Tv-Reorg Would execute: mkdir -p "/srv/nas/library/tv/True Blood/Season 3" && mv "/srv/nas/library/tv-unorganized/True Blood/Season 3/True.Blood.S03E04.Crimes.HDTV.XviD-FQM.avi" "/srv/nas/library/tv/True Blood/Season 3/True Blood - S03E04 - 9 Crimes - hdtv.avi"
Note: See
TracTickets for help on using
tickets.

Bad copy paste of the first log, and I didn't preview. My fault.
2011-12-19 03:51 DEBUG set Tv-Reorg Could not set path for True.Blood.S03E04.9.Crimes.HDTV.XviD-FQM.avi: (UndefinedError) 'series_name' is undefined 2011-12-19 03:51 DEBUG set Tv-Reorg adding set: info to entry:'True.Blood.S03E04.9.Crimes.HDTV.XviD-FQM.avi' {u'immortal': True}