feat(tags): fetch genre and add it to file tags with --genre

This commit is contained in:
Mathis Maquenne
2025-09-10 16:05:53 +02:00
parent 0493866141
commit 8c9b327b2c
7 changed files with 134 additions and 16 deletions
+1
View File
@@ -16,6 +16,7 @@ type Options struct {
Timeout time.Duration
Limit int
BPM bool
Genre bool
Strict bool
}