Skip to content

ullenius/jbstag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jbstag : Java GBS Tagger

Java GBS Tagger in action

jbstag is a tagger for GBS-files made in Java (Swing).

Reads and edits tags from Game Boy music files (GBS).

Features

  • ✔️ 100% Java (Java 8) ☕
  • ✔️ Supports UTF-8 encoding in the tags!
  • ✔️ Multi-platform.

Building

This is a Maven-project.

Run:

mvn clean install assembly:single

to build the JAR-file.

Or run the build-script provided:

./build.sh

Binaries

I've included a executable jar-file to simplify for end-users who can't compile stuff on their platform.

Issues

There might be some issues on your platform with the UTF-8 fonts not rendering properly. This is a Swing issue.

Development

This is mostly a fork of gbstag with write-support added. The GUI was made using Netbeans 8.2 Swing editor. The .form-file is included in the repo.

Changelog

  • 0.1 - first release! November 2019

Licence

GPL 3 only. See COPYING

Credits

The Gameboy icon used in the program is made by Tahsin Tahil and licensed under CC BY 3.0

Releases

No releases published

Packages

No packages published