Versions in this module Expand all Collapse all v0 v0.0.2 Jan 3, 2020 Changes in this version + func ConvertPicture(log *zerolog.Logger, tmpPic, dstPic string) error + func GetDuration(log *zerolog.Logger, src string) (int64, error) v0.0.1 Oct 12, 2019 Changes in this version + var ErrNoInfoFound = tag.ErrNoTagsFound + func CheckSystems(log *zerolog.Event) error + func ConvertMusicFile(src, out string, bitrate int64) error + func ConvertPictureAlbum(log *zerolog.Logger, info *Music, tmpPic, dstPic string) error + func GetBitrate(src string) (int64, error) + type Music struct + Album string + Artist string + Disc int + FileType string + Format string + Genre string + Lyrics string + Picture *tag.Picture + Title string + TotalTrack int + Track int + Year int + func GetFileInfo(f io.ReadSeeker) (*Music, error)