Skip to content

Transliterate metadata in mp3 song files (e.g. Cyrillic to Latin: Осень -> Osen'). Written in Java (Spring Boot + Maven).

Notifications You must be signed in to change notification settings

igororlov/Mp3Meta

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Transliterate metadata in mp3 song files (e.g. Cyrillic to Latin: Осень -> Osen'). Written in Java (Spring Boot + Maven).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages