Versions in this module Expand all Collapse all v0 v0.11.1 Aug 2, 2023 Changes in this version + const ContentType + const TypeMusic + const TypePodcast + const TypeStream + const TypeVideo + func Compare(before, after []byte) (bool, error) + func Patch(data []byte, patch []byte) ([]byte, error) + type Entry struct + Album string + Creator string + Date string + Identifier []string + Image string + Location []string + Ref string + Size []int64 + Title string + type Header struct + Creator string + Date string + Image string + Location string + Title string + type Playlist struct + Index int + Position float64 + Spiff Spiff + Type string + func NewPlaylist(listType string) *Playlist + func Unmarshal(data []byte) (*Playlist, error) + func (playlist *Playlist) Marshal() ([]byte, error) + type Spiff struct + Entries []Entry