Documentation
¶
Index ¶
- func GetOrCreateAlbum(ctx context.Context, db *database.Database, album *Album, artistId string) (database.Album, error)
- func GetOrCreateArtist(ctx context.Context, db *database.Database, artist *Artist) (database.Artist, error)
- func GetOrCreateTag(ctx context.Context, db *database.Database, name string) (database.Tag, error)
- func GetOrCreateTrack(ctx context.Context, db *database.Database, track *Track, albumId string, ...) (database.Track, error)
- type Album
- type Artist
- type Library
- type Track
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetOrCreateAlbum ¶
func GetOrCreateArtist ¶
func GetOrCreateTag ¶ added in v0.8.0
Types ¶
type Library ¶
func ReadFromDir ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.