Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrAlreadyScanning = errors.New("already scanning") ErrReadingTags = errors.New("could not read tags") )
Functions ¶
func ParseMulti ¶
func ParseMulti(setting MultiValueSetting, values []string, value string) []string
Types ¶
type MultiValueSetting ¶
type MultiValueSetting struct {
Mode MultiValueMode
Delim string
}
type ScanOptions ¶
type ScanOptions struct {
IsFull bool
}
type Scanner ¶
type Scanner struct {
// contains filtered or unexported fields
}
func (*Scanner) IsScanning ¶
func (*Scanner) ScanAndClean ¶
func (s *Scanner) ScanAndClean(opts ScanOptions) (*State, error)
func (*Scanner) StartScanning ¶
func (*Scanner) StopScanning ¶
func (s *Scanner) StopScanning()
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (*State) AlbumsMissing ¶
func (*State) ArtistsMissing ¶
func (*State) BookmarksRemoved ¶
func (*State) GenresMissing ¶
func (*State) SeenAlbums ¶
func (*State) SeenTracks ¶
func (*State) SeenTracksNew ¶
func (*State) TracksMissing ¶
Click to show internal directories.
Click to hide internal directories.