Documentation ¶
Index ¶
- func EnsureJSONDirs(baseDir string)
- func GetDefaultDatabaseFilePath() string
- func GetStashHomeDirectory() string
- type JSONPaths
- func (jp *JSONPaths) GalleryJSONPath(checksum string) string
- func (jp *JSONPaths) ImageJSONPath(checksum string) string
- func (jp *JSONPaths) MovieJSONPath(checksum string) string
- func (jp *JSONPaths) PerformerJSONPath(checksum string) string
- func (jp *JSONPaths) SceneJSONPath(checksum string) string
- func (jp *JSONPaths) StudioJSONPath(checksum string) string
- func (jp *JSONPaths) TagJSONPath(checksum string) string
- type Paths
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EnsureJSONDirs ¶
func EnsureJSONDirs(baseDir string)
func GetDefaultDatabaseFilePath ¶
func GetDefaultDatabaseFilePath() string
func GetStashHomeDirectory ¶
func GetStashHomeDirectory() string
Types ¶
type JSONPaths ¶
type JSONPaths struct { Metadata string MappingsFile string ScrapedFile string Performers string Scenes string Images string Galleries string Studios string Tags string Movies string }
func GetJSONPaths ¶
func (*JSONPaths) GalleryJSONPath ¶
func (*JSONPaths) ImageJSONPath ¶
func (*JSONPaths) MovieJSONPath ¶
func (*JSONPaths) PerformerJSONPath ¶
func (*JSONPaths) SceneJSONPath ¶
func (*JSONPaths) StudioJSONPath ¶
func (*JSONPaths) TagJSONPath ¶
Click to show internal directories.
Click to hide internal directories.