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 ¶ added in v0.2.0
func EnsureJSONDirs(baseDir string)
func GetDefaultDatabaseFilePath ¶
func GetDefaultDatabaseFilePath() string
func GetStashHomeDirectory ¶ added in v0.7.0
func GetStashHomeDirectory() string
Types ¶
type JSONPaths ¶ added in v0.4.0
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 ¶ added in v0.2.0
func (*JSONPaths) GalleryJSONPath ¶ added in v0.4.0
func (*JSONPaths) ImageJSONPath ¶ added in v0.4.0
func (*JSONPaths) MovieJSONPath ¶ added in v0.4.0
func (*JSONPaths) PerformerJSONPath ¶ added in v0.4.0
func (*JSONPaths) SceneJSONPath ¶ added in v0.4.0
func (*JSONPaths) StudioJSONPath ¶ added in v0.4.0
func (*JSONPaths) TagJSONPath ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.