feat(song): add ID3v2 tags

This commit is contained in:
Mathis Maquenne
2024-10-14 16:22:44 +02:00
parent 7b67152fda
commit 83ad1fd283
6 changed files with 127 additions and 14 deletions
+1
View File
@@ -29,6 +29,7 @@ require (
)
require (
github.com/bogem/id3v2/v2 v2.1.4
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
golang.org/x/crypto v0.28.0