Documentation ¶
Index ¶
Constants ¶
View Source
const FormatterNameString_Emby = "emby formatter"
View Source
const FormatterNameString_Normal = "normal formatter"
View Source
const FormatterNameString_SampleAsVideoName = "sample as video name formatter"
View Source
const NoMatchFormatter = "No Match formatter"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormatterName ¶
type FormatterName int
const ( Emby FormatterName = iota // Emby 格式 xxx.chinese.(简,shooter).ass Normal // 常规 xxx.zh.ass SameAsVideoName // 与视频文件名称相同 )
func (FormatterName) String ¶
func (f FormatterName) String() string
Click to show internal directories.
Click to hide internal directories.