CD Player for Torque
by Harold "LabRat" Brown · 04/29/2002 (11:42 am) · 5 comments
Download Code File
This MOD will add a CD Player control console, Track list console and CD Lookup via
the freedb.org CDDB database.
Instructions:
1. Place the cdplayer folder in your torque example directory.
2. Place the redbook and winredbook files in their respective folders in the torque
engine source folder.
3. Compile a new torque engine.
4. Start torque with a command line of -mod cdplayer.
5. Press Ctrl-F1 to open the Player Controls, Ctrl-F2 to open the tracklist.
6. Click on the CDDB button to Query the CD Database.
This MOD will add a CD Player control console, Track list console and CD Lookup via
the freedb.org CDDB database.
Instructions:
1. Place the cdplayer folder in your torque example directory.
2. Place the redbook and winredbook files in their respective folders in the torque
engine source folder.
3. Compile a new torque engine.
4. Start torque with a command line of -mod cdplayer.
5. Press Ctrl-F1 to open the Player Controls, Ctrl-F2 to open the tracklist.
6. Click on the CDDB button to Query the CD Database.
About the author
#2
04/30/2002 (9:43 pm)
It connects to the freedb HTTP query interface... I could add the the option to connect to the query interface through telnet but the freedb site doesn't recommend that interface.
#3
03/13/2003 (4:08 am)
Is there any way to have this as a gui?
#4
10/31/2004 (11:30 pm)
it is possible, just dig deep, make the GUI making friendly first, learn scripting and go on
#5
11/25/2006 (11:13 am)
Cool resource!
Torque Owner Vashner
I"ll have to read up on it. This is a great little toy. Thanks.