module

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
Source
scan(path : Path, config : Config) : Array(VideoFile)
Source
scan(path : String, config : Config) : Array(VideoFile)
Source
series_structure?(path : String) : Bool
Source
video_file?(path : String) : Bool
Source
video_file?(path : Path) : Bool
Source