Commit Graph

30 Commits

Author SHA1 Message Date
rocky
20cd253bdb Impliment -l (list tracks). 2005-03-31 00:24:32 +00:00
rocky
af4ceb5835 Don't know why cd_close was in play_track(). 2005-03-23 16:32:49 +00:00
rocky
3010132e24 Remove compiler warning about uninitialized variable. 2005-03-23 16:22:16 +00:00
rocky
322cb07c1f Make expression more explicit. Warning on gcc 2.95 looks like a miscompile. 2005-03-22 09:36:36 +00:00
rocky
7a9111434b Fix up return code status in close tray. 2005-03-22 09:19:47 +00:00
rocky
0ad6b0a629 Ability to toggle list display mode. 2005-03-22 01:57:22 +00:00
rocky
74dc895997 Some small changes to update list when track changes. Probably a lot
more could be done in terms of having multiple disc views.
2005-03-21 09:00:20 +00:00
rocky
4bc36eac82 Small change to make currently playing track stand out more. 2005-03-19 23:47:53 +00:00
rocky
a7abfdcb87 Make sure reading non-interactive subchannel doesn't interfere with
playing.
2005-03-19 23:31:11 +00:00
rocky
d5221e901f Revise so audio subchannel msf is msf_t (BCD encoded). 2005-03-19 16:17:13 +00:00
rocky
a5161ab684 Revise audio subchannel structure to remove lba uniion since we don't
support returning LBA's inside the structure.

include/types.h: use cdio_config.h if none was supplied.
2005-03-19 06:42:22 +00:00
rocky
9a619c8b53 Initialize volume_level to squelch compiler warning 2005-03-18 15:42:25 +00:00
rocky
77405839a1 BSDI: add audio controls.
cdda-player.c: gcc > 3.0 change.
2005-03-17 08:54:10 +00:00
rocky
e44ed7ef1f C-Preprocessor syntax errors when using ncurses.h 2005-03-17 08:19:19 +00:00
rocky
bd9336310a Check for ncurses.h header (in addition to curses.h).
Had a problem (on Solaris) where both libcurses and libncurses were
around but the curses.h header (from libcurses) was installed.
2005-03-17 07:36:09 +00:00
rocky
20e610a017 Add setting volume and showing the subchannel when in non-interactive mode. 2005-03-16 02:19:20 +00:00
rocky
f34059d4a4 Add status on play_tracks 2005-03-15 15:56:13 +00:00
rocky
b6798f337e *.c: return status of operations. Exit code is set on operation failure.
cdda-player.c: debug and verbose change libcdio loglevel verbosity.
2005-03-15 12:22:37 +00:00
rocky
8af9063b84 example: add sample audio program.
cd-info.c cdda-player.c: read_subchannel sets format MSF. So caller no
longer has to.
2005-03-15 04:17:05 +00:00
rocky
fe3e453114 Show volume in display status output. 2005-03-14 02:03:33 +00:00
rocky
e80b06c4ce Remove warnings from mvprintw (as seen on OSX). 2005-03-13 03:52:15 +00:00
rocky
31796641ec Use CD-Text for disc info too. 2005-03-13 03:37:18 +00:00
rocky
fcc0806e8d Show CD-Text info. 2005-03-12 20:32:23 +00:00
rocky
160a69f0b2 Off by one on track duration. 2005-03-12 16:53:29 +00:00
rocky
6accca02b9 Curses improvements. Can now show key/help and list of tracks. 2005-03-12 16:45:44 +00:00
rocky
76369d47fd Put move libcddb init routine out of cdda-player.c and cd-info.c and into
cddb.{c,h}
2005-03-12 06:02:36 +00:00
rocky
60af99c882 Towards making a common init_cddb routine. 2005-03-11 10:34:28 +00:00
rocky
76d8cbe880 win32.c: get eject working.
device.c: an additional test for a NULL pointer to be on the safe side.
cdda-player: better handling of eject.
2005-03-09 02:19:54 +00:00
rocky
7ae764d9b8 lib/driver/device.c: bug in close routine looping.
lib/*: Modify close routine for Win32 ioctl.
src/cdda-player: add option for close cd tray and minor things
2005-03-08 03:11:19 +00:00
rocky
db3b2fa938 Add Gerd Knorr's cdda-player as an example program using the libcdio Audio
controls.
2005-03-07 12:55:12 +00:00