summaryrefslogtreecommitdiffstats
path: root/libmpdemux/cddb.c
Commit message (Collapse)AuthorAgeFilesLines
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10122 b3059339-0415-0410-9bf9-f77b7e298cf2
* URL is cdda://tracks[:speed][/device]albeu2003-04-021-30/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9802 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the hardcoded cdrom device.bertrand2003-01-151-75/+39
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8963 b3059339-0415-0410-9bf9-f77b7e298cf2
* - If CDDB fail, try CDDAbertrand2003-01-031-32/+42
| | | | | | | - Support for inexact matches list. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8747 b3059339-0415-0410-9bf9-f77b7e298cf2
* The following patch allows the MPlayer "cdparanoia" support to work onarpi2002-12-281-1/+45
| | | | | | | | | | | | | | | | 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
* - fixed uninitialized offsets[]arpi2002-12-241-2/+3
| | | | | | | - tracklist may not be closed by '.' but EOF git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8558 b3059339-0415-0410-9bf9-f77b7e298cf2
* GCC warning fixesbertrand2002-10-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7954 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't start a CDDB request to the CDDB server if there is no CD in the drive,bertrand2002-10-161-8/+20
| | | | | | | plus some compilation warning fixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Create the ~/.cddb directory if not present.bertrand2002-10-131-5/+17
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7722 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), sobertrand2002-09-171-116/+1
| | | | | | | if no network, cdda can still be compiled. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7432 b3059339-0415-0410-9bf9-f77b7e298cf2
* Applied patch for OpenBDS from Marc Espie (submitted by Björn Sandell ↵bertrand2002-09-041-4/+54
| | | | | | <biorn@dce.chalmers.se>) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7270 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added a simple xmcd parser to retreive the tracks name.bertrand2002-07-101-32/+269
| | | | | | | | 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
* Checked the return value when retrieving the protocol level.bertrand2002-06-211-1/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6476 b3059339-0415-0410-9bf9-f77b7e298cf2
* CDDB support added.bertrand2002-06-211-0/+591
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6475 b3059339-0415-0410-9bf9-f77b7e298cf2