19 |
- |
1 |
<!DOCTYPE html>
|
|
|
2 |
<html lang="en-US">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
5 |
<title>Find Cheap Music...</title>
|
|
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
7 |
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
|
|
8 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js" integrity="sha384-JUMjoW8OzDJw4oFpWIB2Bu/c6768ObEthBMVSiIx4ruBIEdyNSUQAjJNFqT5pnJ6" crossorigin="anonymous"></script>
|
|
|
9 |
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
|
|
|
10 |
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
|
48 |
- |
11 |
<link rel="stylesheet" href="css/style.min.css" integrity="sha384-yJFS3zzJvOVhVghCftxNaWxX2fXRthhi6Fm4jqndvS0mnKH8OkJuPOGsBPvxJDvO" crossorigin="anonymous">
|
19 |
- |
12 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
|
|
|
13 |
<link rel="stylesheet" href="css/jquery.flexdatalist.min.css" integrity="sha384-IUkltzhO8hiEuEm0UJQvWrrtE1xqVHA0NbUeIY7a+zCokg7LqiDf5HSt69ru8a7R" crossorigin="anonymous">
|
|
|
14 |
<script src="js/jquery.flexdatalist.min.js" integrity="sha384-JKZ5fd3wxuyCR/AhbpbYALE2xwlYMGYu0XpsXixX7YOni1G0is+vwTuSMuGGYhnl" crossorigin="anonymous"></script>
|
|
|
15 |
<script src="js/input-clearer.min.js" integrity="sha384-PPIpFAWvzKO0l06o6zNV8tPFHNistosIDKHylKx5kJIM9zceSlJxAScUWQpt02xy" crossorigin="anonymous"></script>
|
48 |
- |
16 |
<script src="js/paginate.min.js" integrity="sha384-sN78hrw/H8RzeS4ete92bJj3Y0lEBeiryHisgrRm/pvsPyGLf0M14Vnm+cRxVchm" crossorigin="anonymous"></script>
|
37 |
- |
17 |
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900iSlabo+27px&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese" rel="stylesheet">
|
19 |
- |
18 |
</head>
|
|
|
19 |
<body>
|
|
|
20 |
|
48 |
- |
21 |
<pre>https://api.discogs.com/database/search?token=ysffyUybZvPZAcGcNYEBlEooQyvfqWHxYumURMqv&type=All&q=Nena+Kerner<br>stdClass Object
|
|
|
22 |
(
|
|
|
23 |
[pagination] => stdClass Object
|
|
|
24 |
(
|
|
|
25 |
[per_page] => 50
|
|
|
26 |
[items] => 1069
|
|
|
27 |
[page] => 1
|
|
|
28 |
[urls] => stdClass Object
|
|
|
29 |
(
|
|
|
30 |
[last] => https://api.discogs.com/database/search?q=Nena+Kerner&per_page=50&token=ysffyUybZvPZAcGcNYEBlEooQyvfqWHxYumURMqv&type=All&page=22
|
|
|
31 |
[next] => https://api.discogs.com/database/search?q=Nena+Kerner&per_page=50&token=ysffyUybZvPZAcGcNYEBlEooQyvfqWHxYumURMqv&type=All&page=2
|
|
|
32 |
)
|
|
|
33 |
|
|
|
34 |
[pages] => 22
|
|
|
35 |
)
|
|
|
36 |
|
|
|
37 |
[results] => Array
|
|
|
38 |
(
|
|
|
39 |
[0] => stdClass Object
|
|
|
40 |
(
|
|
|
41 |
[thumb] => https://img.discogs.com/BI4W9gEZLNBbR_EalimAAzTHpYM=/150x150/smart/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/A-546203-1504455307-3024.jpeg.jpg
|
|
|
42 |
[title] => Nena Kerner
|
|
|
43 |
[user_data] => stdClass Object
|
|
|
44 |
(
|
|
|
45 |
[in_collection] =>
|
|
|
46 |
[in_wantlist] =>
|
|
|
47 |
)
|
|
|
48 |
|
|
|
49 |
[master_url] =>
|
|
|
50 |
[uri] => /artist/546203-Nena-Kerner
|
|
|
51 |
[cover_image] => https://img.discogs.com/j0zfIOjUFLDa2sQReXr6vU6Bz4E=/600x889/smart/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/A-546203-1504455307-3024.jpeg.jpg
|
|
|
52 |
[resource_url] => https://api.discogs.com/artists/546203
|
|
|
53 |
[master_id] =>
|
|
|
54 |
[type] => artist
|
|
|
55 |
[id] => 546203
|
|
|
56 |
)
|
|
|
57 |
|
|
|
58 |
[1] => stdClass Object
|
|
|
59 |
(
|
|
|
60 |
[user_data] => stdClass Object
|
|
|
61 |
(
|
|
|
62 |
[in_collection] =>
|
|
|
63 |
[in_wantlist] =>
|
|
|
64 |
)
|
|
|
65 |
|
|
|
66 |
[community] => stdClass Object
|
|
|
67 |
(
|
|
|
68 |
[have] => 8852
|
|
|
69 |
[want] => 1363
|
|
|
70 |
)
|
|
|
71 |
|
|
|
72 |
[catno] => CBS 25 264
|
|
|
73 |
[year] => 1983
|
|
|
74 |
[id] => 52223
|
|
|
75 |
[style] => Array
|
|
|
76 |
(
|
|
|
77 |
[0] => New Wave
|
|
|
78 |
[1] => Soft Rock
|
|
|
79 |
[2] => Pop Rock
|
|
|
80 |
[3] => Synth-pop
|
|
|
81 |
)
|
|
|
82 |
|
|
|
83 |
[thumb] => https://img.discogs.com/jmMjuJ71S6oAmiaXjchadqhYVMQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-295272-1338407963-3045.jpeg.jpg
|
|
|
84 |
[title] => Nena - Nena
|
|
|
85 |
[label] => Array
|
|
|
86 |
(
|
|
|
87 |
[0] => CBS
|
|
|
88 |
[1] => CBS
|
|
|
89 |
[2] => Spliff Studio
|
|
|
90 |
[3] => Audio Studios, Berlin
|
|
|
91 |
[4] => Edition Hate
|
|
|
92 |
[5] => April Musikverlag GmbH
|
|
|
93 |
[6] => CBS Inc.
|
|
|
94 |
[7] => CBS Schallplatten GmbH
|
|
|
95 |
[8] => CBS Schallplatten GmbH
|
|
|
96 |
[9] => CBS, Haarlem
|
|
|
97 |
[10] => TELDEC-Studio, Hamburg
|
|
|
98 |
)
|
|
|
99 |
|
|
|
100 |
[master_id] => 52223
|
|
|
101 |
[type] => master
|
|
|
102 |
[format] => Array
|
|
|
103 |
(
|
|
|
104 |
[0] => Vinyl
|
|
|
105 |
[1] => LP
|
|
|
106 |
[2] => Album
|
|
|
107 |
)
|
|
|
108 |
|
|
|
109 |
[barcode] => Array
|
|
|
110 |
(
|
|
|
111 |
[0] => GEMA
|
|
|
112 |
[1] => LC 0149
|
|
|
113 |
[2] => CB 271
|
|
|
114 |
[3] => 58
|
|
|
115 |
[4] => NL 01-25264-4A-1 HI A
|
|
|
116 |
[5] => NL 01-25264-1B-1 HI D
|
|
|
117 |
[6] => NL 01-25264-1A-1 ꬱ A
|
|
|
118 |
[7] => NL 01-25264-1B-1 ꬱ A
|
|
|
119 |
[8] => NL 01-25264-4A-1 H1 A
|
|
|
120 |
[9] => NL 01-25264-2B-1 C
|
|
|
121 |
[10] => NL 01-25264-8A-1 A
|
|
|
122 |
[11] => NL 01-25264-5B-1 D
|
|
|
123 |
[12] => NL 01-25264-IA-I B
|
|
|
124 |
[13] => NL 01-25264-IB-I A
|
|
|
125 |
[14] => NL 01-25264-4A-1 H1 C
|
|
|
126 |
[15] => NL 01-25264-1B-1 H1 E
|
|
|
127 |
)
|
|
|
128 |
|
|
|
129 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
130 |
[genre] => Array
|
|
|
131 |
(
|
|
|
132 |
[0] => Electronic
|
|
|
133 |
[1] => Rock
|
|
|
134 |
)
|
|
|
135 |
|
|
|
136 |
[country] => Europe
|
|
|
137 |
[uri] => /Nena-Nena/master/52223
|
|
|
138 |
[cover_image] => https://img.discogs.com/F2fDfDKxCCKMFsKzhnjqsTudUh4=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-295272-1338407963-3045.jpeg.jpg
|
|
|
139 |
[resource_url] => https://api.discogs.com/masters/52223
|
|
|
140 |
)
|
|
|
141 |
|
|
|
142 |
[2] => stdClass Object
|
|
|
143 |
(
|
|
|
144 |
[thumb] => https://img.discogs.com/bxpHRTuYwqEM0inqULHvGA6mCSY=/150x150/smart/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/A-39774-1496603834-3066.jpeg.jpg
|
|
|
145 |
[title] => Nena
|
|
|
146 |
[user_data] => stdClass Object
|
|
|
147 |
(
|
|
|
148 |
[in_collection] =>
|
|
|
149 |
[in_wantlist] =>
|
|
|
150 |
)
|
|
|
151 |
|
|
|
152 |
[master_url] =>
|
|
|
153 |
[uri] => /artist/39774-Nena
|
|
|
154 |
[cover_image] => https://img.discogs.com/MN55jhqk4Yaf48N0fxXsWY7KG64=/600x801/smart/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/A-39774-1496603834-3066.jpeg.jpg
|
|
|
155 |
[resource_url] => https://api.discogs.com/artists/39774
|
|
|
156 |
[master_id] =>
|
|
|
157 |
[type] => artist
|
|
|
158 |
[id] => 39774
|
|
|
159 |
)
|
|
|
160 |
|
|
|
161 |
[3] => stdClass Object
|
|
|
162 |
(
|
|
|
163 |
[user_data] => stdClass Object
|
|
|
164 |
(
|
|
|
165 |
[in_collection] =>
|
|
|
166 |
[in_wantlist] =>
|
|
|
167 |
)
|
|
|
168 |
|
|
|
169 |
[community] => stdClass Object
|
|
|
170 |
(
|
|
|
171 |
[have] => 5206
|
|
|
172 |
[want] => 267
|
|
|
173 |
)
|
|
|
174 |
|
|
|
175 |
[catno] => CBS 25 264
|
|
|
176 |
[year] => 1983
|
|
|
177 |
[format_quantity] => 1
|
|
|
178 |
[id] => 295272
|
|
|
179 |
[style] => Array
|
|
|
180 |
(
|
|
|
181 |
[0] => New Wave
|
|
|
182 |
[1] => Soft Rock
|
|
|
183 |
[2] => Pop Rock
|
|
|
184 |
[3] => Synth-pop
|
|
|
185 |
)
|
|
|
186 |
|
|
|
187 |
[thumb] => https://img.discogs.com/jmMjuJ71S6oAmiaXjchadqhYVMQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-295272-1338407963-3045.jpeg.jpg
|
|
|
188 |
[title] => Nena - Nena
|
|
|
189 |
[label] => Array
|
|
|
190 |
(
|
|
|
191 |
[0] => CBS
|
|
|
192 |
[1] => CBS
|
|
|
193 |
[2] => Spliff Studio
|
|
|
194 |
[3] => Audio Studios, Berlin
|
|
|
195 |
[4] => Edition Hate
|
|
|
196 |
[5] => April Musikverlag GmbH
|
|
|
197 |
[6] => CBS Inc.
|
|
|
198 |
[7] => CBS Schallplatten GmbH
|
|
|
199 |
[8] => CBS Schallplatten GmbH
|
|
|
200 |
[9] => CBS, Haarlem
|
|
|
201 |
[10] => TELDEC-Studio, Hamburg
|
|
|
202 |
)
|
|
|
203 |
|
|
|
204 |
[master_id] => 52223
|
|
|
205 |
[type] => release
|
|
|
206 |
[format] => Array
|
|
|
207 |
(
|
|
|
208 |
[0] => Vinyl
|
|
|
209 |
[1] => LP
|
|
|
210 |
[2] => Album
|
|
|
211 |
)
|
|
|
212 |
|
|
|
213 |
[barcode] => Array
|
|
|
214 |
(
|
|
|
215 |
[0] => GEMA
|
|
|
216 |
[1] => LC 0149
|
|
|
217 |
[2] => CB 271
|
|
|
218 |
[3] => 58
|
|
|
219 |
[4] => NL 01-25264-4A-1 HI A
|
|
|
220 |
[5] => NL 01-25264-1B-1 HI D
|
|
|
221 |
[6] => NL 01-25264-1A-1 ꬱ A
|
|
|
222 |
[7] => NL 01-25264-1B-1 ꬱ A
|
|
|
223 |
[8] => NL 01-25264-4A-1 H1 A
|
|
|
224 |
[9] => NL 01-25264-2B-1 C
|
|
|
225 |
[10] => NL 01-25264-8A-1 A
|
|
|
226 |
[11] => NL 01-25264-5B-1 D
|
|
|
227 |
[12] => NL 01-25264-IA-I B
|
|
|
228 |
[13] => NL 01-25264-IB-I A
|
|
|
229 |
[14] => NL 01-25264-4A-1 H1 C
|
|
|
230 |
[15] => NL 01-25264-1B-1 H1 E
|
|
|
231 |
)
|
|
|
232 |
|
|
|
233 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
234 |
[genre] => Array
|
|
|
235 |
(
|
|
|
236 |
[0] => Electronic
|
|
|
237 |
[1] => Rock
|
|
|
238 |
)
|
|
|
239 |
|
|
|
240 |
[country] => Europe
|
|
|
241 |
[uri] => /Nena-Nena/release/295272
|
|
|
242 |
[cover_image] => https://img.discogs.com/F2fDfDKxCCKMFsKzhnjqsTudUh4=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-295272-1338407963-3045.jpeg.jpg
|
|
|
243 |
[resource_url] => https://api.discogs.com/releases/295272
|
|
|
244 |
)
|
|
|
245 |
|
|
|
246 |
[4] => stdClass Object
|
|
|
247 |
(
|
|
|
248 |
[user_data] => stdClass Object
|
|
|
249 |
(
|
|
|
250 |
[in_collection] =>
|
|
|
251 |
[in_wantlist] =>
|
|
|
252 |
)
|
|
|
253 |
|
|
|
254 |
[community] => stdClass Object
|
|
|
255 |
(
|
|
|
256 |
[have] => 1749
|
|
|
257 |
[want] => 69
|
|
|
258 |
)
|
|
|
259 |
|
|
|
260 |
[catno] => CBS 25 264
|
|
|
261 |
[year] => 1983
|
|
|
262 |
[format_quantity] => 1
|
|
|
263 |
[id] => 2353302
|
|
|
264 |
[style] => Array
|
|
|
265 |
(
|
|
|
266 |
[0] => New Wave
|
|
|
267 |
[1] => Soft Rock
|
|
|
268 |
[2] => Pop Rock
|
|
|
269 |
[3] => Synth-pop
|
|
|
270 |
)
|
|
|
271 |
|
|
|
272 |
[thumb] => https://img.discogs.com/V4KhcVWDhBVd9nB5IiBwL9U-Xuk=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2353302-1407572407-6130.jpeg.jpg
|
|
|
273 |
[title] => Nena - Nena
|
|
|
274 |
[label] => Array
|
|
|
275 |
(
|
|
|
276 |
[0] => CBS
|
|
|
277 |
[1] => CBS Schallplatten GmbH
|
|
|
278 |
[2] => CBS Schallplatten GmbH
|
|
|
279 |
[3] => Spliff Studio
|
|
|
280 |
[4] => Audio Studios, Berlin
|
|
|
281 |
[5] => Edition Hate
|
|
|
282 |
[6] => April Musikverlag GmbH
|
|
|
283 |
[7] => TELDEC-Studio, Hamburg
|
|
|
284 |
[8] => CBS, Haarlem
|
|
|
285 |
)
|
|
|
286 |
|
|
|
287 |
[master_id] => 52223
|
|
|
288 |
[type] => release
|
|
|
289 |
[format] => Array
|
|
|
290 |
(
|
|
|
291 |
[0] => Vinyl
|
|
|
292 |
[1] => LP
|
|
|
293 |
[2] => Album
|
|
|
294 |
)
|
|
|
295 |
|
|
|
296 |
[barcode] => Array
|
|
|
297 |
(
|
|
|
298 |
[0] => LC 0149
|
|
|
299 |
[1] => GEMA
|
|
|
300 |
[2] => NL 01-25264-5A-1 B
|
|
|
301 |
[3] => NL 01-25264-1B-1 E
|
|
|
302 |
[4] => NL OI-25264-3A-I
|
|
|
303 |
[5] => NL OI-25264-IB-I
|
|
|
304 |
[6] => NL 01-25264-8A-1 C
|
|
|
305 |
[7] => NL 01-25264-4B-1 E
|
|
|
306 |
[8] => NL 01-252264-5A-1
|
|
|
307 |
[9] => NL 01-252264-3B-1
|
|
|
308 |
[10] => NL 01-25264-4A-1 C
|
|
|
309 |
[11] => NL 01-25264-5B-1 C
|
|
|
310 |
[12] => NL 01-25264-5A-1
|
|
|
311 |
[13] => NL 01-25264-2B-1
|
|
|
312 |
[14] => NL 01-25264-8A-1 E
|
|
|
313 |
[15] => NL 01-25264-3A-1 D
|
|
|
314 |
[16] => NL 01-25264-6A-1 A
|
|
|
315 |
[17] => NL 01-25264-1B-1 E
|
|
|
316 |
[18] => H1
|
|
|
317 |
[19] => CB 271
|
|
|
318 |
[20] => 58
|
|
|
319 |
)
|
|
|
320 |
|
|
|
321 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
322 |
[genre] => Array
|
|
|
323 |
(
|
|
|
324 |
[0] => Electronic
|
|
|
325 |
[1] => Rock
|
|
|
326 |
)
|
|
|
327 |
|
|
|
328 |
[country] => Europe
|
|
|
329 |
[uri] => /Nena-Nena/release/2353302
|
|
|
330 |
[cover_image] => https://img.discogs.com/K9V3Tqq2J4eCTh1gnmYTpI-WgVo=/fit-in/600x596/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2353302-1407572407-6130.jpeg.jpg
|
|
|
331 |
[resource_url] => https://api.discogs.com/releases/2353302
|
|
|
332 |
)
|
|
|
333 |
|
|
|
334 |
[5] => stdClass Object
|
|
|
335 |
(
|
|
|
336 |
[user_data] => stdClass Object
|
|
|
337 |
(
|
|
|
338 |
[in_collection] =>
|
|
|
339 |
[in_wantlist] =>
|
|
|
340 |
)
|
|
|
341 |
|
|
|
342 |
[community] => stdClass Object
|
|
|
343 |
(
|
|
|
344 |
[have] => 804
|
|
|
345 |
[want] => 27
|
|
|
346 |
)
|
|
|
347 |
|
|
|
348 |
[catno] => 8 56 192
|
|
|
349 |
[year] => 1986
|
|
|
350 |
[format_quantity] => 1
|
|
|
351 |
[id] => 472314
|
|
|
352 |
[style] => Array
|
|
|
353 |
(
|
|
|
354 |
[0] => New Wave
|
|
|
355 |
[1] => Synth-pop
|
|
|
356 |
)
|
|
|
357 |
|
|
|
358 |
[thumb] => https://img.discogs.com/2BSMFgvmQC1V2O_opzdHfADlXKQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-472314-1189944257.jpeg.jpg
|
|
|
359 |
[title] => Nena - Nena
|
|
|
360 |
[label] => Array
|
|
|
361 |
(
|
|
|
362 |
[0] => AMIGA
|
|
|
363 |
[1] => VEB Deutsche Schallplatten Berlin
|
|
|
364 |
[2] => CBS Records International
|
|
|
365 |
[3] => VEB Gotha-Druck
|
|
|
366 |
)
|
|
|
367 |
|
|
|
368 |
[master_id] => 201840
|
|
|
369 |
[type] => release
|
|
|
370 |
[format] => Array
|
|
|
371 |
(
|
|
|
372 |
[0] => Vinyl
|
|
|
373 |
[1] => LP
|
|
|
374 |
[2] => Compilation
|
|
|
375 |
)
|
|
|
376 |
|
|
|
377 |
[barcode] => Array
|
|
|
378 |
(
|
|
|
379 |
[0] => 8 56 192 -1A E86 EN C
|
|
|
380 |
[1] => 8 56 192 -2A E86 EN C
|
|
|
381 |
[2] => AWA
|
|
|
382 |
[3] => Ag 511/01/86/A
|
|
|
383 |
)
|
|
|
384 |
|
|
|
385 |
[master_url] => https://api.discogs.com/masters/201840
|
|
|
386 |
[genre] => Array
|
|
|
387 |
(
|
|
|
388 |
[0] => Electronic
|
|
|
389 |
[1] => Rock
|
|
|
390 |
)
|
|
|
391 |
|
|
|
392 |
[country] => German Democratic Republic (GDR)
|
|
|
393 |
[uri] => /Nena-Nena/release/472314
|
|
|
394 |
[cover_image] => https://img.discogs.com/Ql_aNIQur6_Rpp-Aj1M0jpTol4I=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-472314-1189944257.jpeg.jpg
|
|
|
395 |
[resource_url] => https://api.discogs.com/releases/472314
|
|
|
396 |
)
|
|
|
397 |
|
|
|
398 |
[6] => stdClass Object
|
|
|
399 |
(
|
|
|
400 |
[user_data] => stdClass Object
|
|
|
401 |
(
|
|
|
402 |
[in_collection] =>
|
|
|
403 |
[in_wantlist] =>
|
|
|
404 |
)
|
|
|
405 |
|
|
|
406 |
[community] => stdClass Object
|
|
|
407 |
(
|
|
|
408 |
[have] => 816
|
|
|
409 |
[want] => 33
|
|
|
410 |
)
|
|
|
411 |
|
|
|
412 |
[catno] => 8 56 192
|
|
|
413 |
[year] => 1986
|
|
|
414 |
[id] => 201840
|
|
|
415 |
[style] => Array
|
|
|
416 |
(
|
|
|
417 |
[0] => New Wave
|
|
|
418 |
[1] => Synth-pop
|
|
|
419 |
)
|
|
|
420 |
|
|
|
421 |
[thumb] => https://img.discogs.com/2BSMFgvmQC1V2O_opzdHfADlXKQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-472314-1189944257.jpeg.jpg
|
|
|
422 |
[title] => Nena - Nena
|
|
|
423 |
[label] => Array
|
|
|
424 |
(
|
|
|
425 |
[0] => AMIGA
|
|
|
426 |
[1] => VEB Deutsche Schallplatten Berlin
|
|
|
427 |
[2] => CBS Records International
|
|
|
428 |
[3] => VEB Gotha-Druck
|
|
|
429 |
)
|
|
|
430 |
|
|
|
431 |
[master_id] => 201840
|
|
|
432 |
[type] => master
|
|
|
433 |
[format] => Array
|
|
|
434 |
(
|
|
|
435 |
[0] => Vinyl
|
|
|
436 |
[1] => LP
|
|
|
437 |
[2] => Compilation
|
|
|
438 |
)
|
|
|
439 |
|
|
|
440 |
[barcode] => Array
|
|
|
441 |
(
|
|
|
442 |
[0] => 8 56 192 -1A E86 EN C
|
|
|
443 |
[1] => 8 56 192 -2A E86 EN C
|
|
|
444 |
[2] => AWA
|
|
|
445 |
[3] => Ag 511/01/86/A
|
|
|
446 |
)
|
|
|
447 |
|
|
|
448 |
[master_url] => https://api.discogs.com/masters/201840
|
|
|
449 |
[genre] => Array
|
|
|
450 |
(
|
|
|
451 |
[0] => Electronic
|
|
|
452 |
[1] => Rock
|
|
|
453 |
)
|
|
|
454 |
|
|
|
455 |
[country] => German Democratic Republic (GDR)
|
|
|
456 |
[uri] => /Nena-Nena/master/201840
|
|
|
457 |
[cover_image] => https://img.discogs.com/Ql_aNIQur6_Rpp-Aj1M0jpTol4I=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-472314-1189944257.jpeg.jpg
|
|
|
458 |
[resource_url] => https://api.discogs.com/masters/201840
|
|
|
459 |
)
|
|
|
460 |
|
|
|
461 |
[7] => stdClass Object
|
|
|
462 |
(
|
|
|
463 |
[user_data] => stdClass Object
|
|
|
464 |
(
|
|
|
465 |
[in_collection] =>
|
|
|
466 |
[in_wantlist] =>
|
|
|
467 |
)
|
|
|
468 |
|
|
|
469 |
[community] => stdClass Object
|
|
|
470 |
(
|
|
|
471 |
[have] => 336
|
|
|
472 |
[want] => 55
|
|
|
473 |
)
|
|
|
474 |
|
|
|
475 |
[catno] => 5050466-1087-2-2
|
|
|
476 |
[year] => 2002
|
|
|
477 |
[id] => 374772
|
|
|
478 |
[style] => Array
|
|
|
479 |
(
|
|
|
480 |
[0] => Europop
|
|
|
481 |
)
|
|
|
482 |
|
|
|
483 |
[thumb] => https://img.discogs.com/agPmYficJBfqCGrIjIN9FVFl6Ek=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2628218-1306685973.jpeg.jpg
|
|
|
484 |
[title] => Nena* - Nena Feat. Nena
|
|
|
485 |
[label] => Array
|
|
|
486 |
(
|
|
|
487 |
[0] => Warner Strategic Marketing
|
|
|
488 |
[1] => Pentagon
|
|
|
489 |
)
|
|
|
490 |
|
|
|
491 |
[master_id] => 374772
|
|
|
492 |
[type] => master
|
|
|
493 |
[format] => Array
|
|
|
494 |
(
|
|
|
495 |
[0] => CD
|
|
|
496 |
[1] => Album
|
|
|
497 |
[2] => Copy Protected
|
|
|
498 |
)
|
|
|
499 |
|
|
|
500 |
[barcode] => Array
|
|
|
501 |
(
|
|
|
502 |
[0] => 5 050466 108722
|
|
|
503 |
[1] => 5050466108722
|
|
|
504 |
[2] => BIEM / MCPS
|
|
|
505 |
[3] => LC 03708
|
|
|
506 |
[4] => [Warner 'W' logo] 5050466108722 V01
|
|
|
507 |
[5] => IFPI L012
|
|
|
508 |
[6] => IFPI 05N8
|
|
|
509 |
)
|
|
|
510 |
|
|
|
511 |
[master_url] => https://api.discogs.com/masters/374772
|
|
|
512 |
[genre] => Array
|
|
|
513 |
(
|
|
|
514 |
[0] => Pop
|
|
|
515 |
)
|
|
|
516 |
|
|
|
517 |
[country] => Germany
|
|
|
518 |
[uri] => /Nena-Nena-Feat-Nena/master/374772
|
|
|
519 |
[cover_image] => https://img.discogs.com/wsKypuA_LBXb7zjtK-Iy0Uvnc2I=/fit-in/600x588/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2628218-1306685973.jpeg.jpg
|
|
|
520 |
[resource_url] => https://api.discogs.com/masters/374772
|
|
|
521 |
)
|
|
|
522 |
|
|
|
523 |
[8] => stdClass Object
|
|
|
524 |
(
|
|
|
525 |
[user_data] => stdClass Object
|
|
|
526 |
(
|
|
|
527 |
[in_collection] =>
|
|
|
528 |
[in_wantlist] =>
|
|
|
529 |
)
|
|
|
530 |
|
|
|
531 |
[community] => stdClass Object
|
|
|
532 |
(
|
|
|
533 |
[have] => 340
|
|
|
534 |
[want] => 19
|
|
|
535 |
)
|
|
|
536 |
|
|
|
537 |
[catno] => 5 56 081
|
|
|
538 |
[year] => 1984
|
|
|
539 |
[format_quantity] => 1
|
|
|
540 |
[id] => 472371
|
|
|
541 |
[style] => Array
|
|
|
542 |
(
|
|
|
543 |
[0] => Synth-pop
|
|
|
544 |
)
|
|
|
545 |
|
|
|
546 |
[thumb] => https://img.discogs.com/CVeTiufeZVVNLhAOl3Ctq5MQTCo=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-472371-1416599206-9998.jpeg.jpg
|
|
|
547 |
[title] => Nena - Nena
|
|
|
548 |
[label] => Array
|
|
|
549 |
(
|
|
|
550 |
[0] => AMIGA
|
|
|
551 |
[1] => Amiga Quartett
|
|
|
552 |
[2] => VEB Gotha-Druck
|
|
|
553 |
[3] => VEB Deutsche Schallplatten Berlin
|
|
|
554 |
)
|
|
|
555 |
|
|
|
556 |
[master_id] => 0
|
|
|
557 |
[type] => release
|
|
|
558 |
[format] => Array
|
|
|
559 |
(
|
|
|
560 |
[0] => Vinyl
|
|
|
561 |
[1] => 7"
|
|
|
562 |
[2] => 45 RPM
|
|
|
563 |
[3] => EP
|
|
|
564 |
)
|
|
|
565 |
|
|
|
566 |
[barcode] => Array
|
|
|
567 |
(
|
|
|
568 |
[0] => AWA
|
|
|
569 |
[1] => 5 56 081 - 1A E84 E C
|
|
|
570 |
[2] => 5 56 081 - 2A E84 E C
|
|
|
571 |
[3] => Ag 511/01/84
|
|
|
572 |
[4] => 8,10 M
|
|
|
573 |
)
|
|
|
574 |
|
|
|
575 |
[master_url] =>
|
|
|
576 |
[genre] => Array
|
|
|
577 |
(
|
|
|
578 |
[0] => Electronic
|
|
|
579 |
)
|
|
|
580 |
|
|
|
581 |
[country] => German Democratic Republic (GDR)
|
|
|
582 |
[uri] => /Nena-Nena/release/472371
|
|
|
583 |
[cover_image] => https://img.discogs.com/_QznhS0M83EIMd3HwEx5m6jLR-0=/fit-in/600x608/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-472371-1416599206-9998.jpeg.jpg
|
|
|
584 |
[resource_url] => https://api.discogs.com/releases/472371
|
|
|
585 |
)
|
|
|
586 |
|
|
|
587 |
[9] => stdClass Object
|
|
|
588 |
(
|
|
|
589 |
[user_data] => stdClass Object
|
|
|
590 |
(
|
|
|
591 |
[in_collection] =>
|
|
|
592 |
[in_wantlist] =>
|
|
|
593 |
)
|
|
|
594 |
|
|
|
595 |
[community] => stdClass Object
|
|
|
596 |
(
|
|
|
597 |
[have] => 286
|
|
|
598 |
[want] => 34
|
|
|
599 |
)
|
|
|
600 |
|
|
|
601 |
[catno] => CBS 25264
|
|
|
602 |
[year] => 1984
|
|
|
603 |
[format_quantity] => 1
|
|
|
604 |
[id] => 3717353
|
|
|
605 |
[style] => Array
|
|
|
606 |
(
|
|
|
607 |
[0] => New Wave
|
|
|
608 |
[1] => Soft Rock
|
|
|
609 |
[2] => Pop Rock
|
|
|
610 |
[3] => Synth-pop
|
|
|
611 |
)
|
|
|
612 |
|
|
|
613 |
[thumb] => https://img.discogs.com/GXwUZIN7UiVzgLRUsoCV3n32dDA=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-3717353-1347189457-4774.jpeg.jpg
|
|
|
614 |
[title] => Nena - Nena
|
|
|
615 |
[label] => Array
|
|
|
616 |
(
|
|
|
617 |
[0] => CBS
|
|
|
618 |
[1] => CBS
|
|
|
619 |
[2] => CBS
|
|
|
620 |
[3] => CBS
|
|
|
621 |
[4] => Suzy
|
|
|
622 |
[5] => Suzy
|
|
|
623 |
[6] => Suzy
|
|
|
624 |
[7] => Suzy
|
|
|
625 |
[8] => Edition Hate
|
|
|
626 |
[9] => April Musikverlag GmbH
|
|
|
627 |
[10] => CBS Schallplatten GmbH
|
|
|
628 |
[11] => CBS Schallplatten GmbH
|
|
|
629 |
[12] => CBS Inc.
|
|
|
630 |
[13] => Spliff Studio
|
|
|
631 |
[14] => Audio Studios, Berlin
|
|
|
632 |
)
|
|
|
633 |
|
|
|
634 |
[master_id] => 52223
|
|
|
635 |
[type] => release
|
|
|
636 |
[format] => Array
|
|
|
637 |
(
|
|
|
638 |
[0] => Vinyl
|
|
|
639 |
[1] => LP
|
|
|
640 |
[2] => Album
|
|
|
641 |
)
|
|
|
642 |
|
|
|
643 |
[barcode] => Array
|
|
|
644 |
(
|
|
|
645 |
[0] => LP 25264-A I A.T. 1-4
|
|
|
646 |
[1] => LP 25264-B I A.T. 14
|
|
|
647 |
[2] => SOKOJ
|
|
|
648 |
[3] => CB 271
|
|
|
649 |
[4] => 58
|
|
|
650 |
)
|
|
|
651 |
|
|
|
652 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
653 |
[genre] => Array
|
|
|
654 |
(
|
|
|
655 |
[0] => Electronic
|
|
|
656 |
[1] => Rock
|
|
|
657 |
)
|
|
|
658 |
|
|
|
659 |
[country] => Yugoslavia
|
|
|
660 |
[uri] => /Nena-Nena/release/3717353
|
|
|
661 |
[cover_image] => https://img.discogs.com/sOCQoHYKm_97EiimdzE5zVur4Mk=/fit-in/600x607/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-3717353-1347189457-4774.jpeg.jpg
|
|
|
662 |
[resource_url] => https://api.discogs.com/releases/3717353
|
|
|
663 |
)
|
|
|
664 |
|
|
|
665 |
[10] => stdClass Object
|
|
|
666 |
(
|
|
|
667 |
[user_data] => stdClass Object
|
|
|
668 |
(
|
|
|
669 |
[in_collection] =>
|
|
|
670 |
[in_wantlist] =>
|
|
|
671 |
)
|
|
|
672 |
|
|
|
673 |
[community] => stdClass Object
|
|
|
674 |
(
|
|
|
675 |
[have] => 302
|
|
|
676 |
[want] => 16
|
|
|
677 |
)
|
|
|
678 |
|
|
|
679 |
[catno] => 5050466-4332-2-0
|
|
|
680 |
[year] => 2003
|
|
|
681 |
[id] => 144632
|
|
|
682 |
[style] => Array
|
|
|
683 |
(
|
|
|
684 |
[0] => Pop Rock
|
|
|
685 |
)
|
|
|
686 |
|
|
|
687 |
[thumb] => https://img.discogs.com/CCC41-wjQhtHilpw0TEtdAkqKv4=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-802861-1160346976.jpeg.jpg
|
|
|
688 |
[title] => Nena* - Nena Feat. Nena Edition 2003
|
|
|
689 |
[label] => Array
|
|
|
690 |
(
|
|
|
691 |
[0] => Warner Strategic Marketing
|
|
|
692 |
[1] => Pentagon
|
|
|
693 |
[2] => Warner Strategic Marketing
|
|
|
694 |
[3] => Warner Strategic Marketing
|
|
|
695 |
[4] => Warner Music Manufacturing Europe
|
|
|
696 |
[5] => Warner Music Group Germany GmbH & Co. Holding OHG
|
|
|
697 |
[6] => AOL Time Warner
|
|
|
698 |
)
|
|
|
699 |
|
|
|
700 |
[master_id] => 144632
|
|
|
701 |
[type] => master
|
|
|
702 |
[format] => Array
|
|
|
703 |
(
|
|
|
704 |
[0] => CD
|
|
|
705 |
[1] => Compilation
|
|
|
706 |
[2] => Copy Protected
|
|
|
707 |
)
|
|
|
708 |
|
|
|
709 |
[barcode] => Array
|
|
|
710 |
(
|
|
|
711 |
[0] => 5 050466 433220
|
|
|
712 |
[1] => 5050466433220
|
|
|
713 |
[2] => CDS200 {Warner logo} 5050466433220.2 V01
|
|
|
714 |
[3] => IFPI L012
|
|
|
715 |
[4] => IFPI 05P1
|
|
|
716 |
[5] => LC 03708
|
|
|
717 |
[6] => GEMA/BIEM
|
|
|
718 |
[7] => B00008CR1S
|
|
|
719 |
)
|
|
|
720 |
|
|
|
721 |
[master_url] => https://api.discogs.com/masters/144632
|
|
|
722 |
[genre] => Array
|
|
|
723 |
(
|
|
|
724 |
[0] => Rock
|
|
|
725 |
[1] => Pop
|
|
|
726 |
)
|
|
|
727 |
|
|
|
728 |
[country] => Germany
|
|
|
729 |
[uri] => /Nena-Nena-Feat-Nena-Edition-2003/master/144632
|
|
|
730 |
[cover_image] => https://img.discogs.com/mCTLbH5tVOYGtfONuj1X0muhRoQ=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-802861-1160346976.jpeg.jpg
|
|
|
731 |
[resource_url] => https://api.discogs.com/masters/144632
|
|
|
732 |
)
|
|
|
733 |
|
|
|
734 |
[11] => stdClass Object
|
|
|
735 |
(
|
|
|
736 |
[user_data] => stdClass Object
|
|
|
737 |
(
|
|
|
738 |
[in_collection] =>
|
|
|
739 |
[in_wantlist] =>
|
|
|
740 |
)
|
|
|
741 |
|
|
|
742 |
[community] => stdClass Object
|
|
|
743 |
(
|
|
|
744 |
[have] => 249
|
|
|
745 |
[want] => 6
|
|
|
746 |
)
|
|
|
747 |
|
|
|
748 |
[catno] => 5050466-4332-2-0
|
|
|
749 |
[year] => 2003
|
|
|
750 |
[format_quantity] => 1
|
|
|
751 |
[id] => 802861
|
|
|
752 |
[style] => Array
|
|
|
753 |
(
|
|
|
754 |
[0] => Pop Rock
|
|
|
755 |
)
|
|
|
756 |
|
|
|
757 |
[thumb] => https://img.discogs.com/CCC41-wjQhtHilpw0TEtdAkqKv4=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-802861-1160346976.jpeg.jpg
|
|
|
758 |
[title] => Nena* - Nena Feat. Nena Edition 2003
|
|
|
759 |
[label] => Array
|
|
|
760 |
(
|
|
|
761 |
[0] => Warner Strategic Marketing
|
|
|
762 |
[1] => Pentagon
|
|
|
763 |
[2] => Warner Strategic Marketing
|
|
|
764 |
[3] => Warner Strategic Marketing
|
|
|
765 |
[4] => Warner Music Manufacturing Europe
|
|
|
766 |
[5] => Warner Music Group Germany GmbH & Co. Holding OHG
|
|
|
767 |
[6] => AOL Time Warner
|
|
|
768 |
)
|
|
|
769 |
|
|
|
770 |
[master_id] => 144632
|
|
|
771 |
[type] => release
|
|
|
772 |
[format] => Array
|
|
|
773 |
(
|
|
|
774 |
[0] => CD
|
|
|
775 |
[1] => Compilation
|
|
|
776 |
[2] => Copy Protected
|
|
|
777 |
)
|
|
|
778 |
|
|
|
779 |
[barcode] => Array
|
|
|
780 |
(
|
|
|
781 |
[0] => 5 050466 433220
|
|
|
782 |
[1] => 5050466433220
|
|
|
783 |
[2] => CDS200 {Warner logo} 5050466433220.2 V01
|
|
|
784 |
[3] => IFPI L012
|
|
|
785 |
[4] => IFPI 05P1
|
|
|
786 |
[5] => LC 03708
|
|
|
787 |
[6] => GEMA/BIEM
|
|
|
788 |
[7] => B00008CR1S
|
|
|
789 |
)
|
|
|
790 |
|
|
|
791 |
[master_url] => https://api.discogs.com/masters/144632
|
|
|
792 |
[genre] => Array
|
|
|
793 |
(
|
|
|
794 |
[0] => Rock
|
|
|
795 |
[1] => Pop
|
|
|
796 |
)
|
|
|
797 |
|
|
|
798 |
[country] => Germany
|
|
|
799 |
[uri] => /Nena-Nena-Feat-Nena-Edition-2003/release/802861
|
|
|
800 |
[cover_image] => https://img.discogs.com/mCTLbH5tVOYGtfONuj1X0muhRoQ=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-802861-1160346976.jpeg.jpg
|
|
|
801 |
[resource_url] => https://api.discogs.com/releases/802861
|
|
|
802 |
)
|
|
|
803 |
|
|
|
804 |
[12] => stdClass Object
|
|
|
805 |
(
|
|
|
806 |
[user_data] => stdClass Object
|
|
|
807 |
(
|
|
|
808 |
[in_collection] =>
|
|
|
809 |
[in_wantlist] =>
|
|
|
810 |
)
|
|
|
811 |
|
|
|
812 |
[community] => stdClass Object
|
|
|
813 |
(
|
|
|
814 |
[have] => 177
|
|
|
815 |
[want] => 6
|
|
|
816 |
)
|
|
|
817 |
|
|
|
818 |
[catno] => 5050466-1087-2-2
|
|
|
819 |
[year] => 2002
|
|
|
820 |
[format_quantity] => 1
|
|
|
821 |
[id] => 2628218
|
|
|
822 |
[style] => Array
|
|
|
823 |
(
|
|
|
824 |
[0] => Europop
|
|
|
825 |
)
|
|
|
826 |
|
|
|
827 |
[thumb] => https://img.discogs.com/agPmYficJBfqCGrIjIN9FVFl6Ek=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2628218-1306685973.jpeg.jpg
|
|
|
828 |
[title] => Nena* - Nena Feat. Nena
|
|
|
829 |
[label] => Array
|
|
|
830 |
(
|
|
|
831 |
[0] => Warner Strategic Marketing
|
|
|
832 |
[1] => Pentagon
|
|
|
833 |
)
|
|
|
834 |
|
|
|
835 |
[master_id] => 374772
|
|
|
836 |
[type] => release
|
|
|
837 |
[format] => Array
|
|
|
838 |
(
|
|
|
839 |
[0] => CD
|
|
|
840 |
[1] => Album
|
|
|
841 |
[2] => Copy Protected
|
|
|
842 |
)
|
|
|
843 |
|
|
|
844 |
[barcode] => Array
|
|
|
845 |
(
|
|
|
846 |
[0] => 5 050466 108722
|
|
|
847 |
[1] => 5050466108722
|
|
|
848 |
[2] => BIEM / MCPS
|
|
|
849 |
[3] => LC 03708
|
|
|
850 |
[4] => [Warner 'W' logo] 5050466108722 V01
|
|
|
851 |
[5] => IFPI L012
|
|
|
852 |
[6] => IFPI 05N8
|
|
|
853 |
)
|
|
|
854 |
|
|
|
855 |
[master_url] => https://api.discogs.com/masters/374772
|
|
|
856 |
[genre] => Array
|
|
|
857 |
(
|
|
|
858 |
[0] => Pop
|
|
|
859 |
)
|
|
|
860 |
|
|
|
861 |
[country] => Germany
|
|
|
862 |
[uri] => /Nena-Nena-Feat-Nena/release/2628218
|
|
|
863 |
[cover_image] => https://img.discogs.com/wsKypuA_LBXb7zjtK-Iy0Uvnc2I=/fit-in/600x588/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2628218-1306685973.jpeg.jpg
|
|
|
864 |
[resource_url] => https://api.discogs.com/releases/2628218
|
|
|
865 |
)
|
|
|
866 |
|
|
|
867 |
[13] => stdClass Object
|
|
|
868 |
(
|
|
|
869 |
[user_data] => stdClass Object
|
|
|
870 |
(
|
|
|
871 |
[in_collection] =>
|
|
|
872 |
[in_wantlist] =>
|
|
|
873 |
)
|
|
|
874 |
|
|
|
875 |
[community] => stdClass Object
|
|
|
876 |
(
|
|
|
877 |
[have] => 189
|
|
|
878 |
[want] => 49
|
|
|
879 |
)
|
|
|
880 |
|
|
|
881 |
[catno] => 25·3P-488
|
|
|
882 |
[year] => 1983
|
|
|
883 |
[format_quantity] => 1
|
|
|
884 |
[id] => 1914928
|
|
|
885 |
[style] => Array
|
|
|
886 |
(
|
|
|
887 |
[0] => New Wave
|
|
|
888 |
[1] => Soft Rock
|
|
|
889 |
[2] => Pop Rock
|
|
|
890 |
[3] => Synth-pop
|
|
|
891 |
)
|
|
|
892 |
|
|
|
893 |
[thumb] => https://img.discogs.com/wWAtl5ZioRomzti7BWD30bdrKm4=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-1914928-1469063839-6997.jpeg.jpg
|
|
|
894 |
[title] => Nena - Nena
|
|
|
895 |
[label] => Array
|
|
|
896 |
(
|
|
|
897 |
[0] => Epic International
|
|
|
898 |
[1] => CBS Schallplatten GmbH
|
|
|
899 |
[2] => CBS Schallplatten GmbH
|
|
|
900 |
[3] => Epic/Sony Inc.
|
|
|
901 |
[4] => Edition Hate
|
|
|
902 |
[5] => April Musikverlag GmbH
|
|
|
903 |
[6] => Spliff Studio
|
|
|
904 |
[7] => Audio Studios, Berlin
|
|
|
905 |
)
|
|
|
906 |
|
|
|
907 |
[master_id] => 52223
|
|
|
908 |
[type] => release
|
|
|
909 |
[format] => Array
|
|
|
910 |
(
|
|
|
911 |
[0] => Vinyl
|
|
|
912 |
[1] => LP
|
|
|
913 |
[2] => Album
|
|
|
914 |
)
|
|
|
915 |
|
|
|
916 |
[barcode] => Array
|
|
|
917 |
(
|
|
|
918 |
[0] => 25-3P-488A1 〄CS 1A 8
|
|
|
919 |
[1] => 25-3P-488B1 1A8
|
|
|
920 |
[2] => JASRAC
|
|
|
921 |
[3] => ¥2,500
|
|
|
922 |
)
|
|
|
923 |
|
|
|
924 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
925 |
[genre] => Array
|
|
|
926 |
(
|
|
|
927 |
[0] => Electronic
|
|
|
928 |
[1] => Rock
|
|
|
929 |
)
|
|
|
930 |
|
|
|
931 |
[country] => Japan
|
|
|
932 |
[uri] => /Nena-Nena/release/1914928
|
|
|
933 |
[cover_image] => https://img.discogs.com/OG7Bt1MAus6UphFmTCiZy_qtCsk=/fit-in/600x601/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-1914928-1469063839-6997.jpeg.jpg
|
|
|
934 |
[resource_url] => https://api.discogs.com/releases/1914928
|
|
|
935 |
)
|
|
|
936 |
|
|
|
937 |
[14] => stdClass Object
|
|
|
938 |
(
|
|
|
939 |
[user_data] => stdClass Object
|
|
|
940 |
(
|
|
|
941 |
[in_collection] =>
|
|
|
942 |
[in_wantlist] =>
|
|
|
943 |
)
|
|
|
944 |
|
|
|
945 |
[community] => stdClass Object
|
|
|
946 |
(
|
|
|
947 |
[have] => 176
|
|
|
948 |
[want] => 49
|
|
|
949 |
)
|
|
|
950 |
|
|
|
951 |
[catno] => CBSCL 32098-6
|
|
|
952 |
[year] => 1983
|
|
|
953 |
[format_quantity] => 1
|
|
|
954 |
[id] => 4428620
|
|
|
955 |
[style] => Array
|
|
|
956 |
(
|
|
|
957 |
[0] => New Wave
|
|
|
958 |
[1] => Soft Rock
|
|
|
959 |
[2] => Pop Rock
|
|
|
960 |
[3] => Synth-pop
|
|
|
961 |
)
|
|
|
962 |
|
|
|
963 |
[thumb] => https://img.discogs.com/K1XHjb313zvE9-LGHUjgP-3H4Qs=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-4428620-1364619572-8184.jpeg.jpg
|
|
|
964 |
[title] => Nena - Nena
|
|
|
965 |
[label] => Array
|
|
|
966 |
(
|
|
|
967 |
[0] => CBS
|
|
|
968 |
[1] => Spliff Studio
|
|
|
969 |
[2] => Audio Studios, Berlin
|
|
|
970 |
[3] => Edition Hate
|
|
|
971 |
)
|
|
|
972 |
|
|
|
973 |
[master_id] => 52223
|
|
|
974 |
[type] => release
|
|
|
975 |
[format] => Array
|
|
|
976 |
(
|
|
|
977 |
[0] => Vinyl
|
|
|
978 |
[1] => LP
|
|
|
979 |
[2] => Album
|
|
|
980 |
[3] => Club Edition
|
|
|
981 |
)
|
|
|
982 |
|
|
|
983 |
[barcode] => Array
|
|
|
984 |
(
|
|
|
985 |
[0] => LC 0149
|
|
|
986 |
[1] => GEMA
|
|
|
987 |
)
|
|
|
988 |
|
|
|
989 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
990 |
[genre] => Array
|
|
|
991 |
(
|
|
|
992 |
[0] => Electronic
|
|
|
993 |
[1] => Rock
|
|
|
994 |
)
|
|
|
995 |
|
|
|
996 |
[country] => Germany
|
|
|
997 |
[uri] => /Nena-Nena/release/4428620
|
|
|
998 |
[cover_image] => https://img.discogs.com/Li59ztNGigb8Fca2Fc564nQN1CE=/fit-in/400x399/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-4428620-1364619572-8184.jpeg.jpg
|
|
|
999 |
[resource_url] => https://api.discogs.com/releases/4428620
|
|
|
1000 |
)
|
|
|
1001 |
|
|
|
1002 |
[15] => stdClass Object
|
|
|
1003 |
(
|
|
|
1004 |
[user_data] => stdClass Object
|
|
|
1005 |
(
|
|
|
1006 |
[in_collection] =>
|
|
|
1007 |
[in_wantlist] =>
|
|
|
1008 |
)
|
|
|
1009 |
|
|
|
1010 |
[community] => stdClass Object
|
|
|
1011 |
(
|
|
|
1012 |
[have] => 139
|
|
|
1013 |
[want] => 45
|
|
|
1014 |
)
|
|
|
1015 |
|
|
|
1016 |
[catno] => CBS 25264
|
|
|
1017 |
[year] => 1983
|
|
|
1018 |
[format_quantity] => 1
|
|
|
1019 |
[id] => 2916142
|
|
|
1020 |
[style] => Array
|
|
|
1021 |
(
|
|
|
1022 |
[0] => New Wave
|
|
|
1023 |
[1] => Soft Rock
|
|
|
1024 |
[2] => Pop Rock
|
|
|
1025 |
[3] => Synth-pop
|
|
|
1026 |
)
|
|
|
1027 |
|
|
|
1028 |
[thumb] => https://img.discogs.com/7TabU6GzMGYkLm9oG_RcAJfsfow=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2916142-1363893982-4453.jpeg.jpg
|
|
|
1029 |
[title] => Nena - Nena
|
|
|
1030 |
[label] => Array
|
|
|
1031 |
(
|
|
|
1032 |
[0] => CBS
|
|
|
1033 |
)
|
|
|
1034 |
|
|
|
1035 |
[master_id] => 52223
|
|
|
1036 |
[type] => release
|
|
|
1037 |
[format] => Array
|
|
|
1038 |
(
|
|
|
1039 |
[0] => Vinyl
|
|
|
1040 |
[1] => LP
|
|
|
1041 |
[2] => Album
|
|
|
1042 |
)
|
|
|
1043 |
|
|
|
1044 |
[barcode] => Array
|
|
|
1045 |
(
|
|
|
1046 |
)
|
|
|
1047 |
|
|
|
1048 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1049 |
[genre] => Array
|
|
|
1050 |
(
|
|
|
1051 |
[0] => Electronic
|
|
|
1052 |
[1] => Rock
|
|
|
1053 |
)
|
|
|
1054 |
|
|
|
1055 |
[country] => Italy
|
|
|
1056 |
[uri] => /Nena-Nena/release/2916142
|
|
|
1057 |
[cover_image] => https://img.discogs.com/3bMYQt78bbo6h9uWBV2_q1QCVYo=/fit-in/400x399/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2916142-1363893982-4453.jpeg.jpg
|
|
|
1058 |
[resource_url] => https://api.discogs.com/releases/2916142
|
|
|
1059 |
)
|
|
|
1060 |
|
|
|
1061 |
[16] => stdClass Object
|
|
|
1062 |
(
|
|
|
1063 |
[user_data] => stdClass Object
|
|
|
1064 |
(
|
|
|
1065 |
[in_collection] =>
|
|
|
1066 |
[in_wantlist] =>
|
|
|
1067 |
)
|
|
|
1068 |
|
|
|
1069 |
[community] => stdClass Object
|
|
|
1070 |
(
|
|
|
1071 |
[have] => 124
|
|
|
1072 |
[want] => 47
|
|
|
1073 |
)
|
|
|
1074 |
|
|
|
1075 |
[catno] => CDCBS 25264
|
|
|
1076 |
[year] => 1983
|
|
|
1077 |
[format_quantity] => 1
|
|
|
1078 |
[id] => 2120350
|
|
|
1079 |
[style] => Array
|
|
|
1080 |
(
|
|
|
1081 |
[0] => New Wave
|
|
|
1082 |
[1] => Soft Rock
|
|
|
1083 |
[2] => Pop Rock
|
|
|
1084 |
[3] => Synth-pop
|
|
|
1085 |
)
|
|
|
1086 |
|
|
|
1087 |
[thumb] => https://img.discogs.com/ugrQ4QIbAvGCL3Q3fJ8VXRF-Zf0=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2120350-1469969419-5317.jpeg.jpg
|
|
|
1088 |
[title] => Nena - Nena
|
|
|
1089 |
[label] => Array
|
|
|
1090 |
(
|
|
|
1091 |
[0] => CBS
|
|
|
1092 |
[1] => CBS Schallplatten GmbH
|
|
|
1093 |
[2] => CBS Schallplatten GmbH
|
|
|
1094 |
[3] => Edition Hate
|
|
|
1095 |
[4] => April Musikverlag GmbH
|
|
|
1096 |
[5] => CBS Records
|
|
|
1097 |
[6] => CBS Disques S.A.
|
|
|
1098 |
[7] => Spliff Studio
|
|
|
1099 |
[8] => Audio Studios, Berlin
|
|
|
1100 |
[9] => CBS/Sony Inc.
|
|
|
1101 |
[10] => CBS/Sony Records Inc.
|
|
|
1102 |
[11] => DADC
|
|
|
1103 |
)
|
|
|
1104 |
|
|
|
1105 |
[master_id] => 52223
|
|
|
1106 |
[type] => release
|
|
|
1107 |
[format] => Array
|
|
|
1108 |
(
|
|
|
1109 |
[0] => CD
|
|
|
1110 |
[1] => Album
|
|
|
1111 |
)
|
|
|
1112 |
|
|
|
1113 |
[barcode] => Array
|
|
|
1114 |
(
|
|
|
1115 |
[0] => none
|
|
|
1116 |
[1] => DIDP-10003
|
|
|
1117 |
[2] => CSR COMPACT DISC
|
|
|
1118 |
[3] => DIDP-10003 11A1 +++++
|
|
|
1119 |
[4] => CSR
|
|
|
1120 |
[5] => DIDP-10003 11A4 +++++
|
|
|
1121 |
[6] => DIDP-10003 11A2
|
|
|
1122 |
[7] => CSR COMPACT DISC
|
|
|
1123 |
[8] => CB 801
|
|
|
1124 |
[9] => LC 0149
|
|
|
1125 |
[10] => GEMA
|
|
|
1126 |
)
|
|
|
1127 |
|
|
|
1128 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1129 |
[genre] => Array
|
|
|
1130 |
(
|
|
|
1131 |
[0] => Electronic
|
|
|
1132 |
[1] => Rock
|
|
|
1133 |
)
|
|
|
1134 |
|
|
|
1135 |
[country] => Germany
|
|
|
1136 |
[uri] => /Nena-Nena/release/2120350
|
|
|
1137 |
[cover_image] => https://img.discogs.com/fvm2jL2zk7x6WsM46t0g1-SX490=/fit-in/600x598/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2120350-1469969419-5317.jpeg.jpg
|
|
|
1138 |
[resource_url] => https://api.discogs.com/releases/2120350
|
|
|
1139 |
)
|
|
|
1140 |
|
|
|
1141 |
[17] => stdClass Object
|
|
|
1142 |
(
|
|
|
1143 |
[user_data] => stdClass Object
|
|
|
1144 |
(
|
|
|
1145 |
[in_collection] =>
|
|
|
1146 |
[in_wantlist] =>
|
|
|
1147 |
)
|
|
|
1148 |
|
|
|
1149 |
[community] => stdClass Object
|
|
|
1150 |
(
|
|
|
1151 |
[have] => 106
|
|
|
1152 |
[want] => 64
|
|
|
1153 |
)
|
|
|
1154 |
|
|
|
1155 |
[catno] => MOVLP1496
|
|
|
1156 |
[year] => 2015
|
|
|
1157 |
[format_quantity] => 1
|
|
|
1158 |
[id] => 7403715
|
|
|
1159 |
[style] => Array
|
|
|
1160 |
(
|
|
|
1161 |
[0] => New Wave
|
|
|
1162 |
[1] => Soft Rock
|
|
|
1163 |
[2] => Pop Rock
|
|
|
1164 |
[3] => Synth-pop
|
|
|
1165 |
)
|
|
|
1166 |
|
|
|
1167 |
[thumb] => https://img.discogs.com/KWyxAF55QTFyq6wBlLURkIZ5knM=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7403715-1499164637-3547.jpeg.jpg
|
|
|
1168 |
[title] => Nena - Nena
|
|
|
1169 |
[label] => Array
|
|
|
1170 |
(
|
|
|
1171 |
[0] => Music On Vinyl
|
|
|
1172 |
)
|
|
|
1173 |
|
|
|
1174 |
[master_id] => 52223
|
|
|
1175 |
[type] => release
|
|
|
1176 |
[format] => Array
|
|
|
1177 |
(
|
|
|
1178 |
[0] => Vinyl
|
|
|
1179 |
[1] => LP
|
|
|
1180 |
[2] => Album
|
|
|
1181 |
[3] => Limited Edition
|
|
|
1182 |
[4] => Numbered
|
|
|
1183 |
)
|
|
|
1184 |
|
|
|
1185 |
[barcode] => Array
|
|
|
1186 |
(
|
|
|
1187 |
[0] => 8718469539901
|
|
|
1188 |
)
|
|
|
1189 |
|
|
|
1190 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1191 |
[genre] => Array
|
|
|
1192 |
(
|
|
|
1193 |
[0] => Electronic
|
|
|
1194 |
[1] => Rock
|
|
|
1195 |
[2] => Pop
|
|
|
1196 |
)
|
|
|
1197 |
|
|
|
1198 |
[country] => Europe
|
|
|
1199 |
[uri] => /Nena-Nena/release/7403715
|
|
|
1200 |
[cover_image] => https://img.discogs.com/Sj_WXF6h7YRDheL4o9yg4B7jgXw=/fit-in/400x400/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7403715-1499164637-3547.jpeg.jpg
|
|
|
1201 |
[resource_url] => https://api.discogs.com/releases/7403715
|
|
|
1202 |
)
|
|
|
1203 |
|
|
|
1204 |
[18] => stdClass Object
|
|
|
1205 |
(
|
|
|
1206 |
[user_data] => stdClass Object
|
|
|
1207 |
(
|
|
|
1208 |
[in_collection] =>
|
|
|
1209 |
[in_wantlist] =>
|
|
|
1210 |
)
|
|
|
1211 |
|
|
|
1212 |
[community] => stdClass Object
|
|
|
1213 |
(
|
|
|
1214 |
[have] => 94
|
|
|
1215 |
[want] => 41
|
|
|
1216 |
)
|
|
|
1217 |
|
|
|
1218 |
[catno] => 5046-610871-5
|
|
|
1219 |
[year] => 2002
|
|
|
1220 |
[format_quantity] => 2
|
|
|
1221 |
[id] => 2559804
|
|
|
1222 |
[style] => Array
|
|
|
1223 |
(
|
|
|
1224 |
[0] => Europop
|
|
|
1225 |
)
|
|
|
1226 |
|
|
|
1227 |
[thumb] => https://img.discogs.com/KwbUXowOJfzR5EEhWGcdtKch4Kc=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2559804-1426104192-6329.jpeg.jpg
|
|
|
1228 |
[title] => Nena* - Nena Feat. Nena
|
|
|
1229 |
[label] => Array
|
|
|
1230 |
(
|
|
|
1231 |
[0] => Warner Strategic Marketing
|
|
|
1232 |
)
|
|
|
1233 |
|
|
|
1234 |
[master_id] => 374772
|
|
|
1235 |
[type] => release
|
|
|
1236 |
[format] => Array
|
|
|
1237 |
(
|
|
|
1238 |
[0] => Vinyl
|
|
|
1239 |
[1] => Album
|
|
|
1240 |
[2] => LP
|
|
|
1241 |
)
|
|
|
1242 |
|
|
|
1243 |
[barcode] => Array
|
|
|
1244 |
(
|
|
|
1245 |
)
|
|
|
1246 |
|
|
|
1247 |
[master_url] => https://api.discogs.com/masters/374772
|
|
|
1248 |
[genre] => Array
|
|
|
1249 |
(
|
|
|
1250 |
[0] => Pop
|
|
|
1251 |
)
|
|
|
1252 |
|
|
|
1253 |
[country] => Germany
|
|
|
1254 |
[uri] => /Nena-Nena-Feat-Nena/release/2559804
|
|
|
1255 |
[cover_image] => https://img.discogs.com/4mZfzxUGf0mbZBoYBEKxZsMHGJM=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2559804-1426104192-6329.jpeg.jpg
|
|
|
1256 |
[resource_url] => https://api.discogs.com/releases/2559804
|
|
|
1257 |
)
|
|
|
1258 |
|
|
|
1259 |
[19] => stdClass Object
|
|
|
1260 |
(
|
|
|
1261 |
[user_data] => stdClass Object
|
|
|
1262 |
(
|
|
|
1263 |
[in_collection] =>
|
|
|
1264 |
[in_wantlist] =>
|
|
|
1265 |
)
|
|
|
1266 |
|
|
|
1267 |
[community] => stdClass Object
|
|
|
1268 |
(
|
|
|
1269 |
[have] => 125
|
|
|
1270 |
[want] => 32
|
|
|
1271 |
)
|
|
|
1272 |
|
|
|
1273 |
[catno] => 491268 2
|
|
|
1274 |
[year] => 1998
|
|
|
1275 |
[format_quantity] => 1
|
|
|
1276 |
[id] => 2286103
|
|
|
1277 |
[style] => Array
|
|
|
1278 |
(
|
|
|
1279 |
[0] => New Wave
|
|
|
1280 |
[1] => Synth-pop
|
|
|
1281 |
)
|
|
|
1282 |
|
|
|
1283 |
[thumb] => https://img.discogs.com/TGQ0Bd1rBc_WeNwMnk8Qf-EElD4=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2286103-1274514604.jpeg.jpg
|
|
|
1284 |
[title] => Nena - Nena
|
|
|
1285 |
[label] => Array
|
|
|
1286 |
(
|
|
|
1287 |
[0] => Columbia
|
|
|
1288 |
[1] => Sony Music Entertainment (Germany) GmbH
|
|
|
1289 |
[2] => Sony Music Entertainment (Germany) GmbH
|
|
|
1290 |
[3] => Spliff Studio
|
|
|
1291 |
[4] => Audio Studios, Berlin
|
|
|
1292 |
)
|
|
|
1293 |
|
|
|
1294 |
[master_id] => 52223
|
|
|
1295 |
[type] => release
|
|
|
1296 |
[format] => Array
|
|
|
1297 |
(
|
|
|
1298 |
[0] => CD
|
|
|
1299 |
[1] => Album
|
|
|
1300 |
[2] => Reissue
|
|
|
1301 |
[3] => Remastered
|
|
|
1302 |
)
|
|
|
1303 |
|
|
|
1304 |
[barcode] => Array
|
|
|
1305 |
(
|
|
|
1306 |
[0] => 5099749126824
|
|
|
1307 |
[1] => 5 099749 126824
|
|
|
1308 |
[2] => Sony Music S0349126810-0101 13
|
|
|
1309 |
[3] => IFPI L553
|
|
|
1310 |
[4] => IFPI 947B
|
|
|
1311 |
[5] => LC 0162
|
|
|
1312 |
[6] => SACEM SACD SDRM SGDL BIEM
|
|
|
1313 |
)
|
|
|
1314 |
|
|
|
1315 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1316 |
[genre] => Array
|
|
|
1317 |
(
|
|
|
1318 |
[0] => Electronic
|
|
|
1319 |
[1] => Rock
|
|
|
1320 |
)
|
|
|
1321 |
|
|
|
1322 |
[country] => Germany
|
|
|
1323 |
[uri] => /Nena-Nena/release/2286103
|
|
|
1324 |
[cover_image] => https://img.discogs.com/m12UFDpug_go7Vn9HVvvtdAVbK4=/fit-in/600x596/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2286103-1274514604.jpeg.jpg
|
|
|
1325 |
[resource_url] => https://api.discogs.com/releases/2286103
|
|
|
1326 |
)
|
|
|
1327 |
|
|
|
1328 |
[20] => stdClass Object
|
|
|
1329 |
(
|
|
|
1330 |
[user_data] => stdClass Object
|
|
|
1331 |
(
|
|
|
1332 |
[in_collection] =>
|
|
|
1333 |
[in_wantlist] =>
|
|
|
1334 |
)
|
|
|
1335 |
|
|
|
1336 |
[community] => stdClass Object
|
|
|
1337 |
(
|
|
|
1338 |
[have] => 90
|
|
|
1339 |
[want] => 41
|
|
|
1340 |
)
|
|
|
1341 |
|
|
|
1342 |
[catno] => CBS 32788
|
|
|
1343 |
[year] => 1983
|
|
|
1344 |
[format_quantity] => 1
|
|
|
1345 |
[id] => 7667201
|
|
|
1346 |
[style] => Array
|
|
|
1347 |
(
|
|
|
1348 |
[0] => New Wave
|
|
|
1349 |
[1] => Soft Rock
|
|
|
1350 |
[2] => Pop Rock
|
|
|
1351 |
[3] => Synth-pop
|
|
|
1352 |
)
|
|
|
1353 |
|
|
|
1354 |
[thumb] => https://img.discogs.com/BK3kuJQSr9f0y4OwTiVai1d1NxQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7667201-1457717243-7240.jpeg.jpg
|
|
|
1355 |
[title] => Nena - Nena
|
|
|
1356 |
[label] => Array
|
|
|
1357 |
(
|
|
|
1358 |
[0] => CBS
|
|
|
1359 |
[1] => CBS, Haarlem
|
|
|
1360 |
)
|
|
|
1361 |
|
|
|
1362 |
[master_id] => 52223
|
|
|
1363 |
[type] => release
|
|
|
1364 |
[format] => Array
|
|
|
1365 |
(
|
|
|
1366 |
[0] => Vinyl
|
|
|
1367 |
[1] => LP
|
|
|
1368 |
[2] => Album
|
|
|
1369 |
)
|
|
|
1370 |
|
|
|
1371 |
[barcode] => Array
|
|
|
1372 |
(
|
|
|
1373 |
[0] => 01-25264-3A-1
|
|
|
1374 |
[1] => 01-25264-3B-1
|
|
|
1375 |
[2] => GEMA
|
|
|
1376 |
[3] => LC 0149
|
|
|
1377 |
)
|
|
|
1378 |
|
|
|
1379 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1380 |
[genre] => Array
|
|
|
1381 |
(
|
|
|
1382 |
[0] => Electronic
|
|
|
1383 |
[1] => Rock
|
|
|
1384 |
)
|
|
|
1385 |
|
|
|
1386 |
[country] => Europe
|
|
|
1387 |
[uri] => /Nena-Nena/release/7667201
|
|
|
1388 |
[cover_image] => https://img.discogs.com/O86XKAu4DeGeXb0QfixCMKUJhms=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7667201-1457717243-7240.jpeg.jpg
|
|
|
1389 |
[resource_url] => https://api.discogs.com/releases/7667201
|
|
|
1390 |
)
|
|
|
1391 |
|
|
|
1392 |
[21] => stdClass Object
|
|
|
1393 |
(
|
|
|
1394 |
[user_data] => stdClass Object
|
|
|
1395 |
(
|
|
|
1396 |
[in_collection] =>
|
|
|
1397 |
[in_wantlist] =>
|
|
|
1398 |
)
|
|
|
1399 |
|
|
|
1400 |
[community] => stdClass Object
|
|
|
1401 |
(
|
|
|
1402 |
[have] => 92
|
|
|
1403 |
[want] => 26
|
|
|
1404 |
)
|
|
|
1405 |
|
|
|
1406 |
[catno] => 465388 2
|
|
|
1407 |
[year] => 1989
|
|
|
1408 |
[format_quantity] => 1
|
|
|
1409 |
[id] => 951089
|
|
|
1410 |
[style] => Array
|
|
|
1411 |
(
|
|
|
1412 |
[0] => New Wave
|
|
|
1413 |
[1] => Synth-pop
|
|
|
1414 |
)
|
|
|
1415 |
|
|
|
1416 |
[thumb] => https://img.discogs.com/FQt738DDzsV0-VhRYAji9Hgsb9w=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-951089-1240654176.jpeg.jpg
|
|
|
1417 |
[title] => Nena - Nena
|
|
|
1418 |
[label] => Array
|
|
|
1419 |
(
|
|
|
1420 |
[0] => CBS
|
|
|
1421 |
)
|
|
|
1422 |
|
|
|
1423 |
[master_id] => 52223
|
|
|
1424 |
[type] => release
|
|
|
1425 |
[format] => Array
|
|
|
1426 |
(
|
|
|
1427 |
[0] => CD
|
|
|
1428 |
[1] => Album
|
|
|
1429 |
[2] => Repress
|
|
|
1430 |
)
|
|
|
1431 |
|
|
|
1432 |
[barcode] => Array
|
|
|
1433 |
(
|
|
|
1434 |
[0] => 5 099746 538828
|
|
|
1435 |
[1] => CB 651
|
|
|
1436 |
[2] => LC 0149
|
|
|
1437 |
[3] => 07-465388-10
|
|
|
1438 |
[4] => BIEM/STEMRA
|
|
|
1439 |
[5] => 50746538810-0101 21
|
|
|
1440 |
[6] => IFPI 9428
|
|
|
1441 |
)
|
|
|
1442 |
|
|
|
1443 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1444 |
[genre] => Array
|
|
|
1445 |
(
|
|
|
1446 |
[0] => Electronic
|
|
|
1447 |
[1] => Rock
|
|
|
1448 |
)
|
|
|
1449 |
|
|
|
1450 |
[country] => Germany
|
|
|
1451 |
[uri] => /Nena-Nena/release/951089
|
|
|
1452 |
[cover_image] => https://img.discogs.com/gYcQQwZx7YBLJe9NHZEfQX-R0Rk=/fit-in/500x500/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-951089-1240654176.jpeg.jpg
|
|
|
1453 |
[resource_url] => https://api.discogs.com/releases/951089
|
|
|
1454 |
)
|
|
|
1455 |
|
|
|
1456 |
[22] => stdClass Object
|
|
|
1457 |
(
|
|
|
1458 |
[thumb] => https://img.discogs.com/ZxDgeXL45OgkxrTnwZskyWRA_EY=/150x150/smart/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/A-734600-1293969353.jpeg.jpg
|
|
|
1459 |
[title] => Gabriele Kerner
|
|
|
1460 |
[user_data] => stdClass Object
|
|
|
1461 |
(
|
|
|
1462 |
[in_collection] =>
|
|
|
1463 |
[in_wantlist] =>
|
|
|
1464 |
)
|
|
|
1465 |
|
|
|
1466 |
[master_url] =>
|
|
|
1467 |
[uri] => /artist/734600-Gabriele-Kerner
|
|
|
1468 |
[cover_image] => https://img.discogs.com/q1hrsFktuosvqwAl0vcIPQk5P6U=/200x304/smart/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/A-734600-1293969353.jpeg.jpg
|
|
|
1469 |
[resource_url] => https://api.discogs.com/artists/734600
|
|
|
1470 |
[master_id] =>
|
|
|
1471 |
[type] => artist
|
|
|
1472 |
[id] => 734600
|
|
|
1473 |
)
|
|
|
1474 |
|
|
|
1475 |
[23] => stdClass Object
|
|
|
1476 |
(
|
|
|
1477 |
[user_data] => stdClass Object
|
|
|
1478 |
(
|
|
|
1479 |
[in_collection] =>
|
|
|
1480 |
[in_wantlist] =>
|
|
|
1481 |
)
|
|
|
1482 |
|
|
|
1483 |
[community] => stdClass Object
|
|
|
1484 |
(
|
|
|
1485 |
[have] => 51
|
|
|
1486 |
[want] => 36
|
|
|
1487 |
)
|
|
|
1488 |
|
|
|
1489 |
[catno] => CBS 25264
|
|
|
1490 |
[year] => 1983
|
|
|
1491 |
[format_quantity] => 1
|
|
|
1492 |
[id] => 7606015
|
|
|
1493 |
[style] => Array
|
|
|
1494 |
(
|
|
|
1495 |
[0] => New Wave
|
|
|
1496 |
[1] => Soft Rock
|
|
|
1497 |
[2] => Pop Rock
|
|
|
1498 |
[3] => Synth-pop
|
|
|
1499 |
)
|
|
|
1500 |
|
|
|
1501 |
[thumb] => https://img.discogs.com/4-wj_eTYE0AwwO6N4QurbuA2MQY=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7606015-1542830276-9695.jpeg.jpg
|
|
|
1502 |
[title] => Nena - Nena
|
|
|
1503 |
[label] => Array
|
|
|
1504 |
(
|
|
|
1505 |
[0] => CBS
|
|
|
1506 |
[1] => Diski CBS AEBE
|
|
|
1507 |
[2] => CBS Schallplatten GmbH
|
|
|
1508 |
[3] => CBS Schallplatten GmbH
|
|
|
1509 |
[4] => Columbia, Athens
|
|
|
1510 |
[5] => Edition Hate
|
|
|
1511 |
[6] => April Musikverlag GmbH
|
|
|
1512 |
[7] => Spliff Studio
|
|
|
1513 |
[8] => Audio Studios, Berlin
|
|
|
1514 |
)
|
|
|
1515 |
|
|
|
1516 |
[master_id] => 52223
|
|
|
1517 |
[type] => release
|
|
|
1518 |
[format] => Array
|
|
|
1519 |
(
|
|
|
1520 |
[0] => Vinyl
|
|
|
1521 |
[1] => LP
|
|
|
1522 |
[2] => Album
|
|
|
1523 |
)
|
|
|
1524 |
|
|
|
1525 |
[barcode] => Array
|
|
|
1526 |
(
|
|
|
1527 |
[0] => A/A 10796
|
|
|
1528 |
)
|
|
|
1529 |
|
|
|
1530 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1531 |
[genre] => Array
|
|
|
1532 |
(
|
|
|
1533 |
[0] => Electronic
|
|
|
1534 |
[1] => Rock
|
|
|
1535 |
)
|
|
|
1536 |
|
|
|
1537 |
[country] => Greece
|
|
|
1538 |
[uri] => /Nena-Nena/release/7606015
|
|
|
1539 |
[cover_image] => https://img.discogs.com/FJ0eqsUYOGfKNWKucvHvhcHQJWw=/fit-in/600x599/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7606015-1542830276-9695.jpeg.jpg
|
|
|
1540 |
[resource_url] => https://api.discogs.com/releases/7606015
|
|
|
1541 |
)
|
|
|
1542 |
|
|
|
1543 |
[24] => stdClass Object
|
|
|
1544 |
(
|
|
|
1545 |
[user_data] => stdClass Object
|
|
|
1546 |
(
|
|
|
1547 |
[in_collection] =>
|
|
|
1548 |
[in_wantlist] =>
|
|
|
1549 |
)
|
|
|
1550 |
|
|
|
1551 |
[community] => stdClass Object
|
|
|
1552 |
(
|
|
|
1553 |
[have] => 44
|
|
|
1554 |
[want] => 35
|
|
|
1555 |
)
|
|
|
1556 |
|
|
|
1557 |
[catno] => 25264
|
|
|
1558 |
[year] => 1984
|
|
|
1559 |
[format_quantity] => 1
|
|
|
1560 |
[id] => 936135
|
|
|
1561 |
[style] => Array
|
|
|
1562 |
(
|
|
|
1563 |
[0] => New Wave
|
|
|
1564 |
[1] => Soft Rock
|
|
|
1565 |
[2] => Pop Rock
|
|
|
1566 |
[3] => Synth-pop
|
|
|
1567 |
)
|
|
|
1568 |
|
|
|
1569 |
[thumb] => https://img.discogs.com/tu8kko3p-OkDaFYIj_DTmNTSUJk=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-936135-1174755381.jpeg.jpg
|
|
|
1570 |
[title] => Nena - Nena
|
|
|
1571 |
[label] => Array
|
|
|
1572 |
(
|
|
|
1573 |
[0] => Suzy
|
|
|
1574 |
[1] => CBS
|
|
|
1575 |
[2] => CBS Schallplatten GmbH
|
|
|
1576 |
[3] => CBS Schallplatten GmbH
|
|
|
1577 |
[4] => Spliff Studio
|
|
|
1578 |
[5] => Audio Studios, Berlin
|
|
|
1579 |
[6] => Edition Hate
|
|
|
1580 |
[7] => April Musikverlag GmbH
|
|
|
1581 |
[8] => "Ognjen Prica", Karlovac
|
|
|
1582 |
)
|
|
|
1583 |
|
|
|
1584 |
[master_id] => 52223
|
|
|
1585 |
[type] => release
|
|
|
1586 |
[format] => Array
|
|
|
1587 |
(
|
|
|
1588 |
[0] => Vinyl
|
|
|
1589 |
[1] => LP
|
|
|
1590 |
[2] => Album
|
|
|
1591 |
)
|
|
|
1592 |
|
|
|
1593 |
[barcode] => Array
|
|
|
1594 |
(
|
|
|
1595 |
[0] => SOKOJ
|
|
|
1596 |
[1] => LP 252264-A I A.T.
|
|
|
1597 |
[2] => LP 252264-B I A.T.
|
|
|
1598 |
)
|
|
|
1599 |
|
|
|
1600 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1601 |
[genre] => Array
|
|
|
1602 |
(
|
|
|
1603 |
[0] => Electronic
|
|
|
1604 |
[1] => Rock
|
|
|
1605 |
)
|
|
|
1606 |
|
|
|
1607 |
[country] => Yugoslavia
|
|
|
1608 |
[uri] => /Nena-Nena/release/936135
|
|
|
1609 |
[cover_image] => https://img.discogs.com/oURP04mN_XIoi4ohtzkVaJQulNc=/fit-in/600x595/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-936135-1174755381.jpeg.jpg
|
|
|
1610 |
[resource_url] => https://api.discogs.com/releases/936135
|
|
|
1611 |
)
|
|
|
1612 |
|
|
|
1613 |
[25] => stdClass Object
|
|
|
1614 |
(
|
|
|
1615 |
[user_data] => stdClass Object
|
|
|
1616 |
(
|
|
|
1617 |
[in_collection] =>
|
|
|
1618 |
[in_wantlist] =>
|
|
|
1619 |
)
|
|
|
1620 |
|
|
|
1621 |
[community] => stdClass Object
|
|
|
1622 |
(
|
|
|
1623 |
[have] => 65
|
|
|
1624 |
[want] => 8
|
|
|
1625 |
)
|
|
|
1626 |
|
|
|
1627 |
[catno] => 5050466-0987-2-6
|
|
|
1628 |
[year] => 2002
|
|
|
1629 |
[format_quantity] => 2
|
|
|
1630 |
[id] => 3647019
|
|
|
1631 |
[style] => Array
|
|
|
1632 |
(
|
|
|
1633 |
[0] => Europop
|
|
|
1634 |
)
|
|
|
1635 |
|
|
|
1636 |
[thumb] => https://img.discogs.com/xvdpXPTNYM27Lb2fqDPPwwcehGg=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-3647019-1412789948-3027.jpeg.jpg
|
|
|
1637 |
[title] => Nena* - Nena Feat. Nena
|
|
|
1638 |
[label] => Array
|
|
|
1639 |
(
|
|
|
1640 |
[0] => Warner Strategic Marketing
|
|
|
1641 |
)
|
|
|
1642 |
|
|
|
1643 |
[master_id] => 374772
|
|
|
1644 |
[type] => release
|
|
|
1645 |
[format] => Array
|
|
|
1646 |
(
|
|
|
1647 |
[0] => CD
|
|
|
1648 |
[1] => Album
|
|
|
1649 |
)
|
|
|
1650 |
|
|
|
1651 |
[barcode] => Array
|
|
|
1652 |
(
|
|
|
1653 |
[0] => 5 050466 098726
|
|
|
1654 |
[1] => LC 03708
|
|
|
1655 |
)
|
|
|
1656 |
|
|
|
1657 |
[master_url] => https://api.discogs.com/masters/374772
|
|
|
1658 |
[genre] => Array
|
|
|
1659 |
(
|
|
|
1660 |
[0] => Pop
|
|
|
1661 |
)
|
|
|
1662 |
|
|
|
1663 |
[country] => Germany
|
|
|
1664 |
[uri] => /Nena-Nena-Feat-Nena/release/3647019
|
|
|
1665 |
[cover_image] => https://img.discogs.com/M0ULGAeiniulpd2sqiI9OKiXxhY=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-3647019-1412789948-3027.jpeg.jpg
|
|
|
1666 |
[resource_url] => https://api.discogs.com/releases/3647019
|
|
|
1667 |
)
|
|
|
1668 |
|
|
|
1669 |
[26] => stdClass Object
|
|
|
1670 |
(
|
|
|
1671 |
[user_data] => stdClass Object
|
|
|
1672 |
(
|
|
|
1673 |
[in_collection] =>
|
|
|
1674 |
[in_wantlist] =>
|
|
|
1675 |
)
|
|
|
1676 |
|
|
|
1677 |
[community] => stdClass Object
|
|
|
1678 |
(
|
|
|
1679 |
[have] => 43
|
|
|
1680 |
[want] => 32
|
|
|
1681 |
)
|
|
|
1682 |
|
|
|
1683 |
[catno] => CBS 467866 1
|
|
|
1684 |
[year] => 1990
|
|
|
1685 |
[format_quantity] => 1
|
|
|
1686 |
[id] => 7836842
|
|
|
1687 |
[style] => Array
|
|
|
1688 |
(
|
|
|
1689 |
[0] => New Wave
|
|
|
1690 |
[1] => Soft Rock
|
|
|
1691 |
[2] => Pop Rock
|
|
|
1692 |
[3] => Synth-pop
|
|
|
1693 |
)
|
|
|
1694 |
|
|
|
1695 |
[thumb] => https://img.discogs.com/IwbcQKCBM0lA8TKalNjgWqFoiJ8=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7836842-1492183015-2441.jpeg.jpg
|
|
|
1696 |
[title] => Nena - Nena
|
|
|
1697 |
[label] => Array
|
|
|
1698 |
(
|
|
|
1699 |
[0] => CBS
|
|
|
1700 |
[1] => Nice Price
|
|
|
1701 |
)
|
|
|
1702 |
|
|
|
1703 |
[master_id] => 52223
|
|
|
1704 |
[type] => release
|
|
|
1705 |
[format] => Array
|
|
|
1706 |
(
|
|
|
1707 |
[0] => Vinyl
|
|
|
1708 |
[1] => LP
|
|
|
1709 |
[2] => Album
|
|
|
1710 |
[3] => Reissue
|
|
|
1711 |
)
|
|
|
1712 |
|
|
|
1713 |
[barcode] => Array
|
|
|
1714 |
(
|
|
|
1715 |
[0] => BIEM / STEMRA
|
|
|
1716 |
[1] => LC 0149
|
|
|
1717 |
[2] => 5099746786618
|
|
|
1718 |
)
|
|
|
1719 |
|
|
|
1720 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1721 |
[genre] => Array
|
|
|
1722 |
(
|
|
|
1723 |
[0] => Electronic
|
|
|
1724 |
[1] => Rock
|
|
|
1725 |
)
|
|
|
1726 |
|
|
|
1727 |
[country] => Netherlands
|
|
|
1728 |
[uri] => /Nena-Nena/release/7836842
|
|
|
1729 |
[cover_image] => https://img.discogs.com/D8xspfiz_VBGvfTZrU_PXZ5ouSs=/fit-in/600x632/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7836842-1492183015-2441.jpeg.jpg
|
|
|
1730 |
[resource_url] => https://api.discogs.com/releases/7836842
|
|
|
1731 |
)
|
|
|
1732 |
|
|
|
1733 |
[27] => stdClass Object
|
|
|
1734 |
(
|
|
|
1735 |
[user_data] => stdClass Object
|
|
|
1736 |
(
|
|
|
1737 |
[in_collection] =>
|
|
|
1738 |
[in_wantlist] =>
|
|
|
1739 |
)
|
|
|
1740 |
|
|
|
1741 |
[community] => stdClass Object
|
|
|
1742 |
(
|
|
|
1743 |
[have] => 61
|
|
|
1744 |
[want] => 20
|
|
|
1745 |
)
|
|
|
1746 |
|
|
|
1747 |
[catno] => 5050466-4109-2-4
|
|
|
1748 |
[year] => 2003
|
|
|
1749 |
[id] => 906196
|
|
|
1750 |
[style] => Array
|
|
|
1751 |
(
|
|
|
1752 |
[0] => New Wave
|
|
|
1753 |
[1] => Synth-pop
|
|
|
1754 |
)
|
|
|
1755 |
|
|
|
1756 |
[thumb] => https://img.discogs.com/lMMGSsyJST1UfWezWF9zJzz-AD0=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2012254-1277844567.jpeg.jpg
|
|
|
1757 |
[title] => Nena* - Nena Feat. Nena Live
|
|
|
1758 |
[label] => Array
|
|
|
1759 |
(
|
|
|
1760 |
[0] => Warner Music Vision
|
|
|
1761 |
)
|
|
|
1762 |
|
|
|
1763 |
[master_id] => 906196
|
|
|
1764 |
[type] => master
|
|
|
1765 |
[format] => Array
|
|
|
1766 |
(
|
|
|
1767 |
[0] => DVD
|
|
|
1768 |
[1] => PAL
|
|
|
1769 |
[2] => Compilation
|
|
|
1770 |
)
|
|
|
1771 |
|
|
|
1772 |
[barcode] => Array
|
|
|
1773 |
(
|
|
|
1774 |
)
|
|
|
1775 |
|
|
|
1776 |
[master_url] => https://api.discogs.com/masters/906196
|
|
|
1777 |
[genre] => Array
|
|
|
1778 |
(
|
|
|
1779 |
[0] => Electronic
|
|
|
1780 |
[1] => Rock
|
|
|
1781 |
)
|
|
|
1782 |
|
|
|
1783 |
[country] => Germany
|
|
|
1784 |
[uri] => /Nena-Nena-Feat-Nena-Live/master/906196
|
|
|
1785 |
[cover_image] => https://img.discogs.com/A5Lrg7CvPm2-nuJ6aVZOjjkoIJE=/fit-in/412x587/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2012254-1277844567.jpeg.jpg
|
|
|
1786 |
[resource_url] => https://api.discogs.com/masters/906196
|
|
|
1787 |
)
|
|
|
1788 |
|
|
|
1789 |
[28] => stdClass Object
|
|
|
1790 |
(
|
|
|
1791 |
[user_data] => stdClass Object
|
|
|
1792 |
(
|
|
|
1793 |
[in_collection] =>
|
|
|
1794 |
[in_wantlist] =>
|
|
|
1795 |
)
|
|
|
1796 |
|
|
|
1797 |
[community] => stdClass Object
|
|
|
1798 |
(
|
|
|
1799 |
[have] => 45
|
|
|
1800 |
[want] => 24
|
|
|
1801 |
)
|
|
|
1802 |
|
|
|
1803 |
[catno] => 465388 2
|
|
|
1804 |
[year] => 1993
|
|
|
1805 |
[format_quantity] => 1
|
|
|
1806 |
[id] => 4996645
|
|
|
1807 |
[style] => Array
|
|
|
1808 |
(
|
|
|
1809 |
[0] => New Wave
|
|
|
1810 |
[1] => Synth-pop
|
|
|
1811 |
)
|
|
|
1812 |
|
|
|
1813 |
[thumb] => https://img.discogs.com/xw9GZY_hku8H1hJvgcoEjcMh4n0=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-4996645-1381679672-8955.jpeg.jpg
|
|
|
1814 |
[title] => Nena - Nena
|
|
|
1815 |
[label] => Array
|
|
|
1816 |
(
|
|
|
1817 |
[0] => CBS
|
|
|
1818 |
[1] => CBS Family Shop
|
|
|
1819 |
[2] => Memory Pop Shop
|
|
|
1820 |
[3] => DADC Austria
|
|
|
1821 |
)
|
|
|
1822 |
|
|
|
1823 |
[master_id] => 52223
|
|
|
1824 |
[type] => release
|
|
|
1825 |
[format] => Array
|
|
|
1826 |
(
|
|
|
1827 |
[0] => CD
|
|
|
1828 |
[1] => Album
|
|
|
1829 |
[2] => Reissue
|
|
|
1830 |
)
|
|
|
1831 |
|
|
|
1832 |
[barcode] => Array
|
|
|
1833 |
(
|
|
|
1834 |
[0] => 5 099746 538828
|
|
|
1835 |
[1] => 5099746538828
|
|
|
1836 |
[2] => CDCBS-32788 12 B5
|
|
|
1837 |
[3] => BIEM/STEMRA
|
|
|
1838 |
[4] => LC 0149
|
|
|
1839 |
[5] => CB 651
|
|
|
1840 |
[6] => 07-465388-10
|
|
|
1841 |
[7] => 11-052552-40
|
|
|
1842 |
)
|
|
|
1843 |
|
|
|
1844 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1845 |
[genre] => Array
|
|
|
1846 |
(
|
|
|
1847 |
[0] => Electronic
|
|
|
1848 |
[1] => Rock
|
|
|
1849 |
)
|
|
|
1850 |
|
|
|
1851 |
[country] => Germany
|
|
|
1852 |
[uri] => /Nena-Nena/release/4996645
|
|
|
1853 |
[cover_image] => https://img.discogs.com/8gIxEGN_YFJING07ULRX_mp5rKo=/fit-in/600x593/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-4996645-1381679672-8955.jpeg.jpg
|
|
|
1854 |
[resource_url] => https://api.discogs.com/releases/4996645
|
|
|
1855 |
)
|
|
|
1856 |
|
|
|
1857 |
[29] => stdClass Object
|
|
|
1858 |
(
|
|
|
1859 |
[user_data] => stdClass Object
|
|
|
1860 |
(
|
|
|
1861 |
[in_collection] =>
|
|
|
1862 |
[in_wantlist] =>
|
|
|
1863 |
)
|
|
|
1864 |
|
|
|
1865 |
[community] => stdClass Object
|
|
|
1866 |
(
|
|
|
1867 |
[have] => 35
|
|
|
1868 |
[want] => 31
|
|
|
1869 |
)
|
|
|
1870 |
|
|
|
1871 |
[catno] => CBS 25264
|
|
|
1872 |
[year] => 1984
|
|
|
1873 |
[format_quantity] => 1
|
|
|
1874 |
[id] => 6218710
|
|
|
1875 |
[style] => Array
|
|
|
1876 |
(
|
|
|
1877 |
[0] => New Wave
|
|
|
1878 |
[1] => Soft Rock
|
|
|
1879 |
[2] => Pop Rock
|
|
|
1880 |
[3] => Synth-pop
|
|
|
1881 |
)
|
|
|
1882 |
|
|
|
1883 |
[thumb] => https://img.discogs.com/Qebhw4rqriE2AoGqSv2OYHS9qVc=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-6218710-1414000531-2387.jpeg.jpg
|
|
|
1884 |
[title] => Nena - Nena
|
|
|
1885 |
[label] => Array
|
|
|
1886 |
(
|
|
|
1887 |
[0] => Suzy
|
|
|
1888 |
[1] => CBS
|
|
|
1889 |
[2] => CBS
|
|
|
1890 |
[3] => Jugoton
|
|
|
1891 |
[4] => CBS Schallplatten GmbH
|
|
|
1892 |
[5] => CBS Schallplatten GmbH
|
|
|
1893 |
[6] => Spliff Studio
|
|
|
1894 |
[7] => Audio Studios, Berlin
|
|
|
1895 |
[8] => Edition Hate
|
|
|
1896 |
[9] => April Musikverlag GmbH
|
|
|
1897 |
)
|
|
|
1898 |
|
|
|
1899 |
[master_id] => 52223
|
|
|
1900 |
[type] => release
|
|
|
1901 |
[format] => Array
|
|
|
1902 |
(
|
|
|
1903 |
[0] => Vinyl
|
|
|
1904 |
[1] => LP
|
|
|
1905 |
[2] => Album
|
|
|
1906 |
)
|
|
|
1907 |
|
|
|
1908 |
[barcode] => Array
|
|
|
1909 |
(
|
|
|
1910 |
[0] => ULP 1436 A 05 06 84 SB
|
|
|
1911 |
[1] => ULP 1436 B 05 06 84 SB
|
|
|
1912 |
[2] => CB 271
|
|
|
1913 |
[3] => SOKOJ
|
|
|
1914 |
)
|
|
|
1915 |
|
|
|
1916 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1917 |
[genre] => Array
|
|
|
1918 |
(
|
|
|
1919 |
[0] => Electronic
|
|
|
1920 |
[1] => Rock
|
|
|
1921 |
)
|
|
|
1922 |
|
|
|
1923 |
[country] => Yugoslavia
|
|
|
1924 |
[uri] => /Nena-Nena/release/6218710
|
|
|
1925 |
[cover_image] => https://img.discogs.com/JfusWepEMr-SZ-4EGkUlIgRgzUk=/fit-in/600x598/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-6218710-1414000531-2387.jpeg.jpg
|
|
|
1926 |
[resource_url] => https://api.discogs.com/releases/6218710
|
|
|
1927 |
)
|
|
|
1928 |
|
|
|
1929 |
[30] => stdClass Object
|
|
|
1930 |
(
|
|
|
1931 |
[user_data] => stdClass Object
|
|
|
1932 |
(
|
|
|
1933 |
[in_collection] =>
|
|
|
1934 |
[in_wantlist] =>
|
|
|
1935 |
)
|
|
|
1936 |
|
|
|
1937 |
[community] => stdClass Object
|
|
|
1938 |
(
|
|
|
1939 |
[have] => 31
|
|
|
1940 |
[want] => 36
|
|
|
1941 |
)
|
|
|
1942 |
|
|
|
1943 |
[catno] => S 25264
|
|
|
1944 |
[year] => 1983
|
|
|
1945 |
[format_quantity] => 1
|
|
|
1946 |
[id] => 2696261
|
|
|
1947 |
[style] => Array
|
|
|
1948 |
(
|
|
|
1949 |
[0] => New Wave
|
|
|
1950 |
[1] => Pop Rock
|
|
|
1951 |
)
|
|
|
1952 |
|
|
|
1953 |
[thumb] => https://img.discogs.com/9JiaA8b7N98gk4fOFv9x6eLP90A=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2696261-1530467121-4765.jpeg.jpg
|
|
|
1954 |
[title] => Nena - Nena
|
|
|
1955 |
[label] => Array
|
|
|
1956 |
(
|
|
|
1957 |
[0] => CBS
|
|
|
1958 |
[1] => CBS
|
|
|
1959 |
[2] => Discos CBS, S.A., Madrid
|
|
|
1960 |
[3] => Spliff Studio
|
|
|
1961 |
[4] => Audio Studios, Berlin
|
|
|
1962 |
)
|
|
|
1963 |
|
|
|
1964 |
[master_id] => 52223
|
|
|
1965 |
[type] => release
|
|
|
1966 |
[format] => Array
|
|
|
1967 |
(
|
|
|
1968 |
[0] => Vinyl
|
|
|
1969 |
[1] => LP
|
|
|
1970 |
[2] => Album
|
|
|
1971 |
)
|
|
|
1972 |
|
|
|
1973 |
[barcode] => Array
|
|
|
1974 |
(
|
|
|
1975 |
)
|
|
|
1976 |
|
|
|
1977 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
1978 |
[genre] => Array
|
|
|
1979 |
(
|
|
|
1980 |
[0] => Electronic
|
|
|
1981 |
[1] => Rock
|
|
|
1982 |
)
|
|
|
1983 |
|
|
|
1984 |
[country] => Spain
|
|
|
1985 |
[uri] => /Nena-Nena/release/2696261
|
|
|
1986 |
[cover_image] => https://img.discogs.com/scc3JQ7QAxMDm39rHPDnm-rJ4YM=/fit-in/600x599/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2696261-1530467121-4765.jpeg.jpg
|
|
|
1987 |
[resource_url] => https://api.discogs.com/releases/2696261
|
|
|
1988 |
)
|
|
|
1989 |
|
|
|
1990 |
[31] => stdClass Object
|
|
|
1991 |
(
|
|
|
1992 |
[user_data] => stdClass Object
|
|
|
1993 |
(
|
|
|
1994 |
[in_collection] =>
|
|
|
1995 |
[in_wantlist] =>
|
|
|
1996 |
)
|
|
|
1997 |
|
|
|
1998 |
[community] => stdClass Object
|
|
|
1999 |
(
|
|
|
2000 |
[have] => 60
|
|
|
2001 |
[want] => 10
|
|
|
2002 |
)
|
|
|
2003 |
|
|
|
2004 |
[catno] => 559 786-2
|
|
|
2005 |
[year] => 1998
|
|
|
2006 |
[id] => 898590
|
|
|
2007 |
[style] => Array
|
|
|
2008 |
(
|
|
|
2009 |
[0] => Pop Rock
|
|
|
2010 |
[1] => Chanson
|
|
|
2011 |
)
|
|
|
2012 |
|
|
|
2013 |
[thumb] => https://img.discogs.com/NTRYOtyB5sMy1_w4FeJo9XWo_zg=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-1709734-1238415326.jpeg.jpg
|
|
|
2014 |
[title] => Nena* - Nena Live
|
|
|
2015 |
[label] => Array
|
|
|
2016 |
(
|
|
|
2017 |
[0] => Polydor
|
|
|
2018 |
[1] => ICP Recording Studios
|
|
|
2019 |
[2] => Metropolis Mastering
|
|
|
2020 |
)
|
|
|
2021 |
|
|
|
2022 |
[master_id] => 898590
|
|
|
2023 |
[type] => master
|
|
|
2024 |
[format] => Array
|
|
|
2025 |
(
|
|
|
2026 |
[0] => CD
|
|
|
2027 |
[1] => Album
|
|
|
2028 |
)
|
|
|
2029 |
|
|
|
2030 |
[barcode] => Array
|
|
|
2031 |
(
|
|
|
2032 |
[0] => 7 31455 97862 9
|
|
|
2033 |
[1] => 731455978629
|
|
|
2034 |
[2] => BIEM/MCPS
|
|
|
2035 |
)
|
|
|
2036 |
|
|
|
2037 |
[master_url] => https://api.discogs.com/masters/898590
|
|
|
2038 |
[genre] => Array
|
|
|
2039 |
(
|
|
|
2040 |
[0] => Rock
|
|
|
2041 |
[1] => Pop
|
|
|
2042 |
)
|
|
|
2043 |
|
|
|
2044 |
[country] => Germany
|
|
|
2045 |
[uri] => /Nena-Nena-Live/master/898590
|
|
|
2046 |
[cover_image] => https://img.discogs.com/pN9sopaatjL1K5V1jnSLtNHvoLU=/fit-in/500x495/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-1709734-1238415326.jpeg.jpg
|
|
|
2047 |
[resource_url] => https://api.discogs.com/masters/898590
|
|
|
2048 |
)
|
|
|
2049 |
|
|
|
2050 |
[32] => stdClass Object
|
|
|
2051 |
(
|
|
|
2052 |
[user_data] => stdClass Object
|
|
|
2053 |
(
|
|
|
2054 |
[in_collection] =>
|
|
|
2055 |
[in_wantlist] =>
|
|
|
2056 |
)
|
|
|
2057 |
|
|
|
2058 |
[community] => stdClass Object
|
|
|
2059 |
(
|
|
|
2060 |
[have] => 34
|
|
|
2061 |
[want] => 19
|
|
|
2062 |
)
|
|
|
2063 |
|
|
|
2064 |
[catno] => EPC 25925
|
|
|
2065 |
[year] => 1984
|
|
|
2066 |
[format_quantity] => 1
|
|
|
2067 |
[id] => 8468064
|
|
|
2068 |
[style] => Array
|
|
|
2069 |
(
|
|
|
2070 |
[0] => New Wave
|
|
|
2071 |
[1] => Soft Rock
|
|
|
2072 |
[2] => Pop Rock
|
|
|
2073 |
[3] => Synth-pop
|
|
|
2074 |
)
|
|
|
2075 |
|
|
|
2076 |
[thumb] => https://img.discogs.com/T72NblMPDfrfC9bG0vdQB99bpL8=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-8468064-1462196595-3400.jpeg.jpg
|
|
|
2077 |
[title] => Nena - Nena
|
|
|
2078 |
[label] => Array
|
|
|
2079 |
(
|
|
|
2080 |
[0] => Epic
|
|
|
2081 |
[1] => CBS Inc.
|
|
|
2082 |
[2] => CBS Inc.
|
|
|
2083 |
)
|
|
|
2084 |
|
|
|
2085 |
[master_id] => 43548
|
|
|
2086 |
[type] => release
|
|
|
2087 |
[format] => Array
|
|
|
2088 |
(
|
|
|
2089 |
[0] => Vinyl
|
|
|
2090 |
[1] => LP
|
|
|
2091 |
[2] => Album
|
|
|
2092 |
)
|
|
|
2093 |
|
|
|
2094 |
[barcode] => Array
|
|
|
2095 |
(
|
|
|
2096 |
[0] => LC 0199
|
|
|
2097 |
[1] => MCPS
|
|
|
2098 |
[2] => BIEM
|
|
|
2099 |
[3] => EPC 28925 A5
|
|
|
2100 |
[4] => EPC 25925 B2
|
|
|
2101 |
)
|
|
|
2102 |
|
|
|
2103 |
[master_url] => https://api.discogs.com/masters/43548
|
|
|
2104 |
[genre] => Array
|
|
|
2105 |
(
|
|
|
2106 |
[0] => Electronic
|
|
|
2107 |
[1] => Rock
|
|
|
2108 |
)
|
|
|
2109 |
|
|
|
2110 |
[country] => UK
|
|
|
2111 |
[uri] => /Nena-Nena/release/8468064
|
|
|
2112 |
[cover_image] => https://img.discogs.com/yfJUdKAC3cJLtCsRWFIAY7r9QK8=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-8468064-1462196595-3400.jpeg.jpg
|
|
|
2113 |
[resource_url] => https://api.discogs.com/releases/8468064
|
|
|
2114 |
)
|
|
|
2115 |
|
|
|
2116 |
[33] => stdClass Object
|
|
|
2117 |
(
|
|
|
2118 |
[style] => Array
|
|
|
2119 |
(
|
|
|
2120 |
[0] => New Wave
|
|
|
2121 |
[1] => Synth-pop
|
|
|
2122 |
)
|
|
|
2123 |
|
|
|
2124 |
[thumb] => https://img.discogs.com/tO5hOlhsjHpDCczQzbV2Ke34U0g=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7571497-1444273607-4448.jpeg.jpg
|
|
|
2125 |
[uri] => /Nena-Nena/release/7571497
|
|
|
2126 |
[format] => Array
|
|
|
2127 |
(
|
|
|
2128 |
[0] => CD
|
|
|
2129 |
[1] => Album
|
|
|
2130 |
[2] => Reissue
|
|
|
2131 |
)
|
|
|
2132 |
|
|
|
2133 |
[country] => Germany
|
|
|
2134 |
[barcode] => Array
|
|
|
2135 |
(
|
|
|
2136 |
[0] => 5 099746 538828
|
|
|
2137 |
[1] => 5099746538828
|
|
|
2138 |
[2] => CDCBS-32788 12 A11 MASTERED BY DADC AUSTRIA
|
|
|
2139 |
[3] => BIEM
|
|
|
2140 |
[4] => BIEM/STEMRA
|
|
|
2141 |
[5] => LC 0149
|
|
|
2142 |
[6] => CB 651
|
|
|
2143 |
[7] => CDL
|
|
|
2144 |
)
|
|
|
2145 |
|
|
|
2146 |
[user_data] => stdClass Object
|
|
|
2147 |
(
|
|
|
2148 |
[in_collection] =>
|
|
|
2149 |
[in_wantlist] =>
|
|
|
2150 |
)
|
|
|
2151 |
|
|
|
2152 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
2153 |
[label] => Array
|
|
|
2154 |
(
|
|
|
2155 |
[0] => CBS
|
|
|
2156 |
[1] => CBS
|
|
|
2157 |
[2] => CBS
|
|
|
2158 |
[3] => CBS Family Shop
|
|
|
2159 |
[4] => Memory Pop Shop
|
|
|
2160 |
[5] => DADC Austria
|
|
|
2161 |
[6] => CBS Schallplatten GmbH
|
|
|
2162 |
[7] => CBS
|
|
|
2163 |
[8] => CBS Records
|
|
|
2164 |
[9] => CBS Schallplatten GmbH
|
|
|
2165 |
)
|
|
|
2166 |
|
|
|
2167 |
[cover_image] => https://img.discogs.com/61nDfNNDvCLiVKvs5H8fqO9w5kE=/fit-in/600x593/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7571497-1444273607-4448.jpeg.jpg
|
|
|
2168 |
[format_quantity] => 1
|
|
|
2169 |
[catno] => 465388 2
|
|
|
2170 |
[community] => stdClass Object
|
|
|
2171 |
(
|
|
|
2172 |
[have] => 22
|
|
|
2173 |
[want] => 24
|
|
|
2174 |
)
|
|
|
2175 |
|
|
|
2176 |
[genre] => Array
|
|
|
2177 |
(
|
|
|
2178 |
[0] => Electronic
|
|
|
2179 |
[1] => Rock
|
|
|
2180 |
)
|
|
|
2181 |
|
|
|
2182 |
[title] => Nena - Nena
|
|
|
2183 |
[resource_url] => https://api.discogs.com/releases/7571497
|
|
|
2184 |
[master_id] => 52223
|
|
|
2185 |
[type] => release
|
|
|
2186 |
[id] => 7571497
|
|
|
2187 |
)
|
|
|
2188 |
|
|
|
2189 |
[34] => stdClass Object
|
|
|
2190 |
(
|
|
|
2191 |
[user_data] => stdClass Object
|
|
|
2192 |
(
|
|
|
2193 |
[in_collection] =>
|
|
|
2194 |
[in_wantlist] =>
|
|
|
2195 |
)
|
|
|
2196 |
|
|
|
2197 |
[community] => stdClass Object
|
|
|
2198 |
(
|
|
|
2199 |
[have] => 62
|
|
|
2200 |
[want] => 5
|
|
|
2201 |
)
|
|
|
2202 |
|
|
|
2203 |
[catno] => 5050467-2231-2-7
|
|
|
2204 |
[year] => 2004
|
|
|
2205 |
[format_quantity] => 1
|
|
|
2206 |
[id] => 652922
|
|
|
2207 |
[style] => Array
|
|
|
2208 |
(
|
|
|
2209 |
[0] => Pop Rock
|
|
|
2210 |
[1] => Synth-pop
|
|
|
2211 |
)
|
|
|
2212 |
|
|
|
2213 |
[thumb] => https://img.discogs.com/Zw6qdDzilMY8UQbYl6XGsP3oFQc=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-652922-1412791195-9704.jpeg.jpg
|
|
|
2214 |
[title] => Nena* - Live Nena
|
|
|
2215 |
[label] => Array
|
|
|
2216 |
(
|
|
|
2217 |
[0] => Warner Strategic Marketing
|
|
|
2218 |
[1] => Warner Strategic Marketing
|
|
|
2219 |
[2] => Warner Strategic Marketing
|
|
|
2220 |
[3] => Warner Music Group Germany Holding GmbH
|
|
|
2221 |
[4] => Warner Music Group Germany Holding GmbH
|
|
|
2222 |
[5] => Köln Arena
|
|
|
2223 |
[6] => Cinram GmbH
|
|
|
2224 |
)
|
|
|
2225 |
|
|
|
2226 |
[master_id] => 0
|
|
|
2227 |
[type] => release
|
|
|
2228 |
[format] => Array
|
|
|
2229 |
(
|
|
|
2230 |
[0] => CD
|
|
|
2231 |
[1] => Enhanced
|
|
|
2232 |
)
|
|
|
2233 |
|
|
|
2234 |
[barcode] => Array
|
|
|
2235 |
(
|
|
|
2236 |
[0] => 5 050467 223127
|
|
|
2237 |
[1] => LC 03708
|
|
|
2238 |
[2] => [Warner 'W' logo] 5050467223127 V01
|
|
|
2239 |
)
|
|
|
2240 |
|
|
|
2241 |
[master_url] =>
|
|
|
2242 |
[genre] => Array
|
|
|
2243 |
(
|
|
|
2244 |
[0] => Electronic
|
|
|
2245 |
[1] => Rock
|
|
|
2246 |
)
|
|
|
2247 |
|
|
|
2248 |
[country] => Germany
|
|
|
2249 |
[uri] => /Nena-Live-Nena/release/652922
|
|
|
2250 |
[cover_image] => https://img.discogs.com/gKBBKcSIzUiKM2C07tEmnLR4j_g=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-652922-1412791195-9704.jpeg.jpg
|
|
|
2251 |
[resource_url] => https://api.discogs.com/releases/652922
|
|
|
2252 |
)
|
|
|
2253 |
|
|
|
2254 |
[35] => stdClass Object
|
|
|
2255 |
(
|
|
|
2256 |
[user_data] => stdClass Object
|
|
|
2257 |
(
|
|
|
2258 |
[in_collection] =>
|
|
|
2259 |
[in_wantlist] =>
|
|
|
2260 |
)
|
|
|
2261 |
|
|
|
2262 |
[community] => stdClass Object
|
|
|
2263 |
(
|
|
|
2264 |
[have] => 37
|
|
|
2265 |
[want] => 7
|
|
|
2266 |
)
|
|
|
2267 |
|
|
|
2268 |
[catno] => 5050466-4109-2-4
|
|
|
2269 |
[year] => 2003
|
|
|
2270 |
[format_quantity] => 2
|
|
|
2271 |
[id] => 2012254
|
|
|
2272 |
[style] => Array
|
|
|
2273 |
(
|
|
|
2274 |
[0] => New Wave
|
|
|
2275 |
[1] => Synth-pop
|
|
|
2276 |
)
|
|
|
2277 |
|
|
|
2278 |
[thumb] => https://img.discogs.com/lMMGSsyJST1UfWezWF9zJzz-AD0=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2012254-1277844567.jpeg.jpg
|
|
|
2279 |
[title] => Nena* - Nena Feat. Nena Live
|
|
|
2280 |
[label] => Array
|
|
|
2281 |
(
|
|
|
2282 |
[0] => Warner Music Vision
|
|
|
2283 |
)
|
|
|
2284 |
|
|
|
2285 |
[master_id] => 906196
|
|
|
2286 |
[type] => release
|
|
|
2287 |
[format] => Array
|
|
|
2288 |
(
|
|
|
2289 |
[0] => DVD
|
|
|
2290 |
[1] => PAL
|
|
|
2291 |
[2] => Compilation
|
|
|
2292 |
)
|
|
|
2293 |
|
|
|
2294 |
[barcode] => Array
|
|
|
2295 |
(
|
|
|
2296 |
)
|
|
|
2297 |
|
|
|
2298 |
[master_url] => https://api.discogs.com/masters/906196
|
|
|
2299 |
[genre] => Array
|
|
|
2300 |
(
|
|
|
2301 |
[0] => Electronic
|
|
|
2302 |
[1] => Rock
|
|
|
2303 |
)
|
|
|
2304 |
|
|
|
2305 |
[country] => Germany
|
|
|
2306 |
[uri] => /Nena-Nena-Feat-Nena-Live/release/2012254
|
|
|
2307 |
[cover_image] => https://img.discogs.com/A5Lrg7CvPm2-nuJ6aVZOjjkoIJE=/fit-in/412x587/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2012254-1277844567.jpeg.jpg
|
|
|
2308 |
[resource_url] => https://api.discogs.com/releases/2012254
|
|
|
2309 |
)
|
|
|
2310 |
|
|
|
2311 |
[36] => stdClass Object
|
|
|
2312 |
(
|
|
|
2313 |
[user_data] => stdClass Object
|
|
|
2314 |
(
|
|
|
2315 |
[in_collection] =>
|
|
|
2316 |
[in_wantlist] =>
|
|
|
2317 |
)
|
|
|
2318 |
|
|
|
2319 |
[community] => stdClass Object
|
|
|
2320 |
(
|
|
|
2321 |
[have] => 19
|
|
|
2322 |
[want] => 23
|
|
|
2323 |
)
|
|
|
2324 |
|
|
|
2325 |
[catno] => EPC 25925
|
|
|
2326 |
[year] => 1984
|
|
|
2327 |
[format_quantity] => 1
|
|
|
2328 |
[id] => 5463330
|
|
|
2329 |
[style] => Array
|
|
|
2330 |
(
|
|
|
2331 |
[0] => New Wave
|
|
|
2332 |
[1] => Soft Rock
|
|
|
2333 |
[2] => Pop Rock
|
|
|
2334 |
[3] => Synth-pop
|
|
|
2335 |
)
|
|
|
2336 |
|
|
|
2337 |
[thumb] => https://img.discogs.com/EVMhBuG2gvZbILgt7clXGXuK7QA=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-5463330-1394010548-9936.jpeg.jpg
|
|
|
2338 |
[title] => Nena - Nena
|
|
|
2339 |
[label] => Array
|
|
|
2340 |
(
|
|
|
2341 |
[0] => Epic
|
|
|
2342 |
[1] => Epic
|
|
|
2343 |
)
|
|
|
2344 |
|
|
|
2345 |
[master_id] => 43548
|
|
|
2346 |
[type] => release
|
|
|
2347 |
[format] => Array
|
|
|
2348 |
(
|
|
|
2349 |
[0] => Vinyl
|
|
|
2350 |
[1] => LP
|
|
|
2351 |
[2] => Album
|
|
|
2352 |
)
|
|
|
2353 |
|
|
|
2354 |
[barcode] => Array
|
|
|
2355 |
(
|
|
|
2356 |
[0] => R.S.O. 01-25925-1A-1 HP GREECE
|
|
|
2357 |
[1] => R.S.O. 01-25925-1B-1 HP GREECE
|
|
|
2358 |
)
|
|
|
2359 |
|
|
|
2360 |
[master_url] => https://api.discogs.com/masters/43548
|
|
|
2361 |
[genre] => Array
|
|
|
2362 |
(
|
|
|
2363 |
[0] => Electronic
|
|
|
2364 |
[1] => Rock
|
|
|
2365 |
)
|
|
|
2366 |
|
|
|
2367 |
[country] => Greece
|
|
|
2368 |
[uri] => /Nena-Nena/release/5463330
|
|
|
2369 |
[cover_image] => https://img.discogs.com/dyILx_2WzpsHD0cuNLJzVYwrDtc=/fit-in/583x602/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-5463330-1394010548-9936.jpeg.jpg
|
|
|
2370 |
[resource_url] => https://api.discogs.com/releases/5463330
|
|
|
2371 |
)
|
|
|
2372 |
|
|
|
2373 |
[37] => stdClass Object
|
|
|
2374 |
(
|
|
|
2375 |
[user_data] => stdClass Object
|
|
|
2376 |
(
|
|
|
2377 |
[in_collection] =>
|
|
|
2378 |
[in_wantlist] =>
|
|
|
2379 |
)
|
|
|
2380 |
|
|
|
2381 |
[community] => stdClass Object
|
|
|
2382 |
(
|
|
|
2383 |
[have] => 53
|
|
|
2384 |
[want] => 10
|
|
|
2385 |
)
|
|
|
2386 |
|
|
|
2387 |
[catno] => 5050466-4542-2-5
|
|
|
2388 |
[year] => 2003
|
|
|
2389 |
[format_quantity] => 2
|
|
|
2390 |
[id] => 1244581
|
|
|
2391 |
[style] => Array
|
|
|
2392 |
(
|
|
|
2393 |
[0] => Pop Rock
|
|
|
2394 |
)
|
|
|
2395 |
|
|
|
2396 |
[thumb] => https://img.discogs.com/gdGI1UKN86MsDZTz8sjgaasZpQ0=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-1244581-1350736584-7069.jpeg.jpg
|
|
|
2397 |
[title] => Nena* - Nena Feat. Nena Edition 2003 (Ltd.)
|
|
|
2398 |
[label] => Array
|
|
|
2399 |
(
|
|
|
2400 |
[0] => Warner Strategic Marketing
|
|
|
2401 |
)
|
|
|
2402 |
|
|
|
2403 |
[master_id] => 144632
|
|
|
2404 |
[type] => release
|
|
|
2405 |
[format] => Array
|
|
|
2406 |
(
|
|
|
2407 |
[0] => CD
|
|
|
2408 |
[1] => Limited Edition
|
|
|
2409 |
)
|
|
|
2410 |
|
|
|
2411 |
[barcode] => Array
|
|
|
2412 |
(
|
|
|
2413 |
)
|
|
|
2414 |
|
|
|
2415 |
[master_url] => https://api.discogs.com/masters/144632
|
|
|
2416 |
[genre] => Array
|
|
|
2417 |
(
|
|
|
2418 |
[0] => Rock
|
|
|
2419 |
[1] => Pop
|
|
|
2420 |
)
|
|
|
2421 |
|
|
|
2422 |
[country] => Germany
|
|
|
2423 |
[uri] => /Nena-Nena-Feat-Nena-Edition-2003-Ltd/release/1244581
|
|
|
2424 |
[cover_image] => https://img.discogs.com/BRwZI_nuay5ySpCQia_oX1FfkYg=/fit-in/300x300/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-1244581-1350736584-7069.jpeg.jpg
|
|
|
2425 |
[resource_url] => https://api.discogs.com/releases/1244581
|
|
|
2426 |
)
|
|
|
2427 |
|
|
|
2428 |
[38] => stdClass Object
|
|
|
2429 |
(
|
|
|
2430 |
[user_data] => stdClass Object
|
|
|
2431 |
(
|
|
|
2432 |
[in_collection] =>
|
|
|
2433 |
[in_wantlist] =>
|
|
|
2434 |
)
|
|
|
2435 |
|
|
|
2436 |
[community] => stdClass Object
|
|
|
2437 |
(
|
|
|
2438 |
[have] => 49
|
|
|
2439 |
[want] => 5
|
|
|
2440 |
)
|
|
|
2441 |
|
|
|
2442 |
[catno] => 559 786-2
|
|
|
2443 |
[year] => 1998
|
|
|
2444 |
[format_quantity] => 1
|
|
|
2445 |
[id] => 1709734
|
|
|
2446 |
[style] => Array
|
|
|
2447 |
(
|
|
|
2448 |
[0] => Pop Rock
|
|
|
2449 |
[1] => Chanson
|
|
|
2450 |
)
|
|
|
2451 |
|
|
|
2452 |
[thumb] => https://img.discogs.com/NTRYOtyB5sMy1_w4FeJo9XWo_zg=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-1709734-1238415326.jpeg.jpg
|
|
|
2453 |
[title] => Nena* - Nena Live
|
|
|
2454 |
[label] => Array
|
|
|
2455 |
(
|
|
|
2456 |
[0] => Polydor
|
|
|
2457 |
[1] => ICP Recording Studios
|
|
|
2458 |
[2] => Metropolis Mastering
|
|
|
2459 |
)
|
|
|
2460 |
|
|
|
2461 |
[master_id] => 898590
|
|
|
2462 |
[type] => release
|
|
|
2463 |
[format] => Array
|
|
|
2464 |
(
|
|
|
2465 |
[0] => CD
|
|
|
2466 |
[1] => Album
|
|
|
2467 |
)
|
|
|
2468 |
|
|
|
2469 |
[barcode] => Array
|
|
|
2470 |
(
|
|
|
2471 |
[0] => 7 31455 97862 9
|
|
|
2472 |
[1] => 731455978629
|
|
|
2473 |
[2] => BIEM/MCPS
|
|
|
2474 |
)
|
|
|
2475 |
|
|
|
2476 |
[master_url] => https://api.discogs.com/masters/898590
|
|
|
2477 |
[genre] => Array
|
|
|
2478 |
(
|
|
|
2479 |
[0] => Rock
|
|
|
2480 |
[1] => Pop
|
|
|
2481 |
)
|
|
|
2482 |
|
|
|
2483 |
[country] => Germany
|
|
|
2484 |
[uri] => /Nena-Nena-Live/release/1709734
|
|
|
2485 |
[cover_image] => https://img.discogs.com/pN9sopaatjL1K5V1jnSLtNHvoLU=/fit-in/500x495/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-1709734-1238415326.jpeg.jpg
|
|
|
2486 |
[resource_url] => https://api.discogs.com/releases/1709734
|
|
|
2487 |
)
|
|
|
2488 |
|
|
|
2489 |
[39] => stdClass Object
|
|
|
2490 |
(
|
|
|
2491 |
[user_data] => stdClass Object
|
|
|
2492 |
(
|
|
|
2493 |
[in_collection] =>
|
|
|
2494 |
[in_wantlist] =>
|
|
|
2495 |
)
|
|
|
2496 |
|
|
|
2497 |
[community] => stdClass Object
|
|
|
2498 |
(
|
|
|
2499 |
[have] => 14
|
|
|
2500 |
[want] => 26
|
|
|
2501 |
)
|
|
|
2502 |
|
|
|
2503 |
[catno] => 491268 2
|
|
|
2504 |
[year] => 2004
|
|
|
2505 |
[format_quantity] => 1
|
|
|
2506 |
[id] => 7407581
|
|
|
2507 |
[style] => Array
|
|
|
2508 |
(
|
|
|
2509 |
[0] => New Wave
|
|
|
2510 |
[1] => Soft Rock
|
|
|
2511 |
[2] => Pop Rock
|
|
|
2512 |
[3] => Synth-pop
|
|
|
2513 |
)
|
|
|
2514 |
|
|
|
2515 |
[thumb] => https://img.discogs.com/Wc6NFrZZmmMQJ3bysUofwtiiIOU=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7407581-1440864037-7425.jpeg.jpg
|
|
|
2516 |
[title] => Nena - Nena
|
|
|
2517 |
[label] => Array
|
|
|
2518 |
(
|
|
|
2519 |
[0] => Columbia
|
|
|
2520 |
[1] => The Vinyl Classics
|
|
|
2521 |
[2] => Spiegel Edition
|
|
|
2522 |
[3] => Sony Music
|
|
|
2523 |
[4] => Sony Music Entertainment (Germany) GmbH
|
|
|
2524 |
[5] => Sony Music Entertainment (Germany) GmbH
|
|
|
2525 |
[6] => EMI Songs Musikverlag GmbH
|
|
|
2526 |
[7] => Spliff Studio
|
|
|
2527 |
[8] => Audio Studios, Berlin
|
|
|
2528 |
)
|
|
|
2529 |
|
|
|
2530 |
[master_id] => 52223
|
|
|
2531 |
[type] => release
|
|
|
2532 |
[format] => Array
|
|
|
2533 |
(
|
|
|
2534 |
[0] => CD
|
|
|
2535 |
[1] => Album
|
|
|
2536 |
[2] => Reissue
|
|
|
2537 |
)
|
|
|
2538 |
|
|
|
2539 |
[barcode] => Array
|
|
|
2540 |
(
|
|
|
2541 |
[0] => 5099749126824
|
|
|
2542 |
[1] => IFPI 94W7
|
|
|
2543 |
[2] => SACEM SACD SDRM SGDL BIEM
|
|
|
2544 |
[3] => 03-491268-10
|
|
|
2545 |
)
|
|
|
2546 |
|
|
|
2547 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
2548 |
[genre] => Array
|
|
|
2549 |
(
|
|
|
2550 |
[0] => Electronic
|
|
|
2551 |
[1] => Rock
|
|
|
2552 |
)
|
|
|
2553 |
|
|
|
2554 |
[country] => Europe
|
|
|
2555 |
[uri] => /Nena-Nena/release/7407581
|
|
|
2556 |
[cover_image] => https://img.discogs.com/OvmiKB_KbOpj3-hnl_7jt_OY0qs=/fit-in/600x524/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7407581-1440864037-7425.jpeg.jpg
|
|
|
2557 |
[resource_url] => https://api.discogs.com/releases/7407581
|
|
|
2558 |
)
|
|
|
2559 |
|
|
|
2560 |
[40] => stdClass Object
|
|
|
2561 |
(
|
|
|
2562 |
[user_data] => stdClass Object
|
|
|
2563 |
(
|
|
|
2564 |
[in_collection] =>
|
|
|
2565 |
[in_wantlist] =>
|
|
|
2566 |
)
|
|
|
2567 |
|
|
|
2568 |
[community] => stdClass Object
|
|
|
2569 |
(
|
|
|
2570 |
[have] => 9
|
|
|
2571 |
[want] => 22
|
|
|
2572 |
)
|
|
|
2573 |
|
|
|
2574 |
[catno] => EPC 25925
|
|
|
2575 |
[year] => 1984
|
|
|
2576 |
[format_quantity] => 1
|
|
|
2577 |
[id] => 5463304
|
|
|
2578 |
[style] => Array
|
|
|
2579 |
(
|
|
|
2580 |
[0] => New Wave
|
|
|
2581 |
[1] => Soft Rock
|
|
|
2582 |
[2] => Pop Rock
|
|
|
2583 |
[3] => Synth-pop
|
|
|
2584 |
)
|
|
|
2585 |
|
|
|
2586 |
[thumb] => https://img.discogs.com/hlyZ693yz2To0JhM8U0QNuT4Fjs=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-5463304-1498122184-3395.jpeg.jpg
|
|
|
2587 |
[title] => Nena - Nena
|
|
|
2588 |
[label] => Array
|
|
|
2589 |
(
|
|
|
2590 |
[0] => Epic
|
|
|
2591 |
[1] => Epic
|
|
|
2592 |
[2] => CBS Schallplatten GmbH
|
|
|
2593 |
[3] => CBS Inc.
|
|
|
2594 |
[4] => Edition Hate
|
|
|
2595 |
[5] => April Musikverlag GmbH
|
|
|
2596 |
)
|
|
|
2597 |
|
|
|
2598 |
[master_id] => 43548
|
|
|
2599 |
[type] => release
|
|
|
2600 |
[format] => Array
|
|
|
2601 |
(
|
|
|
2602 |
[0] => Vinyl
|
|
|
2603 |
[1] => LP
|
|
|
2604 |
[2] => Album
|
|
|
2605 |
)
|
|
|
2606 |
|
|
|
2607 |
[barcode] => Array
|
|
|
2608 |
(
|
|
|
2609 |
[0] => LC 0199
|
|
|
2610 |
[1] => BIEM/STEMRA
|
|
|
2611 |
[2] => R.S.O. 01-25925-1A-1 HP GREECE
|
|
|
2612 |
[3] => R.S.O. 01-25925-1B-1 HP GREECE
|
|
|
2613 |
)
|
|
|
2614 |
|
|
|
2615 |
[master_url] => https://api.discogs.com/masters/43548
|
|
|
2616 |
[genre] => Array
|
|
|
2617 |
(
|
|
|
2618 |
[0] => Electronic
|
|
|
2619 |
[1] => Rock
|
|
|
2620 |
)
|
|
|
2621 |
|
|
|
2622 |
[country] => Greece
|
|
|
2623 |
[uri] => /Nena-Nena/release/5463304
|
|
|
2624 |
[cover_image] => https://img.discogs.com/uUndykw9NDOWi6HG9kb7yhylDwk=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-5463304-1498122184-3395.jpeg.jpg
|
|
|
2625 |
[resource_url] => https://api.discogs.com/releases/5463304
|
|
|
2626 |
)
|
|
|
2627 |
|
|
|
2628 |
[41] => stdClass Object
|
|
|
2629 |
(
|
|
|
2630 |
[user_data] => stdClass Object
|
|
|
2631 |
(
|
|
|
2632 |
[in_collection] =>
|
|
|
2633 |
[in_wantlist] =>
|
|
|
2634 |
)
|
|
|
2635 |
|
|
|
2636 |
[community] => stdClass Object
|
|
|
2637 |
(
|
|
|
2638 |
[have] => 44
|
|
|
2639 |
[want] => 8
|
|
|
2640 |
)
|
|
|
2641 |
|
|
|
2642 |
[catno] => 5052498-3286-2-8
|
|
|
2643 |
[year] => 2010
|
|
|
2644 |
[format_quantity] => 1
|
|
|
2645 |
[id] => 6061040
|
|
|
2646 |
[style] => Array
|
|
|
2647 |
(
|
|
|
2648 |
[0] => Europop
|
|
|
2649 |
)
|
|
|
2650 |
|
|
|
2651 |
[thumb] => https://img.discogs.com/oUIQX5pDS8b0fh6QQ5DlXF2ne7g=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-6061040-1412796224-1317.jpeg.jpg
|
|
|
2652 |
[title] => Nena* - Best Of Nena
|
|
|
2653 |
[label] => Array
|
|
|
2654 |
(
|
|
|
2655 |
[0] => Warner Music Group Central Europe
|
|
|
2656 |
[1] => Starwatch Music
|
|
|
2657 |
[2] => Warner Music Entertainment
|
|
|
2658 |
)
|
|
|
2659 |
|
|
|
2660 |
[master_id] => 0
|
|
|
2661 |
[type] => release
|
|
|
2662 |
[format] => Array
|
|
|
2663 |
(
|
|
|
2664 |
[0] => CD
|
|
|
2665 |
[1] => Album
|
|
|
2666 |
[2] => Compilation
|
|
|
2667 |
)
|
|
|
2668 |
|
|
|
2669 |
[barcode] => Array
|
|
|
2670 |
(
|
|
|
2671 |
[0] => 505248328628
|
|
|
2672 |
[1] => 5052498328628 V01 RLT
|
|
|
2673 |
[2] => IFPI L017
|
|
|
2674 |
)
|
|
|
2675 |
|
|
|
2676 |
[master_url] =>
|
|
|
2677 |
[genre] => Array
|
|
|
2678 |
(
|
|
|
2679 |
[0] => Rock
|
|
|
2680 |
[1] => Pop
|
|
|
2681 |
)
|
|
|
2682 |
|
|
|
2683 |
[country] => Germany
|
|
|
2684 |
[uri] => /Nena-Best-Of-Nena/release/6061040
|
|
|
2685 |
[cover_image] => https://img.discogs.com/32z4_Ooa41qRGg6IYHEsztrooXs=/fit-in/600x593/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-6061040-1412796224-1317.jpeg.jpg
|
|
|
2686 |
[resource_url] => https://api.discogs.com/releases/6061040
|
|
|
2687 |
)
|
|
|
2688 |
|
|
|
2689 |
[42] => stdClass Object
|
|
|
2690 |
(
|
|
|
2691 |
[user_data] => stdClass Object
|
|
|
2692 |
(
|
|
|
2693 |
[in_collection] =>
|
|
|
2694 |
[in_wantlist] =>
|
|
|
2695 |
)
|
|
|
2696 |
|
|
|
2697 |
[community] => stdClass Object
|
|
|
2698 |
(
|
|
|
2699 |
[have] => 7
|
|
|
2700 |
[want] => 24
|
|
|
2701 |
)
|
|
|
2702 |
|
|
|
2703 |
[catno] => CBS 32788
|
|
|
2704 |
[year] => 1986
|
|
|
2705 |
[format_quantity] => 1
|
|
|
2706 |
[id] => 8953583
|
|
|
2707 |
[style] => Array
|
|
|
2708 |
(
|
|
|
2709 |
[0] => New Wave
|
|
|
2710 |
[1] => Pop Rock
|
|
|
2711 |
)
|
|
|
2712 |
|
|
|
2713 |
[thumb] => https://img.discogs.com/4VRYkS1c8gpivV1mslo7z-9dmtA=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-8953583-1472150386-9702.jpeg.jpg
|
|
|
2714 |
[title] => Nena - Nena
|
|
|
2715 |
[label] => Array
|
|
|
2716 |
(
|
|
|
2717 |
[0] => CBS
|
|
|
2718 |
[1] => Discos CBS, S.A., Madrid
|
|
|
2719 |
[2] => Discos CBS, S.A., Madrid
|
|
|
2720 |
[3] => CBS Schallplatten GmbH
|
|
|
2721 |
[4] => CBS Schallplatten GmbH
|
|
|
2722 |
[5] => Offset ALG, S.A.
|
|
|
2723 |
)
|
|
|
2724 |
|
|
|
2725 |
[master_id] => 52223
|
|
|
2726 |
[type] => release
|
|
|
2727 |
[format] => Array
|
|
|
2728 |
(
|
|
|
2729 |
[0] => Vinyl
|
|
|
2730 |
[1] => LP
|
|
|
2731 |
[2] => Album
|
|
|
2732 |
[3] => Reissue
|
|
|
2733 |
)
|
|
|
2734 |
|
|
|
2735 |
[barcode] => Array
|
|
|
2736 |
(
|
|
|
2737 |
[0] => SGAE
|
|
|
2738 |
[1] => M-1696-1986
|
|
|
2739 |
)
|
|
|
2740 |
|
|
|
2741 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
2742 |
[genre] => Array
|
|
|
2743 |
(
|
|
|
2744 |
[0] => Electronic
|
|
|
2745 |
[1] => Rock
|
|
|
2746 |
)
|
|
|
2747 |
|
|
|
2748 |
[country] => Spain
|
|
|
2749 |
[uri] => /Nena-Nena/release/8953583
|
|
|
2750 |
[cover_image] => https://img.discogs.com/AJRqn69saeawUd_z37WsNm62nC0=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-8953583-1472150386-9702.jpeg.jpg
|
|
|
2751 |
[resource_url] => https://api.discogs.com/releases/8953583
|
|
|
2752 |
)
|
|
|
2753 |
|
|
|
2754 |
[43] => stdClass Object
|
|
|
2755 |
(
|
|
|
2756 |
[user_data] => stdClass Object
|
|
|
2757 |
(
|
|
|
2758 |
[in_collection] =>
|
|
|
2759 |
[in_wantlist] =>
|
|
|
2760 |
)
|
|
|
2761 |
|
|
|
2762 |
[community] => stdClass Object
|
|
|
2763 |
(
|
|
|
2764 |
[have] => 25
|
|
|
2765 |
[want] => 6
|
|
|
2766 |
)
|
|
|
2767 |
|
|
|
2768 |
[catno] => 5050466411051
|
|
|
2769 |
[year] => 2003
|
|
|
2770 |
[format_quantity] => 1
|
|
|
2771 |
[id] => 7963850
|
|
|
2772 |
[style] => Array
|
|
|
2773 |
(
|
|
|
2774 |
)
|
|
|
2775 |
|
|
|
2776 |
[thumb] => https://img.discogs.com/WDpL42jzEdDRQRCTAml5dYKQ28s=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7963850-1519814070-1783.jpeg.jpg
|
|
|
2777 |
[title] => Nena* - Nena Feat. Nena Live
|
|
|
2778 |
[label] => Array
|
|
|
2779 |
(
|
|
|
2780 |
[0] => Warner Music Vision
|
|
|
2781 |
)
|
|
|
2782 |
|
|
|
2783 |
[master_id] => 0
|
|
|
2784 |
[type] => release
|
|
|
2785 |
[format] => Array
|
|
|
2786 |
(
|
|
|
2787 |
[0] => DVD
|
|
|
2788 |
[1] => DVD-Audio
|
|
|
2789 |
[2] => Multichannel
|
|
|
2790 |
)
|
|
|
2791 |
|
|
|
2792 |
[barcode] => Array
|
|
|
2793 |
(
|
|
|
2794 |
[0] => 5050466411051
|
|
|
2795 |
)
|
|
|
2796 |
|
|
|
2797 |
[master_url] =>
|
|
|
2798 |
[genre] => Array
|
|
|
2799 |
(
|
|
|
2800 |
[0] => Pop
|
|
|
2801 |
)
|
|
|
2802 |
|
|
|
2803 |
[country] => Germany
|
|
|
2804 |
[uri] => /Nena-Nena-Feat-Nena-Live/release/7963850
|
|
|
2805 |
[cover_image] => https://img.discogs.com/gJiCNK9veHx2Qft9zzMeru6Y0hc=/fit-in/600x643/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7963850-1519814070-1783.jpeg.jpg
|
|
|
2806 |
[resource_url] => https://api.discogs.com/releases/7963850
|
|
|
2807 |
)
|
|
|
2808 |
|
|
|
2809 |
[44] => stdClass Object
|
|
|
2810 |
(
|
|
|
2811 |
[user_data] => stdClass Object
|
|
|
2812 |
(
|
|
|
2813 |
[in_collection] =>
|
|
|
2814 |
[in_wantlist] =>
|
|
|
2815 |
)
|
|
|
2816 |
|
|
|
2817 |
[community] => stdClass Object
|
|
|
2818 |
(
|
|
|
2819 |
[have] => 12
|
|
|
2820 |
[want] => 16
|
|
|
2821 |
)
|
|
|
2822 |
|
|
|
2823 |
[catno] => 465388 2
|
|
|
2824 |
[year] => 1989
|
|
|
2825 |
[format_quantity] => 1
|
|
|
2826 |
[id] => 10697982
|
|
|
2827 |
[style] => Array
|
|
|
2828 |
(
|
|
|
2829 |
[0] => New Wave
|
|
|
2830 |
[1] => Synth-pop
|
|
|
2831 |
)
|
|
|
2832 |
|
|
|
2833 |
[thumb] => https://img.discogs.com/PpQdJczchsaftrx6IwcpyTYSYOo=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-10697982-1502620540-4241.jpeg.jpg
|
|
|
2834 |
[title] => Nena - Nena
|
|
|
2835 |
[label] => Array
|
|
|
2836 |
(
|
|
|
2837 |
[0] => CBS
|
|
|
2838 |
)
|
|
|
2839 |
|
|
|
2840 |
[master_id] => 52223
|
|
|
2841 |
[type] => release
|
|
|
2842 |
[format] => Array
|
|
|
2843 |
(
|
|
|
2844 |
[0] => CD
|
|
|
2845 |
[1] => Album
|
|
|
2846 |
[2] => Repress
|
|
|
2847 |
)
|
|
|
2848 |
|
|
|
2849 |
[barcode] => Array
|
|
|
2850 |
(
|
|
|
2851 |
[0] => 5 099746 538828
|
|
|
2852 |
[1] => 0149
|
|
|
2853 |
[2] => CB 651
|
|
|
2854 |
[3] => Sony Music S0746538810-0101 21 A2
|
|
|
2855 |
[4] => IFPI L551
|
|
|
2856 |
[5] => IFPI 949B
|
|
|
2857 |
[6] => BIEM
|
|
|
2858 |
[7] => BIEM/STEMRA
|
|
|
2859 |
[8] => Made in Austria
|
|
|
2860 |
[9] => 07-465388-10
|
|
|
2861 |
)
|
|
|
2862 |
|
|
|
2863 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
2864 |
[genre] => Array
|
|
|
2865 |
(
|
|
|
2866 |
[0] => Electronic
|
|
|
2867 |
[1] => Rock
|
|
|
2868 |
)
|
|
|
2869 |
|
|
|
2870 |
[country] => Germany, Austria, & Switzerland
|
|
|
2871 |
[uri] => /Nena-Nena/release/10697982
|
|
|
2872 |
[cover_image] => https://img.discogs.com/Kf0KYwsBUkGTf3b6FJxRqpFpLMg=/fit-in/500x500/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-10697982-1502620540-4241.jpeg.jpg
|
|
|
2873 |
[resource_url] => https://api.discogs.com/releases/10697982
|
|
|
2874 |
)
|
|
|
2875 |
|
|
|
2876 |
[45] => stdClass Object
|
|
|
2877 |
(
|
|
|
2878 |
[user_data] => stdClass Object
|
|
|
2879 |
(
|
|
|
2880 |
[in_collection] =>
|
|
|
2881 |
[in_wantlist] =>
|
|
|
2882 |
)
|
|
|
2883 |
|
|
|
2884 |
[community] => stdClass Object
|
|
|
2885 |
(
|
|
|
2886 |
[have] => 6
|
|
|
2887 |
[want] => 21
|
|
|
2888 |
)
|
|
|
2889 |
|
|
|
2890 |
[catno] => CBS 40-25264
|
|
|
2891 |
[year] => 1984
|
|
|
2892 |
[format_quantity] => 1
|
|
|
2893 |
[id] => 8169367
|
|
|
2894 |
[style] => Array
|
|
|
2895 |
(
|
|
|
2896 |
[0] => New Wave
|
|
|
2897 |
[1] => Soft Rock
|
|
|
2898 |
[2] => Pop Rock
|
|
|
2899 |
[3] => Synth-pop
|
|
|
2900 |
)
|
|
|
2901 |
|
|
|
2902 |
[thumb] => https://img.discogs.com/DISu_Jt7FUeWYRXxcTQmqShmj2g=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-8169367-1456605085-3508.jpeg.jpg
|
|
|
2903 |
[title] => Nena - Nena
|
|
|
2904 |
[label] => Array
|
|
|
2905 |
(
|
|
|
2906 |
[0] => Suzy
|
|
|
2907 |
[1] => CBS
|
|
|
2908 |
[2] => "Ognjen Prica", Karlovac
|
|
|
2909 |
)
|
|
|
2910 |
|
|
|
2911 |
[master_id] => 52223
|
|
|
2912 |
[type] => release
|
|
|
2913 |
[format] => Array
|
|
|
2914 |
(
|
|
|
2915 |
[0] => Cassette
|
|
|
2916 |
[1] => Album
|
|
|
2917 |
)
|
|
|
2918 |
|
|
|
2919 |
[barcode] => Array
|
|
|
2920 |
(
|
|
|
2921 |
[0] => SOKOJ
|
|
|
2922 |
)
|
|
|
2923 |
|
|
|
2924 |
[master_url] => https://api.discogs.com/masters/52223
|
|
|
2925 |
[genre] => Array
|
|
|
2926 |
(
|
|
|
2927 |
[0] => Electronic
|
|
|
2928 |
[1] => Rock
|
|
|
2929 |
)
|
|
|
2930 |
|
|
|
2931 |
[country] => Yugoslavia
|
|
|
2932 |
[uri] => /Nena-Nena/release/8169367
|
|
|
2933 |
[cover_image] => https://img.discogs.com/BoxRy8ipb2dUgU6scJJFsCCLCR8=/fit-in/600x605/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-8169367-1456605085-3508.jpeg.jpg
|
|
|
2934 |
[resource_url] => https://api.discogs.com/releases/8169367
|
|
|
2935 |
)
|
|
|
2936 |
|
|
|
2937 |
[46] => stdClass Object
|
|
|
2938 |
(
|
|
|
2939 |
[user_data] => stdClass Object
|
|
|
2940 |
(
|
|
|
2941 |
[in_collection] =>
|
|
|
2942 |
[in_wantlist] =>
|
|
|
2943 |
)
|
|
|
2944 |
|
|
|
2945 |
[community] => stdClass Object
|
|
|
2946 |
(
|
|
|
2947 |
[have] => 18
|
|
|
2948 |
[want] => 7
|
|
|
2949 |
)
|
|
|
2950 |
|
|
|
2951 |
[catno] => 50 50466 4396 2 8
|
|
|
2952 |
[year] => 2003
|
|
|
2953 |
[format_quantity] => 3
|
|
|
2954 |
[id] => 7658927
|
|
|
2955 |
[style] => Array
|
|
|
2956 |
(
|
|
|
2957 |
[0] => New Wave
|
|
|
2958 |
[1] => Synth-pop
|
|
|
2959 |
)
|
|
|
2960 |
|
|
|
2961 |
[thumb] => https://img.discogs.com/IyxE41EmuJpGTISLnEFyxfyieyw=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-7658927-1446134643-2802.jpeg.jpg
|
|
|
2962 |
[title] => Nena* - Nena Feat. Nena Live
|
|
|
2963 |
[label] => Array
|
|
|
2964 |
(
|
|
|
2965 |
[0] => Warner Music Vision
|
|
|
2966 |
[1] => Warner Music Vision
|
|
|
2967 |
)
|
|
|
2968 |
|
|
|
2969 |
[master_id] => 906196
|
|
|
2970 |
[type] => release
|
|
|
2971 |
[format] => Array
|
|
|
2972 |
(
|
|
|
2973 |
[0] => DVD
|
|
|
2974 |
[1] => PAL
|
|
|
2975 |
[2] => Compilation
|
|
|
2976 |
[3] => CD
|
|
|
2977 |
[4] => Copy Protected
|
|
|
2978 |
[5] => Limited Edition
|
|
|
2979 |
)
|
|
|
2980 |
|
|
|
2981 |
[barcode] => Array
|
|
|
2982 |
(
|
|
|
2983 |
[0] => 5050466439628
|
|
|
2984 |
)
|
|
|
2985 |
|
|
|
2986 |
[master_url] => https://api.discogs.com/masters/906196
|
|
|
2987 |
[genre] => Array
|
|
|
2988 |
(
|
|
|
2989 |
[0] => Electronic
|
|
|
2990 |
[1] => Rock
|
|
|
2991 |
)
|
|
|
2992 |
|
|
|
2993 |
[country] => Germany
|
|
|
2994 |
[uri] => /Nena-Nena-Feat-Nena-Live/release/7658927
|
|
|
2995 |
[cover_image] => https://img.discogs.com/7Fxs-MdLiNN88TWDPmMzCEVkY_s=/fit-in/362x362/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-7658927-1446134643-2802.jpeg.jpg
|
|
|
2996 |
[resource_url] => https://api.discogs.com/releases/7658927
|
|
|
2997 |
)
|
|
|
2998 |
|
|
|
2999 |
[47] => stdClass Object
|
|
|
3000 |
(
|
|
|
3001 |
[user_data] => stdClass Object
|
|
|
3002 |
(
|
|
|
3003 |
[in_collection] =>
|
|
|
3004 |
[in_wantlist] =>
|
|
|
3005 |
)
|
|
|
3006 |
|
|
|
3007 |
[community] => stdClass Object
|
|
|
3008 |
(
|
|
|
3009 |
[have] => 31
|
|
|
3010 |
[want] => 38
|
|
|
3011 |
)
|
|
|
3012 |
|
|
|
3013 |
[catno] => 78・4M-7
|
|
|
3014 |
[year] => 1984
|
|
|
3015 |
[id] => 312023
|
|
|
3016 |
[style] => Array
|
|
|
3017 |
(
|
|
|
3018 |
[0] => Krautrock
|
|
|
3019 |
[1] => Synth-pop
|
|
|
3020 |
)
|
|
|
3021 |
|
|
|
3022 |
[thumb] => https://img.discogs.com/KEp2ZZ7sioXKXhITdpx1GzYOFHk=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2594196-1292366900.jpeg.jpg
|
|
|
3023 |
[title] => Nena - Starportrait Nena
|
|
|
3024 |
[label] => Array
|
|
|
3025 |
(
|
|
|
3026 |
[0] => Epic/Sony
|
|
|
3027 |
)
|
|
|
3028 |
|
|
|
3029 |
[master_id] => 312023
|
|
|
3030 |
[type] => master
|
|
|
3031 |
[format] => Array
|
|
|
3032 |
(
|
|
|
3033 |
[0] => Laserdisc
|
|
|
3034 |
[1] => 12"
|
|
|
3035 |
[2] => Single Sided
|
|
|
3036 |
[3] => NTSC
|
|
|
3037 |
)
|
|
|
3038 |
|
|
|
3039 |
[barcode] => Array
|
|
|
3040 |
(
|
|
|
3041 |
)
|
|
|
3042 |
|
|
|
3043 |
[master_url] => https://api.discogs.com/masters/312023
|
|
|
3044 |
[genre] => Array
|
|
|
3045 |
(
|
|
|
3046 |
[0] => Electronic
|
|
|
3047 |
[1] => Rock
|
|
|
3048 |
)
|
|
|
3049 |
|
|
|
3050 |
[country] => Japan
|
|
|
3051 |
[uri] => /Nena-Starportrait-Nena/master/312023
|
|
|
3052 |
[cover_image] => https://img.discogs.com/2RDTHtbOp7esE6FdRnuyeguV3O0=/fit-in/498x500/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2594196-1292366900.jpeg.jpg
|
|
|
3053 |
[resource_url] => https://api.discogs.com/masters/312023
|
|
|
3054 |
)
|
|
|
3055 |
|
|
|
3056 |
[48] => stdClass Object
|
|
|
3057 |
(
|
|
|
3058 |
[thumb] =>
|
|
|
3059 |
[title] => Nena MV
|
|
|
3060 |
[user_data] => stdClass Object
|
|
|
3061 |
(
|
|
|
3062 |
[in_collection] =>
|
|
|
3063 |
[in_wantlist] =>
|
|
|
3064 |
)
|
|
|
3065 |
|
|
|
3066 |
[master_url] =>
|
|
|
3067 |
[uri] => /label/813472-Nena-MV
|
|
|
3068 |
[cover_image] => https://img.discogs.com/ce004943e85be158ea4f2605d5147edc87335f83/images/spacer.gif
|
|
|
3069 |
[resource_url] => https://api.discogs.com/labels/813472
|
|
|
3070 |
[master_id] =>
|
|
|
3071 |
[type] => label
|
|
|
3072 |
[id] => 813472
|
|
|
3073 |
)
|
|
|
3074 |
|
|
|
3075 |
[49] => stdClass Object
|
|
|
3076 |
(
|
|
|
3077 |
[thumb] =>
|
|
|
3078 |
[title] => Not On Label (Nena Kerner)
|
|
|
3079 |
[user_data] => stdClass Object
|
|
|
3080 |
(
|
|
|
3081 |
[in_collection] =>
|
|
|
3082 |
[in_wantlist] =>
|
|
|
3083 |
)
|
|
|
3084 |
|
|
|
3085 |
[master_url] =>
|
|
|
3086 |
[uri] => /label/1398165-Not-On-Label-Nena-Kerner
|
|
|
3087 |
[cover_image] => https://img.discogs.com/ce004943e85be158ea4f2605d5147edc87335f83/images/spacer.gif
|
|
|
3088 |
[resource_url] => https://api.discogs.com/labels/1398165
|
|
|
3089 |
[master_id] =>
|
|
|
3090 |
[type] => label
|
|
|
3091 |
[id] => 1398165
|
|
|
3092 |
)
|
|
|
3093 |
|
|
|
3094 |
)
|
|
|
3095 |
|
|
|
3096 |
)
|
|
|
3097 |
</pre>
|
19 |
- |
3098 |
<form method="post" action="/index.php">
|
48 |
- |
3099 |
<input type="hidden" name="sessionTab" value="323576475">
|
19 |
- |
3100 |
<input type="hidden" name="searchTerm" value="Nena Kerner">
|
|
|
3101 |
<input type="hidden" name="buyerZip" value="20151">
|
|
|
3102 |
<nav class="navbar navbar-expand-sm bg-dark navbar-dark">
|
37 |
- |
3103 |
<div class="navbar-header">
|
48 |
- |
3104 |
<span class="navbar-brand"><button type="submit" name="submit" value="Search" class="nav-link btn text-white">Find Cheap Music</button></span>
|
37 |
- |
3105 |
</div>
|
19 |
- |
3106 |
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
|
|
|
3107 |
<span class="navbar-toggler-icon"></span>
|
|
|
3108 |
</button>
|
|
|
3109 |
<div class="collapse navbar-collapse" id="collapsibleNavbar">
|
37 |
- |
3110 |
<ul class="navbar-nav mr-auto">
|
19 |
- |
3111 |
<li class="nav-item">
|
48 |
- |
3112 |
<button type="submit" name="submit" value="Search" class="nav-link btn"><i class="fas fa-home"></i></button>
|
37 |
- |
3113 |
</li>
|
40 |
- |
3114 |
<li class="nav-item">
|
|
|
3115 |
<button type="submit" name="submit" value="coupons" class="nav-link btn">Coupons</button>
|
|
|
3116 |
</li>
|
48 |
- |
3117 |
<li class="nav-item">
|
|
|
3118 |
<button type="submit" name="submit" value="wishlist" class="nav-link btn">Wishlist</button>
|
|
|
3119 |
</li>
|
37 |
- |
3120 |
<li class="nav-item">
|
19 |
- |
3121 |
<button type="submit" name="submit" value="terms" class="nav-link btn">Terms of Service</button>
|
|
|
3122 |
</li>
|
|
|
3123 |
<li class="nav-item">
|
|
|
3124 |
<button type="submit" name="submit" value="privacy" class="nav-link btn">Privacy Policy</button>
|
|
|
3125 |
</li>
|
|
|
3126 |
</ul>
|
37 |
- |
3127 |
<ul class="navbar-nav">
|
40 |
- |
3128 |
<li class="nav-item">
|
48 |
- |
3129 |
<img class="img-fluid hide-extra-small hide-small user-img" src="login/uploads/profile_picture/1561148299_phptvg1nG" alt="User Image">
|
40 |
- |
3130 |
</li>
|
|
|
3131 |
<li class="nav-item dropdown">
|
48 |
- |
3132 |
<a class="nav-link dropdown-toggle" href="#" id="navbardrop" data-toggle="dropdown"><i class="fas fa-user-cog"></i> Account</a>
|
40 |
- |
3133 |
<div class="dropdown-menu dropdown-menu-right">
|
48 |
- |
3134 |
<button formaction="/login/account.php" type="submit" name="submit" value="account" class="dropdown-item btn"><i class="fas fa-info-circle"></i> Information</button>
|
|
|
3135 |
<button formaction="/login/editAccount.php" type="submit" name="submit" value="editAccount" class="dropdown-item btn"><i class="fas fa-edit"></i> Edit Account</button>
|
|
|
3136 |
<button formaction="/login/changePassword.php" type="submit" name="submit" value="changePassword" class="dropdown-item btn"><i class="fas fa-key"></i> Change Password</button>
|
|
|
3137 |
<button formaction="/login/userAccount.php?logoutSubmit=1" type="submit" name="submit" value="logout" class="dropdown-item btn"><i class='fas fa-sign-out-alt'></i> Logout</button>
|
40 |
- |
3138 |
</div>
|
|
|
3139 |
</li>
|
37 |
- |
3140 |
</ul>
|
19 |
- |
3141 |
</div>
|
|
|
3142 |
</nav>
|
|
|
3143 |
</form>
|
|
|
3144 |
|
|
|
3145 |
<div class="page-header bg-primary">
|
|
|
3146 |
<div class="container text-center py-3">
|
37 |
- |
3147 |
<p id="textslide" class="d-none d-sm-block">FindCheapMusic.com</p> </div>
|
19 |
- |
3148 |
</div>
|
|
|
3149 |
|
|
|
3150 |
<div class="container-fluid bg-primary py-3">
|
|
|
3151 |
<form method="post" action="/index.php" class="form-inline"
|
48 |
- |
3152 |
onsubmit="if (document.getElementById('searchTerm').value != '') { progressBar('Searching for:<br>' + document.getElementById('searchTerm').value);document.getElementById('searchBtn').innerHTML = '<span class=\'spinner-border spinner-border-sm\'></span> Searching, please wait...'; }">
|
40 |
- |
3153 |
<input id="sessionId" type="hidden" name="sessionId" value="4jt56gj6bemm0o2r5bvmjbt276">
|
48 |
- |
3154 |
<input id="sessionTab" type="hidden" name="sessionTab" value="323576475">
|
19 |
- |
3155 |
<div class="form-group">
|
|
|
3156 |
<div class="btn-group">
|
48 |
- |
3157 |
<button class="btn input-group-text mx-1 rounded" type="button" data-toggle="modal" data-target="#searchInfoModal" data-toggle2="tooltip" title="Search Tips"><i class="fas fa-info-circle btn-search"></i></button>
|
|
|
3158 |
<button class="btn input-group-text mx-1 rounded" type="button" data-toggle="modal" data-target="#filterModal" data-keyboard="false" data-toggle2="tooltip" title="Search Filter"><i class="fas fa-filter btn-search"></i></button>
|
19 |
- |
3159 |
<div class="btn-group">
|
48 |
- |
3160 |
<button class="btn dropdown-toggle input-group-text mx-1 rounded" type="button" data-toggle="dropdown" data-toggle2="tooltip" title="Shipping to"><i class="fas fa-shipping-fast btn-search"></i></button>
|
19 |
- |
3161 |
<div class="dropdown-menu">
|
|
|
3162 |
<div class="form-inline">
|
|
|
3163 |
<label class="m-2">Shipping to:</label>
|
|
|
3164 |
<input type="text" class="form-control form-control-sm m-2" maxlength="20" style="width:12em!important" id="buyerCountry" name="buyerCountry" value="United States" readonly>
|
|
|
3165 |
<input type="text" class="form-control form-control-sm m-2" maxlength="3" style="width:3.5em!important" id="buyerCurrency" name="buyerCurrency" value="USD" readonly>
|
|
|
3166 |
<input type="text" class="form-control form-control-sm m-2" maxlength="5" style="width:5.5em!important" id="buyerZip" name="buyerZip" placeholder="Zip Code" value="20151">
|
|
|
3167 |
</div>
|
|
|
3168 |
</div>
|
|
|
3169 |
</div>
|
|
|
3170 |
</div>
|
|
|
3171 |
</div>
|
|
|
3172 |
<div class="form-group mx-1">
|
|
|
3173 |
<input id="searchTerm" list="searchHistory" name="searchTerm" type="text" class="form-control flexdatalist searchTerm-width" placeholder="Search by Barcode, Artist, Title, ..." value="Nena Kerner">
|
|
|
3174 |
<datalist id="searchHistory">
|
48 |
- |
3175 |
<option>Nena Kerner</option><option>Nena</option><option>Aimee Mann</option><option>Elvis Presley</option><option>Elvis</option><option>Willy_chirino</option><option>Sarah Mclachlan</option><option>Bach</option><option>Beethoven</option><option>Gershwin</option><option>Donna Summer</option><option>Shania Twain</option><option>Carole King</option><option>Nat King Cole</option><option>Michael Bolton</option><option>Francesca Michielin</option><option>Johnny Cash</option><option>Aimee Mann Charmer</option><option>Elton John</option><option>David Morales How Would U Feel</option><option>David Morales Lea-Lorien How Would U Feel</option><option>Yume</option><option>Joe Budden Mood Muzik 2: Can It Get Any Worse?</option><option>John Cougar Mellencamp John's Garage Tape</option><option>Monika Načeva Fontanela</option><option>John Cougar Mellencamp Lonely Ol' Night</option><option>John Cougar Mellencamp Scarecrow</option><option>John Cougar Mellencamp</option><option>Gkhgfsdjghfdsgjhgjkhfdsgsdfh Sdfgsfgsdhjfghjagdajfgdsajh Gfhsdgfgfjhgjhdsajfgsjadhf</option><option>Ricky Martin</option> </datalist>
|
19 |
- |
3176 |
</div>
|
|
|
3177 |
<div class="form-group">
|
|
|
3178 |
<button id="searchBtn" type="submit" class="btn btn-success mx-1 rounded" name="submit" value="Search">Go</button>
|
|
|
3179 |
</div>
|
|
|
3180 |
</form>
|
|
|
3181 |
</div>
|
|
|
3182 |
|
48 |
- |
3183 |
<div class="container-fluid bg-info"><h4 class="text-center text-white py-2">Matching Albums</h4><div id="discogsDeck" class="card-deck"><div class="card"><div class="card-header bg-secondary text-white"><h6 class="card-title">Nena by Nena</h6></div><div class="card-body mx-auto"><img class="btn card-img-top discogs-img" src="https://img.discogs.com/jmMjuJ71S6oAmiaXjchadqhYVMQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-295272-1338407963-3045.jpeg.jpg" data-toggle="modal" data-target="#masterModal1" title="Album Information" data-toggle2="tooltip" data-placement="bottom" alt="Discogs Cover Thumbnail"></div><div class="card-footer"><form method="post" action="/index.php"><div class="clearfix"><span class="float-left"><button type="button" class="btn btn-outline-dark mt-1 mx-1"><i class="fas fa-info" data-toggle="modal" data-target="#masterModal1" title="Album Information" data-toggle2="tooltip" data-placement="bottom"></i></button><a href="https://www.youtube.com/watch?v=La4Dcd1aUcE" target="_blank" role="button"><i class="fab fa-youtube btn-youtube" title="Watch Video:<br>Nena - 99 Luftballons [00:03:57]" data-html="true" data-toggle="tooltip" data-placement="bottom"></i></a><a href="https://www.youtube.com/watch?v=RpMgoyvGnFI" target="_blank" role="button"><i class="fab fa-youtube btn-youtube" title="Watch Video:<br>Nena - Kino [00:02:40]" data-html="true" data-toggle="tooltip" data-placement="bottom"></i></a></span><span class="float-right"> <input type="hidden" name="sessionTab" value="323576475"> <input type="hidden" name="discogsTitle" value="Nena"> <input type="hidden" name="discogsArtist" value="Nena"> <input type="hidden" name="discogsWishlist" value="eyJtaWQiOjUyMjIzLCJ0aXRsZSI6Ik5lbmEiLCJhcnRpc3QiOiJOZW5hIiwiYmFyY29kZSI6IiIsInRodW1ibmFpbCI6Imh0dHBzOlwvXC9pbWcuZGlzY29ncy5jb21cL2ptTWp1SjcxUzZvQW1pYVhqY2hhZHFoWVZNUT1cL2ZpdC1pblwvMTUweDE1MFwvZmlsdGVyczpzdHJpcF9pY2MoKTpmb3JtYXQoanBlZyk6bW9kZV9yZ2IoKTpxdWFsaXR5KDQwKVwvZGlzY29ncy1pbWFnZXNcL1ItMjk1MjcyLTEzMzg0MDc5NjMtMzA0NS5qcGVnLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cuZGlzY29ncy5jb21cL05lbmEtTmVuYVwvbWFzdGVyXC81MjIyMyJ9"> <button type="submit" name="submit" value="discogsWishlist" class="btn btn-outline-dark mt-1 mx-1"><i class="fas fa-bookmark" title="Add to Wishlist" data-toggle="tooltip" data-placement="left"></i></button> <input id="discogsSearchTerm1" type="hidden" name="discogsSearchTerm" value="Nena Nena"> <button type="submit" name="submit" value="discogsSearch" class="btn btn-outline-dark mt-1 mx-1" onclick="progressBar('Searching for:<br>Nena by Nena');"><i class="fas fa-search" title="Search for Sales Offers" data-toggle="tooltip" data-placement="left"></i></button></span></div></form></div><div id="masterModal1" class="modal"><div class="modal-dialog"><div class="modal-content"><div class="modal-header bg-primary"><h4 class="modal-title mx-auto">Nena by Nena</h4><button type="button" class="close" data-dismiss="modal"><i class="fas fa-window-close btn-dismiss"></i></button></div><div class="modal-body mx-auto"><img class="img-fluid mx-auto mb-4" src="https://img.discogs.com/F2fDfDKxCCKMFsKzhnjqsTudUh4=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-295272-1338407963-3045.jpeg.jpg" alt="Discogs Cover"><table class="table-borderless table-condensed small mx-auto"><tr><td class="px-1">Title:</td><td class="px-1">Nena</td></tr><tr><td class="px-1">Artist:</td><td class="px-1">Nena</td></tr><tr><td class="px-1">Year:</td><td class="px-1">1983</td></tr><tr><td class="px-1">Genre:</td><td class="px-1">Electronic, Rock</td></tr><tr><td class="px-1">Style:</td><td class="px-1">New Wave, Soft Rock, Pop Rock, Synth-pop</td></tr><tr><td colspan="2" class="px-1">Tracks:</td></tr><tr><td colspan="2"><ul class="pl-3 pt-0 small list-unstyled"><li>Kino [2:40]</li><li>Indianer [3:14]</li><li>Vollmond [3:02]</li><li>Nur Geträumt [3:40]</li><li>Tanz Auf Dem Vulkan [3:16]</li><li>99 Luftballons [3:50]</li><li>Zaubertrick [4:14]</li><li>Einmal Ist Keinmal [2:44]</li><li>Leuchtturm [3:14]</li><li>Ich Bleib' Im Bett [2:41]</li><li>Noch Einmal [3:55]</li><li>Satelliten-Stadt [4:28]</li></ul></td></tr></table></div><div class="modal-footer justify-content-between"><span class="font-weight-lighter small">Data provided by <a href="https://www.discogs.com/Nena-Nena/master/52223" target="_blank">Discogs</a></span><span class="float-right"><button type="button" class="btn btn-danger" data-dismiss="modal">Close</button></span></div></div></div></div></div><div class="card"><div class="card-header bg-secondary text-white"><h6 class="card-title">Nena by Nena</h6></div><div class="card-body mx-auto"><img class="btn card-img-top discogs-img" src="https://img.discogs.com/2BSMFgvmQC1V2O_opzdHfADlXKQ=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-472314-1189944257.jpeg.jpg" data-toggle="modal" data-target="#masterModal5" title="Album Information" data-toggle2="tooltip" data-placement="bottom" alt="Discogs Cover Thumbnail"></div><div class="card-footer"><form method="post" action="/index.php"><div class="clearfix"><span class="float-left"><button type="button" class="btn btn-outline-dark mt-1 mx-1"><i class="fas fa-info" data-toggle="modal" data-target="#masterModal5" title="Album Information" data-toggle2="tooltip" data-placement="bottom"></i></button></span><span class="float-right"> <input type="hidden" name="sessionTab" value="323576475"> <input type="hidden" name="discogsTitle" value="Nena"> <input type="hidden" name="discogsArtist" value="Nena"> <input type="hidden" name="discogsWishlist" value="eyJtaWQiOjIwMTg0MCwidGl0bGUiOiJOZW5hIiwiYXJ0aXN0IjoiTmVuYSIsImJhcmNvZGUiOiIiLCJ0aHVtYm5haWwiOiJodHRwczpcL1wvaW1nLmRpc2NvZ3MuY29tXC8yQlNNRmd2bVFDMVYyT19vcHpkSGZBRGxYS1E9XC9maXQtaW5cLzE1MHgxNTBcL2ZpbHRlcnM6c3RyaXBfaWNjKCk6Zm9ybWF0KGpwZWcpOm1vZGVfcmdiKCk6cXVhbGl0eSg0MClcL2Rpc2NvZ3MtaW1hZ2VzXC9SLTQ3MjMxNC0xMTg5OTQ0MjU3LmpwZWcuanBnIiwidXJsIjoiaHR0cHM6XC9cL3d3dy5kaXNjb2dzLmNvbVwvTmVuYS1OZW5hXC9tYXN0ZXJcLzIwMTg0MCJ9"> <button type="submit" name="submit" value="discogsWishlist" class="btn btn-outline-dark mt-1 mx-1"><i class="fas fa-bookmark" title="Add to Wishlist" data-toggle="tooltip" data-placement="left"></i></button> <input id="discogsSearchTerm5" type="hidden" name="discogsSearchTerm" value="Nena Nena"> <button type="submit" name="submit" value="discogsSearch" class="btn btn-outline-dark mt-1 mx-1" onclick="progressBar('Searching for:<br>Nena by Nena');"><i class="fas fa-search" title="Search for Sales Offers" data-toggle="tooltip" data-placement="left"></i></button></span></div></form></div><div id="masterModal5" class="modal"><div class="modal-dialog"><div class="modal-content"><div class="modal-header bg-primary"><h4 class="modal-title mx-auto">Nena by Nena</h4><button type="button" class="close" data-dismiss="modal"><i class="fas fa-window-close btn-dismiss"></i></button></div><div class="modal-body mx-auto"><img class="img-fluid mx-auto mb-4" src="https://img.discogs.com/Ql_aNIQur6_Rpp-Aj1M0jpTol4I=/fit-in/600x600/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-472314-1189944257.jpeg.jpg" alt="Discogs Cover"><table class="table-borderless table-condensed small mx-auto"><tr><td class="px-1">Title:</td><td class="px-1">Nena</td></tr><tr><td class="px-1">Artist:</td><td class="px-1">Nena</td></tr><tr><td class="px-1">Year:</td><td class="px-1">1986</td></tr><tr><td class="px-1">Genre:</td><td class="px-1">Electronic, Rock</td></tr><tr><td class="px-1">Style:</td><td class="px-1">New Wave, Synth-pop</td></tr><tr><td colspan="2" class="px-1">Tracks:</td></tr><tr><td colspan="2"><ul class="pl-3 pt-0 small list-unstyled"><li>Nur Geträumt [3:42]</li><li>Leuchtturm [3:15]</li><li>? (Fragezeichen) [4:30]</li><li>Zaubertrick [4:15]</li><li>Laß Mich Dein Pirat Sein [4:51]</li><li>Irgendwie, Irgendwo, Irgendwann [5:13]</li><li>Utopia [3:39]</li><li>Haus Der Drei Sonnen [4:45]</li><li>Jung Wie Du [4:20]</li><li>Gestern Nacht [5:16]</li><li>Ein Brief [4:50]</li><li>Feuer Und Flamme [4:30]</li></ul></td></tr></table></div><div class="modal-footer justify-content-between"><span class="font-weight-lighter small">Data provided by <a href="https://www.discogs.com/Nena-Nena/master/201840" target="_blank">Discogs</a></span><span class="float-right"><button type="button" class="btn btn-danger" data-dismiss="modal">Close</button></span></div></div></div></div></div><div class="card"><div class="card-header bg-secondary text-white"><h6 class="card-title">Nena Feat. Nena by Nena Kerner</h6></div><div class="card-body mx-auto"><img class="btn card-img-top discogs-img" src="https://img.discogs.com/agPmYficJBfqCGrIjIN9FVFl6Ek=/fit-in/150x150/filters:strip_icc():format(jpeg):mode_rgb():quality(40)/discogs-images/R-2628218-1306685973.jpeg.jpg" data-toggle="modal" data-target="#masterModal6" title="Album Information" data-toggle2="tooltip" data-placement="bottom" alt="Discogs Cover Thumbnail"></div><div class="card-footer"><form method="post" action="/index.php"><div class="clearfix"><span class="float-left"><button type="button" class="btn btn-outline-dark mt-1 mx-1"><i class="fas fa-info" data-toggle="modal" data-target="#masterModal6" title="Album Information" data-toggle2="tooltip" data-placement="bottom"></i></button><a href="https://www.youtube.com/watch?v=_19Dl7_3ipc" target="_blank" role="button"><i class="fab fa-youtube btn-youtube" title="Watch Video:<br>Kim Wilde & Nena - Anyplace, Anywhere, Anytime [00:03:45]" data-html="true" data-toggle="tooltip" data-placement="bottom"></i></a></span><span class="float-right"> <input type="hidden" name="sessionTab" value="323576475"> <input type="hidden" name="discogsTitle" value="Nena Feat. Nena"> <input type="hidden" name="discogsArtist" value="Nena Kerner"> <input type="hidden" name="discogsWishlist" value="eyJtaWQiOjM3NDc3MiwidGl0bGUiOiJOZW5hIEZlYXQuIE5lbmEiLCJhcnRpc3QiOiJOZW5hIEtlcm5lciIsImJhcmNvZGUiOiIiLCJ0aHVtYm5haWwiOiJodHRwczpcL1wvaW1nLmRpc2NvZ3MuY29tXC9hZ1BtWWZpY0pCZnFDR3JJaklOOUZWRmw2RWs9XC9maXQtaW5cLzE1MHgxNTBcL2ZpbHRlcnM6c3RyaXBfaWNjKCk6Zm9ybWF0KGpwZWcpOm1vZGVfcmdiKCk6cXVhbGl0eSg0MClcL2Rpc2NvZ3MtaW1hZ2VzXC9SLTI2MjgyMTgtMTMwNjY4NTk3My5qcGVnLmpwZyIsInVybCI6Imh0dHBzOlwvXC93d3cuZGlzY29ncy5jb21cL05lbmEtTmVuYS1GZWF0LU5lbmFcL21hc3RlclwvMzc0NzcyIn0="> <button type="submit" name="submit" value="discogsWishlist" class="btn btn-outline-dark mt-1 mx-1"><i class="fas fa-bookmark" title="Add to Wishlist" data-toggle="tooltip" data-placement="left"></i></button> <input id="discogsSearchTerm6" type="hidden" name="discogsSearchTerm" value="Nena Kerner Nena Feat. Nena"> <button type="submit" name="submit" value="discogsSearch" class="btn btn-outline-dark mt-1 mx-1" onclick="progressBar('Searching for:<br>Nena Feat. Nena by Nena Kerner');"><i class="fas fa-search" title="Search for Sales Offers" data-toggle="tooltip" data-placement="left"></i></button></span></div></form></div><div id="masterModal6" class="modal"><div class="modal-dialog"><div class="modal-content"><div class="modal-header bg-primary"><h4 class="modal-title mx-auto">Nena Feat. Nena by Nena Kerner</h4><button type="button" class="close" data-dismiss="modal"><i class="fas fa-window-close btn-dismiss"></i></button></div><div class="modal-body mx-auto"><img class="img-fluid mx-auto mb-4" src="https://img.discogs.com/wsKypuA_LBXb7zjtK-Iy0Uvnc2I=/fit-in/600x588/filters:strip_icc():format(jpeg):mode_rgb():quality(90)/discogs-images/R-2628218-1306685973.jpeg.jpg" alt="Discogs Cover"><table class="table-borderless table-condensed small mx-auto"><tr><td class="px-1">Title:</td><td class="px-1">Nena Feat. Nena</td></tr><tr><td class="px-1">Artist:</td><td class="px-1">Nena Kerner</td></tr><tr><td class="px-1">Year:</td><td class="px-1">2002</td></tr><tr><td class="px-1">Genre:</td><td class="px-1">Pop</td></tr><tr><td class="px-1">Style:</td><td class="px-1">Europop</td></tr><tr><td colspan="2" class="px-1">Tracks:</td></tr><tr><td colspan="2"><ul class="pl-3 pt-0 small list-unstyled"><li>1. 99 Luftballons (New Version/Album Version 2) - Nena [5:05]</li><li>2. Anyplace, Anywhere, Anytime (New Version) - Nena Kerner, Kim Wilde [4:03]</li><li>3. Nur Geträumt (New Version) - Nena [2:54]</li><li>4. Leuchtturm (New Version) - Nena [4:14]</li><li>5. ? (Fragezeichen) (New Version) - Nena [4:07]</li><li>6. Wunder Geschehen (New Version) - Nena Kerner, Joachim Witt [3:48]</li><li>7. Jetzt Bist Du Weg (New Version) - Nena Kerner, Udo Lindenberg [4:46]</li><li>8. Lass Mich Dein Pirat Sein (New Version) - Nena [3:29]</li><li>9. Es Regnet (New Version) - Nena [4:42]</li><li>10. Lichtarbeiter (New Version) - Nena [4:54]</li><li>11. Vollmond (New Version) - Nena [2:42]</li><li>12. Irgendwie, Irgendwo, Irgendwann (New Version) - Nena [4:02]</li><li>13. Ich Häng Immer Noch An Dir (New Version) - Nena Kerner, Toktok [3:41]</li><li class="font-weight-bold">Bonus Track</li><li>14. Carpe Diem (Söhne Mannheims Ragga Mix-Radio Edit) - Nena [3:33]</li></ul></td></tr></table></div><div class="modal-footer justify-content-between"><span class="font-weight-lighter small">Data provided by <a href="https://www.discogs.com/Nena-Nena-Feat-Nena/master/374772" target="_blank">Discogs</a></span><span class="float-right"><button type="button" class="btn btn-danger" data-dismiss="modal">Close</button></span></div></div></div></div></div></div></div><div id="productTable"><div class="d-flex flex-wrap justify-content-center p-2"> <button name="submit" value="All" type="button" class="btn filterButton mx-2 btn-primary active"><span class="display-6 font-weight-bolder">All</span><span class="display-7"> from</span><br><span class="display-6 font-weight-bolder">$8.99</span> </button> <button name="submit" value="New" type="submit" class="btn filterButton mx-2 btn-primary text-dark"><span class="display-6 font-weight-bolder">New</span><span class="display-7"> from</span><br><span class="display-6 font-weight-bolder">$8.99</span> </button> <button name="submit" value="Used" type="submit" class="btn filterButton mx-2 btn-primary text-dark"><span class="display-6 font-weight-bolder">Used</span><span class="display-7"> from</span><br><span class="display-6 font-weight-bolder">$12.03</span> </button> <button name="submit" value="Digital" type="submit" class="btn filterButton mx-2 btn-primary text-dark" disabled><span class="display-6 font-weight-bolder">Digital</span><span class="display-7"> from</span><br><span class="display-6 font-weight-bolder">$0.00</span> </button> <button name="submit" value="Book" type="submit" class="btn filterButton mx-2 btn-primary text-dark" disabled><span class="display-6 font-weight-bolder">Books</span><span class="display-7"> from</span><br><span class="display-6 font-weight-bolder">$0.00</span> </button></div><div><table class="table table-striped table-condensed small"><thead class="thead-dark sticky-top"><tr><th>Image</th><th class="text-left">Title / Merchant</th><th>Condition</th><th class="hide-small">Price</th><th class="hide-small">S/H</th><th>Total</th><th class="hide-extra-small"></th></tr></thead><tbody><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29044896&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29044896'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/e703e5a2-9ef9-4804-a37a-02b2432767e8_1.c18bd99386f62c1e76bccd5f070f8ee9.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29044896&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29044896'); return true;" data-toggle="tooltip" title="Buy It Now">Kerner-Lieder</a></span><br/><br/><span class="font-weight-bold">Walmart Marketplace</span><span class="hide-extra-small"><br/>MovieMars</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$8.99</td><td class="hide-small">Free Shipping<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$8.99</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29044896&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29044896'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10044&campid=5338527412&customid=findCheapMusic&lgeo=1&vectorid=229466&item=382926001394'); return true;"><img class="img-fluid tn-image" src="https://thumbs3.ebaystatic.com/m/m0eiGB5uLm_WnjVrmk2JWXw/140.jpg" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10044&campid=5338527412&customid=findCheapMusic&lgeo=1&vectorid=229466&item=382926001394'); return true;" data-toggle="tooltip" title="Buy It Now">Nena - 99 Luftballons Red Balloons CD 2005 Frank Becking/Gabriele Kerner</a></span><br/><br/><span class="font-weight-bold">eBay</span><span class="hide-extra-small"><br/>myagison1980 (100,260 / 99.9%)</span><br>11 days 16 hours 58 minutes left</td><td><span class="font-weight-bold">Good</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">£5.98<br/>≈ $7.65</td><td class="hide-small">$4.38<br>Handling Time 2 days<br/><img class="img-fluid" title="Ships from United Kingdom" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/GB.png" alt="United Kingdom Flag"></td><td class="font-weight-bolder">$12.03</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10044&campid=5338527412&customid=findCheapMusic&lgeo=1&vectorid=229466&item=382926001394'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=35087628&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F35087628'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/f8a7210a-817a-4f6c-bcea-bff262c3b806_1.8336bd21efcb26cb3463e38bd4d6975c.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=35087628&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F35087628'); return true;" data-toggle="tooltip" title="Buy It Now">Kerner-Lieder</a></span><br/><br/><span class="font-weight-bold">Walmart Marketplace</span><span class="hide-extra-small"><br/>MovieMars</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$15.30</td><td class="hide-small">Free Shipping<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$15.30</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=35087628&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F35087628'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=3452853&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F3452853'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/3aebde0e-2cbf-4548-a9e8-45e26ae01bde_1.de00986d2ab9e36a84202125343471a8.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=3452853&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F3452853'); return true;" data-toggle="tooltip" title="Buy It Now">Kerner Lieder Op 35 / Liederkreis Op 39</a></span><br/><br/><span class="font-weight-bold">Walmart</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$10.98</td><td class="hide-small">$5.99<br>Handling Time 1 day<br>Free Shipping over $35.00<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$16.97</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=3452853&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F3452853'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=35086706&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F35086706'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/dd50f428-f4bc-4040-99e8-6ef7af614064_1.8f60bf74e04e3bd184e4ba6df3139b10.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=35086706&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F35086706'); return true;" data-toggle="tooltip" title="Buy It Now">Dichterliebe & Kerner-Lieder</a></span><br/><br/><span class="font-weight-bold">Walmart Marketplace</span><span class="hide-extra-small"><br/>MovieMars</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$18.44</td><td class="hide-small">Free Shipping<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$18.44</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=35086706&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F35086706'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29214908&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29214908'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/c504dc5b-13df-4a8b-bb4a-97563a185921_1.549353ed96112e9b2e43704ef3dbac63.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29214908&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29214908'); return true;" data-toggle="tooltip" title="Buy It Now">Nena - Alles Gute [CD]</a></span><br/><br/><span class="font-weight-bold">Walmart Marketplace</span><span class="hide-extra-small"><br/>MovieMars</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$19.93</td><td class="hide-small">Free Shipping<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$19.93</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29214908&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29214908'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29035639&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29035639'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/cc14eeea-6515-4e99-b347-bf14739106ee_1.4fd1f2cf11f8818c4779c9c6746a722b.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29035639&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29035639'); return true;" data-toggle="tooltip" title="Buy It Now">Kerner Lieder</a></span><br/><br/><span class="font-weight-bold">Walmart</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$14.98</td><td class="hide-small">$5.99<br>Handling Time 1 day<br>Free Shipping over $35.00<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$20.97</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=29035639&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F29035639'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=117183987&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F117183987'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/d63a1e6e-6843-45aa-a928-bb5b98eb7699_1.c42629aa37d608d7bb90d76d167de2de.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=117183987&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F117183987'); return true;" data-toggle="tooltip" title="Buy It Now">Made in Germany (CD)</a></span><br/><br/><span class="font-weight-bold">Walmart</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$17.67</td><td class="hide-small">$5.99<br>Handling Time 1 day<br>Free Shipping over $35.00<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$23.66</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=117183987&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F117183987'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=261603254&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F261603254'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/fed46d07-84d2-48e6-837a-7c6fb05382b1_1.ef19359e92fa4103ef3dac9d214df94b.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=261603254&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F261603254'); return true;" data-toggle="tooltip" title="Buy It Now">Schumann: Liederkreis Op.24,kerner-lieder Op.35</a></span><br/><br/><span class="font-weight-bold">Walmart</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$20.98</td><td class="hide-small">$5.99<br>Handling Time 1 day<br>Free Shipping over $35.00<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$26.97</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=261603254&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F261603254'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=101657587&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F101657587'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/2fdc8768-486b-4b84-a0de-74086dbeff00_1.b921270d35250d24419868e3fbb87f72.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=101657587&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F101657587'); return true;" data-toggle="tooltip" title="Buy It Now">Oldschool (CD)</a></span><br/><br/><span class="font-weight-bold">Walmart</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$21.60</td><td class="hide-small">$5.99<br>Handling Time 1 day<br>Free Shipping over $35.00<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$27.59</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=101657587&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F101657587'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=820100785&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F820100785'); return true;"><img class="img-fluid tn-image" src="https://i5.walmartimages.com/asr/a73de31b-1241-4eda-83ef-40b7965fa108_1.97f137cbab76cb3b130222c994fefacf.jpeg?odnHeight=100&odnWidth=100&odnBg=FFFFFF" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=820100785&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F820100785'); return true;" data-toggle="tooltip" title="Buy It Now">Nena 40: Das Neue Best Of Album</a></span><br/><br/><span class="font-weight-bold">Walmart</span></td><td><span class="font-weight-bold">Brand New</span><br/><br/><i class="category-icon fas fa-compact-disc category-icon-silver" title="Compact Disc" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$26.52</td><td class="hide-small">$5.99<br>Handling Time 1 day<br>Free Shipping over $35.00<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$32.51</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://goto.walmart.com/c/|PUBID|/568844/9383?veh=aff&sourceid=imp_000011112222333344&prodsku=820100785&u=https%3A%2F%2Fwww.walmart.com%2Fip%2F820100785'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr><tr><td><a href="#" target="_blank" onclick="saveTransfer('https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10044&campid=5338527412&customid=findCheapMusic&lgeo=1&vectorid=229466&item=290492908508'); return true;"><img class="img-fluid tn-image" src="https://thumbs1.ebaystatic.com/m/m8EpHFqTsXx5VQZtcTXt7wg/140.jpg" alt="Item Image" data-toggle="tooltip" title="Buy It Now"></a></td><td class="text-left"><span class="font-weight-bold"><a href="#" target="_blank" onclick="saveTransfer('https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10044&campid=5338527412&customid=findCheapMusic&lgeo=1&vectorid=229466&item=290492908508'); return true;" data-toggle="tooltip" title="Buy It Now">Stripes Nena Kerner german 1980 orig S/T NM LP rare OOP ndw kraut wave punk</a></span><br/><br/><span class="font-weight-bold">eBay</span><span class="hide-extra-small"><br/>ghelderode (7,809 / 100.0%)</span><br>40 days 23 hours 52 minutes left</td><td><span class="font-weight-bold">Used</span><br/><br/><i class="category-icon fas fa-dot-circle" title="Vinyl Record" data-toggle="tooltip" data-placement="right" data-delay="200"></i></td><td class="hide-small">$129.00</td><td class="hide-small">Free Shipping<br>Handling Time 1 day<br/><img class="img-fluid" title="Ships from United States of America" data-toggle="tooltip" data-placement="right" data-delay="200" src="/images/flags/US.png" alt="United States of America Flag"></td><td class="font-weight-bolder">$129.00</td><td class="hide-extra-small"><a class="btn btn-danger" role="button" href="#" target="_blank" onclick="saveTransfer('https://rover.ebay.com/rover/1/711-53200-19255-0/1?ff3=2&toolid=10044&campid=5338527412&customid=findCheapMusic&lgeo=1&vectorid=229466&item=290492908508'); return true;"><i class="fas fa-shopping-cart btn-shop"></i><span class="hide-small"><br>Buy It Now</span></a></td></tr></tbody><tfoot class="text-right"><tr><td class="font-italic" colspan="7">Prices retrieved on 2019-07-17 01:47 UTC<br>Daily exchange rates update</td></tr></tfoot></table></div></div><div class="modal fade" id="filterModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header bg-primary"> <h4 class="modal-title">Search Filters</h4> </div> <form method="post" action="/index.php" onsubmit="progressBar('Applying Modified Search Filter...');"> <input type="hidden" name="sessionTab" value="323576475"> <div class="modal-body"> <div class="card-group"> <div class="card m-2"> <div class="card-header font-weight-bold">Condition</div> <div class="card-body"> <div class="form-check"> <label class="form-check-label"> <input name="filterConditionNew" type="checkbox" class="form-check-input" value="New" checked>New </label> </div> <div class="form-check"> <label class="form-check-label"> <input name="filterConditionUsed" type="checkbox" class="form-check-input" value="Used" checked>Used </label> </div> </div> </div> <div class="card m-2"> <div class="card-header font-weight-bold">Media Type</div> <div class="card-body"> <div class="form-check"> <label class="form-check-label"> <input name="filterMediaTypeCD" type="checkbox" class="form-check-input" value="CD" checked><i class="fas fa-compact-disc category-icon-silver"></i> Compact Disc </label> </div> <div class="form-check"> <label class="form-check-label"> <input name="filterMediaTypeRecord" type="checkbox" class="form-check-input" value="Record" checked><i class="fas fa-dot-circle"></i> Vinyl Record </label> </div> <div class="form-check"> <label class="form-check-label"> <input name="filterMediaTypeDigital" type="checkbox" class="form-check-input" value="Digital" checked><i class="fas fa-download"></i> Digital </label> </div> <div class="form-check"> <label class="form-check-label"> <input name="filterMediaTypeBook" type="checkbox" class="form-check-input" value="Books" checked><i class="fas fa-book-open"></i> Books / Sheet Music </label> </div> </div> </div> </div> </div> <div class="modal-footer bg-primary"> <input id="tempSearchTerm" type="hidden" name="searchTerm" value=""> <button type="submit" class="btn btn-success" name="submit" value="Save" onclick="document.getElementById('tempSearchTerm').value = document.getElementById('searchTerm').value;$('#filterModal').modal('hide');">Save</button> <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button> </div> </form> </div> </div></div><div class="modal fade" id="searchInfoModal"> <div class="modal-dialog"> <div class="modal-content"> <div class="modal-header bg-primary"> <h4 class="modal-title">Search Tips</h4> <button type="button" class="close" data-dismiss="modal"><i class="fas fa-window-close btn-dismiss"></i></button> </div> <div class="modal-body bg-light"> <div class="shadow p-4 mb-4 bg-white"> <h4><i class="fas fa-filter"></i> Filter</h4> <p><span class=font-weight-bold>Condition:</span> <br>Select "New" and / or "Used". The standard is to search for both.</p> <p><span class=font-weight-bold>Media Type:</span> <br>Select <i class="fas fa-compact-disc category-icon-silver"></i> "CD", <i class="fas fa-dot-circle"></i> "Vinyl Record", <i class="fas fa-download"></i> "Digital" and / or <i class="fas fa-book-open"></i> "Book / Sheet Music". The standard is to search for all types.</p> </div> <div class="shadow p-4 mb-4 bg-white"> <h4><i class="fas fa-shipping-fast"></i> Shipping To</h4> <p><span class=font-weight-bold>Country / Currency:</span> <br>At this time only "United States" / "USD" are supported. The exchange rates are updated daily.</p> <p><span class=font-weight-bold>Zip Code:</span> <br>Enter your postal code to get the accurate shipping cost for items listed using a shipping rate table.</p> </div> <div class="shadow p-4 bg-white"> <h4><i class="fas fa-search"></i> Search Keywords</h4> <p><span class=font-weight-bold>Barcode:</span> <br>The 12 or 13 digit barcode, normally located on the back, offers the best chance to find a specific album.</p> <p><span class=font-weight-bold>Artist and Title:</span> <br>The full name of the album, including artist and title, will usually lead to a specific album.</p> <p><span class=font-weight-bold>Just Artist or Title:</span> <br>Searches for artist or title alone will bring up multiple albums.</p> </div> </div> <div class="modal-footer bg-primary"> <button type="button" class="btn btn-danger" data-dismiss="modal">Close</button> </div> </div> </div></div>
|
19 |
- |
3184 |
<div class="modal" id="progressBarDiv">
|
|
|
3185 |
<div class="modal-dialog modal-dialog-centered">
|
|
|
3186 |
<div class="modal-content">
|
|
|
3187 |
<div class="modal-header">
|
|
|
3188 |
<h4 id="progressBarHeader">Searching</h4>
|
|
|
3189 |
</div>
|
|
|
3190 |
<div class="modal-body">
|
|
|
3191 |
<div class="progress">
|
|
|
3192 |
<div id="progressBar" class="progress-bar" style="width:0%">0%</div>
|
|
|
3193 |
</div>
|
|
|
3194 |
</div>
|
|
|
3195 |
<div class="modal-footer">
|
|
|
3196 |
<span id="progressBarMessage"></span>
|
|
|
3197 |
</div>
|
|
|
3198 |
</div>
|
|
|
3199 |
</div>
|
|
|
3200 |
</div>
|
|
|
3201 |
|
48 |
- |
3202 |
<footer class="container-fluid text-center bg-primary py-5 mt-5">
|
19 |
- |
3203 |
<p>Disclaimer: As an Associate we earn from qualifying purchases.</p> <form method="post" action="/index.php">
|
48 |
- |
3204 |
<input type="hidden" name="sessionTab" value="323576475">
|
19 |
- |
3205 |
<input type="hidden" name="searchTerm" value="Nena Kerner">
|
|
|
3206 |
<input type="hidden" name="buyerZip" value="20151">
|
|
|
3207 |
<ul class="list-inline text-center">
|
|
|
3208 |
<li class="list-inline-item">
|
|
|
3209 |
<button class="btn btn-sm bg-light" type="submit" name="submit" value="terms">Terms of Service</button>
|
|
|
3210 |
</li>
|
|
|
3211 |
<li class="list-inline-item">
|
|
|
3212 |
<button class="btn btn-sm bg-light" type="submit" name="submit" value="privacy">Privacy Policy</button>
|
|
|
3213 |
</li>
|
|
|
3214 |
</ul>
|
|
|
3215 |
</form>
|
|
|
3216 |
<p>Copyright © 2019 FindCheapMusic.com. All rights reserved.</p>
|
|
|
3217 |
</footer>
|
|
|
3218 |
|
48 |
- |
3219 |
<script src="js/dr.min.js" integrity="sha384-FL/VpjCnfHGWtXwxie9wD7sUL0dH7754e5+41/shx9YaRujt5F7lf7OXXFuzB9Y8" crossorigin="anonymous"></script>
|
37 |
- |
3220 |
<script>var quotes = [
|
|
|
3221 |
"Find the cheapest music online.","Advertisement free website.","Create a free login to unlock additional coupon codes and special offers.","Search dozens of online stores at once.", ]; var i = 0; setInterval(function() { $("#textslide").html(quotes[i]); if (i == quotes.length) i=0; else i++; }, 5 * 1000);</script>
|
19 |
- |
3222 |
</body>
|
|
|
3223 |
</html>
|