Dyspersja / Mp3-Metadata-Editor

MP3 Metadata Editor built with Java and JavaFX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mp3-Metadata-Editor

MP3 Metadata Editor built with Java and JavaFX. Application allows for creating new metadata and viewing or editing exisitng one in MP3 files.

The demonstration video can be found on YouTube: https://youtu.be/LyU06lFU8og?si=2OjdEeDSM4yGSfk

Showcase

Upon launching the application, a window appears with a button for selecting a file from the computer for editing.

image

After selecting a file, the information contained within its metadata is read and loaded into the editor's fields.

image

In case the file doesn't have metadata, the editor fields are collapsed. To input any data, users need to click the "create" button, which will initialize metadata and prepare the fields for editing.

image

After clicking the "create" button, fields for entering metadata will appear, along with a default image indicating the absence of an album cover, next to a button for selecting a new one.

image

Upon selecting a new image, it will be automatically loaded into the editor's preview.

image

After saving the file, the file chosen at the beggining will be rewritten with the newly created/edited metadata, and in the case of adding an album cover, the file icon in the Windows File Explorer will change to the selected image.

On the left: file after editing metadata in the application. On the right: file downloaded from the digital music store.

image

The data displays correctly in music players. Below is an example for the Media Player built into Windows 10.

image

Special thanks

Special thanks to the Upside Down band for making one of their albums available for download at no minimum price on the bandcamp.com website: https://upsidedownsp.bandcamp.com/album/not-as-good-as-you-expected

About

MP3 Metadata Editor built with Java and JavaFX


Languages

Language:Java 100.0%