Package elisa :: Package plugins :: Package database :: Module video_parser :: Class VideoParser

Class VideoParser

source code


Instance Methods
 
__init__(self, store=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
try_tvshow_match(self, file_path) source code
 
clean_video_name(self, video_name) source code
 
parse(self, video) source code

Inherited from extern.log.log.Loggable: debug, doLog, error, info, log, logFunction, logObjectName, warning, warningFailure

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  dumbthings = "ac3|custom|dc|divx|dsr|dsrip|dutch|dvd|dvdrip|" ...

Inherited from extern.log.log.Loggable: logCategory

Properties

Inherited from object: __class__

Method Details

__init__(self, store=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details

dumbthings

Value:
"ac3|custom|dc|divx|dsr|dsrip|dutch|dvd|dvdrip|" "dvdscr|dvdscreener|f\
ragment|fs|hdtv|internal|limited|" "multisubs|ntsc|ogg|ogm|pal|pdtv|pr\
oper|repack|rerip|" "retail|r3|r5|svcd|swedish|german|read.nfo|nfofix|\
" "unrated|ws|telesync|telecine|bdrip|720p|1080p|hddvd|" "bluray|x264|\
xvid|xxx".split("|")