release

package
v0.0.0-...-b45f6f5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 1, 2017 License: GPL-3.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Filename

func Filename(name string) string

func RegisterFormat

func RegisterFormat(name string, create formatCreator)

Types

type Release

type Release interface {
	AlbumTitle() string
	Date() string
	AlbumArtist() string
	Pack(path string) error
	Format() string
	Tracks() []Track
	Tags(t meta.Album)
}

func NewRelease

func NewRelease(paths ...string) (Release, error)

type Track

type Track interface {
	AlbumTitle() string
	Date() string
	AlbumArtist() string
	Artist() string
	Title() string
	TrackNumber() uint16
	Secs() int
	Tags(t meta.Track)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL