Versions in this module Expand all Collapse all v0 v0.0.3 Sep 26, 2023 Changes in this version + type Album struct + AlbumArtistCredits struct{ ... } + Compilation bool + Genre string + Label string + Mood string + Rating int64 + ReleaseDate string + Review string + Style string + Theme string + Title string + Type string + UserRating int64 + XMLName xml.Name + Year string + func ReadAlbumNfo(r io.Reader) (*Album, error) + type Artist struct + Biography string + Born string + Died string + Disambiguation string + Disbanded string + Formed string + Gender string + Genre string + Mood string + Name string + SortName string + Style string + Type string + XMLName xml.Name + YearsActive string + func ReadArtistNfo(r io.Reader) (*Artist, error) v0.0.2 Jun 3, 2023 v0.0.1 Nov 21, 2021 Changes in this version + type Actor struct + Name string + Order int64 + Role string + Thumb string + type Episode struct + Actor []Actor + Aired string + Code string + Credits string + DateAdded string + Director string + DisplayEpisode int64 + DisplaySeason int64 + Episode int64 + FileInfo struct{ ... } + Genre []string + Id string + Lastplayed string + MPAA string + Outline string + Playcount int64 + Plot string + Premiered string + Ratings struct{ ... } + Resume struct{ ... } + Runtime int64 + Season int64 + ShowTitle string + Status string + Studio string + Tagline string + Thumb []Thumb + Title string + Top250 int64 + Trailer string + Uniqueid []UniqueId + UserRating float64 + XMLName xml.Name + Year string + func ReadEpisodeNfo(r io.Reader) (*Episode, error) + type Fanart struct + Thumb []Thumb + type Movie struct + Actor []Actor + Aired string + Code string + Country string + Credits string + DateAdded string + Director string + Fanart *Fanart + FileInfo struct{ ... } + Genre []string + Id string + Lastplayed string + MPAA string + OriginalTitle string + Outline string + Playcount int64 + Plot string + Premiered string + Ratings struct{ ... } + Resume struct{ ... } + Runtime int64 + Set struct{ ... } + SortTitle string + Status string + Studio string + Tag []string + Tagline string + Thumb []Thumb + Title string + Top250 int64 + Trailer string + Uniqueid []UniqueId + UserRating float64 + XMLName xml.Name + Year string + func ReadMovieNfo(r io.Reader) (*Movie, error) + type Rating struct + Default bool + Max int64 + Name string + Value float64 + Votes int64 + type StreamAudio struct + Channels int64 + Codec string + Language string + type StreamSubtitle struct + Language string + type StreamVideo struct + Aspect float64 + Codec string + DurationInSeconds int64 + Height int64 + StereoMode string + Width int64 + type TVShow struct + Actor []Actor + Aired string + Code string + DateAdded string + DisplayEpisode int64 + DisplaySeason int64 + Episode int64 + Fanart *Fanart + Genre []string + Id int64 + Lastplayed string + MPAA string + NamedSeason struct{ ... } + OriginalTitle string + Outline string + Playcount int64 + Plot string + Premiered string + Ratings struct{ ... } + Resume struct{ ... } + Runtime int64 + Season int64 + ShowTitle string + Status string + Studio string + Tagline string + Thumb []Thumb + Title string + Top250 int64 + Uniqueid []UniqueId + UserRating int64 + XMLName xml.Name + Year string + func ReadTVShowNfo(r io.Reader) (*TVShow, error) + type Thumb struct + Aspect string + Cache string + Colors string + Link string + Preview string + Spoof string + type UniqueId struct + Default bool + Id string + Type string