Rogach
Rogach

Reputation: 27200

How can I mass rename many audio files?

I need to rename many audio files, so that their file names show artist and song name. File formats are mp3 and flac. Is there a way to do it quickly? Or maybe there is a program for this?

Upvotes: 0

Views: 7948

Answers (2)

Sk8erPeter
Sk8erPeter

Reputation: 6987

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

Upvotes: 0

Marc B
Marc B

Reputation: 360632

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.

Upvotes: 1

Related Questions