README ¶ Bleep Four tet Checked December 14 2021. Amazon Music: https://amazon.com/Four-Tet/e/B000APRM6K/digital/ref=ep_artist_tab_digi Apple Music: https://music.apple.com/us/artist/four-tet/35888604/see-all?section=full-albums Bandcamp: https://fourtet.bandcamp.com Bleep: https://bleep.com/release/8728-four-tet-pause https://bleep.com/release/9772-four-tet-rounds-special-anniversary-edition iHeart: https://iheart.com/artist/four-tet-12058/albums Pandora: https://pandora.com/artist/4-tet/rounds/ALmwmkdxX4x6xgg Qobuz: https://qobuz.com/us-en/interpreter/four-tet/download-streaming-albums SoundCloud: https://soundcloud.com/four-tet/albums Spotify: https://open.spotify.com/artist/7Eu1txygG6nJttLHbZdQOh/discography/album Tidal: https://tidal.com/browse/artist/3520717 YouTube: https://youtube.com/channel/UC3sZYInu3YYkyIXBif83ZCg/playlists?view=71&shelf_id=1744 Expand ▾ Collapse ▴ Documentation ¶ Index ¶ Variables type Meta func NewMeta(releaseID int64) (Meta, error) func (m Meta) Image() string func (m Meta) ReleaseDate() (time.Time, error) type Track func Parse(track string) (*Track, error) func Release(releaseID int64) ([]Track, error) func (t Track) Resolve() (string, error) func (t Track) String() string Constants ¶ This section is empty. Variables ¶ View Source var LogLevel format.LogLevel Functions ¶ This section is empty. Types ¶ type Meta ¶ added in v1.38.8 type Meta []net.Node func NewMeta ¶ added in v1.38.8 func NewMeta(releaseID int64) (Meta, error) func (Meta) Image ¶ added in v1.38.8 func (m Meta) Image() string func (Meta) ReleaseDate ¶ added in v1.39.1 func (m Meta) ReleaseDate() (time.Time, error) can be either one of these: 2001-05-01 00:00:00.0 Tue May 01 00:00:00 UTC 2001 type Track ¶ type Track struct { Artist string Title string ReleaseID int64 Disc int64 Number int64 } func Parse ¶ added in v1.38.8 func Parse(track string) (*Track, error) 8728-1-1 func Release ¶ func Release(releaseID int64) ([]Track, error) func (Track) Resolve ¶ func (t Track) Resolve() (string, error) func (Track) String ¶ added in v1.38.8 func (t Track) String() string Source Files ¶ View all Source files bleep.go Click to show internal directories. Click to hide internal directories.