Mercurial > mplayer.hg
annotate libmpdemux/cddb.c @ 8764:081116fcc50a
voxvare audio fix
patch by Charles Philip Chan <cpchan@sympatico.ca>
author | arpi |
---|---|
date | Sat, 04 Jan 2003 11:18:42 +0000 |
parents | f1fc23f6203b |
children | c61e70388f6b |
rev | line source |
---|---|
6474 | 1 /* |
2 * CDDB HTTP protocol | |
3 * by Bertrand Baudet <bertrand_baudet@yahoo.com> | |
4 * (C) 2002, MPlayer team. | |
5 * | |
6 * Implementation follow the freedb.howto1.06.txt specification | |
7 * from http://freedb.freedb.org | |
8 * | |
9 * discid computation by Jeremy D. Zawodny | |
10 * Copyright (c) 1998-2000 Jeremy D. Zawodny <Jeremy@Zawodny.com> | |
11 * Code release under GPL | |
12 * | |
13 */ | |
14 | |
15 #include "config.h" | |
16 | |
17 #if defined(HAVE_CDDA) && defined(STREAMING) | |
18 | |
19 #include <stdio.h> | |
20 #include <stdlib.h> | |
21 #include <fcntl.h> | |
22 #include <stdarg.h> | |
23 #include <errno.h> | |
24 #include <netdb.h> | |
25 #include <unistd.h> | |
26 #include <string.h> | |
27 #include <sys/ioctl.h> | |
28 #include <sys/types.h> | |
29 #include <sys/stat.h> | |
30 | |
8609
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
31 #if defined(__FreeBSD__) || defined(__bsdi__) |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
32 #define SYS_BSD 1 |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
33 #endif |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
34 |
8609
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
35 #if defined(__NetBSD__) |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
36 #define SYS_NBSD 1 |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
37 #endif |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
38 |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
39 #if defined(__OpenBSD__) |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
40 #define SYS_OBSD 1 |
6474 | 41 #endif |
42 | |
43 #if defined(__linux__) | |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
44 #include <linux/cdrom.h> |
6474 | 45 #elif defined(SYS_BSD) |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
46 #include <sys/cdio.h> |
8609
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
47 #elif defined(SYS_NBSD) |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
48 #include <sys/cdio.h> |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
49 #elif defined(SYS_OBSD) |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
50 #include <util.h> |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
51 #include <sys/cdio.h> |
6474 | 52 #endif |
53 | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
54 #include "cdd.h" |
6474 | 55 #include "../version.h" |
56 #include "stream.h" | |
57 #include "network.h" | |
58 | |
59 #define DEFAULT_FREEDB_SERVER "freedb.freedb.org" | |
60 #define DEFAULT_CACHE_DIR "/.cddb/" | |
61 | |
62 stream_t* open_cdda(char *dev, char *track); | |
63 | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
64 static cd_toc_t cdtoc[100]; |
6474 | 65 |
66 #if defined(__linux__) | |
67 int | |
68 read_toc(void) { | |
69 int drive = open("/dev/cdrom", O_RDONLY | O_NONBLOCK); | |
70 struct cdrom_tochdr tochdr; | |
71 struct cdrom_tocentry tocentry; | |
72 int i; | |
73 | |
74 ioctl(drive, CDROMREADTOCHDR, &tochdr); | |
75 for (i = tochdr.cdth_trk0; i <= tochdr.cdth_trk1; i++) { | |
76 tocentry.cdte_track = i; | |
77 tocentry.cdte_format = CDROM_MSF; | |
78 ioctl(drive, CDROMREADTOCENTRY, &tocentry); | |
79 cdtoc[i-1].min = tocentry.cdte_addr.msf.minute; | |
80 cdtoc[i-1].sec = tocentry.cdte_addr.msf.second; | |
81 cdtoc[i-1].frame = tocentry.cdte_addr.msf.frame; | |
82 cdtoc[i-1].frame += cdtoc[i-1].min*60*75; | |
83 cdtoc[i-1].frame += cdtoc[i-1].sec*75; | |
84 } | |
85 tocentry.cdte_track = 0xAA; | |
86 tocentry.cdte_format = CDROM_MSF; | |
87 ioctl(drive, CDROMREADTOCENTRY, &tocentry); | |
88 cdtoc[tochdr.cdth_trk1].min = tocentry.cdte_addr.msf.minute; | |
89 cdtoc[tochdr.cdth_trk1].sec = tocentry.cdte_addr.msf.second; | |
90 cdtoc[tochdr.cdth_trk1].frame = tocentry.cdte_addr.msf.frame; | |
91 cdtoc[tochdr.cdth_trk1].frame += cdtoc[tochdr.cdth_trk1].min*60*75; | |
92 cdtoc[tochdr.cdth_trk1].frame += cdtoc[tochdr.cdth_trk1].sec*75; | |
93 close(drive); | |
94 return tochdr.cdth_trk1; | |
95 } | |
96 | |
97 #elif defined(SYS_BSD) | |
98 int | |
99 read_toc(void) { | |
100 int drive = open("/dev/acd0c", O_RDONLY | O_NONBLOCK); | |
101 struct ioc_toc_header tochdr; | |
102 struct ioc_read_toc_single_entry tocentry; | |
103 int i; | |
104 | |
105 ioctl(drive, CDIOREADTOCHEADER, &tochdr); | |
106 for (i = tochdr.starting_track; i <= tochdr.ending_track; i++) { | |
107 tocentry.track = i; | |
108 tocentry.address_format = CD_MSF_FORMAT; | |
109 ioctl(drive, CDIOREADTOCENTRY, &tocentry); | |
110 cdtoc[i-1].min = tocentry.entry.addr.msf.minute; | |
111 cdtoc[i-1].sec = tocentry.entry.addr.msf.second; | |
112 cdtoc[i-1].frame = tocentry.entry.addr.msf.frame; | |
113 cdtoc[i-1].frame += cdtoc[i-1].min*60*75; | |
114 cdtoc[i-1].frame += cdtoc[i-1].sec*75; | |
115 } | |
116 tocentry.track = 0xAA; | |
117 tocentry.address_format = CD_MSF_FORMAT; | |
118 ioctl(drive, CDIOREADTOCENTRY, &tocentry); | |
119 cdtoc[tochdr.ending_track].min = tocentry.entry.addr.msf.minute; | |
120 cdtoc[tochdr.ending_track].sec = tocentry.entry.addr.msf.second; | |
121 cdtoc[tochdr.ending_track].frame = tocentry.entry.addr.msf.frame; | |
122 cdtoc[tochdr.ending_track].frame += cdtoc[tochdr.ending_track].min*60*75; | |
123 cdtoc[tochdr.ending_track].frame += cdtoc[tochdr.ending_track].sec*75; | |
124 close(drive); | |
125 return tochdr.ending_track; | |
126 } | |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
127 |
8609
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
128 #elif defined(SYS_NBSD) |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
129 int |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
130 read_toc(void) { |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
131 int drive; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
132 struct ioc_toc_header tochdr; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
133 struct ioc_read_toc_entry tocentry; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
134 int i; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
135 struct cd_toc_entry toc_buffer; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
136 |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
137 drive = open("/dev/cdrom", O_RDONLY | O_NONBLOCK); |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
138 if (!drive) |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
139 return -1; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
140 |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
141 ioctl(drive, CDIOREADTOCHEADER, &tochdr); |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
142 for (i = tochdr.starting_track; i <= tochdr.ending_track; i++) { |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
143 tocentry.starting_track = i; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
144 tocentry.address_format = CD_MSF_FORMAT; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
145 tocentry.data = &toc_buffer; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
146 tocentry.data_len = sizeof(toc_buffer); |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
147 ioctl(drive, CDIOREADTOCENTRYS, &tocentry); |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
148 cdtoc[i-1].min = toc_buffer.addr.msf.minute; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
149 cdtoc[i-1].sec = toc_buffer.addr.msf.second; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
150 cdtoc[i-1].frame = toc_buffer.addr.msf.frame; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
151 cdtoc[i-1].frame += cdtoc[i-1].min*60*75; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
152 cdtoc[i-1].frame += cdtoc[i-1].sec*75; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
153 } |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
154 tocentry.starting_track = 0xAA; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
155 tocentry.address_format = CD_MSF_FORMAT; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
156 ioctl(drive, CDIOREADTOCENTRYS, &tocentry); |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
157 cdtoc[tochdr.ending_track].min = toc_buffer.addr.msf.minute; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
158 cdtoc[tochdr.ending_track].sec = toc_buffer.addr.msf.second; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
159 cdtoc[tochdr.ending_track].frame = toc_buffer.addr.msf.frame; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
160 cdtoc[tochdr.ending_track].frame += cdtoc[tochdr.ending_track].min*60*75; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
161 cdtoc[tochdr.ending_track].frame += cdtoc[tochdr.ending_track].sec*75; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
162 close(drive); |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
163 return tochdr.ending_track; |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
164 } |
1d98280b9ad1
The following patch allows the MPlayer "cdparanoia" support to work on
arpi
parents:
8557
diff
changeset
|
165 |
7269
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
166 #elif defined(SYS_OBSD) |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
167 int |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
168 read_toc(void) { |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
169 int drive; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
170 struct ioc_toc_header tochdr; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
171 struct ioc_read_toc_entry tocentry; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
172 int i; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
173 char *drivename; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
174 char *realdev; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
175 struct cd_toc_entry toc_buffer; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
176 |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
177 drivename = getenv("CDROM"); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
178 if (!drivename) |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
179 drivename = "cd0"; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
180 drive = opendev(drivename, O_RDONLY, OPENDEV_PART, &realdev); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
181 if (!drive) |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
182 return -1; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
183 |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
184 ioctl(drive, CDIOREADTOCHEADER, &tochdr); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
185 for (i = tochdr.starting_track; i <= tochdr.ending_track; i++) { |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
186 tocentry.starting_track = i; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
187 tocentry.address_format = CD_MSF_FORMAT; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
188 tocentry.data = &toc_buffer; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
189 tocentry.data_len = sizeof(toc_buffer); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
190 ioctl(drive, CDIOREADTOCENTRYS, &tocentry); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
191 cdtoc[i-1].min = toc_buffer.addr.msf.minute; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
192 cdtoc[i-1].sec = toc_buffer.addr.msf.second; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
193 cdtoc[i-1].frame = toc_buffer.addr.msf.frame; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
194 cdtoc[i-1].frame += cdtoc[i-1].min*60*75; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
195 cdtoc[i-1].frame += cdtoc[i-1].sec*75; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
196 } |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
197 tocentry.starting_track = 0xAA; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
198 tocentry.address_format = CD_MSF_FORMAT; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
199 ioctl(drive, CDIOREADTOCENTRYS, &tocentry); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
200 cdtoc[tochdr.ending_track].min = toc_buffer.addr.msf.minute; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
201 cdtoc[tochdr.ending_track].sec = toc_buffer.addr.msf.second; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
202 cdtoc[tochdr.ending_track].frame = toc_buffer.addr.msf.frame; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
203 cdtoc[tochdr.ending_track].frame += cdtoc[tochdr.ending_track].min*60*75; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
204 cdtoc[tochdr.ending_track].frame += cdtoc[tochdr.ending_track].sec*75; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
205 close(drive); |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
206 return tochdr.ending_track; |
a5f1baaf7714
Applied patch for OpenBDS from Marc Espie (submitted by Bj«Órn Sandell <biorn@dce.chalmers.se>)
bertrand
parents:
6697
diff
changeset
|
207 } |
6474 | 208 #endif |
209 | |
210 unsigned int | |
211 cddb_sum(int n) { | |
212 unsigned int ret; | |
213 | |
214 ret = 0; | |
215 while (n > 0) { | |
216 ret += (n % 10); | |
217 n /= 10; | |
218 } | |
219 return ret; | |
220 } | |
221 | |
222 unsigned long | |
223 cddb_discid(int tot_trks) { | |
224 unsigned int i, t = 0, n = 0; | |
225 | |
226 i = 0; | |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
227 while (i < (unsigned int)tot_trks) { |
6474 | 228 n = n + cddb_sum((cdtoc[i].min * 60) + cdtoc[i].sec); |
229 i++; | |
230 } | |
231 t = ((cdtoc[tot_trks].min * 60) + cdtoc[tot_trks].sec) - | |
232 ((cdtoc[0].min * 60) + cdtoc[0].sec); | |
233 return ((n % 0xff) << 24 | t << 8 | tot_trks); | |
234 } | |
235 | |
236 | |
237 | |
238 int | |
239 cddb_http_request(char *command, int (*reply_parser)(HTTP_header_t*,cddb_data_t*), cddb_data_t *cddb_data) { | |
240 char request[4096]; | |
241 int fd, ret = 0; | |
242 URL_t *url; | |
243 HTTP_header_t *http_hdr; | |
244 | |
245 if( reply_parser==NULL || command==NULL || cddb_data==NULL ) return -1; | |
246 | |
247 sprintf( request, "http://%s/~cddb/cddb.cgi?cmd=%s%s&proto=%d", cddb_data->freedb_server, command, cddb_data->cddb_hello, cddb_data->freedb_proto_level ); | |
248 printf("Request[%s]\n", request ); | |
249 | |
250 url = url_new(request); | |
251 if( url==NULL ) { | |
252 printf("Not a valid URL\n"); | |
253 return -1; | |
254 } | |
255 | |
256 fd = http_send_request(url); | |
257 if( fd<0 ) { | |
258 printf("failed to send the http request\n"); | |
259 return -1; | |
260 } | |
261 | |
262 http_hdr = http_read_response( fd ); | |
263 if( http_hdr==NULL ) { | |
264 printf("Failed to read the http response\n"); | |
265 return -1; | |
266 } | |
267 | |
268 http_debug_hdr(http_hdr); | |
269 printf("body=[%s]\n", http_hdr->body ); | |
270 | |
271 switch(http_hdr->status_code) { | |
272 case 200: | |
273 ret = reply_parser(http_hdr, cddb_data); | |
274 break; | |
275 case 400: | |
276 printf("Not Found\n"); | |
277 break; | |
278 default: | |
279 printf("Unknown Error code\n"); | |
280 } | |
281 | |
282 http_free( http_hdr ); | |
283 url_free( url ); | |
284 | |
285 return ret; | |
286 } | |
287 | |
288 int | |
289 cddb_read_cache(cddb_data_t *cddb_data) { | |
290 char file_name[100]; | |
291 struct stat stats; | |
292 int file_fd, ret; | |
293 size_t file_size; | |
294 | |
295 if( cddb_data==NULL || cddb_data->cache_dir==NULL ) return -1; | |
296 | |
297 sprintf( file_name, "%s%08lx", cddb_data->cache_dir, cddb_data->disc_id); | |
298 | |
299 file_fd = open(file_name, O_RDONLY); | |
300 if( file_fd<0 ) { | |
301 printf("No cache found\n"); | |
302 return -1; | |
303 } | |
304 | |
305 ret = fstat( file_fd, &stats ); | |
306 if( ret<0 ) { | |
307 perror("fstat"); | |
308 file_size = 4096; | |
309 } else { | |
310 file_size = stats.st_size; | |
311 } | |
312 | |
313 cddb_data->xmcd_file = (char*)malloc(file_size); | |
314 if( cddb_data->xmcd_file==NULL ) { | |
315 printf("Memory allocation failed\n"); | |
316 close(file_fd); | |
317 return -1; | |
318 } | |
319 cddb_data->xmcd_file_size = read(file_fd, cddb_data->xmcd_file, file_size); | |
320 if( cddb_data->xmcd_file_size!=file_size ) { | |
321 printf("Not all the xmcd file has been read\n"); | |
322 close(file_fd); | |
323 return -1; | |
324 } | |
325 | |
326 close(file_fd); | |
327 | |
328 return 0; | |
329 } | |
330 | |
331 int | |
332 cddb_write_cache(cddb_data_t *cddb_data) { | |
333 // We have the file, save it for cache. | |
7721 | 334 struct stat file_stat; |
6474 | 335 char file_name[100]; |
7721 | 336 int file_fd, ret; |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
337 int wrote=0; |
6474 | 338 |
339 if( cddb_data==NULL || cddb_data->cache_dir==NULL ) return -1; | |
340 | |
7721 | 341 // Check if the CDDB cache dir exist |
342 ret = stat( cddb_data->cache_dir, &file_stat ); | |
343 if( ret<0 ) { | |
344 // Directory not present, create it. | |
345 ret = mkdir( cddb_data->cache_dir, 0755 ); | |
346 if( ret<0 ) { | |
347 perror("mkdir"); | |
348 printf("Failed to create directory %s\n", cddb_data->cache_dir ); | |
349 return -1; | |
350 } | |
351 } | |
352 | |
353 sprintf( file_name, "%s%08lx", cddb_data->cache_dir, cddb_data->disc_id ); | |
6474 | 354 |
355 file_fd = creat(file_name, S_IREAD|S_IWRITE); | |
356 if( file_fd<0 ) { | |
7721 | 357 perror("create"); |
6474 | 358 return -1; |
359 } | |
360 | |
361 wrote = write(file_fd, cddb_data->xmcd_file, cddb_data->xmcd_file_size); | |
362 if( wrote<0 ) { | |
363 perror("write"); | |
364 close(file_fd); | |
365 return -1; | |
366 } | |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
367 if( (unsigned int)wrote!=cddb_data->xmcd_file_size ) { |
6474 | 368 printf("Not all the xmcd file has been written\n"); |
369 close(file_fd); | |
370 return -1; | |
371 } | |
372 | |
373 close(file_fd); | |
374 | |
375 return 0; | |
376 } | |
377 | |
378 int | |
379 cddb_read_parse(HTTP_header_t *http_hdr, cddb_data_t *cddb_data) { | |
380 unsigned long disc_id; | |
381 char category[100]; | |
382 char *ptr=NULL, *ptr2=NULL; | |
383 int ret, status; | |
384 | |
385 if( http_hdr==NULL || cddb_data==NULL ) return -1; | |
386 | |
387 ret = sscanf( http_hdr->body, "%d ", &status); | |
388 if( ret!=1 ) { | |
389 printf("Parse error\n"); | |
390 return -1; | |
391 } | |
392 | |
393 switch(status) { | |
394 case 210: | |
395 ret = sscanf( http_hdr->body, "%d %s %08lx", &status, category, &disc_id); | |
396 if( ret!=3 ) { | |
397 printf("Parse error\n"); | |
398 return -1; | |
399 } | |
400 // Check if it's a xmcd database file | |
401 ptr = strstr(http_hdr->body, "# xmcd"); | |
402 if( ptr==NULL ) { | |
403 printf("Invalid xmcd database file returned\n"); | |
404 return -1; | |
405 } | |
406 // Ok found the beginning of the file | |
407 // look for the end | |
408 ptr2 = strstr(ptr, "\r\n.\r\n"); | |
409 if( ptr2==NULL ) { | |
410 ptr2 = strstr(ptr, "\n.\n"); | |
411 if( ptr2==NULL ) { | |
412 printf("Unable to find '.'\n"); | |
8557 | 413 ptr2=ptr+strlen(ptr); //return -1; |
6474 | 414 } |
415 } | |
416 // Ok found the end | |
417 // do a sanity check | |
7953 | 418 if( http_hdr->body_size<(unsigned int)(ptr2-ptr) ) { |
6474 | 419 printf("Unexpected fix me\n"); |
420 return -1; | |
421 } | |
422 cddb_data->xmcd_file = ptr; | |
423 cddb_data->xmcd_file_size = ptr2-ptr+2; | |
424 cddb_data->xmcd_file[cddb_data->xmcd_file_size] = '\0'; | |
425 // Avoid the http_free function to free the xmcd file...save a mempcy... | |
426 http_hdr->body = NULL; | |
427 http_hdr->body_size = 0; | |
428 return cddb_write_cache(cddb_data); | |
429 default: | |
430 printf("Unhandled code\n"); | |
431 } | |
432 return 0; | |
433 } | |
434 | |
435 int | |
436 cddb_request_titles(cddb_data_t *cddb_data) { | |
437 char command[1024]; | |
438 sprintf( command, "cddb+read+%s+%08lx", cddb_data->category, cddb_data->disc_id); | |
439 return cddb_http_request(command, cddb_read_parse, cddb_data); | |
440 } | |
441 | |
442 int | |
8746 | 443 cddb_parse_matches_list(HTTP_header_t *http_hdr, cddb_data_t *cddb_data) { |
444 char album_title[100]; | |
445 char *ptr = NULL; | |
446 int ret; | |
447 | |
448 ptr = strstr(http_hdr->body, "\n"); | |
449 if( ptr==NULL ) { | |
450 printf("Unable to find end of line\n"); | |
451 return -1; | |
452 } | |
453 ptr++; | |
454 // We have a list of exact/inexact matches, so which one do we use? | |
455 // So let's take the first one. | |
456 ret = sscanf(ptr, "%s %08lx %s", cddb_data->category, &(cddb_data->disc_id), album_title); | |
457 if( ret!=3 ) { | |
458 printf("Parse error\n"); | |
459 return -1; | |
460 } | |
461 ptr = strstr(http_hdr->body, album_title); | |
462 if( ptr!=NULL ) { | |
463 char *ptr2; | |
464 int len; | |
465 ptr2 = strstr(ptr, "\n"); | |
466 if( ptr2==NULL ) { | |
467 len = (http_hdr->body_size)-(ptr-(http_hdr->body)); | |
468 } else { | |
469 len = ptr2-ptr+1; | |
470 } | |
471 strncpy(album_title, ptr, len); | |
472 album_title[len-2]='\0'; | |
473 } | |
474 printf("Parse OK, found: %s\n", album_title); | |
475 return 0; | |
476 } | |
477 | |
478 int | |
6474 | 479 cddb_query_parse(HTTP_header_t *http_hdr, cddb_data_t *cddb_data) { |
480 char album_title[100]; | |
481 char *ptr = NULL; | |
482 int ret, status; | |
483 | |
484 ret = sscanf( http_hdr->body, "%d ", &status); | |
485 if( ret!=1 ) { | |
486 printf("Parse error\n"); | |
487 return -1; | |
488 } | |
489 | |
490 switch(status) { | |
491 case 200: | |
492 // Found exact match | |
493 ret = sscanf(http_hdr->body, "%d %s %08lx %s", &status, cddb_data->category, &(cddb_data->disc_id), album_title); | |
494 if( ret!=4 ) { | |
495 printf("Parse error\n"); | |
496 return -1; | |
497 } | |
498 ptr = strstr(http_hdr->body, album_title); | |
499 if( ptr!=NULL ) { | |
500 char *ptr2; | |
501 int len; | |
502 ptr2 = strstr(ptr, "\n"); | |
503 if( ptr2==NULL ) { | |
504 len = (http_hdr->body_size)-(ptr-(http_hdr->body)); | |
505 } else { | |
506 len = ptr2-ptr+1; | |
507 } | |
508 strncpy(album_title, ptr, len); | |
509 album_title[len-2]='\0'; | |
510 } | |
511 printf("Parse OK, found: %s\n", album_title); | |
512 return cddb_request_titles(cddb_data); | |
513 case 202: | |
514 // No match found | |
515 printf("Album not found\n"); | |
516 break; | |
517 case 210: | |
518 // Found exact matches, list follows | |
8746 | 519 cddb_parse_matches_list(http_hdr, cddb_data); |
6474 | 520 return cddb_request_titles(cddb_data); |
521 /* | |
522 body=[210 Found exact matches, list follows (until terminating `.') | |
523 misc c711930d Santana / Supernatural | |
524 rock c711930d Santana / Supernatural | |
525 blues c711930d Santana / Supernatural | |
526 .] | |
527 */ | |
528 case 211: | |
529 // Found inexact matches, list follows | |
8746 | 530 cddb_parse_matches_list(http_hdr, cddb_data); |
531 return cddb_request_titles(cddb_data); | |
6474 | 532 default: |
533 printf("Unhandled code\n"); | |
534 } | |
535 return -1; | |
536 } | |
537 | |
538 int | |
539 cddb_proto_level_parse(HTTP_header_t *http_hdr, cddb_data_t *cddb_data) { | |
540 int max; | |
541 int ret, status; | |
542 char *ptr; | |
543 | |
544 ret = sscanf( http_hdr->body, "%d ", &status); | |
545 if( ret!=1 ) { | |
546 printf("Parse error\n"); | |
547 return -1; | |
548 } | |
549 | |
550 switch(status) { | |
551 case 210: | |
552 ptr = strstr(http_hdr->body, "max proto:"); | |
553 if( ptr==NULL ) { | |
554 printf("Parse error\n"); | |
555 return -1; | |
556 } | |
557 ret = sscanf(ptr, "max proto: %d", &max); | |
558 if( ret!=1 ) { | |
559 printf("Parse error\n"); | |
560 return -1; | |
561 } | |
562 cddb_data->freedb_proto_level = max; | |
563 return 0; | |
564 default: | |
565 printf("Unhandled code\n"); | |
566 } | |
567 return -1; | |
568 } | |
569 | |
570 int | |
571 cddb_get_proto_level(cddb_data_t *cddb_data) { | |
572 return cddb_http_request("stat", cddb_proto_level_parse, cddb_data); | |
573 } | |
574 | |
575 int | |
576 cddb_freedb_sites_parse(HTTP_header_t *http_hdr, cddb_data_t *cddb_data) { | |
577 int ret, status; | |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
578 |
6474 | 579 ret = sscanf( http_hdr->body, "%d ", &status); |
580 if( ret!=1 ) { | |
581 printf("Parse error\n"); | |
582 return -1; | |
583 } | |
584 | |
585 switch(status) { | |
586 case 210: | |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
587 // TODO: Parse the sites |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
588 ret = cddb_data->anonymous; // For gcc complaining about unused parameter. |
6474 | 589 return 0; |
590 case 401: | |
591 printf("No sites information available\n"); | |
592 break; | |
593 default: | |
594 printf("Unhandled code\n"); | |
595 } | |
596 return -1; | |
597 } | |
598 | |
599 int | |
600 cddb_get_freedb_sites(cddb_data_t *cddb_data) { | |
601 return cddb_http_request("sites", cddb_freedb_sites_parse, cddb_data); | |
602 } | |
603 | |
604 void | |
605 cddb_create_hello(cddb_data_t *cddb_data) { | |
606 char host_name[51]; | |
607 char *user_name; | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
608 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
609 if( cddb_data->anonymous ) { // Default is anonymous |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
610 /* Note from Eduardo Pérez Ureta <eperez@it.uc3m.es> : |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
611 * We don't send current user/host name in hello to prevent spam. |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
612 * Software that sends this is considered spyware |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
613 * that most people don't like. |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
614 */ |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
615 user_name = "anonymous"; |
6474 | 616 strcpy(host_name, "localhost"); |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
617 } else { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
618 if( gethostname(host_name, 50)<0 ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
619 strcpy(host_name, "localhost"); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
620 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
621 user_name = getenv("LOGNAME"); |
6474 | 622 } |
623 sprintf( cddb_data->cddb_hello, "&hello=%s+%s+%s+%s", user_name, host_name, "MPlayer", VERSION ); | |
624 } | |
625 | |
626 int | |
627 cddb_retrieve(cddb_data_t *cddb_data) { | |
628 char offsets[1024], command[1024]; | |
629 char *ptr; | |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
630 unsigned int i, time_len; |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
631 int ret; |
6474 | 632 |
633 ptr = offsets; | |
634 for( i=0; i<cddb_data->tracks ; i++ ) { | |
635 ptr += sprintf(ptr, "%d+", cdtoc[i].frame ); | |
636 } | |
8557 | 637 ptr[0]=0; |
6474 | 638 time_len = (cdtoc[cddb_data->tracks].frame)/75; |
8557 | 639 |
6474 | 640 cddb_data->freedb_server = DEFAULT_FREEDB_SERVER; |
641 cddb_data->freedb_proto_level = 1; | |
642 cddb_data->xmcd_file = NULL; | |
643 | |
644 cddb_create_hello(cddb_data); | |
6475
837ca6fd4adf
Checked the return value when retrieving the protocol level.
bertrand
parents:
6474
diff
changeset
|
645 if( cddb_get_proto_level(cddb_data)<0 ) { |
837ca6fd4adf
Checked the return value when retrieving the protocol level.
bertrand
parents:
6474
diff
changeset
|
646 printf("Failed to get the protocol level\n"); |
837ca6fd4adf
Checked the return value when retrieving the protocol level.
bertrand
parents:
6474
diff
changeset
|
647 return -1; |
837ca6fd4adf
Checked the return value when retrieving the protocol level.
bertrand
parents:
6474
diff
changeset
|
648 } |
6474 | 649 |
650 //cddb_get_freedb_sites(&cddb_data); | |
651 | |
652 sprintf(command, "cddb+query+%08lx+%d+%s%d", cddb_data->disc_id, cddb_data->tracks, offsets, time_len ); | |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
653 ret = cddb_http_request(command, cddb_query_parse, cddb_data); |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
654 if( ret<0 ) return -1; |
6474 | 655 |
656 if( cddb_data->cache_dir!=NULL ) { | |
657 free(cddb_data->cache_dir); | |
658 } | |
659 return 0; | |
660 } | |
661 | |
662 int | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
663 cddb_resolve(char **xmcd_file) { |
6474 | 664 char cddb_cache_dir[] = DEFAULT_CACHE_DIR; |
665 char *home_dir = NULL; | |
666 cddb_data_t cddb_data; | |
667 | |
668 cddb_data.tracks = read_toc(); | |
669 cddb_data.disc_id = cddb_discid(cddb_data.tracks); | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
670 cddb_data.anonymous = 1; // Don't send user info by default |
7746
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
671 |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
672 // Check if there is a CD in the drive |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
673 // FIXME: That's not really a good way to check |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
674 if( cddb_data.disc_id==8256 ) { |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
675 printf("No CD in the drive\n"); |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
676 return -1; |
15ce89ba92cf
Don't start a CDDB request to the CDDB server if there is no CD in the drive,
bertrand
parents:
7721
diff
changeset
|
677 } |
6474 | 678 |
679 home_dir = getenv("HOME"); | |
680 if( home_dir==NULL ) { | |
681 cddb_data.cache_dir = NULL; | |
682 } else { | |
683 cddb_data.cache_dir = (char*)malloc(strlen(home_dir)+strlen(cddb_cache_dir)+1); | |
684 if( cddb_data.cache_dir==NULL ) { | |
685 printf("Memory allocation failed\n"); | |
686 return -1; | |
687 } | |
688 sprintf(cddb_data.cache_dir, "%s%s", home_dir, cddb_cache_dir ); | |
689 } | |
690 | |
691 // Check for a cached file | |
692 if( cddb_read_cache(&cddb_data)<0 ) { | |
693 // No Cache found | |
694 if( cddb_retrieve(&cddb_data)<0 ) { | |
695 return -1; | |
696 } | |
697 } | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
698 |
6474 | 699 if( cddb_data.xmcd_file!=NULL ) { |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
700 // printf("%s\n", cddb_data.xmcd_file ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
701 *xmcd_file = cddb_data.xmcd_file; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
702 return 0; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
703 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
704 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
705 return -1; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
706 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
707 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
708 /******************************************************************************************************************* |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
709 * |
7431
e46eeafcd4df
Moved all the cdinfo specific from cddb to a standalone file(cdinfo.c), so
bertrand
parents:
7269
diff
changeset
|
710 * xmcd parser |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
711 * |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
712 *******************************************************************************************************************/ |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
713 char* |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
714 xmcd_parse_dtitle(cd_info_t *cd_info, char *line) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
715 char *ptr, *album; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
716 ptr = strstr(line, "DTITLE="); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
717 if( ptr!=NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
718 ptr += 7; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
719 album = strstr(ptr, "/"); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
720 if( album==NULL ) return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
721 cd_info->album = (char*)malloc(strlen(album+2)+1); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
722 if( cd_info->album==NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
723 return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
724 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
725 strcpy( cd_info->album, album+2 ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
726 album--; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
727 album[0] = '\0'; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
728 cd_info->artist = (char*)malloc(strlen(ptr)+1); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
729 if( cd_info->artist==NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
730 return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
731 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
732 strcpy( cd_info->artist, ptr ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
733 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
734 return ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
735 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
736 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
737 char* |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
738 xmcd_parse_dgenre(cd_info_t *cd_info, char *line) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
739 char *ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
740 ptr = strstr(line, "DGENRE="); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
741 if( ptr!=NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
742 ptr += 7; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
743 cd_info->genre = (char*)malloc(strlen(ptr)+1); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
744 if( cd_info->genre==NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
745 return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
746 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
747 strcpy( cd_info->genre, ptr ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
748 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
749 return ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
750 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
751 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
752 char* |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
753 xmcd_parse_ttitle(cd_info_t *cd_info, char *line) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
754 unsigned int track_nb; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
755 unsigned long sec, off; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
756 char *ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
757 ptr = strstr(line, "TTITLE"); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
758 if( ptr!=NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
759 ptr += 6; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
760 // Here we point to the track number |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
761 track_nb = atoi(ptr); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
762 ptr = strstr(ptr, "="); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
763 if( ptr==NULL ) return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
764 ptr++; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
765 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
766 sec = cdtoc[track_nb].frame; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
767 off = cdtoc[track_nb+1].frame-sec+1; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
768 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
769 cd_info_add_track( cd_info, ptr, track_nb+1, (unsigned int)(off/(60*75)), (unsigned int)((off/75)%60), (unsigned int)(off%75), sec, off ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
770 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
771 return ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
772 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
773 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
774 cd_info_t* |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
775 cddb_parse_xmcd(char *xmcd_file) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
776 cd_info_t *cd_info = NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
777 int length, pos = 0; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
778 char *ptr, *ptr2; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
779 unsigned int audiolen; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
780 if( xmcd_file==NULL ) return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
781 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
782 cd_info = cd_info_new(); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
783 if( cd_info==NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
784 return NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
785 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
786 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
787 length = strlen(xmcd_file); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
788 ptr = xmcd_file; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
789 while( ptr!=NULL && pos<length ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
790 // Read a line |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
791 ptr2 = ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
792 while( ptr2[0]!='\0' && ptr2[0]!='\r' && ptr2[0]!='\n' ) ptr2++; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
793 if( ptr2[0]=='\0' ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
794 break; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
795 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
796 ptr2[0] = '\0'; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
797 // Ignore comments |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
798 if( ptr[0]!='#' ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
799 // Search for the album title |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
800 if( xmcd_parse_dtitle(cd_info, ptr) ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
801 // Search for the genre |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
802 else if( xmcd_parse_dgenre(cd_info, ptr) ); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
803 // Search for a track title |
7953 | 804 else if( xmcd_parse_ttitle(cd_info, ptr) ) audiolen++; // <-- audiolen++ to shut up gcc warning |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
805 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
806 if( ptr2[1]=='\n' ) ptr2++; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
807 pos = (ptr2+1)-ptr; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
808 ptr = ptr2+1; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
809 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
810 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
811 audiolen = cdtoc[cd_info->nb_tracks].frame-cdtoc[0].frame; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
812 cd_info->min = (unsigned int)(audiolen/(60*75)); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
813 cd_info->sec = (unsigned int)((audiolen/75)%60); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
814 cd_info->msec = (unsigned int)(audiolen%75); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
815 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
816 return cd_info; |
6474 | 817 } |
818 | |
819 stream_t* | |
820 cddb_open(char *dev, char *track) { | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
821 stream_t *stream; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
822 cd_info_t *cd_info = NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
823 cdda_priv *priv; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
824 char *xmcd_file = NULL; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
825 int ret; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
826 |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
827 ret = cddb_resolve(&xmcd_file); |
8746 | 828 // if( ret<0 ) { |
829 // return NULL; | |
830 // } | |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
831 if( ret==0 ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
832 cd_info = cddb_parse_xmcd(xmcd_file); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
833 free(xmcd_file); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
834 } |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
835 stream = open_cdda(dev, track); |
6474 | 836 |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
837 priv = ((cdda_priv*)(stream->priv)); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
838 if( cd_info!=NULL ) { |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
839 cd_info_free(priv->cd_info); |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
840 priv->cd_info = cd_info; |
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
841 } |
7721 | 842 cd_info_debug( cd_info ); |
6697
4cade272ce2b
Added a simple xmcd parser to retreive the tracks name.
bertrand
parents:
6475
diff
changeset
|
843 return stream; |
6474 | 844 } |
845 #endif |