Metadata-Version: 2.1
Name: trackrip
Version: 1.2.2
Summary: Extracts samples from various music tracker module formats
Home-page: https://github.com/dbrookman/trackrip
Author: Daniel Brookman
Author-email: dannntrax@gmail.com
License: MIT
Keywords: tracker music samples mod s3m it umx
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Sound/Audio :: Conversion
Classifier: Topic :: Terminals
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# trackrip
_(tracker-rip)_

Extracts samples from various music tracker module formats.

- Currently supports the following formats:
    - __MOD__
    - __S3M__
    - __IT__
    - __UMX__
- Exported samples have existing loop parameters embeded.

## Installation

`pip3 install trackrip`

Alternatively, you can download the source and run:

`python3 setup.py install`

## Usage

`trackrip <module_file>`

## Useful Links
### ProTracker MOD Format
* [Noisetracker/Soundtracker/Protracker Module Format](https://www.aes.id.au/modformat.html) -  4th Revision
* [Protracker Module](https://wiki.multimedia.cx/index.php/Protracker_Module) on MultimediaWiki
* [MOD Player Tutorial](https://modland.com/pub/documents/format_documentation/FireLight%20MOD%20Player%20Tutorial.txt) by FireLight
### Scream Tracker 3 S3M Format
* [Scream Tracker 3.01 BETA File Formats And Mixing Info](http://www.textfiles.com/programming/FORMATS/s3m-form.txt)
* [S3M Format](http://www.shikadi.net/moddingwiki/S3M_Format) on the DOS Game Modding Wiki
* [S3M Player Tutorial](https://modland.com/pub/documents/format_documentation/FireLight%20S3M%20Player%20Tutorial.txt) by FireLight
### Impulse Tracker IT Format
* [ITTECH.TXT](https://ia600506.us.archive.org/view_archive.php?archive=/4/items/msdos_it214c_shareware/it214c.zip&file=ITTECH.TXT)
* [IT214 sample compression](https://wiki.multimedia.cx/index.php/Impulse_Tracker#IT214_sample_compression) on MultimediaWiki
### Unreal Engine UMX Container Format
* [Unreal Packages](https://web.archive.org/web/19991006025316fw_/http://unreal.epicgames.com/Packages.htm) by Tim Sweeney
* [Unreal Tournament Package File Format](https://bunnytrack.net/ut-package-format/) by Sapphire
* [Package File Format](https://wiki.beyondunreal.com/Legacy:Package_File_Format) on Unreal Wiki
* [UT Package File Format document v1.6](https://www.acordero.org/download/utpdldoc16/) by Antonio Cordero Balcázar


