Commit Graph

14 Commits

Author SHA1 Message Date
bertrand ff6a17f203 Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-05-17 12:24:01 +00:00
albeu 6a7e45b586 URL is cdda://tracks[:speed][/device]
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9802 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-04-02 19:29:26 +00:00
bertrand f28785b5d6 Removed the hardcoded cdrom device.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8963 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-15 22:44:35 +00:00
bertrand 25abed26d4 - If CDDB fail, try CDDA
- Support for inexact matches list.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8747 b3059339-0415-0410-9bf9-f77b7e298cf2
2003-01-03 20:50:26 +00:00
arpi ff554dc0a0 The following patch allows the MPlayer "cdparanoia" support to work on
NetBSD-1.6_STABLE, both "cdda://NN" and "cddb://NN" URI's.

The CDROM ioctl's are actually more like OpenBSD's than FreeBSD's. I
went with the "/dev/cdrom" symlink as the default device, though, as
it otherwise gets messy fast... The first CDROM is "/dev/rcd0d" on
NetBSD/i386, but "/dev/rcd0c" on all other NetBSD ports, and only the
cdda_identify_scsi() form seems to work on NetBSD. (I searched the web
in vain for the Paranoia API, so I'm left to hacking. ;-))

Frederick Bruckman <fredb@immanent.net>


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8610 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-28 14:04:54 +00:00
arpi 6b8a2624cc - fixed uninitialized offsets[]
- tracklist may not be closed by '.' but EOF


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8558 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-12-24 21:59:38 +00:00
bertrand 4dc9465cb8 GCC warning fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7954 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-29 09:18:53 +00:00
bertrand 58dd343603 Don't start a CDDB request to the CDDB server if there is no CD in the drive,
plus some compilation warning fixes


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7747 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-16 08:14:42 +00:00
bertrand 199e0975c2 Create the ~/.cddb directory if not present.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7722 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-10-13 08:27:03 +00:00
bertrand 38f81cf148 Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so
if no network, cdda can still be compiled.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7432 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-17 19:51:12 +00:00
bertrand 139bb71285 Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell <biorn@dce.chalmers.se>)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-09-04 17:46:03 +00:00
bertrand a6f8314dc1 Added a simple xmcd parser to retreive the tracks name.
Added a simple list of tracks name, to allow displaying
the name on track change.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6698 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-07-10 08:51:11 +00:00
bertrand 0cbfad6aa4 Checked the return value when retrieving the protocol level.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6476 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:25:48 +00:00
bertrand b3b0cc1208 CDDB support added.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6475 b3059339-0415-0410-9bf9-f77b7e298cf2
2002-06-21 06:15:36 +00:00