Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 776 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 776 Bytes

Intro

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.

Based on

  • icu4j for transliteration
  • mp3agic for mp3 file metadata reading

How to configure and run

  1. Open Mp3MetaApplication.java
  2. Choose transliteration algorithm (e.g. RUSSIAN_TO_LATIN)
  3. 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 click Run As > Java Application) or from terminal ./mvnw spring-boot:run