You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(driver_strm): also shown some files with strm (#969)
* feat(driver_strm): Also shown some files with strm
Allow user set some file types that need to shown with strm, usually subtitles
Most of code was copy and managed from drivers/alias
* 优化
* 优化
* 。
* 添加注释
---------
Co-authored-by: j2rong4cn <[email protected]>
Co-authored-by: j2rong4cn <[email protected]>
SiteUrlstring`json:"siteUrl" type:"text" required:"false" help:"The prefix URL of the strm file"`
11
+
FilterFileTypesstring`json:"filterFileTypes" type:"text" default:"strm" required:"false" help:"Supports suffix name of strm file"`
12
+
DownloadFileTypesstring`json:"downloadFileTypes" type:"text" default:"ass" required:"false" help:"Files need to download with strm (usally subtitles)"`
13
+
EncodePathbool`json:"encodePath" default:"true" required:"true" help:"encode the path in the strm file"`
14
+
LocalModelbool`json:"localModel" default:"false" help:"enable local mode"`
0 commit comments