branches with status:
Name Status Last Modified Last Commit
lp://qastaging/~mattbrown/moovida/bugfixes 1 Development 2009-07-04 16:24:05 UTC
1442. Enhance the ability of video parser t...

Author: Matt Brown
Revision Date: 2009-07-04 16:03:37 UTC

Enhance the ability of video parser to recognise more TV shows:
* Expand the regexp for 'S01E03' style blocks to also handle spaces between the
  season and episode e.g. 'S01 E03'
* Add a regexp to catch ShowName/Season/Episode.avi style files.
* Add a regexp to catch ShowName/109.avi style files.
* Add a regexp to catch verbose Show Name - Season X - Episode X.avi style
  files.
* Update clean_video_name to handle extracting directory names to cope with the
  new regexps above that match directory components.
* Update clean_video_name to de-CamelCase file names for better readability.

11 of 1 result