Documentation ¶
Index ¶
- func Config() *t
- func Init(basepath string) (e error)
- func Write() error
- type ASS
- type CharactorMapping
- type Database
- type Exporting
- type Extraction
- type Formating
- type Formats
- type ImageBasedSubtitle
- type Logging
- type Mapping
- type MediaDirectory
- type PGS
- type Routine
- type Server
- type TextBasedSubtitle
- type Web
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CharactorMapping ¶
type Extraction ¶
type Formating ¶
type Formating struct { Enable bool TextBasedSubtitle TextBasedSubtitle `yaml:"text_based_subtitle"` ImageBasedSubtitle ImageBasedSubtitle `yaml:"image_based_subtitle"` }
type ImageBasedSubtitle ¶
type ImageBasedSubtitle struct {
CharactorMappings []CharactorMapping `yaml:"charactor_mappings"`
}
type MediaDirectory ¶
type MediaDirectory struct { Path string Extraction Extraction Formating Formating Exporting Exporting }
type TextBasedSubtitle ¶
type TextBasedSubtitle struct {
CharactorMappings []CharactorMapping `yaml:"charactor_mappings"`
}
Click to show internal directories.
Click to hide internal directories.