MP3 Song Metadata Transliteration (Cyrillic to Latin). Written in Java (Spring Boot + Maven). Spring Boot is actually not needed now, but used because functionality might be extended in future.
- Open
Mp3MetaApplication.java
- Choose transliteration algorithm (e.g.
RUSSIAN_TO_LATIN
) - Choose root directory (with *.mp3 files). IMPORTANT: Try with directory containing one mp3 file first.
Can be run as a simple Java Application (in Eclipse open
Mp3MetaApplication.java
and right clickRun As > Java Application
) or from terminal./mvnw spring-boot:run