Metadata-Version: 2.1
Name: drxtract
Version: 0.1.3
Summary: Macromedia/Adobe DIR and DRX extraction package
Project-URL: Homepage, https://github.com/System25/drxtract
Project-URL: Bug Tracker, https://github.com/System25/drxtract/issues
Author-email: Abraham Macias Paredes <system252001@yahoo.es>
License-File: LICENSE
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10.6
Provides-Extra: tests
Requires-Dist: parameterized>=0.8.1; extra == 'tests'
Requires-Dist: pytest>=6.2.5; extra == 'tests'
Description-Content-Type: text/markdown

# drxtract
Macromedia Director 5 DRI and DRX files data extractor.

# This software needs:
* ImageMagic to transform BMP images into PNG.
* FFmpeg to transform WAV files into MP3.

# Installation
```
python3 -m pip install drxtract
```

# Mac "snd " file format:
* https://developer.apple.com/library/archive/documentation/mac/Sound/Sound-60.html#MARKER-9-400

# Lingo script decompilation references:
* http://fileformats.archiveteam.org/wiki/Lingo_bytecode
* LscrToScript tool (http://alex-dev.org/lscrtoscript/)

# Other interesting projects (also used as reference):
* D4Player (https://github.com/renaldobf/D4Player)
* Continuity (https://github.com/scummvm-director/continuity)
* Scummvm Director engine (https://github.com/scummvm/scummvm/tree/master/engines/director)

