id3 icon indicating copy to clipboard operation
id3 copied to clipboard

tag all subdirectories

Open pseudomyne opened this issue 7 years ago • 1 comments

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

pseudomyne avatar Jan 21 '19 09:01 pseudomyne

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"

squell avatar Jan 12 '24 11:01 squell