This application is a quick and dirty hack. It is neither very comfortable nor full of features. But it may be extended simply.
Version 0.2.1
ZIP file with source code and this guide |
only program source, uncompressed |
Version 0.1 (first release)
This program is completely written in REXX and may be modified easyly.
The MMPM CD player stores the information about CDs in the file CDP.INI in the MMOS2 folder.
This file is in binary OS/2 profile format and should be accessed by the suitable profile functions.
The applications are the CD keys, calculated as follows:
MMSSmmss.ff Example: 46043612.40Within this application the following values ae defined:CDs with only one track have mmss.ff = 0000.00.
- MM
- total length of the CD, minutes [00..99]
- SS
- total length of the CD, seconds, truncated [00..59]
- mm
- difference from the first track to the last track, minutes [00..99]
- ss
- difference from the first track to the last track, seconds [00..59]
- ff
- difference from the first track to the last track, frames (1/75 s) [00..74]
IMMCDDiscTitle CD title, ASCII 1 title track 1, ASCII 2 title track 2, ASCII ...
Suggestions, help, complaints (but not too much:-): mueller@fulda.net
Original homepage: http://www.fulda.net/~mueller/source/cddbmmcd_e.html