squell / id3

ID3 mass tagger
https://squell.github.io/id3
Other
117 stars 7 forks source link

tag all subdirectories #22

Open pseudomyne opened 5 years ago

pseudomyne commented 5 years ago

Hi. Is there a way to assign a tag to all subdirectories ? Thank you !

squell commented 8 months ago

I'm not 100% sure what is meant with 'assigning a tag to directories', but you can tag all files in all subdirectories using the -R / --recursive option, e.g.

id3 --recursive --title "Title" "*.mp3"