Browse Source

Released v0.1.0

main
Unbewohnte 3 years ago
parent
commit
78baf1c762
  1. 12
      README.md

12
README.md

@ -59,13 +59,13 @@ func main() {
// create your tags struct
tags := &ID3v11Tags{
SongName: "mysong",
Artist: "me",
Album: "my album",
Year: 2021,
Comment: "Cool song",
SongName: "mysong",
Artist: "me",
Album: "my album",
Year: 2021,
Comment: "Cool song",
Track: 1,
Genre: "Christian Gangsta Rap", // list of genres see "id3v1genres.go"
Genre: "Christian Gangsta Rap", // list of genres see "id3v1genres.go"
}
// write tags to file

Loading…
Cancel
Save