B0ney / xmodits

A tool to rip samples from tracker modules. Supports IT, XM, S3M, MOD, UMX and MPTM formats.
GNU General Public License v3.0
71 stars 5 forks source link

bash: command not found #16

Closed kablaziken closed 1 year ago

kablaziken commented 1 year ago

I put an .xm into build-multi.sh but my .xm file is 1k mb, could that be the source of it?

B0ney commented 1 year ago

"build-multi.sh" compiles the source code, so it's not intended to be used by the end user.

I've made the file size limit 64MiB, so I would be very surprised if a tracker ever reached that size.

If you haven't already, download the binary for linux or windows (release page).

Extract the zip file.

Assuming you're using Linux:

Open the terminal, and cd to the destination folder:

cd ~/Downloads/xmodits-linux/ (assuming the extracted data is at ~/Downloads/xmodits-linux/)

Then run the program:

./xmodits your_tracker.xm

Where "your_tracker.xm" is a valid path to the tracker.

If successful, xmodits will create a new folder in the same directory called: your_tracker_xm and place the ripped the samples there :)