trimmed down metadata & own extractor for vobis(flac)
This commit is contained in:
@@ -23,7 +23,6 @@ func Scan(filePath string) {
|
||||
fmt.Printf("Album: %s\n", info.Album)
|
||||
fmt.Printf("Album Artist: %s\n", info.AlbumArtist)
|
||||
fmt.Printf("Track: %d/%d\n", info.Track, info.TotalTracks)
|
||||
fmt.Printf("Disc: %d/%d\n", info.Disc, info.TotalDiscs)
|
||||
fmt.Printf("Comment: %s\n", info.Comment)
|
||||
|
||||
sortPath := pathForFile(filePath, *info)
|
||||
|
||||
Reference in New Issue
Block a user