fmang / opustags

Ogg Opus tags editor
BSD 3-Clause "New" or "Revised" License
75 stars 10 forks source link

Multiple input files #17

Closed fmang closed 3 years ago

fmang commented 8 years ago

When editing in-place, one might want to edit many files at once, and it'd be natural to try opustags --set ALBUM=Abc --in-place *.ogg.

It could also be applied when listing.

It's not essential though, as it's just as easy to make a for loop in bash.

rrthomas commented 4 years ago

+1 for this! It is easy to do in bash (I use find) but most similar commands accept multiple input files, so it is surprising to the user.

rrthomas commented 3 years ago

Using it now with pleasure! (And for some time, of course.)