Documentation
¶
Index ¶
- Constants
- func MusicDocWalker(ctx context.Context, musicRoot string, wgProcess *errgroup.Group, ...) (<-chan types.SongDocument, <-chan Folder, <-chan CueSheet, error)
- func ToSongDocument(si *types.SongInfo) types.SongDocument
- type CueSheet
- type CueTrack
- type CueTrackDecoder
- type FlacTagDecoder
- type Folder
- type Mp3TagDecoder
- type MusicTagDecoder
- type OggTagDecoder
Constants ¶
View Source
const (
MaxConcurrency = 8
)
Variables ¶
This section is empty.
Functions ¶
func MusicDocWalker ¶
func ToSongDocument ¶
func ToSongDocument(si *types.SongInfo) types.SongDocument
Types ¶
type CueTrackDecoder ¶
type CueTrackDecoder struct{}
type FlacTagDecoder ¶
type FlacTagDecoder struct{}
type Mp3TagDecoder ¶
type Mp3TagDecoder struct {
// contains filtered or unexported fields
}
type MusicTagDecoder ¶
type OggTagDecoder ¶
type OggTagDecoder struct{}
Click to show internal directories.
Click to hide internal directories.