Giter Club home page Giter Club logo

ymtool's Introduction

YM tool

YM Tool is a utility to maniplate YM files. YM files store music data from the YM2149 chip which was used in various computers of the 80's and 90's, notably the Atari ST.

This tools is intended to make it easy to manipulate and alter YM files on the command line. It was built while working on the YM Jukebox.

Download

Visit the releases page.

Usage

Run ymtool without any arguments to see what commands are available:

YM Tool

Usage: ymtool <command> [arg...]

Available commands:
  - info <file.ym>             : Get metadata of a YM file
  - md5 <file.ym>              : Compute the MD5 sum of a YM song data
  - update <options> <file.ym> : Update YM file metadata

Run a command without argument to get more information.

Supported YM versions: YM6! YM5! 

Exit codes:
  - 1: Error parsing command line.
  - 2: I/O error reading or writing files.
  - 3: Unsupported YM version.

WARNING: This tool doesn't unpack LHA/LZH compressed YM files.
The YM file is expected to be already unpacked.

Limitations

LHA/LZH compression

โš ๏ธ YM files are usually compressed with LHA/LZH. This utility will not unpack such files (as I couldn't find an existing LHA/LZH library in Go), so the file is expected to be passed in already unpacked.

On Linux, lhasa can unpack LHA files. On Windows, 7-Zip or WinRAR can be used.

Supported YM versions

At this time, only YM5 and YM6 formats are supported. Adding support for more formats should not be difficult but is not implemented yet.

ymtool's People

Contributors

nguillaumin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

retroric

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.