Versions in this module Expand all Collapse all v0 v0.1.5 Feb 5, 2026 v0.1.4 Feb 4, 2026 v0.1.3 Jan 31, 2026 v0.1.2 Jan 29, 2026 v0.1.1 Jan 29, 2026 Changes in this version type EmbyServer + DirectLinkCacheIgnoreMode int v0.1.0 Jan 29, 2026 v0.0.9 Jan 6, 2026 Changes in this version type EmbyServer + DirectLinkCacheIgnore string v0.0.8 Jan 4, 2026 Changes in this version + func AddNotify(n *Notify) error + func DeleteNotify(id uint) error + func UpdateNotify(n *Notify) error type GlobalConfig + NotifyContentKey string + NotifyContentType string + NotifyEnable bool + NotifyMethod string + NotifyTitleKey string + NotifyUrl string + type Notify struct + ContentKey string + ContentType string + CreatedAt time.Time + Enable bool + ID uint + Method string + Name string + TitleKey string + UpdatedAt time.Time + Url string + func GetNotifies() ([]Notify, error) v0.0.7 Dec 30, 2025 v0.0.6 Dec 29, 2025 v0.0.5 Dec 28, 2025 v0.0.4 Dec 28, 2025 v0.0.3 Dec 27, 2025 v0.0.2 Dec 27, 2025 v0.0.1 Dec 27, 2025 Changes in this version + var DB *gorm.DB + func AddServer(s *EmbyServer) error + func CheckInit() bool + func CreateUser(username, password string) error + func DeleteServer(id uint) error + func Init(path string) error + func UpdateGlobalConfig(g *GlobalConfig) error + func UpdatePassword(username, newPassword string) error + func UpdateServer(s *EmbyServer) error + type EmbyServer struct + CreatedAt time.Time + DirectLinkCacheExpired string + DisableProxy bool + EmbyHost string + EmbyToken string + HTTPPort int + ID uint + InternalRedirectEnable bool + LocalMediaRoot string + MountPath string + Name string + OpenlistHost string + OpenlistToken string + UpdatedAt time.Time + func GetServers() ([]EmbyServer, error) + type GlobalConfig struct + CacheEnable bool + CacheExpired string + CacheWhiteList string + DownloadStrategy string + EpisodesUnplayPrior bool + ID uint + ImagesQuality int + LTGAutoRemoveMaxCount int + LTGEnable bool + LTGFFmpegEnable bool + LTGIgnoreContainers string + LTGMusicContainers string + LTGRefreshInterval int + LTGScanPrefixes string + LTGStrmContainers string + LTGThreads int + LTGVirtualContainers string + LogDisableColor bool + PathEmby2Openlist string + ProxyErrorStrategy string + ResortRandomItems bool + SslCrt string + SslEnable bool + SslKey string + SslSinglePort bool + StrmPathMap string + VideoPreviewContainers string + VideoPreviewEnable bool + VideoPreviewIgnoreTemplateIds string + func GetGlobalConfig() (GlobalConfig, error) + type User struct + ID uint + Password string + Username string + func GetUser(username, password string) (*User, error)