added fix-comment subcommand
move the spotify url from comments to own tag (spotify)
This commit is contained in:
@@ -183,5 +183,9 @@ func createVorbisMetaBlock(m Metadata) flacvorbis.MetaDataBlockVorbisComment {
|
||||
vorbisMeta.Add("ALBUMARTIST", albumArtist)
|
||||
}
|
||||
|
||||
if m.SpotifyID != nil {
|
||||
vorbisMeta.Add("SPOTIFY", *m.SpotifyID)
|
||||
}
|
||||
|
||||
return *vorbisMeta
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user