EasySubtitle::VideoScanner
Constants
SERIES_PATTERN = /[Ss]\d{2}[Ee]\d{2}/
VIDEO_EXTENSIONS = {".mkv", ".mp4", ".avi", ".m4v", ".mov", ".wmv"}
Class methods
detect_mode(path : String, config : Config) : Symbol
Sourcescan(path : Path, config : Config) : Array(VideoFile)
Sourcescan(path : String, config : Config) : Array(VideoFile)
Sourceseries_structure?(path : String) : Bool
Sourcevideo_file?(path : String) : Bool
Sourcevideo_file?(path : Path) : Bool
Source