I need to rename many audio files, so that their file names show artist and song name开发者_JAVA技巧. File formats are mp3 and flac. Is there a way to do it quickly? Or maybe there is a program for this?
I've used MP3Tag for this in the past. You can batch rename via sprintf()
-ish format strings that pull various bits from ID3 tags.
Some recommended tag editors: en.wikipedia.org/wiki/Tag_editor
I just used the Java-based Entagged, which is really simple and smart, so I can recommend it: Entagged
精彩评论