Documentation ¶
Index ¶
- func MatchedVideoFile(l *logrus.Logger, dir string) ([]string, error)
- func MatchedVideoFileFromDirs(l *logrus.Logger, dirs []string) (*treemap.Map, error)
- func SeriesAllEpsAndSubtitles(l *logrus.Logger, dir string) (*backend.SeasonInfo, error)
- func TVNfo(l *logrus.Logger, dir string) ([]string, error)
- func VideoNameSearchKeywordMaker(l *logrus.Logger, title string, year string) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MatchedVideoFile ¶
MatchedVideoFile 搜索符合后缀名的视频文件,现在也会把 BDMV 的文件搜索出来,但是这个并不是一个视频文件,需要在后续特殊处理
func MatchedVideoFileFromDirs ¶
MatchedVideoFileFromDirs 搜索符合后缀名的视频文件
func SeriesAllEpsAndSubtitles ¶
SeriesAllEpsAndSubtitles 遍历这个连续剧目录下的所有视频文件,以及这个视频文件对应的字幕文件,这里无法转换给出静态文件服务器的路径,需要额外再对回去到的信息进行处理
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.