-- phpMyAdmin SQL Dump -- version 2.6.2-pl1 -- http://www.phpmyadmin.net -- -- Host: sql05.bre.qsc.de -- Erstellungszeit: 08. November 2005 um 16:19 -- Server Version: 4.0.18 -- PHP-Version: 4.4.0 -- -- Datenbank: `db00000100` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `address_book` -- CREATE TABLE `address_book` ( `address_book_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `entry_gender` char(1) NOT NULL default '', `entry_company` varchar(32) default NULL, `entry_firstname` varchar(32) NOT NULL default '', `entry_lastname` varchar(32) NOT NULL default '', `entry_street_address` varchar(64) NOT NULL default '', `entry_suburb` varchar(32) default NULL, `entry_postcode` varchar(10) NOT NULL default '', `entry_city` varchar(32) NOT NULL default '', `entry_state` varchar(32) default NULL, `entry_country_id` int(11) NOT NULL default '0', `entry_zone_id` int(11) NOT NULL default '0', PRIMARY KEY (`address_book_id`), KEY `idx_address_book_customers_id` (`customers_id`) ) TYPE=MyISAM AUTO_INCREMENT=6 ; -- -- Daten für Tabelle `address_book` -- INSERT INTO `address_book` (`address_book_id`, `customers_id`, `entry_gender`, `entry_company`, `entry_firstname`, `entry_lastname`, `entry_street_address`, `entry_suburb`, `entry_postcode`, `entry_city`, `entry_state`, `entry_country_id`, `entry_zone_id`) VALUES (1, 1, 'm', 'ACME Inc.', 'John', 'Doe', '1 Way Street', '', '12345', 'NeverNever', '', 223, 12), (2, 2, 'm', '', 'Friedo', 'Humann', 'Schwarzburger Str. 5', '', '28215', 'Bremen', '', 81, 84), (3, 3, 'm', NULL, 'El', 'Pampero', 'Donald Duck Str. 9', 'Gröhlingen', '28239', 'Bremen', '', 81, 84), (4, 4, 'm', NULL, 'Dennis', 'Reckeweg', 'Eutiner Str. 30', 'Osterfeuerberg', '28219', 'Bremen', '', 81, 84), (5, 5, '', NULL, 'Peter', 'Pan', 'Gurkenallee 12', '', '28215', 'Pißhausen', '', 81, 84); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `address_format` -- CREATE TABLE `address_format` ( `address_format_id` int(11) NOT NULL auto_increment, `address_format` varchar(128) NOT NULL default '', `address_summary` varchar(48) NOT NULL default '', PRIMARY KEY (`address_format_id`) ) TYPE=MyISAM AUTO_INCREMENT=6 ; -- -- Daten für Tabelle `address_format` -- INSERT INTO `address_format` (`address_format_id`, `address_format`, `address_summary`) VALUES (1, '$firstname $lastname$cr$streets$cr$city, $postcode$cr$statecomma$country', '$city / $country'), (2, '$firstname $lastname$cr$streets$cr$city, $state $postcode$cr$country', '$city, $state / $country'), (3, '$firstname $lastname$cr$streets$cr$city$cr$postcode - $statecomma$country', '$state / $country'), (4, '$firstname $lastname$cr$streets$cr$city ($postcode)$cr$country', '$postcode / $country'), (5, '$firstname $lastname$cr$streets$cr$postcode $city$cr$country', '$city / $country'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `banners` -- CREATE TABLE `banners` ( `banners_id` int(11) NOT NULL auto_increment, `banners_title` varchar(64) NOT NULL default '', `banners_url` varchar(255) NOT NULL default '', `banners_image` varchar(64) NOT NULL default '', `banners_group` varchar(10) NOT NULL default '', `banners_html_text` text, `expires_impressions` int(7) default '0', `expires_date` datetime default NULL, `date_scheduled` datetime default NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_status_change` datetime default NULL, `status` int(1) NOT NULL default '1', PRIMARY KEY (`banners_id`) ) TYPE=MyISAM AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `banners` -- INSERT INTO `banners` (`banners_id`, `banners_title`, `banners_url`, `banners_image`, `banners_group`, `banners_html_text`, `expires_impressions`, `expires_date`, `date_scheduled`, `date_added`, `date_status_change`, `status`) VALUES (1, 'osCommerce', 'http://www.oscommerce.com', 'banners/oscommerce.gif', '468x50', '', 0, NULL, NULL, '2004-07-17 17:06:04', NULL, 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `banners_history` -- CREATE TABLE `banners_history` ( `banners_history_id` int(11) NOT NULL auto_increment, `banners_id` int(11) NOT NULL default '0', `banners_shown` int(5) NOT NULL default '0', `banners_clicked` int(5) NOT NULL default '0', `banners_history_date` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`banners_history_id`) ) TYPE=MyISAM AUTO_INCREMENT=137 ; -- -- Daten für Tabelle `banners_history` -- INSERT INTO `banners_history` (`banners_history_id`, `banners_id`, `banners_shown`, `banners_clicked`, `banners_history_date`) VALUES (1, 1, 39, 0, '2004-07-17 17:23:50'), (2, 1, 195, 0, '2004-07-18 00:44:33'), (3, 1, 192, 1, '2004-07-19 00:00:27'), (4, 1, 53, 1, '2004-07-20 00:14:54'), (5, 1, 29, 0, '2004-07-21 10:29:34'), (6, 1, 48, 0, '2004-07-22 01:41:14'), (7, 1, 21, 0, '2004-07-23 12:32:36'), (8, 1, 11, 0, '2004-07-24 12:59:57'), (9, 1, 15, 0, '2004-07-27 16:34:57'), (10, 1, 42, 0, '2005-04-14 19:45:18'), (11, 1, 44, 1, '2005-04-15 16:34:48'), (12, 1, 103, 3, '2005-04-16 00:34:05'), (13, 1, 111, 0, '2005-04-17 02:42:21'), (14, 1, 16, 0, '2005-04-18 00:55:25'), (15, 1, 19, 0, '2005-04-19 14:12:26'), (16, 1, 99, 0, '2005-06-16 18:29:58'), (17, 1, 141, 0, '2005-06-17 10:59:42'), (18, 1, 117, 1, '2005-06-18 00:12:46'), (19, 1, 77, 1, '2005-06-19 00:00:49'), (20, 1, 219, 0, '2005-06-20 00:26:27'), (21, 1, 7, 0, '2005-06-21 09:13:43'), (22, 1, 10, 0, '2005-06-22 00:29:32'), (23, 1, 10, 0, '2005-06-23 08:39:14'), (24, 1, 21, 0, '2005-06-24 00:00:59'), (25, 1, 93, 1, '2005-06-25 00:53:03'), (26, 1, 170, 0, '2005-06-26 00:00:10'), (27, 1, 29, 0, '2005-06-27 08:16:29'), (28, 1, 45, 0, '2005-06-28 00:05:01'), (29, 1, 35, 0, '2005-06-29 02:22:28'), (30, 1, 10, 0, '2005-06-30 00:00:03'), (31, 1, 7, 0, '2005-07-01 09:30:34'), (32, 1, 14, 0, '2005-07-02 00:12:38'), (33, 1, 39, 0, '2005-07-03 17:08:45'), (34, 1, 118, 0, '2005-07-04 00:23:35'), (35, 1, 64, 1, '2005-07-05 02:02:57'), (36, 1, 44, 0, '2005-07-06 01:10:08'), (37, 1, 56, 0, '2005-07-07 00:15:45'), (38, 1, 7, 0, '2005-07-08 11:36:14'), (39, 1, 41, 0, '2005-07-09 10:03:47'), (40, 1, 76, 0, '2005-07-10 00:36:23'), (41, 1, 86, 0, '2005-07-11 09:55:56'), (42, 1, 67, 0, '2005-07-12 00:17:36'), (43, 1, 11, 0, '2005-07-13 12:10:22'), (44, 1, 138, 0, '2005-07-14 09:21:21'), (45, 1, 63, 0, '2005-07-15 09:37:06'), (46, 1, 78, 0, '2005-07-16 11:07:18'), (47, 1, 121, 0, '2005-07-17 00:02:44'), (48, 1, 43, 1, '2005-07-18 08:45:02'), (49, 1, 202, 0, '2005-07-19 12:09:08'), (50, 1, 379, 0, '2005-07-20 00:19:18'), (51, 1, 220, 0, '2005-07-21 00:02:22'), (52, 1, 126, 0, '2005-07-22 00:36:23'), (53, 1, 43, 0, '2005-07-23 08:38:05'), (54, 1, 45, 0, '2005-07-24 17:06:40'), (55, 1, 53, 0, '2005-07-25 14:22:55'), (56, 1, 76, 0, '2005-07-26 08:31:21'), (57, 1, 44, 0, '2005-07-27 08:34:06'), (58, 1, 82, 0, '2005-07-28 17:11:13'), (59, 1, 82, 0, '2005-07-29 09:27:13'), (60, 1, 32, 0, '2005-07-30 00:00:10'), (61, 1, 176, 0, '2005-07-31 00:45:47'), (62, 1, 34, 0, '2005-08-01 01:12:52'), (63, 1, 46, 0, '2005-08-02 00:36:24'), (64, 1, 8, 0, '2005-08-03 01:34:02'), (65, 1, 7, 0, '2005-08-04 18:45:36'), (66, 1, 27, 0, '2005-08-05 11:21:24'), (67, 1, 19, 0, '2005-08-06 20:21:00'), (68, 1, 42, 0, '2005-08-07 00:47:26'), (69, 1, 58, 0, '2005-08-08 10:41:07'), (70, 1, 2, 0, '2005-08-09 19:33:25'), (71, 1, 58, 0, '2005-08-10 09:17:05'), (72, 1, 33, 0, '2005-08-11 14:55:16'), (73, 1, 31, 0, '2005-08-12 01:18:40'), (74, 1, 24, 0, '2005-08-13 01:30:41'), (75, 1, 56, 0, '2005-08-14 02:52:36'), (76, 1, 23, 0, '2005-08-15 11:40:11'), (77, 1, 2, 0, '2005-08-17 07:16:59'), (78, 1, 3, 0, '2005-08-18 10:56:24'), (79, 1, 1, 0, '2005-08-21 19:39:36'), (80, 1, 2, 0, '2005-08-22 01:31:19'), (81, 1, 2, 0, '2005-08-23 09:15:52'), (82, 1, 1, 0, '2005-08-25 02:05:00'), (83, 1, 1, 0, '2005-08-27 15:33:16'), (84, 1, 1, 0, '2005-08-28 00:09:27'), (85, 1, 7, 0, '2005-08-30 09:14:37'), (86, 1, 1, 0, '2005-09-01 16:12:54'), (87, 1, 1, 0, '2005-09-02 18:59:39'), (88, 1, 8, 0, '2005-09-04 15:57:44'), (89, 1, 4, 0, '2005-09-05 18:39:13'), (90, 1, 1, 0, '2005-09-07 20:01:07'), (91, 1, 41, 0, '2005-09-12 08:38:10'), (92, 1, 76, 0, '2005-09-13 01:30:03'), (93, 1, 17, 0, '2005-09-15 15:52:32'), (94, 1, 1, 0, '2005-09-16 23:57:06'), (95, 1, 1, 0, '2005-09-17 17:59:25'), (96, 1, 16, 0, '2005-09-19 10:31:23'), (97, 1, 3, 0, '2005-09-20 12:30:19'), (98, 1, 4, 0, '2005-09-21 12:59:49'), (99, 1, 3, 0, '2005-09-22 00:06:17'), (100, 1, 1, 0, '2005-09-23 16:20:19'), (101, 1, 8, 0, '2005-09-25 02:02:23'), (102, 1, 24, 0, '2005-09-29 17:42:07'), (103, 1, 25, 0, '2005-10-01 15:39:31'), (104, 1, 1, 0, '2005-10-02 22:13:43'), (105, 1, 17, 0, '2005-10-04 10:19:27'), (106, 1, 40, 0, '2005-10-05 13:18:47'), (107, 1, 23, 0, '2005-10-06 08:34:47'), (108, 1, 31, 0, '2005-10-07 00:13:35'), (109, 1, 49, 0, '2005-10-09 00:17:23'), (110, 1, 2, 0, '2005-10-10 09:03:17'), (111, 1, 23, 0, '2005-10-11 16:33:30'), (112, 1, 2, 0, '2005-10-13 02:07:58'), (113, 1, 63, 1, '2005-10-14 03:50:46'), (114, 1, 56, 0, '2005-10-15 00:03:42'), (115, 1, 3, 0, '2005-10-16 07:32:55'), (116, 1, 49, 0, '2005-10-17 10:14:16'), (117, 1, 15, 0, '2005-10-18 00:10:57'), (118, 1, 5, 0, '2005-10-20 09:46:48'), (119, 1, 26, 0, '2005-10-22 09:00:21'), (120, 1, 136, 0, '2005-10-23 00:33:28'), (121, 1, 49, 2, '2005-10-24 00:18:20'), (122, 1, 49, 0, '2005-10-25 08:58:42'), (123, 1, 24, 0, '2005-10-26 00:40:58'), (124, 1, 11, 0, '2005-10-27 15:11:12'), (125, 1, 16, 0, '2005-10-28 09:01:52'), (126, 1, 27, 0, '2005-10-29 02:08:14'), (127, 1, 30, 0, '2005-10-30 00:43:32'), (128, 1, 8, 0, '2005-10-31 01:16:43'), (129, 1, 1, 0, '2005-11-01 23:07:19'), (130, 1, 45, 0, '2005-11-02 08:55:33'), (131, 1, 17, 0, '2005-11-03 00:03:58'), (132, 1, 14, 1, '2005-11-04 12:27:40'), (133, 1, 3, 0, '2005-11-05 17:52:42'), (134, 1, 23, 0, '2005-11-06 12:13:56'), (135, 1, 18, 0, '2005-11-07 10:44:41'), (136, 1, 19, 0, '2005-11-08 00:39:35'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `categories` -- CREATE TABLE `categories` ( `categories_id` int(11) NOT NULL auto_increment, `categories_image` varchar(64) default NULL, `parent_id` int(11) NOT NULL default '0', `sort_order` int(3) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`categories_id`), KEY `idx_categories_parent_id` (`parent_id`) ) TYPE=MyISAM AUTO_INCREMENT=695 ; -- -- Daten für Tabelle `categories` -- INSERT INTO `categories` (`categories_id`, `categories_image`, `parent_id`, `sort_order`, `date_added`, `last_modified`) VALUES (67, 'Diamond Life.jpg', 59, 0, '2005-04-20 17:13:44', '2005-04-20 17:59:51'), (65, 'reggae.gif', 55, 0, '2005-04-17 21:09:00', '2005-10-28 21:31:59'), (56, 'abisf.gif', 337, 0, '2005-04-17 17:30:19', '2005-06-26 18:42:58'), (64, 'jazz.gif', 55, 0, '2005-04-17 21:08:29', '2005-10-28 20:33:14'), (66, 'blues.gif', 55, 0, '2005-04-17 21:09:38', '2005-10-28 20:32:43'), (63, 'grabbelkiste.gif', 55, 0, '2005-04-17 21:08:14', '2005-09-16 17:14:56'), (62, 'Broken Identity.jpg', 533, 0, '2005-04-17 19:01:29', '2005-08-08 18:24:18'), (57, 'gbisl.gif', 337, 0, '2005-04-17 17:30:30', '2005-06-26 18:43:30'), (58, 'mbisr.gif', 337, 0, '2005-04-17 17:30:44', '2005-06-26 18:43:59'), (59, 'sbisz.gif', 337, 0, '2005-04-17 17:30:56', '2005-06-26 18:44:48'), (60, 'Geiler is schon.jpg', 527, 0, '2005-04-17 17:32:55', '2005-09-17 17:36:41'), (61, 'Broken Barricades.jpg', 535, 0, '2005-04-17 18:17:49', '2005-09-17 09:09:14'), (55, 'jackson.gif', 0, 0, '2005-04-17 17:28:49', '2005-06-26 18:48:52'), (68, 'Look At The Fool.jpg', 533, 0, '2005-04-20 22:21:59', '2005-08-08 18:51:50'), (69, 'Get A Wfiff A This.jpg', 534, 0, '2005-04-24 11:30:08', '2005-08-08 19:14:51'), (70, 'Hunky Dory2.jpg', 56, 0, '2005-05-02 15:35:05', NULL), (71, 'Big Audio Dynamite.jpg', 533, 0, '2005-05-12 20:27:34', '2005-08-08 17:58:41'), (72, 'Somebodys_watching.jpg', 535, 0, '2005-05-15 10:56:15', '2005-09-17 10:53:46'), (73, 'Fire On The Mountain.jpg', 385, 0, '2005-05-15 16:32:08', '2005-09-19 17:51:42'), (75, 'Greatest Hits.gif', 64, 0, '2005-05-15 18:38:53', '2005-06-28 18:23:38'), (76, 'Every Beat Of My Heart.jpg', 59, 0, '2005-05-15 19:47:08', NULL), (77, 'Moribund The Buergermeister.jpg', 57, 0, '2005-05-15 20:15:15', NULL), (78, 'Stranger.jpg', 534, 0, '2005-05-15 20:33:45', '2005-08-08 17:59:50'), (79, 'Fantastic.jpg', 59, 0, '2005-05-15 21:01:15', NULL), (80, 'Live Stock.jpg', 66, 0, '2005-05-15 22:07:43', NULL), (81, 'Boys And Girls.jpg', 56, 0, '2005-05-15 22:31:32', NULL), (141, 'Resolving Contradictions.jpg', 64, 0, '2005-05-19 17:45:23', '2005-07-03 19:48:30'), (83, 'The The Innocent.jpg', 536, 0, '2005-05-15 23:44:10', '2005-08-08 18:03:02'), (84, 'How Dare You.jpg', 56, 0, '2005-05-16 10:13:50', NULL), (85, '461 Ocean Boulevard.jpg', 66, 0, '2005-05-16 11:28:39', '2005-06-28 17:56:03'), (86, 'Rebel Yell.jpg', 534, 0, '2005-05-16 11:46:12', '2005-08-08 17:59:16'), (87, 'Cant Buy A Thrill.jpg', 536, 0, '2005-05-16 11:58:41', '2005-08-08 18:42:20'), (88, 'Live.jpg', 425, 0, '2005-05-16 12:12:48', '2005-09-16 12:25:38'), (89, 'Gone To Earth.jpg', 533, 0, '2005-05-16 12:18:37', '2005-09-16 17:17:49'), (90, 'Ammonia Avenue.jpg', 58, 0, '2005-05-16 12:49:55', NULL), (91, 'overnite.jpg', 536, 0, '2005-05-16 13:57:54', '2005-09-17 17:32:16'), (92, 'Business As Usual.jpg', 58, 0, '2005-05-16 18:59:48', NULL), (94, 'Sneakin.JPG', 58, 0, '2005-05-16 19:49:27', NULL), (95, 'Breakfast.jpg', 59, 0, '2005-05-16 21:00:17', NULL), (337, 'jackson.gif', 55, 0, '2005-06-26 18:41:48', '2005-10-28 20:33:41'), (103, 'The Sensationel.jpg', 534, 0, '2005-05-17 15:27:01', '2005-09-16 12:38:59'), (133, 'Reckless.jpg', 56, 0, '2005-05-18 20:45:30', NULL), (99, 'Horses.jpg', 536, 0, '2005-05-16 22:36:11', '2005-08-08 18:34:16'), (338, 'rock1.gif', 55, 0, '2005-06-26 18:42:11', '2005-10-28 21:32:29'), (101, 'Bochum.jpg', 527, 0, '2005-05-16 23:04:53', '2005-08-08 19:13:36'), (102, 'Nightclubbing.jpg', 57, 0, '2005-05-17 13:48:21', NULL), (104, 'Year Of The Cat.gif', 59, 0, '2005-05-17 15:45:19', '2005-09-17 17:31:57'), (105, 'In Flight.jpg', 64, 0, '2005-05-17 16:08:19', '2005-06-05 14:56:48'), (107, 'Christopher Cross.jpg', 56, 0, '2005-05-17 16:46:53', NULL), (108, 'Living On The Fault Line.jpg', 533, 0, '2005-05-17 16:55:15', '2005-08-08 18:45:00'), (109, 'Human Racing.jpg', 57, 0, '2005-05-17 17:44:43', NULL), (110, 'Pretenders.gif', 58, 0, '2005-05-17 18:03:41', NULL), (111, 'Nightingales.jpg', 58, 0, '2005-05-17 18:15:37', NULL), (112, 'Passion.jpg', 58, 0, '2005-05-17 18:30:09', NULL), (113, 'Shes The Boss.jpg', 57, 0, '2005-05-17 19:47:18', NULL), (114, 'Tubular Bells.jpg', 457, 0, '2005-05-17 19:57:55', '2005-09-17 11:03:32'), (115, 'Black And Blue.gif', 535, 0, '2005-05-17 20:08:11', '2005-08-08 18:46:29'), (116, NULL, 59, 0, '2005-05-17 20:25:18', NULL), (117, 'Birds Of Fire.jpg', 64, 0, '2005-05-17 20:38:20', '2005-05-17 20:50:39'), (118, 'Night And Day.jpg', 534, 0, '2005-05-17 20:56:11', '2005-09-16 12:43:15'), (153, 'Tea For The Tillerman.jpg', 339, 0, '2005-05-20 17:25:25', '2005-09-17 17:26:20'), (121, 'The Distance.jpg', 536, 0, '2005-05-17 22:31:36', '2005-08-08 18:02:12'), (122, 'Defector.jpg', 57, 0, '2005-05-17 22:50:11', NULL), (481, 'bn.jpg', 56, 0, '2005-07-26 09:31:51', NULL), (124, 'Dire Straits.jpg', 56, 0, '2005-05-18 08:59:28', NULL), (125, 'Small World.jpg', 57, 0, '2005-05-18 10:32:59', NULL), (126, 'Private Dancer.jpg', 59, 0, '2005-05-18 10:46:48', NULL), (127, 'Lovesongs.jpg', 339, 0, '2005-05-18 11:14:40', '2005-06-28 17:59:18'), (128, 'Hounds Of Love.jpg', 56, 0, '2005-05-18 11:42:33', '2005-05-18 11:42:45'), (129, 'Timeless Flight.jpg', 457, 0, '2005-05-18 18:57:51', '2005-08-11 17:40:16'), (130, 'Snakes And Ladders.jpg', 339, 0, '2005-05-18 19:12:21', '2005-09-17 11:11:02'), (131, 'Black Celebration.jpg', 56, 0, '2005-05-18 19:26:14', NULL), (132, 'Lilly Of My Valley.jpg', 65, 0, '2005-05-18 19:56:19', NULL), (134, 'The Light of Smiles.jpg', 59, 0, '2005-05-18 21:14:57', '2005-05-20 19:40:56'), (135, 'Inside The Fire.gif', 339, 0, '2005-05-18 21:25:28', '2005-06-28 18:07:02'), (136, 'Scarecrow.jpg', 535, 0, '2005-05-18 21:54:38', '2005-08-08 18:21:00'), (137, 'Get Lucky.jpg', 534, 0, '2005-05-18 22:02:19', '2005-09-16 12:35:57'), (138, 'The Completition.jpg', 536, 0, '2005-05-18 22:39:27', '2005-08-08 18:49:56'), (139, 'Blues In Blond.gif', 527, 0, '2005-05-18 22:53:37', '2005-09-17 09:02:13'), (140, 'Aqualung.jpg', 534, 0, '2005-05-19 09:31:28', '2005-08-08 18:19:32'), (142, 'I Can See Your House From Here.jpg', 457, 0, '2005-05-19 17:54:20', '2005-07-26 11:34:25'), (143, 'Defender.jpg', 66, 0, '2005-05-19 18:22:56', '2005-07-11 16:54:52'), (144, 'Some People Cant Dance.gif', 534, 0, '2005-05-19 19:05:45', '2005-08-08 18:28:56'), (145, 'Live XCert.jpg', 536, 0, '2005-05-19 19:31:38', '2005-08-08 18:49:38'), (146, 'Saved.jpg', 339, 0, '2005-05-19 19:42:06', '2005-06-28 17:47:57'), (147, 'Essence To Essence.gif', 339, 0, '2005-05-19 20:20:37', '2005-06-28 17:55:19'), (149, 'News Of The World.jpg', 58, 0, '2005-05-19 21:24:05', '2005-05-19 21:24:17'), (150, 'Guitars And Women.jpg', 533, 0, '2005-05-20 09:41:54', '2005-08-08 18:36:24'), (151, 'Back To The Egg.jpg', 59, 0, '2005-05-20 16:45:24', NULL), (152, 'Out of the Blue.jpg', 457, 0, '2005-05-20 16:56:01', '2005-09-16 19:00:20'), (154, 'Pick It Up.jpg', 57, 0, '2005-05-20 18:32:54', NULL), (155, 'Fickle Heart.gif', 59, 0, '2005-05-20 20:16:01', NULL), (156, 'Trilogy.jpg', 533, 0, '2005-05-20 20:43:12', '2005-08-08 18:09:51'), (157, 'Emerson Lake And Powel.jpg', 533, 0, '2005-05-20 21:29:39', '2005-08-08 18:10:14'), (158, 'In a Gadda Da Vida.jpg', 534, 0, '2005-05-20 21:55:28', '2005-09-16 12:29:32'), (159, 'For You.jpg', 533, 0, '2005-05-20 22:20:33', '2005-09-16 19:06:00'), (160, 'Count Three & Pray.jpg', 56, 0, '2005-05-20 22:52:59', NULL), (161, 'Lost Souls.jpg', 535, 0, '2005-05-20 23:24:53', '2005-09-17 11:10:05'), (162, 'Living in Oz.jpg', 59, 0, '2005-05-20 23:44:34', '2005-06-07 09:17:21'), (163, 'Whose Side Are You On.jpg', 56, 0, '2005-05-20 23:54:51', NULL), (164, 'The Weather Inside.jpg', 59, 0, '2005-05-21 00:14:42', NULL), (165, 'JT.jpg', 339, 0, '2005-05-21 00:33:35', '2005-07-19 19:41:35'), (166, 'Clannad 2.jpg', 340, 0, '2005-05-21 09:22:40', '2005-06-28 18:22:58'), (167, 'It Could Happen To You.jpg', 64, 0, '2005-05-21 10:38:56', '2005-06-28 17:57:35'), (168, 'California.gif', 535, 0, '2005-05-21 10:53:41', '2005-09-17 09:03:10'), (169, 'BTO.gif', 533, 0, '2005-05-21 12:01:02', '2005-09-16 17:10:19'), (170, 'Power in the Darkness.jpg', 535, 0, '2005-05-21 20:23:50', '2005-09-17 09:11:14'), (171, 'Everybody.gif', 457, 0, '2005-05-21 20:44:56', '2005-07-21 15:22:31'), (172, 'Book of Dreams.jpg', 535, 0, '2005-05-21 22:06:16', '2005-08-08 18:47:23'), (173, 'Hotel California.jpg', 56, 0, '2005-05-21 23:25:56', NULL), (174, 'Changes.jpg', 533, 0, '2005-05-22 00:17:22', '2005-09-16 19:10:08'), (175, 'KGB.jpg', 534, 0, '2005-05-22 10:45:01', '2005-08-08 18:22:54'), (176, 'Cock Robin.jpg', 56, 0, '2005-05-22 13:31:57', NULL), (177, 'Quartet.jpg', 59, 0, '2005-05-22 13:45:31', NULL), (178, 'Oxygene.jpg', 457, 0, '2005-05-22 13:55:50', '2005-09-16 12:34:35'), (179, 'Listen.jpg', 56, 0, '2005-05-22 14:15:04', NULL), (180, 'Glow.jpg', 64, 0, '2005-05-22 14:57:54', '2005-08-10 09:41:39'), (181, 'Get On Board.jpg', 527, 0, '2005-05-22 15:14:32', '2005-08-08 18:24:59'), (182, 'Step By Step.jpg', 58, 0, '2005-05-22 15:25:28', NULL), (183, 'Reach The Beach.jpg', 533, 0, '2005-05-22 15:35:27', '2005-09-16 19:11:43'), (184, 'Herzlichen Glueckwunsch.jpg', 527, 0, '2005-05-22 15:51:06', '2005-09-17 17:43:55'), (185, 'Real Love.jpg', 59, 0, '2005-05-22 18:19:10', NULL), (186, 'Dein Ist Mein Ganzes Herz.jpg', 339, 0, '2005-05-22 18:33:31', '2005-09-16 12:28:24'), (187, 'Age of Reason.gif', 56, 0, '2005-05-22 18:56:51', NULL), (188, 'Sheffield Steel.jpg', 56, 0, '2005-05-22 19:13:21', NULL), (189, 'Leo Kottke.jpg', 457, 0, '2005-05-22 19:26:20', '2005-09-16 12:35:25'), (190, 'Seven The Hard Way.jpg', 56, 0, '2005-05-22 20:02:42', NULL), (191, 'Sly Wicked And Slick.jpg', 65, 0, '2005-05-22 20:22:44', NULL), (192, 'Wonderful Time.jpg', 65, 0, '2005-05-22 20:50:00', NULL), (193, 'Yard Style.jpg', 65, 0, '2005-05-22 21:11:59', NULL), (194, 'Private Practice.jpg', 533, 0, '2005-05-22 22:06:52', '2005-08-08 18:09:04'), (195, 'Band Together.jpg', 535, 0, '2005-05-22 23:03:37', '2005-09-17 10:54:19'), (196, 'Zahltag.jpg', 66, 0, '2005-05-23 20:19:45', NULL), (197, 'Jesus Was A Capricorn.jpg', 339, 0, '2005-05-23 21:06:05', '2005-08-08 19:16:23'), (198, 'Bitches Brew.jpg', 64, 0, '2005-05-23 21:19:06', NULL), (199, 'Hurt.jpg', 536, 0, '2005-05-24 10:02:12', '2005-09-17 17:27:32'), (200, 'Close.jpg', 59, 0, '2005-05-24 10:14:03', NULL), (201, 'Savage Amusement.jpg', 536, 0, '2005-05-25 14:18:07', '2005-09-17 17:38:42'), (202, 'The Up Escalator.jpg', 535, 0, '2005-05-25 14:31:10', '2005-09-17 09:03:43'), (203, 'Too Low for Zero.jpg', 57, 0, '2005-05-25 14:54:16', NULL), (204, 'Lotto.gif', 339, 0, '2005-05-25 15:49:22', '2005-07-09 19:27:34'), (205, 'Weekend Warriors.gif', 535, 0, '2005-05-25 16:04:58', '2005-09-17 10:56:32'), (206, 'Rock Will Never die.gif', 536, 0, '2005-05-25 16:21:10', '2005-09-17 17:54:20'), (207, 'Rock A Little.jpg', 58, 0, '2005-05-25 16:37:16', NULL), (208, 'Word Salad.JPG', 533, 0, '2005-05-25 17:22:43', '2005-08-08 18:13:45'), (209, 'Me Myself I.jpg', 56, 0, '2005-05-25 17:37:01', NULL), (210, 'DE7.JPG', 533, 0, '2005-05-25 19:37:03', '2005-08-08 18:06:38'), (211, 'Behind the Gardens.jpg', 457, 0, '2005-05-25 19:55:36', '2005-07-25 17:30:37'), (212, 'Fate For Breakfast.JPG', 339, 0, '2005-05-25 20:17:15', '2005-06-28 18:41:40'), (213, 'Going for the One.jpg', 457, 0, '2005-05-25 21:12:47', '2005-07-26 12:38:55'), (214, 'Locked In.JPG', 536, 0, '2005-05-25 21:56:09', '2005-08-08 18:56:11'), (215, 'Luxury Gap.jpg', 534, 0, '2005-05-26 12:23:33', '2005-09-16 12:27:38'), (216, 'Duke.jpg', 56, 0, '2005-05-26 13:02:20', NULL), (217, 'Steppenwolf Live.jpg', 536, 0, '2005-05-26 17:19:03', '2005-09-12 12:10:48'), (218, 'Floodland.jpg', 457, 0, '2005-05-26 17:57:05', '2005-09-17 17:40:39'), (219, 'Featuring Steve Winwood.JPG', 533, 0, '2005-05-26 18:27:07', '2005-08-08 18:40:34'), (220, 'Watermark.jpg', 340, 0, '2005-05-26 19:31:06', '2005-06-28 18:24:30'), (221, 'One Trick Pony.jpg', 339, 0, '2005-05-26 19:50:00', '2005-07-13 12:32:12'), (222, 'Greatest Hits.jpg', 339, 0, '2005-05-26 20:30:18', '2005-09-17 11:15:07'), (223, 'Excitable Boy.jpg', 339, 0, '2005-05-26 21:42:18', '2005-07-21 12:38:20'), (224, 'Life Lines.jpg', 57, 0, '2005-05-26 22:26:29', NULL), (225, 'Der Bund.JPG', 527, 0, '2005-05-26 23:26:37', '2005-09-17 09:05:36'), (227, 'In the Skies.jpg', 534, 0, '2005-05-28 22:40:33', '2005-08-08 18:34:45'), (228, 'Deja Vu.jpg', 385, 0, '2005-05-29 17:01:41', '2005-07-23 19:53:39'), (229, 'Der Ernst des Lebens.jpg', 527, 0, '2005-05-29 19:15:45', '2005-08-08 19:16:54'), (230, 'Nina Hagen Band.jpg', 527, 0, '2005-05-29 19:37:34', '2005-08-08 18:33:09'), (232, 'Seconds of Pleasure.jpg', 535, 0, '2005-05-29 20:55:26', '2005-09-17 10:54:54'), (233, 'Ich Hatte Mir Noch so Viel Vorgenommen.JPG', 339, 0, '2005-05-29 22:21:59', '2005-09-17 17:33:34'), (234, 'Cyclone.jpg', 457, 0, '2005-05-29 22:46:48', '2005-09-17 17:52:58'), (235, 'Friday Night in San Francisco.jpg', 64, 0, '2005-05-29 23:23:11', '2005-06-04 18:36:39'), (236, 'Notes From the Lost Civilization.jpg', 534, 0, '2005-05-30 11:25:03', '2005-09-16 12:39:34'), (237, 'Pluto.jpg', 535, 0, '2005-05-30 12:25:32', '2005-09-17 11:06:30'), (238, 'Edelweiss.jpg', 527, 0, '2005-05-30 18:51:48', '2005-09-17 17:34:20'), (239, 'D&D In Concert.JPG', 533, 0, '2005-05-30 19:38:06', '2005-08-08 18:07:42'), (240, 'Alive on Arrival.jpg', 339, 0, '2005-05-30 19:49:32', '2005-06-28 18:31:10'), (241, 'Mango Crazy.gif', 533, 0, '2005-05-30 21:05:11', '2005-08-08 18:38:02'), (242, 'Strength.jpg', 533, 0, '2005-05-30 21:26:36', '2005-08-08 18:44:34'), (333, 'Fury In The Slaughterhouse.jpg', 527, 0, '2005-06-07 20:47:24', '2005-08-12 12:06:59'), (244, 'White City.jpg', 536, 0, '2005-05-30 22:41:31', '2005-09-17 17:37:20'), (245, 'Octave.jpg', 535, 0, '2005-05-30 22:59:56', '2005-09-17 10:59:24'), (246, 'Provision.gif', 59, 0, '2005-05-31 11:04:41', NULL), (247, 'Carolina Dreams.jpg', 385, 0, '2005-05-31 11:18:03', '2005-09-17 10:58:07'), (248, 'Street Fighting Years.jpg', 536, 0, '2005-05-31 17:11:43', '2005-08-10 11:30:08'), (249, 'Snapshots.jpg', 534, 0, '2005-05-31 17:32:14', '2005-09-16 12:32:14'), (250, 'Mad Love.gif', 339, 0, '2005-05-31 19:47:38', '2005-07-14 09:21:39'), (251, 'Solid Senders.JPG', 534, 0, '2005-05-31 20:35:10', '2005-08-08 19:18:11'), (252, 'Afterburner.jpg', 536, 0, '2005-05-31 21:47:00', '2005-09-17 17:53:40'), (253, 'One Way Or Another.jpg', 533, 0, '2005-05-31 22:12:02', '2005-08-08 18:03:27'), (254, 'Coney Island Baby.jpg', 535, 0, '2005-05-31 22:50:17', '2005-09-17 09:07:18'), (255, 'In Step.jpg', 66, 0, '2005-06-01 20:40:07', '2005-09-17 17:50:30'), (256, 'Bikini Red.JPG', 536, 0, '2005-06-01 21:15:10', '2005-09-13 15:50:55'), (257, 'Kaya.jpg', 65, 0, '2005-06-01 22:23:24', NULL), (258, 'Forces of Victory.jpg', 65, 0, '2005-06-01 22:49:16', NULL), (259, 'Harder Than the Rest.jpg', 65, 0, '2005-06-01 23:11:56', NULL), (260, 'Together.jpg', 527, 0, '2005-06-02 09:44:14', '2005-08-08 19:06:53'), (261, 'Savage.jpg', 56, 0, '2005-06-02 10:00:11', NULL), (262, 'All Things Must Pass.jpg', 339, 0, '2005-06-02 12:13:47', '2005-06-28 18:44:47'), (263, 'Short Cut Draw Blood.gif', 533, 0, '2005-06-02 13:04:48', '2005-08-08 18:19:50'), (264, 'Modern Times.jpg', 57, 0, '2005-06-02 18:45:47', NULL), (265, 'After The War.jpg', 535, 0, '2005-06-02 19:54:42', '2005-08-08 18:15:32'), (266, 'Ray Kennedy.JPG', 534, 0, '2005-06-02 20:25:44', '2005-09-16 12:37:25'), (267, 'Songs For The New Depression.gif', 58, 0, '2005-06-02 20:37:43', NULL), (268, 'The Way It Is.jpg', 57, 0, '2005-06-02 21:00:04', '2005-06-02 21:00:25'), (269, 'Trinity.jpg', 457, 0, '2005-06-02 21:14:42', '2005-08-08 19:09:13'), (270, 'Barracuda.jpg', 535, 0, '2005-06-02 21:46:30', '2005-09-17 09:10:26'), (271, 'L.jpg', 56, 0, '2005-06-02 22:23:46', NULL), (272, 'Night Fadey Away.JPG', 534, 0, '2005-06-02 22:41:30', '2005-08-08 18:32:42'), (273, 'Viktor Lazlo.jpg', 57, 0, '2005-06-03 09:24:41', NULL), (274, 'Colour.jpg', 533, 0, '2005-06-03 13:19:24', '2005-09-16 19:07:46'), (275, 'Colour.jpg', 527, 0, '2005-06-03 15:40:40', '2005-09-16 12:53:01'), (276, 'Tortured By Pleasure.JPG', 533, 0, '2005-06-03 16:04:08', '2005-09-16 17:20:48'), (277, 'Conscience.jpg', 535, 0, '2005-06-03 16:25:36', '2005-09-17 11:07:11'), (278, 'In High Adventure.jpg', 339, 0, '2005-06-03 16:49:11', '2005-09-16 12:33:54'), (279, 'silk&steel.jpg', 64, 0, '2005-06-03 17:55:40', '2005-06-28 18:20:22'), (280, 'Welcome to Real World.jpg', 58, 0, '2005-06-03 18:09:21', NULL), (281, 'Zenyatta Mondatta.jpg', 58, 0, '2005-06-03 18:24:07', NULL), (282, 'Frauen Kommen Langsam, Aber Gewaltig.jpg', 527, 0, '2005-06-03 19:10:38', '2005-08-08 19:11:23'), (283, 'The Cars.jpg', 56, 0, '2005-06-03 20:09:26', NULL), (284, 'Boomers Story.jpg', 533, 0, '2005-06-04 09:49:08', '2005-09-16 12:23:52'), (285, 'The Princess Bride.jpg', 57, 0, '2005-06-04 10:14:40', NULL), (286, 'Dangerous Age.jpg', 533, 0, '2005-06-04 10:24:09', '2005-08-08 17:58:00'), (287, 'Electric Savage.jpg', 533, 0, '2005-06-04 10:35:18', '2005-09-16 12:20:41'), (288, 'Deep In The Heart Of Nowhere.JPG', 534, 0, '2005-06-04 10:53:58', '2005-08-08 18:00:46'), (289, 'Still Loving You.jpg', 535, 0, '2005-06-04 11:02:56', '2005-09-17 09:11:46'), (290, 'Towards The West.jpg', 457, 0, '2005-06-04 17:49:17', '2005-09-16 12:33:16'), (291, 'Court and Spark.jpg', 339, 0, '2005-06-04 19:06:24', '2005-09-17 09:06:47'), (292, 'School Days.jpg', 64, 0, '2005-06-04 20:00:11', NULL), (293, 'In the Right Place.jpg', 533, 0, '2005-06-04 21:29:40', '2005-08-08 18:09:28'), (294, 'teaser.jpg', 533, 0, '2005-06-05 13:43:25', '2005-08-08 18:52:27'), (295, 'Grand Cross.jpg', 64, 0, '2005-06-05 14:48:13', NULL), (296, 'Live On Tour In Europe.jpg', 64, 0, '2005-06-05 15:11:32', NULL), (297, 'Splendid.jpg', 64, 0, '2005-06-05 15:36:36', NULL), (298, 'Cosmic Messenger.jpg', 64, 0, '2005-06-05 16:40:17', NULL), (299, 'Romantic Warrior.jpg', 64, 0, '2005-06-05 16:46:11', NULL), (300, 'Les Dudek.jpg', 533, 0, '2005-06-05 17:04:26', '2005-08-08 18:26:02'), (301, 'Loggins And Messina.jpg', 339, 0, '2005-06-05 17:15:31', '2005-09-16 12:36:42'), (302, 'Spitfire.jpg', 57, 0, '2005-06-05 18:37:41', NULL), (303, 'Where Angels Fear To Tread.jpg', 533, 0, '2005-06-05 20:11:27', '2005-08-08 18:30:24'), (304, 'Time Loves a Hero.jpg', 534, 0, '2005-06-05 21:58:09', '2005-08-08 18:26:26'), (305, 'Live Your Life Be Free.jpg', 56, 0, '2005-06-06 08:50:30', NULL), (306, 'Dont Stand Me Down.jpg', 533, 0, '2005-06-06 09:38:07', '2005-08-08 18:08:09'), (307, 'Shock Treatment.jpg', 536, 0, '2005-06-06 11:29:25', '2005-09-17 17:30:55'), (308, 'Abandoned Luncheonette .jpg', 425, 0, '2005-06-06 11:42:26', '2005-08-12 16:18:53'), (309, '77.jpg', 457, 0, '2005-06-06 11:50:48', '2005-09-17 17:52:07'), (310, 'Phanrom Navigator.jpg', 64, 0, '2005-06-06 12:13:54', NULL), (311, 'Change of Heart.gif', 64, 0, '2005-06-06 12:40:58', NULL), (312, 'Brave And Crazy.jpg', 533, 0, '2005-06-06 14:02:21', '2005-08-08 18:28:28'), (313, 'Banded Together.gif', 64, 0, '2005-06-06 14:12:49', NULL), (314, 'Santana.jpg', 536, 0, '2005-06-06 19:51:57', '2005-08-08 18:39:22'), (315, 'Vun Drinne Noh Drusse 2.gif', 527, 0, '2005-06-06 20:23:55', '2005-08-08 19:07:38'), (316, 'Breakout.jpg', 59, 0, '2005-06-06 21:03:43', NULL), (317, 'Mirage.jpg', 56, 0, '2005-06-07 08:18:02', NULL), (318, 'Garden of Eden.gif', 64, 0, '2005-06-07 08:56:53', NULL), (319, 'Stella.jpg', 457, 0, '2005-06-07 09:27:33', '2005-07-26 12:40:04'), (320, 'To Be.jpg', 64, 0, '2005-06-07 12:07:50', NULL), (321, 'Any Road Up.jpg', 534, 0, '2005-06-07 12:16:05', '2005-08-08 18:46:52'), (322, 'No Promises - No Debts.jpg', 533, 0, '2005-06-07 12:25:10', '2005-08-08 18:16:28'), (323, 'Gate To Infinity.jpg', 533, 0, '2005-06-07 13:16:09', '2005-09-16 17:26:11'), (324, 'Deodato 2.jpg', 64, 0, '2005-06-07 13:23:25', NULL), (325, 'Crossroads.jpg', 339, 0, '2005-06-07 16:04:39', '2005-06-28 18:39:47'), (326, 'Bat Out Of Hell.jpg', 58, 0, '2005-06-07 16:08:51', NULL), (327, 'Stolen Moments.jpg', 534, 0, '2005-06-07 16:18:13', '2005-08-08 18:21:32'), (329, 'one-way-home.jpg', 57, 0, '2005-06-07 17:54:34', NULL), (330, 'Sanctuary.jpg', 534, 0, '2005-06-07 18:16:08', '2005-09-16 12:30:03'), (331, 'Lucky For Some.jpg', 66, 0, '2005-06-07 18:46:39', '2005-06-28 17:49:10'), (332, 'Blue Sky Mining.jpg', 58, 0, '2005-06-07 19:17:11', NULL), (334, 'Three Hearts.jpg', 56, 0, '2005-06-07 21:17:55', NULL), (335, 'Bridge Of Spies.jpg', 59, 0, '2005-06-07 23:04:06', NULL), (523, 'schleimig.jpg', 536, 0, '2005-08-01 18:51:41', '2005-08-08 18:56:54'), (339, 'liedermacher.gif', 55, 0, '2005-06-28 17:44:16', '2005-10-28 21:34:00'), (465, 'randy.jpg', 58, 0, '2005-07-23 15:53:42', NULL), (340, 'irish.gif', 55, 0, '2005-06-28 18:22:25', '2005-10-28 21:34:33'), (355, 'Dark Side Of The Moon.JPG', 535, 0, '2005-07-05 17:10:03', '2005-08-08 18:35:41'), (341, NULL, 0, 0, '2005-06-28 18:51:17', '2005-06-28 18:51:59'), (342, 'Bad For Good.jpg', 536, 0, '2005-07-03 17:19:06', '2005-08-08 18:20:31'), (343, 'The Joshua Tree.jpg', 59, 0, '2005-07-03 18:46:43', NULL), (344, 'Great.jpg', 65, 0, '2005-07-03 20:23:40', NULL), (345, 'Lullaby.jpg', 339, 0, '2005-07-03 20:42:11', NULL), (346, 'Declares War.jpg', 533, 0, '2005-07-04 12:09:11', '2005-08-08 18:12:29'), (347, 'Second Helping.jpg', 534, 0, '2005-07-04 12:25:11', '2005-08-08 18:27:24'), (348, 'fiveaside.jpg', 533, 0, '2005-07-04 12:41:45', '2005-08-08 17:53:35'), (349, 'How I Spend My Vacation.jpg', 535, 0, '2005-07-04 19:43:30', '2005-08-08 18:30:52'), (350, 'Babe Ruth.JPG', 533, 0, '2005-07-04 21:17:26', '2005-08-08 17:57:31'), (351, 'strange land.jpg', 533, 0, '2005-07-04 21:38:57', '2005-08-08 18:02:38'), (352, 'Absolutely Live.jpg', 533, 0, '2005-07-05 11:42:49', '2005-08-08 18:45:22'), (353, 'Mountains.JPG', 536, 0, '2005-07-05 12:05:51', '2005-08-08 18:41:23'), (354, 'Town And Country.jpg', 534, 0, '2005-07-05 12:20:50', '2005-08-08 18:17:50'), (356, 'Lukather.jpg', 534, 0, '2005-07-05 19:36:46', '2005-08-08 18:42:48'), (357, 'Putting It Straight.jpg', 536, 0, '2005-07-05 19:50:23', '2005-08-08 18:33:49'), (358, 'Profile.JPG', 536, 0, '2005-07-05 20:17:21', '2005-08-08 18:50:18'), (359, 'Common One.jpg', 536, 0, '2005-07-05 20:33:50', '2005-08-08 18:54:37'), (360, 'White Album.JPG', 56, 0, '2005-07-05 21:32:43', NULL), (361, 'Chronicle.jpg', 533, 0, '2005-07-05 22:01:48', '2005-08-08 18:06:13'), (362, 'Slinky2.jpg', 535, 0, '2005-07-06 16:45:21', '2005-08-08 18:29:57'), (363, 'The Domino Club2.jpg', 340, 0, '2005-07-06 17:14:11', NULL), (364, 'Trash.jpg', 533, 0, '2005-07-06 17:37:09', '2005-08-08 17:55:50'), (365, 'Harvest.jpg', 536, 0, '2005-07-06 17:46:10', '2005-08-08 18:31:46'), (366, 'Hell To Pay.jpg', 66, 0, '2005-07-06 18:40:04', NULL), (367, 'Demons And Wizards.jpg', 536, 0, '2005-07-09 12:12:16', '2005-08-08 18:53:12'), (368, 'Introducing the Hardline.jpg', 56, 0, '2005-07-09 13:08:49', NULL), (369, 'Lets Face The Music.jpg', 59, 0, '2005-07-09 17:19:38', NULL), (370, 'Culture Killed The Native.jpg', 536, 0, '2005-07-09 18:49:23', '2005-08-08 18:54:57'), (371, 'Men And Women.jpg', 59, 0, '2005-07-09 19:32:03', NULL), (372, 'Best Moves.jpg', 56, 0, '2005-07-09 20:52:05', NULL), (373, 'Jedesmal.jpg', 527, 0, '2005-07-09 21:08:17', '2005-09-17 09:05:03'), (374, 'Alpha.jpg', 533, 0, '2005-07-09 21:22:19', '2005-08-08 17:56:43'), (375, 'Dreamland.jpg', 527, 0, '2005-07-10 17:27:22', '2005-08-08 19:08:22'), (376, 'Hoodoo.jpg', 58, 0, '2005-07-10 17:46:11', NULL), (377, 'Live.jpg', 536, 0, '2005-07-10 18:33:44', '2005-08-08 18:40:59'), (378, 'One For The Road.jpg', 534, 0, '2005-07-10 19:57:03', '2005-08-08 18:45:46'), (379, 'Messina.jpg', 339, 0, '2005-07-10 20:34:00', '2005-09-17 09:06:16'), (380, 'Fourth.jpg', 457, 0, '2005-07-10 21:51:11', '2005-08-07 17:34:47'), (381, 'Captured Live.jpg', 66, 0, '2005-07-10 22:47:35', '2005-07-11 11:50:28'), (382, 'Best Of1.jpg', 64, 0, '2005-07-11 09:53:07', NULL), (383, 'Profile.jpg', 339, 0, '2005-07-11 11:35:44', NULL), (384, 'Troubadour.jpg', 339, 0, '2005-07-11 12:54:10', NULL), (385, 'country.gif', 55, 0, '2005-07-11 16:00:37', '2005-10-28 21:34:59'), (386, 'The Last Waltz.jpg', 385, 0, '2005-07-11 16:01:36', NULL), (387, 'East.jpg', 56, 0, '2005-07-11 18:28:39', NULL), (388, 'Mas Hysteria.jpg', 535, 0, '2005-07-11 18:46:44', '2005-08-08 18:03:58'), (389, 'Remember.jpg', 66, 0, '2005-07-11 19:39:30', NULL), (390, 'Come As You Are.jpg', 536, 0, '2005-07-11 20:00:44', '2005-08-08 18:35:14'), (391, 'Life Is A Full Time Occupation.jpg', 457, 0, '2005-07-12 12:02:21', '2005-08-08 18:51:25'), (392, 'Men Without Women.jpg', 534, 0, '2005-07-12 12:15:38', '2005-08-08 18:26:57'), (393, 'Hold Out.jpg', 339, 0, '2005-07-12 12:33:01', NULL), (394, 'Cornerstone.jpg', 536, 0, '2005-07-12 14:50:23', '2005-08-08 18:43:39'), (395, 'Document.jpg', 535, 0, '2005-07-12 15:06:32', '2005-08-08 18:37:38'), (396, 'Right.jpg', 56, 0, '2005-07-12 15:27:41', NULL), (397, 'Get Ahead.jpg', 56, 0, '2005-07-12 18:59:23', NULL), (398, '1.jpg', 64, 0, '2005-07-12 19:49:27', NULL), (399, '801.jpg', 535, 0, '2005-07-12 20:10:55', '2005-09-17 09:08:34'), (400, 'Kein Zufall.jpg', 533, 0, '2005-07-12 20:49:18', '2005-08-08 18:05:26'), (401, 'Ihre Groessten Erfolge.gif', 527, 0, '2005-07-12 21:04:29', '2005-08-08 19:09:59'), (402, 'Broadcast.jpg', 56, 0, '2005-07-12 21:24:42', NULL), (403, 'In the Eye of the Storm.jpg', 57, 0, '2005-07-12 21:48:43', NULL), (404, 'OU 812.jpg', 536, 0, '2005-07-12 22:09:20', '2005-08-08 18:54:15'), (405, 'Touch.jpg', 56, 0, '2005-07-12 22:29:32', NULL), (406, 'RocknRoll.jpg', 57, 0, '2005-07-13 12:45:04', NULL), (407, 'Wild And Moody.jpg', 457, 0, '2005-07-13 12:59:55', '2005-07-26 12:39:32'), (408, 'GTR.jpg', 534, 0, '2005-07-13 13:10:54', '2005-09-16 12:26:42'), (409, 'Read.jpg', 536, 0, '2005-07-14 10:52:22', '2005-08-08 18:13:21'), (423, 'All_Around_My_Hat.jpg', 536, 0, '2005-07-18 09:33:26', '2005-08-08 18:41:54'), (411, 'The Sweet Keeper.jpg', 339, 0, '2005-07-14 13:22:58', NULL), (412, 'Heads Or Tales.jpg', 457, 0, '2005-07-14 14:33:05', '2005-07-27 20:47:33'), (413, 'four.jpg', 533, 0, '2005-07-14 15:18:21', '2005-08-08 18:14:07'), (422, 'T_Shirt.jpg', 339, 0, '2005-07-18 09:05:49', NULL), (415, 'Celebration.jpg', 457, 0, '2005-07-15 11:31:43', '2005-09-17 11:02:41'), (416, 'Boy In The Box.jpg', 57, 0, '2005-07-15 12:35:54', NULL), (417, 'Spirit.jpg', 56, 0, '2005-07-15 13:08:56', NULL), (418, 'Children Of Sanchez.jpg', 64, 0, '2005-07-15 14:16:56', NULL), (419, 'Big Circumstance.gif', 339, 0, '2005-07-15 15:46:19', NULL), (420, 'Brand New Day.jpg', 64, 0, '2005-07-15 16:27:32', NULL), (421, 'Rebirth.jpg', 533, 0, '2005-07-15 17:42:31', '2005-08-08 18:00:19'), (424, 'Ars_Longa_Vita_Brevis.jpg', 457, 0, '2005-07-18 09:44:12', '2005-08-11 17:16:25'), (425, 'curtis-mayfield.jpg', 55, 0, '2005-07-18 10:56:57', '2005-10-28 21:35:36'), (426, 'Destiny.jpg', 425, 0, '2005-07-18 10:57:26', NULL), (427, 'Angler.jpg', 56, 0, '2005-07-18 11:18:29', NULL), (428, 'Pimitive.jpg', 58, 0, '2005-07-18 14:47:52', NULL), (429, 'Wire_Train.jpg', 536, 0, '2005-07-18 15:00:41', '2005-08-08 18:55:46'), (430, 'mozarts.jpg', 536, 0, '2005-07-19 12:10:05', '2005-08-08 18:40:11'), (431, 'Blast.jpg', 57, 0, '2005-07-19 13:06:43', NULL), (432, 'Chinese.jpg', 425, 0, '2005-07-19 16:31:04', '2005-08-08 19:12:16'), (433, 'naked.jpg', 534, 0, '2005-07-19 16:45:27', '2005-08-08 18:18:43'), (434, 'spirits.jpg', 56, 0, '2005-07-19 16:57:00', NULL), (435, 'road.jpg', 59, 0, '2005-07-19 17:59:57', NULL), (436, 'untamed.jpg', 536, 0, '2005-07-19 18:31:01', '2005-08-08 18:21:55'), (437, 'slicker.jpg', 534, 0, '2005-07-19 20:01:54', '2005-08-08 18:22:26'), (438, 'life.jpg', 56, 0, '2005-07-19 20:33:14', NULL), (439, 'skyscraper.jpg', 535, 0, '2005-07-19 20:40:50', '2005-08-08 18:07:07'), (440, 'killer-on-the-rampage.jpg', 56, 0, '2005-07-19 20:48:17', '2005-09-16 19:03:11'), (441, 'schemer.jpg', 536, 0, '2005-07-19 21:16:34', '2005-08-08 18:43:14'), (442, 'Legalize It2.jpg', 65, 0, '2005-07-19 21:38:09', '2005-07-19 21:38:52'), (444, 'famous.jpg', 59, 0, '2005-07-20 09:52:20', NULL), (445, 'Da_Capo.jpg', 533, 0, '2005-07-20 10:39:47', '2005-08-08 17:58:20'), (446, 'popped.jpg', 59, 0, '2005-07-20 11:12:31', NULL), (447, 'principle.jpg', 535, 0, '2005-07-20 11:48:04', '2005-08-08 18:37:12'), (448, 'Time_Boom_De_Devil_Dead.jpg', 65, 0, '2005-07-20 11:59:32', NULL), (449, 'trouble.jpg', 56, 0, '2005-07-20 17:14:12', NULL), (450, 'Broken_English.jpg', 533, 0, '2005-07-20 17:20:23', '2005-08-08 18:28:06'), (451, 'product.jpg', 64, 0, '2005-07-20 17:30:53', NULL), (452, 'schizo.jpg', 56, 0, '2005-07-20 17:44:59', NULL), (453, 'radio.jpg', 536, 0, '2005-07-20 18:58:43', '2005-08-08 18:56:34'), (454, 'gimme.jpg', 536, 0, '2005-07-20 20:00:12', '2005-08-08 18:38:29'), (455, 'fever.jpg', 535, 0, '2005-07-21 08:09:55', '2005-08-08 18:52:09'), (456, 'The Free Story.gif', 66, 0, '2005-07-21 10:35:44', '2005-09-04 18:10:45'), (457, 'court.jpg', 55, 0, '2005-07-21 11:17:06', '2005-10-28 21:36:13'), (458, 'season.jpg', 457, 0, '2005-07-21 11:18:26', NULL), (459, 'secret.jpg', 339, 0, '2005-07-21 12:58:31', '2005-09-16 12:41:24'), (460, 'spectrum.jpg', 64, 0, '2005-07-21 20:11:49', NULL), (461, 'warriors.jpg', 535, 0, '2005-07-22 10:31:13', '2005-08-08 18:31:18'), (462, 'seal.jpg', 59, 0, '2005-07-22 14:47:20', NULL), (463, 'wham.jpg', 536, 0, '2005-07-22 15:02:48', '2005-08-08 18:39:45'), (464, 'lake.jpg', 527, 0, '2005-07-22 15:13:59', '2005-08-08 19:15:30'), (466, 'mystery.jpg', 535, 0, '2005-07-23 16:09:10', '2005-09-17 10:55:48'), (467, 'naked.jpg', 339, 0, '2005-07-23 19:02:19', NULL), (468, 'yes.jpg', 385, 0, '2005-07-23 19:54:40', NULL), (469, 'colours.jpg', 457, 0, '2005-07-23 20:08:07', NULL), (470, 'oblivion.jpg', 536, 0, '2005-07-23 20:24:05', '2005-08-08 18:53:42'), (471, 'absolutely.jpg', 533, 0, '2005-07-23 20:40:50', '2005-08-08 18:36:50'), (472, 'fight.jpg', 56, 0, '2005-07-23 21:04:53', NULL), (473, 'udopia.jpg', 527, 0, '2005-07-24 16:53:44', '2005-08-08 18:52:52'), (474, 'all.jpg', 425, 0, '2005-07-24 17:59:17', '2005-08-07 18:39:27'), (475, 'schizophrenic.jpg', 534, 0, '2005-07-24 19:22:28', '2005-08-08 18:19:04'), (476, 'concerto.jpg', 457, 0, '2005-07-24 20:44:24', NULL), (477, 'win.jpg', 457, 0, '2005-07-24 20:51:58', NULL), (478, 'jakko.jpg', 64, 0, '2005-07-25 16:47:49', NULL), (479, 'pulce.jpg', 457, 0, '2005-07-25 18:27:09', '2005-07-26 12:35:32'), (480, 'stand_still.jpg', 57, 0, '2005-07-25 19:46:27', NULL), (482, 'About_Time.jpg', 536, 0, '2005-07-26 10:03:15', '2005-08-08 18:44:08'), (483, 'Dave Stewart.jpg', 536, 0, '2005-07-26 10:25:17', '2005-09-17 17:31:25'), (484, 'saint_julian.jpg', 533, 0, '2005-07-26 10:52:43', '2005-09-16 19:04:30'), (485, 'carnegie.jpg', 457, 0, '2005-07-26 12:18:14', NULL), (486, 'out.jpg', 527, 0, '2005-07-26 13:38:16', '2005-08-08 18:25:34'), (487, 'get.jpg', 534, 0, '2005-07-26 13:47:35', '2005-09-16 12:38:27'), (488, 'return.jpg', 457, 0, '2005-07-26 13:55:22', NULL), (489, 'fantasy.jpg', 57, 0, '2005-07-26 14:05:43', NULL), (490, 'script.jpg', 457, 0, '2005-07-26 14:24:46', NULL), (491, 'edge.jpg', 535, 0, '2005-07-26 15:48:23', '2005-08-08 18:14:46'), (492, 'record2.jpg', 339, 0, '2005-07-26 17:27:45', NULL), (493, 'globetrotter.jpg', 527, 0, '2005-07-26 17:54:50', '2005-09-12 12:52:10'), (494, 'easy.jpg', 457, 0, '2005-07-27 11:40:39', NULL), (495, 'live_in_eu.jpg', 64, 0, '2005-07-27 12:01:37', NULL), (496, 'fp.jpg', 64, 0, '2005-07-27 12:21:07', NULL), (497, 'mesopotamia.jpg', 457, 0, '2005-07-27 12:48:12', NULL), (498, 'honor.gif', 533, 0, '2005-07-27 17:56:24', '2005-09-17 17:41:51'), (499, 'words.jpg', 533, 0, '2005-07-27 18:14:32', '2005-08-08 18:27:48'), (500, 'united.jpg', 425, 0, '2005-07-27 19:57:21', NULL), (501, 'helden.jpg', 533, 0, '2005-07-27 20:43:08', '2005-08-08 18:08:34'), (502, 'mythology.jpg', 457, 0, '2005-07-27 21:04:19', NULL), (503, 'yourself.jpg', 533, 0, '2005-07-29 09:20:20', '2005-08-08 18:18:15'), (504, 'Miracle2.jpg', 533, 0, '2005-07-29 09:42:51', '2005-08-08 18:55:18'), (505, 'Crow.jpg', 457, 0, '2005-07-29 11:07:08', NULL), (506, 'encore.jpg', 533, 0, '2005-07-29 11:53:18', '2005-08-08 17:56:19'), (507, 'kihnspiracy.jpg', 57, 0, '2005-07-29 16:33:16', NULL), (508, 'Exiles.jpg', 339, 0, '2005-07-29 17:46:23', NULL), (509, 'matm.jpg', 58, 0, '2005-07-29 17:56:53', NULL), (510, 'brakes.jpg', 59, 0, '2005-07-29 18:09:12', NULL), (511, 'flesh.jpg', 535, 0, '2005-07-29 19:03:33', '2005-08-08 18:36:04'), (512, 'move.jpg', 536, 0, '2005-07-29 19:16:54', '2005-08-08 18:16:00'), (513, 'geffery.jpg', 65, 0, '2005-07-29 19:32:46', NULL), (514, 'world.jpg', 533, 0, '2005-07-29 19:48:22', '2005-09-16 17:24:07'), (515, 'ueberdruck.jpg', 66, 0, '2005-07-29 20:05:50', NULL), (516, 'court.jpg', 457, 0, '2005-07-29 20:18:23', NULL), (517, 'free.jpg', 425, 0, '2005-07-29 20:36:36', NULL), (518, 'Drunk And Disorderly.jpg', 65, 0, '2005-07-29 21:03:55', NULL), (519, 'Feargal Sharkey.jpg', 339, 0, '2005-07-29 21:18:39', NULL), (520, 'taste.jpg', 340, 0, '2005-07-30 18:31:10', NULL), (521, 'snakes.jpg', 533, 0, '2005-07-30 18:51:10', '2005-08-08 18:12:52'), (522, 'right.jpg', 385, 0, '2005-07-30 21:56:16', NULL), (524, 'return_to_reality.jpg', 533, 0, '2005-08-01 19:11:48', '2005-08-08 18:11:56'), (525, 'zwei.jpg', 457, 0, '2005-08-01 19:33:07', NULL), (526, 'leprechaun.jpg', 64, 0, '2005-08-01 20:44:21', NULL), (527, 'keine-macht.jpg', 55, 0, '2005-08-07 19:08:08', '2005-10-28 21:36:41'), (528, 'no_nukes.jpg', 55, 0, '2005-08-07 19:09:16', '2005-10-28 21:37:09'), (529, 'Avalon.gif', 535, 0, '2005-08-08 12:06:23', '2005-08-08 18:38:55'), (530, 'Jesus_Of_Cool2.jpg', 534, 0, '2005-08-08 15:44:54', '2005-08-08 18:32:13'), (531, 'eddie_money.jpg', 58, 0, '2005-08-08 15:55:54', NULL), (532, 'Wheels_Of_Fire.jpg', 533, 0, '2005-08-08 17:26:44', '2005-08-08 18:05:47'), (533, 'abisf.gif', 338, 0, '2005-08-08 17:34:16', NULL), (534, 'gbisl.gif', 338, 0, '2005-08-08 17:35:08', NULL), (535, 'mbisr.gif', 338, 0, '2005-08-08 17:37:59', '2005-08-08 17:38:54'), (536, 'sbisz.gif', 338, 0, '2005-08-08 17:39:35', NULL), (537, 'randy.jpg', 527, 0, '2005-08-10 10:07:16', NULL), (538, 'parade.gif', 59, 0, '2005-08-10 10:39:58', NULL), (539, 'attention.jpg', 527, 0, '2005-08-10 11:45:01', NULL), (540, 'outside.jpg', 339, 0, '2005-08-10 12:00:15', NULL), (541, 'peddin.jpg', 425, 0, '2005-08-10 16:48:12', NULL), (542, 'original_hits.jpg', 457, 0, '2005-08-10 17:28:19', NULL), (543, 'myth.jpg', 457, 0, '2005-08-11 15:38:34', NULL), (544, 'wicked.jpg', 457, 0, '2005-08-11 16:07:02', NULL), (545, 'around-the-world.jpg', 58, 0, '2005-08-11 16:36:21', NULL), (546, 'confessions.jpg', 457, 0, '2005-08-11 17:04:05', '2005-08-11 17:04:37'), (547, 'bba.jpg', 533, 0, '2005-08-12 09:24:25', NULL), (548, 'and-the-yardbirds.jpg', 66, 0, '2005-08-12 09:45:45', '2005-09-19 16:27:48'), (549, 'ch-live.jpg', 66, 0, '2005-08-12 11:52:13', NULL), (550, 'morning-dance.jpg', 64, 0, '2005-08-12 12:42:13', NULL), (551, 'Live.jpg', 425, 0, '2005-08-12 15:23:21', NULL), (552, 'Rio I.jpg', 527, 0, '2005-08-12 15:30:00', NULL), (553, 'Neck-And-Neck.jpg', 385, 0, '2005-08-12 15:41:59', NULL), (554, 'closer-to-it.jpg', 64, 0, '2005-08-14 12:27:22', NULL), (555, 'tropico.jpg', 64, 0, '2005-08-14 12:43:37', NULL), (556, 'Sol-Do-Meio-Dia.jpg', 64, 0, '2005-08-14 13:03:56', NULL), (557, 'for-girls.jpg', 457, 0, '2005-09-12 09:13:34', NULL), (558, 'physical-graffiti.jpg', 534, 0, '2005-09-12 09:42:05', NULL), (559, 'ebb-masters.jpg', 533, 0, '2005-09-12 10:35:08', NULL), (560, 'jd-best-of.jpg', 64, 0, '2005-09-12 11:10:14', NULL), (561, 'qms.jpg', 536, 0, '2005-09-12 12:12:43', NULL), (562, 'assortment.jpg', 533, 0, '2005-09-12 13:55:34', NULL), (563, 'before.jpg', 533, 0, '2005-09-12 14:07:12', NULL), (564, 'moonshake.jpg', 527, 0, '2005-09-12 15:00:50', NULL), (565, 'continued.jpg', 339, 0, '2005-09-12 15:27:28', NULL), (566, 'moving.on.jpg', 66, 0, '2005-09-12 16:08:48', NULL), (567, 'vorsprung.jpg', 457, 0, '2005-09-12 16:23:59', NULL), (568, 'm-lightning.jpg', 66, 0, '2005-09-12 16:40:48', NULL), (569, 'p-domain.jpg', 58, 0, '2005-09-13 16:14:49', NULL), (570, 'Centerfield.jpg', 533, 0, '2005-09-13 16:49:31', NULL), (571, 'Blah Blah Blah.gif', 535, 0, '2005-09-13 17:30:38', NULL), (572, 'The Last Puff.jpg', 536, 0, '2005-09-13 17:54:51', NULL), (573, 'sessions.jpg', 66, 0, '2005-09-13 18:13:24', NULL), (574, 'rb-same.jpg', 533, 0, '2005-09-13 19:37:47', NULL), (575, 'wired.jpg', 66, 0, '2005-09-13 19:59:51', '2005-09-19 16:27:11'), (576, NULL, 63, 0, '2005-09-16 11:45:25', NULL), (577, NULL, 63, 0, '2005-09-16 11:45:44', NULL), (578, NULL, 63, 0, '2005-09-16 11:46:04', NULL), (579, 'dave-dee-dozy.jpg', 55, 0, '2005-09-16 17:13:17', '2005-10-04 10:30:24'), (580, 'americal-pie.jpg', 339, 0, '2005-09-19 10:22:53', NULL), (581, 'bootleg.jpg', 66, 0, '2005-09-19 10:48:22', NULL), (582, 'thats-original.jpg', 535, 0, '2005-09-19 11:13:03', NULL), (583, 'tara-same.jpg', 385, 0, '2005-09-19 12:35:56', NULL), (584, 's&b-rocky-coll.jpg', 533, 0, '2005-09-19 16:41:21', NULL), (585, 'reality-effect.jpg', 536, 0, '2005-09-19 17:32:09', NULL), (586, 'The Harder They Come.jpg', 65, 0, '2005-10-04 12:00:05', NULL), (587, 'humpe-humpe.jpg', 527, 0, '2005-10-04 12:34:40', NULL), (588, 'All In Good Time2.jpg', 339, 0, '2005-10-05 13:14:27', NULL), (589, 'fogelberg-weisberg.jpg', 64, 0, '2005-10-05 13:37:54', NULL), (590, 'accra.jpg', 56, 0, '2005-10-05 14:51:02', NULL), (591, 'go-nutz.jpg', 533, 0, '2005-10-05 15:23:19', NULL), (592, 'age-of-consent.jpg', 56, 0, '2005-10-05 15:38:32', NULL), (593, 'same-thing.jpg', 527, 0, '2005-10-05 15:54:32', '2005-10-05 15:55:38'), (594, 'get-a-grin.jpg', 534, 0, '2005-10-05 16:55:53', NULL), (595, 'a-bitch.jpg', 425, 0, '2005-10-05 17:28:41', NULL), (596, 'to-the-hard-way.jpg', 533, 0, '2005-10-06 14:13:24', NULL), (597, 'Music For A New Society.gif', 457, 0, '2005-10-06 14:29:19', '2005-10-06 14:30:44'), (598, 'all-for-a-reason.jpg', 56, 0, '2005-10-06 14:40:20', NULL), (599, 'find-out.jpg', 64, 0, '2005-10-06 14:49:51', NULL), (600, 'ost-comeback.jpg', 533, 0, '2005-10-06 15:15:22', NULL), (601, 'immunity.jpg', 457, 0, '2005-10-06 15:29:08', NULL), (602, 'eric-burdon.jpg', 533, 0, '2005-10-06 15:33:54', NULL), (603, 'rei-momo.jpg', 457, 0, '2005-10-06 16:33:10', NULL), (604, 'Anti-Apartheid-2.jpg', 65, 0, '2005-10-06 17:02:44', NULL), (605, 'talk-is-cheap.jpg', 535, 0, '2005-10-06 17:11:37', NULL), (606, 'Black Roots.jpg', 65, 0, '2005-10-06 17:42:16', NULL), (607, 'part-the-game.jpg', 385, 0, '2005-10-09 16:04:22', NULL), (608, 'coming-down-your-way.jpg', 339, 0, '2005-10-09 16:46:32', NULL), (609, 'black-bottom.jpg', 579, 0, '2005-10-09 17:06:28', NULL), (610, 'hbb.jpg', 66, 0, '2005-10-09 17:14:41', NULL), (611, 'wonderful-world.jpg', 425, 0, '2005-10-09 17:27:10', '2005-10-09 17:27:35'), (612, 'bitte-nicht-knicken.jpg', 527, 0, '2005-10-17 10:07:13', NULL), (613, 'e-live.jpg', 527, 0, '2005-10-17 11:32:54', NULL), (614, 'tolonen.jpg', 64, 0, '2005-10-17 11:40:33', NULL), (615, 'katharsis.jpg', 64, 0, '2005-10-17 11:53:01', NULL), (616, 'hardin-and-new-york.jpg', 64, 0, '2005-10-17 11:56:26', NULL), (617, 'tanz-der-adepten.jpg', 527, 0, '2005-10-17 12:02:53', NULL), (618, 'cjd-live.jpg', 66, 0, '2005-10-17 12:12:58', NULL), (619, 'was-ist-los-.jpg', 527, 0, '2005-10-17 12:22:32', NULL), (620, 'geh-zum-teufel.jpg', 527, 0, '2005-10-17 12:49:44', NULL), (621, 'mw-profile.jpg', 66, 0, '2005-10-17 12:58:26', NULL), (622, 'in-a-this-year-time.jpg', 65, 0, '2005-10-17 13:02:02', NULL), (623, 'and-friends.jpg', 66, 0, '2005-10-17 13:08:43', NULL), (624, 'the-best-of.jpg', 457, 0, '2005-10-17 13:17:15', NULL), (625, 'our-favourite-shop.jpg', 64, 0, '2005-10-17 14:19:29', NULL), (626, 'osibirock.jpg', 65, 0, '2005-10-17 14:29:20', NULL), (627, 'everybody-likes.jpg', 535, 0, '2005-10-17 15:38:22', NULL), (628, 'war-greatest-hits.jpg', 425, 0, '2005-10-17 15:43:42', NULL), (629, 'beck-hammer-live.jpg', 533, 0, '2005-10-17 15:53:37', NULL), (630, 'a-tab-in-the-ocean.jpg', 527, 0, '2005-10-17 16:43:59', NULL), (631, 'martyrs.gif', 65, 0, '2005-10-17 17:15:58', NULL), (632, 'volume-one.jpg', 534, 0, '2005-10-17 17:26:59', NULL), (633, 'rheingold.jpg', 527, 0, '2005-10-17 17:48:08', NULL), (634, 'clown.jpg', 527, 0, '2005-10-17 17:54:33', NULL), (635, 'learning-english.jpg', 527, 0, '2005-10-17 18:05:00', NULL), (636, 'night-meets-the-day.jpg', 527, 0, '2005-10-24 10:50:43', NULL), (637, 'baby-come-back.jpg', 65, 0, '2005-10-24 11:02:12', NULL), (638, 'amsterdam.jpg', 457, 0, '2005-10-24 11:18:09', NULL), (639, 'one-big-family.jpg', 65, 0, '2005-10-24 11:36:10', NULL), (640, 'journey.jpg', 533, 0, '2005-10-24 12:08:52', NULL), (641, 'the-quiet-zone.jpg', 536, 0, '2005-10-24 13:49:19', NULL), (642, 'too-much-pressure.gif', 65, 0, '2005-10-24 14:05:18', NULL), (643, 'harmlos.jpg', 527, 0, '2005-10-24 17:56:28', NULL), (644, 'see-you-later.jpg', 457, 0, '2005-10-24 18:08:32', NULL), (645, 'all-alone.jpg', 457, 0, '2005-10-24 18:17:52', NULL), (646, 'electric-warrior.jpg', 536, 0, '2005-10-25 10:42:38', NULL), (647, 'songs-from-a-room.jpg', 339, 0, '2005-10-25 10:46:57', NULL), (648, 'accept-no-substitute.jpg', 533, 0, '2005-10-25 11:22:19', NULL), (649, 'eigenheiten.jpg', 339, 0, '2005-10-25 11:55:50', NULL), (650, 'mama-said.jpg', 57, 0, '2005-10-25 12:32:06', NULL), (651, 'armed-forces.jpg', 533, 0, '2005-10-25 15:00:42', NULL), (652, 'isolation.jpg', 536, 0, '2005-10-25 15:21:56', NULL), (653, 'the-missing-piece.jpg', 457, 0, '2005-10-25 16:07:11', NULL), (654, 'tudor-lodge.jpg', 457, 0, '2005-10-25 16:17:30', NULL), (655, 'dg-same.jpg', 534, 0, '2005-10-26 10:49:15', NULL), (656, 'wcp-vol2.jpg', 536, 0, '2005-10-26 10:55:50', '2005-10-26 10:57:51'), (657, 'unoversal-radio.jpg', 533, 0, '2005-10-26 11:11:19', NULL), (658, 'underground.jpg', 533, 0, '2005-10-26 11:26:19', NULL), (659, 'Renaissance-live.jpg', 535, 0, '2005-10-26 11:41:47', NULL), (660, 'klaatu.jpg', 57, 0, '2005-10-26 12:30:51', NULL), (661, 'within-reach.jpg', 58, 0, '2005-10-26 12:37:56', NULL), (662, 'lets-fetz.jpg', 527, 0, '2005-10-26 15:15:23', NULL), (663, 'tilt.jpg', 64, 0, '2005-10-26 15:24:03', NULL), (664, 'blackdance.jpg', 457, 0, '2005-10-26 15:39:14', '2005-10-26 15:42:25'), (665, 'guitar-hero.jpg', 64, 0, '2005-10-26 16:30:15', NULL), (666, 'klaus-doldinger.jpg', 64, 0, '2005-10-26 16:36:45', NULL), (667, 'sings-the-blues.jpg', 66, 0, '2005-10-26 17:40:54', NULL), (668, 'spaces.jpg', 64, 0, '2005-10-26 17:50:28', NULL), (669, 'wichita.jpg', 64, 0, '2005-10-26 17:54:07', NULL), (670, 'haleakala.jpg', 457, 0, '2005-10-26 18:17:19', NULL), (671, 'harold.jpg', 425, 0, '2005-10-26 19:10:48', NULL), (672, 'headless-cross.jpg', 533, 0, '2005-10-28 08:58:06', NULL), (673, 'db-greatest-hits.jpg', 64, 0, '2005-10-28 10:02:44', NULL), (674, 'stars-and-stripes-forever.jpg', 385, 0, '2005-10-28 10:17:40', NULL), (675, 'valentyne-suite.jpg', 533, 0, '2005-10-28 10:22:41', NULL), (676, 'prisoner-in-the-street.jpg', 65, 0, '2005-10-28 10:53:43', NULL), (677, 'peace-&-understanding.jpg', 425, 0, '2005-10-28 12:34:11', NULL), (678, 'rough-and-ready.jpg', 533, 0, '2005-10-28 16:21:22', NULL), (679, 'mariposa-de-oro.jpg', 535, 0, '2005-10-28 16:49:42', NULL), (680, 'mind-games.jpg', 57, 0, '2005-10-28 17:03:36', NULL), (681, 'needles-and-pins.jpg', 579, 0, '2005-10-29 09:57:53', NULL), (682, 'vanilla-fudge.jpg', 536, 0, '2005-10-30 09:46:19', NULL), (683, 'declaration-of-war.jpg', 536, 0, '2005-10-30 09:52:26', NULL), (684, 'pearl.jpg', 534, 0, '2005-10-30 11:00:00', NULL), (685, 'sinsemilla.jpg', 65, 0, '2005-10-30 11:24:05', NULL), (686, 'never-too-much.jpg', 534, 0, '2005-10-30 12:11:04', NULL), (687, 'on-my-feet-again.jpg', 527, 0, '2005-10-30 12:15:02', NULL), (688, 'something-to-remember.jpg', 533, 0, '2005-10-30 12:20:54', NULL), (689, 'flavours.jpg', 534, 0, '2005-10-30 12:39:31', NULL), (690, 'the-adventures-of-women.jpg', 535, 0, '2005-10-30 12:52:09', NULL), (691, 'Blind Faith.jpg', 533, 0, '2005-10-30 14:16:54', NULL), (692, 'good-bye.jpg', 533, 0, '2005-10-30 14:39:38', NULL), (693, 'nrbq-irgendwas.jpg', 535, 0, '2005-10-30 15:26:34', NULL), (694, 'daf.jpg', 527, 0, '2005-10-30 16:10:56', '2005-10-30 16:11:51'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `categories_description` -- CREATE TABLE `categories_description` ( `categories_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `categories_name` varchar(32) NOT NULL default '', PRIMARY KEY (`categories_id`,`language_id`), KEY `idx_categories_name` (`categories_name`) ) TYPE=MyISAM; -- -- Daten für Tabelle `categories_description` -- INSERT INTO `categories_description` (`categories_id`, `language_id`, `categories_name`) VALUES (55, 2, 'Vinyl - Second Hand'), (56, 2, 'A-F'), (57, 2, 'G-L'), (58, 2, 'M-R'), (59, 2, 'S-Z'), (60, 2, 'Marius Müller-Westernhagen'), (61, 2, 'Procol Harum'), (62, 2, 'Kim Carnes'), (63, 2, '14.Sonderangebote'), (64, 2, '02.Jazz-Jazzrock-Swing'), (65, 2, '04.Reggae-Ska-Dub-Afro'), (66, 2, '01.Blues-Bluesrock'), (67, 2, 'Sade'), (68, 2, 'Tim Buckley'), (69, 2, 'Juicy Jucy'), (70, 2, 'David Bowie'), (71, 2, 'Big Audio Dynamite'), (72, 2, 'Rare Bird'), (73, 2, 'The Charlie Daniels Band'), (75, 2, 'Chicago'), (76, 2, 'Rod Stewart'), (77, 2, 'Peter Gabriel'), (78, 2, 'Billy Joel'), (79, 2, 'Wham!'), (80, 2, 'Roy Buchanan'), (81, 2, 'Bryan Ferry'), (141, 2, 'Andy Mackay'), (83, 2, 'Bruce Springsteen'), (84, 2, '10cc'), (85, 2, 'Eric Clapton'), (86, 2, 'Billy Idol'), (87, 2, 'Steely Dan'), (88, 2, 'Donny Hathaway'), (89, 2, 'Barclay James Harvest'), (90, 2, 'The Alan Parsons Project'), (91, 2, 'Frank Zappa'), (92, 2, 'Men At Work'), (94, 2, 'Robert Palmer'), (95, 2, 'Supertramp'), (337, 2, '03.Pop-Poprock'), (102, 2, 'Grace Jones'), (133, 2, 'Bryan Adams'), (99, 2, 'Patti Smith'), (101, 2, 'Herbert Grönemeyer'), (103, 2, 'The Sensational Alex Harvey Band'), (104, 2, 'Al Stewart'), (105, 2, 'Gorge Benson'), (107, 2, 'Christopher Cross'), (108, 2, 'The Doobie Brothers'), (109, 2, 'Nik Kershaw'), (110, 2, 'Pretenders'), (111, 2, 'Manfred Mann''s Earth Band'), (112, 2, 'Jennifer Rush'), (113, 2, 'Mick Jagger'), (114, 2, 'Mike Oldfield'), (115, 2, 'The Rolling Stones'), (116, 2, 'Steve Winwood'), (117, 2, 'Mahavishnu Orchestra'), (118, 2, 'Joe Jackson'), (246, 2, 'Scritti Politti'), (153, 2, 'Cat Stevens'), (121, 2, 'Bob Seger'), (122, 2, 'Steve Hackett'), (124, 2, 'Dire Straits'), (125, 2, 'Huey Lewis And The News'), (126, 2, 'Tina Turner'), (127, 2, 'Joan Baez'), (128, 2, 'Kate Bush'), (129, 2, 'Steve Harley & Cockney Rebel'), (130, 2, 'Gerry Rafferty'), (131, 2, 'Depeche Mode'), (132, 2, 'Ijahman Levi'), (134, 2, 'Gary Wright'), (135, 2, 'Rita Coolidge'), (136, 2, 'John Cougar Mellencamp'), (137, 2, 'Little River Band'), (138, 2, 'The Tubes'), (139, 2, 'Achim Reichel'), (140, 2, 'Jethro Tull'), (142, 2, 'Camel'), (143, 2, 'Rory Gallagher'), (144, 2, 'Mickey Jupp'), (145, 2, 'The Stranglers'), (146, 2, 'Bob Dylan'), (147, 2, 'Donovan'), (149, 2, 'Queen'), (150, 2, 'Rick Derringer'), (151, 2, 'Wings'), (152, 2, 'Electric Light Orchestra'), (154, 2, 'Live Wire'), (155, 2, 'Sniff ''n'' The Tears'), (156, 2, 'Emerson Lake & Palmer'), (157, 2, 'Emerson Lake & Powel'), (158, 2, 'Iron Butterfly'), (159, 2, 'Tony Carey'), (160, 2, 'Berlin'), (161, 2, 'Raindogs'), (162, 2, 'Rick Springfield'), (163, 2, 'Matt Bianco'), (164, 2, 'Helen Watson'), (165, 2, 'James Taylor'), (166, 2, 'Clannad'), (167, 2, 'Jan Akkerman'), (168, 2, 'Gianna Nannini'), (169, 2, 'Bachman Turner Overdrive'), (170, 2, 'Tom Robinson Band'), (171, 2, 'Carmel'), (172, 2, 'The Steve Miller Band'), (173, 2, 'Eagles'), (174, 2, 'Phil Carmen'), (175, 2, 'KGB'), (176, 2, 'Cock Robin'), (177, 2, 'Ultravox'), (178, 2, 'Jean Michel Jarre'), (179, 2, 'A Flock Of Seagulls'), (180, 2, 'Al Jarreau'), (181, 2, 'Atlantis'), (182, 2, 'New Kids On The Block'), (183, 2, 'The Fixx'), (184, 2, 'Spliff'), (185, 2, 'Lisa Stansfield'), (186, 2, 'Heinz Rudolf Kunze'), (187, 2, 'John Farnham'), (188, 2, 'Joe Cocker'), (189, 2, 'Leo Kottke'), (190, 2, 'Pat Benatar'), (191, 2, 'Sly Dunbar'), (192, 2, 'Dr. Alimantado'), (193, 2, 'Johnny Clarke'), (194, 2, 'Dr. Feelgood'), (195, 2, 'Rare Earth'), (196, 2, 'Das Dritte Ohr'), (197, 2, 'Kris Kristofferson'), (198, 2, 'Miles Davis'), (199, 2, 'Chris Spedding'), (200, 2, 'Kim Wilde'), (201, 2, 'Scorpions'), (202, 2, 'Graham Parker'), (203, 2, 'Elton John'), (204, 2, 'Stephan Remmler'), (205, 2, 'Ted Nugent'), (206, 2, 'The Michael Schenker Group'), (207, 2, 'Steve Nicks'), (208, 2, 'Fischer-Z'), (209, 2, 'Joan Armatrading'), (210, 2, 'Dave Edmunds'), (211, 2, 'Andreas Vollenweider'), (212, 2, 'Art Garfunkel'), (213, 2, 'Yes'), (214, 2, 'Wishbone Ash'), (215, 2, 'Heaven 17'), (216, 2, 'Genesis'), (217, 2, 'Steppenwolf'), (218, 2, 'Sisters Of Mercy'), (219, 2, 'Spencer Davis Group'), (220, 2, 'Enya'), (221, 2, 'Paul Simon'), (222, 2, 'Simon & Garfunkel'), (223, 2, 'Warren Zevon'), (224, 2, 'David Knopfler'), (225, 2, 'Inga Rumpf'), (191, 6, 'Sly Dunbar'), (227, 2, 'Peter Green'), (228, 2, 'Crosby, Stills, Nash & Young'), (229, 2, 'Ideal'), (230, 2, 'Nina Hagen'), (355, 2, 'Pink Floyd'), (232, 2, 'Rockpile'), (233, 2, 'Hannes Wader'), (234, 2, 'Tangerine Dream'), (235, 2, 'Al Di Meola'), (236, 2, 'Tonio K.'), (237, 2, 'M. Walking On The Water'), (238, 2, 'Joachim Witt'), (239, 2, 'Derek & The Dominos'), (240, 2, 'Steve Forbert'), (241, 2, 'Roger Chapman'), (242, 2, 'The Alarm'), (244, 2, 'Pete Townshend'), (245, 2, 'The Moody Blues'), (247, 2, 'The Marshall Tucker Band'), (248, 2, 'Simple Minds'), (249, 2, 'Jan Hammer'), (308, 6, 'Daryl Hall & John Oates'), (307, 6, 'Edgar Winter Group'), (306, 6, 'Dexys Midnight Runners'), (305, 6, 'Belinda Carlisle'), (304, 6, 'Little Feat'), (303, 6, 'Mink DeVille'), (302, 6, 'Jefferson Starship'), (301, 6, 'Loggins And Messina'), (300, 6, 'Les Dudek'), (299, 6, 'Return To Forever'), (298, 6, 'Jean-Luc Ponty'), (297, 6, 'Larry Coryell - Philip Catherine'), (296, 6, 'Billy Cobham - George Duke'), (295, 6, 'David Matthews'), (294, 6, 'Tommy Bolin'), (293, 6, 'Dr. John'), (292, 6, 'Stanley Clarke'), (291, 6, 'Joni Mitchell'), (290, 6, 'Kitaro'), (289, 6, 'Tom Robinson'), (288, 6, 'Bob Geldof'), (287, 6, 'Colosseum II'), (286, 6, 'Bad Company'), (285, 6, 'Mark Knopfler'), (284, 6, 'Ry Cooder'), (283, 6, 'The Cars'), (282, 6, 'Ina Deter'), (281, 6, 'The Police'), (280, 6, 'Mr. Mister'), (279, 6, 'Chi Coltrane'), (278, 6, 'Kenny Loggins'), (277, 6, 'The Montellas'), (276, 6, 'Bamboo Industry'), (275, 6, 'Caro'), (274, 6, 'The Christians'), (273, 6, 'Viktor Lazlo'), (272, 6, 'Nils Lofgren'), (271, 6, 'Godley & Creme'), (270, 6, 'Quantum Jump'), (269, 6, 'Ekseption'), (268, 6, 'Bruce Hornsby'), (267, 6, 'Bette Midler'), (266, 6, 'Ray Kennedy'), (265, 6, 'Gary Moore'), (264, 6, 'Latin Quarter'), (263, 6, 'Jim Capaldi'), (262, 6, 'George Harrison'), (261, 6, 'Eurythmics'), (260, 6, 'Jane'), (259, 6, 'Culture'), (258, 6, 'Linton Kwesi Johnson'), (257, 6, 'Bob Marley'), (256, 6, 'The Screaming Blue Messiahs'), (255, 6, 'Stevie Ray Vaughan'), (254, 6, 'Lou Reed'), (253, 6, 'Cactus'), (252, 6, 'ZZ Top'), (251, 6, 'Wilco Johnson'), (250, 6, 'Linda Ronstadt'), (249, 6, 'Jan Hammer'), (248, 6, 'Simple Minds'), (247, 6, 'The Marshall Tucker Band'), (245, 6, 'The Moody Blues'), (244, 6, 'Pete Townshend'), (242, 6, 'The Alarm'), (241, 6, 'Roger Chapman'), (240, 6, 'Steve Forbert'), (239, 6, 'Derek & The Dominos'), (238, 6, 'Joachim Witt'), (237, 6, 'M. Walking On The Water'), (236, 6, 'Tonio K.'), (235, 6, 'Al Di Meola'), (234, 6, 'Tangerine Dream'), (233, 6, 'Hannes Wader'), (232, 6, 'Rockpile'), (355, 6, 'Pink Floyd'), (230, 6, 'Nina Hagen'), (229, 6, 'Ideal'), (228, 6, 'Crosby, Stills, Nash & Young'), (227, 6, 'Peter Green'), (225, 6, 'Inga Rumpf'), (224, 6, 'David Knopfler'), (223, 6, 'Warren Zevon'), (222, 6, 'Simon & Garfunkel'), (221, 6, 'Paul Simon'), (220, 6, 'Enya'), (219, 6, 'Spencer Davis Group'), (218, 6, 'Sisters Of Mercy'), (217, 6, 'Steppenwolf'), (216, 6, 'Genesis'), (215, 6, 'Heaven 17'), (214, 6, 'Wishbone Ash'), (213, 6, 'Yes'), (212, 6, 'Art Garfunkel'), (211, 6, 'Andreas Vollenweider'), (210, 6, 'Dave Edmunds'), (209, 6, 'Joan Armatrading'), (208, 6, 'Fischer-Z'), (207, 6, 'Steve Nicks'), (206, 6, 'The Michael Schenker Group'), (205, 6, 'Ted Nugent'), (204, 6, 'Stephan Remmler'), (203, 6, 'Elton John'), (202, 6, 'Graham Parker'), (201, 6, 'Scorpions'), (200, 6, 'Kim Wilde'), (199, 6, 'Chris Spedding'), (198, 6, 'Miles Davis'), (197, 6, 'Kris Kristofferson'), (196, 6, 'Das Dritte Ohr'), (195, 6, 'Rare Earth'), (194, 6, 'Dr. Feelgood'), (193, 6, 'Johnny Clarke'), (192, 6, 'Dr. Alimantado'), (190, 6, 'Pat Benatar'), (189, 6, 'Leo Kottke'), (188, 6, 'Joe Cocker'), (187, 6, 'John Farnham'), (186, 6, 'Heinz Rudolf Kunze'), (185, 6, 'Lisa Stansfield'), (184, 6, 'Spliff'), (183, 6, 'The Fixx'), (182, 6, 'New Kids On The Block'), (181, 6, 'Atlantis'), (179, 6, 'A Flock Of Seagulls'), (178, 6, 'Jean Michel Jarre'), (177, 6, 'Ultravox'), (176, 6, 'Cock Robin'), (175, 6, 'KGB'), (174, 6, 'Phil Carmen'), (250, 2, 'Linda Ronstadt'), (173, 6, 'Eagles'), (251, 2, 'Wilco Johnson'), (252, 2, 'ZZ Top'), (253, 2, 'Cactus'), (172, 6, 'The Steve Miller Band'), (254, 2, 'Lou Reed'), (171, 6, 'Carmel'), (255, 2, 'Stevie Ray Vaughan'), (256, 2, 'The Screaming Blue Messiahs'), (170, 6, 'Tom Robinson Band'), (257, 2, 'Bob Marley'), (258, 2, 'Linton Kwesi Johnson'), (169, 6, 'Bachman Turner Overdrive'), (259, 2, 'Culture'), (260, 2, 'Jane'), (168, 6, 'Gianna Nannini'), (261, 2, 'Eurythmics'), (167, 6, 'Jan Akkerman'), (262, 2, 'George Harrison'), (166, 6, 'Clannad'), (263, 2, 'Jim Capaldi'), (165, 6, 'James Taylor'), (264, 2, 'Latin Quarter'), (265, 2, 'Gary Moore'), (164, 6, 'Helen Watson'), (266, 2, 'Ray Kennedy'), (163, 6, 'Matt Bianco'), (267, 2, 'Bette Midler'), (268, 2, 'Bruce Hornsby'), (162, 6, 'Rick Springfield'), (269, 2, 'Ekseption'), (161, 6, 'Raindogs'), (270, 2, 'Quantum Jump'), (160, 6, 'Berlin'), (271, 2, 'Godley & Creme'), (159, 6, 'Tony Carey'), (272, 2, 'Nils Lofgren'), (158, 6, 'Iron Butterfly'), (273, 2, 'Viktor Lazlo'), (274, 2, 'The Christians'), (157, 6, 'Emerson Lake & Powel'), (275, 2, 'Caro'), (276, 2, 'Bamboo Industry'), (156, 6, 'Emerson Lake & Palmer'), (277, 2, 'The Montellas'), (278, 2, 'Kenny Loggins'), (155, 6, 'Sniff ''n'' The Tears'), (279, 2, 'Chi Coltrane'), (154, 6, 'Live Wire'), (280, 2, 'Mr. Mister'), (281, 2, 'The Police'), (282, 2, 'Ina Deter'), (152, 6, 'Electric Light Orchestra'), (283, 2, 'The Cars'), (151, 6, 'Wings'), (284, 2, 'Ry Cooder'), (150, 6, 'Rick Derringer'), (285, 2, 'Mark Knopfler'), (149, 6, 'Queen'), (286, 2, 'Bad Company'), (287, 2, 'Colosseum II'), (147, 6, 'Donovan'), (288, 2, 'Bob Geldof'), (289, 2, 'Tom Robinson'), (146, 6, 'Bob Dylan'), (290, 2, 'Kitaro'), (145, 6, 'The Stranglers'), (291, 2, 'Joni Mitchell'), (144, 6, 'Mickey Jupp'), (292, 2, 'Stanley Clarke'), (293, 2, 'Dr. John'), (143, 6, 'Rory Gallagher'), (294, 2, 'Tommy Bolin'), (142, 6, 'Camel'), (295, 2, 'David Matthews'), (140, 6, 'Jethro Tull'), (296, 2, 'Billy Cobham - George Duke'), (139, 6, 'Achim Reichel'), (297, 2, 'Larry Coryell - Philip Catherine'), (138, 6, 'The Tubes'), (298, 2, 'Jean-Luc Ponty'), (299, 2, 'Return To Forever'), (137, 6, 'Little River Band'), (300, 2, 'Les Dudek'), (301, 2, 'Loggins And Messina'), (136, 6, 'John Cougar Mellencamp'), (302, 2, 'Jefferson Starship'), (303, 2, 'Mink DeVille'), (135, 6, 'Rita Coolidge'), (304, 2, 'Little Feat'), (134, 6, 'Gary Wright'), (305, 2, 'Belinda Carlisle'), (132, 6, 'Ijahman Levi'), (306, 2, 'Dexys Midnight Runners'), (131, 6, 'Depeche Mode'), (307, 2, 'Edgar Winter Group'), (130, 6, 'Gerry Rafferty'), (308, 2, 'Daryl Hall & John Oates'), (309, 2, 'Talking Heads'), (129, 6, 'Steve Harley & Cockney Rebel'), (310, 2, 'Wayne Shorter'), (128, 6, 'Kate Bush'), (311, 2, 'David Sanborn'), (127, 6, 'Joan Baez'), (312, 2, 'Melissa Etheridge'), (126, 6, 'Tina Turner'), (313, 2, 'Lee Ritenour'), (314, 2, 'Santana'), (315, 2, 'BAP'), (125, 6, 'Huey Lewis And The News'), (316, 2, 'Helen Schneider'), (317, 2, 'Fleetwood Mac'), (124, 6, 'Dire Straits'), (318, 2, 'Passport'), (481, 2, 'Buckingham Nicks'), (319, 2, 'Yello'), (320, 2, 'To Be'), (122, 6, 'Steve Hackett'), (321, 2, 'The Steve Gibbons Band'), (121, 6, 'Bob Seger'), (322, 2, 'Golden Earring'), (323, 2, 'Earth And Fire'), (153, 6, 'Cat Stevens'), (324, 2, 'Deodato'), (325, 2, 'Tracy Chapman'), (246, 6, 'Scritti Politti'), (326, 2, 'Meat Loaf'), (118, 6, 'Joe Jackson'), (327, 2, 'John Hiatt'), (465, 6, 'Randy Meisner'), (117, 6, 'Mahavishnu Orchestra'), (329, 2, 'Hooters'), (116, 6, 'Steve Winwood'), (330, 2, 'J. Geils Band'), (115, 6, 'The Rolling Stones'), (331, 2, 'Climax Blues Band'), (332, 2, 'Midnight Oil'), (333, 2, 'Fury In The Slaughterhouse'), (114, 6, 'Mike Oldfield'), (334, 2, 'Daryl Hall'), (335, 2, 'T''Pau'), (113, 6, 'Mick Jagger'), (338, 2, '05.Rock''n''Roll-R&B-Progressive'), (339, 2, '06.Songwriter-Liedermacher'), (112, 6, 'Jennifer Rush'), (111, 6, 'Manfred Mann''s Earth Band'), (340, 2, '07.Celtic-Folk-Folkrock'), (180, 6, 'Al Jarreau'), (341, 2, 'Vinyl - Zubehör'), (342, 2, 'Jim Steinman'), (110, 6, 'Pretenders'), (343, 2, 'U2'), (109, 6, 'Nik Kershaw'), (344, 2, 'Inner Circle'), (345, 2, 'Arlo Guthrie'), (108, 6, 'The Doobie Brothers'), (346, 2, 'Eric Burdon & War'), (347, 2, 'Lynyrd Skynyrd'), (107, 6, 'Christopher Cross'), (348, 2, 'Ace'), (349, 2, 'Mitch Ryder'), (105, 6, 'Gorge Benson'), (350, 2, 'Babe Ruth'), (104, 6, 'Al Stewart'), (351, 2, 'Box Of Frogs'), (352, 2, 'The Doors'), (353, 2, 'Steamhammer'), (103, 6, 'The Sensational Alex Harvey Band'), (354, 2, 'Humble Pie'), (356, 2, 'Steve Lukather'), (101, 6, 'Herbert Grönemeyer'), (357, 2, 'Pat Travers'), (523, 2, 'Zeltinger Band'), (358, 2, 'Them'), (99, 6, 'Patti Smith'), (359, 2, 'Van Morrison'), (133, 6, 'Bryan Adams'), (360, 2, 'The Beatles'), (102, 6, 'Grace Jones'), (361, 2, 'Creedence Clearwater Revival'), (337, 6, '03.Pop-Poprock'), (362, 2, 'Milltown Brothers'), (95, 6, 'Supertramp'), (363, 2, 'The Men They Couldn''t Hang'), (94, 6, 'Robert Palmer'), (364, 2, 'Alice Cooper'), (92, 6, 'Men At Work'), (365, 2, 'Neil Young'), (91, 6, 'Frank Zappa'), (366, 2, 'The Jeff Healey Band'), (367, 2, 'Uriah Heep'), (90, 6, 'The Alan Parsons Project'), (368, 2, 'Terence Trent D''Arby'), (369, 2, 'Taco'), (370, 2, 'Victory'), (89, 6, 'Barclay James Harvest'), (371, 2, 'Simply Red'), (88, 6, 'Donny Hathaway'), (372, 2, 'Chris de Burgh'), (87, 6, 'Steely Dan'), (373, 2, 'Herwig Mitteregger'), (374, 2, 'Asia'), (86, 6, 'Billy Idol'), (375, 2, 'City'), (85, 6, 'Eric Clapton'), (376, 2, 'Alison Moyet'), (84, 6, '10cc'), (377, 2, 'Status Quo'), (378, 2, 'The Kinks'), (83, 6, 'Bruce Springsteen'), (379, 2, 'Jim Messina'), (141, 6, 'Andy Mackay'), (380, 2, 'Softmachine'), (381, 2, 'Johnny Winter'), (81, 6, 'Bryan Ferry'), (382, 2, 'Traffic'), (383, 2, 'Melanie'), (80, 6, 'Roy Buchanan'), (384, 2, 'J.J. Cale'), (79, 6, 'Wham!'), (385, 2, '08.Country-Countryrock'), (386, 2, 'The Band'), (78, 6, 'Billy Joel'), (387, 2, 'a-ha'), (77, 6, 'Peter Gabriel'), (388, 2, 'Carolyne Mas'), (76, 6, 'Rod Stewart'), (389, 2, 'The Yardbirds'), (75, 6, 'Chicago'), (390, 2, 'Peter Wolf'), (391, 2, 'Thinkman'), (73, 6, 'The Charlie Daniels Band'), (392, 2, 'Little Steven'), (393, 2, 'Jackson Browne'), (72, 6, 'Rare Bird'), (394, 2, 'Styx'), (395, 2, 'R.E.M.'), (71, 6, 'Big Audio Dynamite'), (396, 2, 'Ian Cussick'), (70, 6, 'David Bowie'), (397, 2, 'Curiosity Killed The Cat'), (69, 6, 'Juicy Jucy'), (398, 2, 'The Clarke/Duke Project'), (68, 6, 'Tim Buckley'), (399, 2, 'Phil Manzanera'), (67, 6, 'Sade'), (400, 2, 'Cosa Rosa'), (401, 2, 'Extrabreit'), (66, 6, '01.Blues-Bluesrock'), (402, 2, 'Cutting Crew'), (403, 2, 'Roger Hodgson'), (65, 6, '04.Reggae-Ska-Dub-Afro'), (404, 2, 'Van Halen'), (405, 2, 'Laura Branigan'), (64, 6, '02.Jazz-Jazzrock-Swing'), (406, 2, 'Kevin Johnson'), (407, 2, 'Yukihiro Takahashi'), (63, 6, '14.Sonderangebote'), (408, 2, 'GTR'), (62, 6, 'Kim Carnes'), (409, 2, 'Fee Waybill'), (411, 2, 'Tanita Tikaram'), (412, 2, 'Saga'), (60, 6, 'Marius Müller-Westernhagen'), (413, 2, 'Foreigner'), (59, 6, 'S-Z'), (422, 6, 'Loudon Wainwright III'), (61, 6, 'Procol Harum'), (423, 6, 'Steeleye Span'), (58, 6, 'M-R'), (415, 2, 'Sally Oldfield'), (57, 6, 'G-L'), (416, 2, 'Corey Hart'), (56, 6, 'A-F'), (417, 2, 'Ellen Foley'), (418, 2, 'Chuck Mangione'), (55, 6, 'Vinyl - Second Hand'), (419, 2, 'Bruce Cockburn'), (421, 2, 'Birthcontrol'), (420, 2, 'Blood Sweat And Tears'), (309, 6, 'Talking Heads'), (310, 6, 'Wayne Shorter'), (311, 6, 'David Sanborn'), (312, 6, 'Melissa Etheridge'), (313, 6, 'Lee Ritenour'), (314, 6, 'Santana'), (315, 6, 'BAP'), (316, 6, 'Helen Schneider'), (317, 6, 'Fleetwood Mac'), (318, 6, 'Passport'), (319, 6, 'Yello'), (320, 6, 'To Be'), (321, 6, 'The Steve Gibbons Band'), (322, 6, 'Golden Earring'), (323, 6, 'Earth And Fire'), (324, 6, 'Deodato'), (325, 6, 'Tracy Chapman'), (326, 6, 'Meat Loaf'), (327, 6, 'John Hiatt'), (465, 2, 'Randy Meisner'), (329, 6, 'Hooters'), (330, 6, 'J. Geils Band'), (331, 6, 'Climax Blues Band'), (332, 6, 'Midnight Oil'), (333, 6, 'Fury In The Slaughterhouse'), (334, 6, 'Daryl Hall'), (335, 6, 'T''Pau'), (338, 6, '05.Rock''n''Roll-R&B-Progressive'), (339, 6, '06.Songwriter-Liedermacher'), (340, 6, '07.Celtic-Folk-Folkrock'), (341, 6, 'Vinyl - Zubehör'), (342, 6, 'Jim Steinman'), (343, 6, 'U2'), (344, 6, 'Inner Circle'), (345, 6, 'Arlo Guthrie'), (346, 6, 'Eric Burdon & War'), (347, 6, 'Lynyrd Skynyrd'), (348, 6, 'Ace'), (349, 6, 'Mitch Ryder'), (350, 6, 'Babe Ruth'), (351, 6, 'Box Of Frogs'), (352, 6, 'The Doors'), (353, 6, 'Steamhammer'), (354, 6, 'Humble Pie'), (356, 6, 'Steve Lukather'), (357, 6, 'Pat Travers'), (358, 6, 'Them'), (359, 6, 'Van Morrison'), (360, 6, 'The Beatles'), (361, 6, 'Creedence Clearwater Revival'), (362, 6, 'Milltown Brothers'), (363, 6, 'The Men They Couldn''t Hang'), (364, 6, 'Alice Cooper'), (365, 6, 'Neil Young'), (366, 6, 'The Jeff Healey Band'), (367, 6, 'Uriah Heep'), (368, 6, 'Terence Trent D''Arby'), (369, 6, 'Taco'), (370, 6, 'Victory'), (371, 6, 'Simply Red'), (372, 6, 'Chris de Burgh'), (373, 6, 'Herwig Mitteregger'), (374, 6, 'Asia'), (375, 6, 'City'), (376, 6, 'Alison Moyet'), (377, 6, 'Status Quo'), (378, 6, 'The Kinks'), (379, 6, 'Jim Messina'), (380, 6, 'Softmachine'), (381, 6, 'Johnny Winter'), (382, 6, 'Traffic'), (383, 6, 'Melanie'), (384, 6, 'J.J. Cale'), (385, 6, '07.Celtic-Folk-Folkrock'), (386, 6, 'The Band'), (387, 6, 'a-ha'), (388, 6, 'Carolyne Mas'), (389, 6, 'The Yardbirds'), (390, 6, 'Peter Wolf'), (391, 6, 'Thinkman'), (392, 6, 'Little Steven'), (393, 6, 'Jackson Browne'), (394, 6, 'Styx'), (395, 6, 'R.E.M.'), (396, 6, 'Ian Cussick'), (397, 6, 'Curiosity Killed The Cat'), (398, 6, 'The Clarke/Duke Project'), (399, 6, 'Phil Manzanera'), (400, 6, 'Cosa Rosa'), (401, 6, 'Extrabreit'), (402, 6, 'Cutting Crew'), (403, 6, 'Roger Hodgson'), (404, 6, 'Van Halen'), (405, 6, 'Laura Branigan'), (406, 6, 'Kevin Johnson'), (407, 6, 'Yukihiro Takahashi'), (408, 6, 'GTR'), (409, 6, 'Fee Waybill'), (423, 2, 'Steeleye Span'), (411, 6, 'Tanita Tikaram'), (412, 6, 'Saga'), (413, 6, 'Foreigner'), (422, 2, 'Loudon Wainwright III'), (415, 6, 'Sally Oldfield'), (416, 6, 'Corey Hart'), (417, 6, 'Ellen Foley'), (418, 6, 'Chuck Mangione'), (419, 6, 'Bruce Cockburn'), (421, 6, 'Birthcontrol'), (420, 6, 'Blood Sweat And Tears'), (424, 2, 'The Nice'), (424, 6, 'The Nice'), (425, 2, '09.Soul-Funk'), (425, 6, '09.Soul-Funk'), (426, 2, 'Chaka Khan'), (426, 6, 'Chaka Khan'), (427, 2, 'Jon Astley'), (427, 6, 'Jon Astley'), (428, 2, 'Miami Sound Machine'), (428, 6, 'Miami Sound Machine'), (429, 2, 'Wire Train'), (429, 6, 'Wire Train'), (430, 2, 'Sky'), (430, 6, 'Sky'), (431, 2, 'Holly Johnson'), (431, 6, 'Holly Johnson'), (432, 2, 'Philip Bailey'), (432, 6, 'Philip Bailey'), (433, 2, 'Ian Gillan'), (433, 6, 'Ian Gillan'), (434, 2, 'Bee Gees'), (434, 6, 'Bee Gees'), (435, 2, 'Smokie'), (435, 6, 'Smokie'), (436, 2, 'Johnny Tame'), (436, 6, 'Johnny Tame'), (437, 2, 'JY/City Slicker'), (437, 6, 'JY/City Slicker'), (438, 2, 'Ambrosia'), (438, 6, 'Ambrosia'), (439, 2, 'David Lee Roth'), (439, 6, 'David Lee Roth'), (440, 2, 'Eddy Grant'), (440, 6, 'Eddy Grant'), (441, 2, 'Steve Walsh'), (441, 6, 'Steve Walsh'), (442, 2, 'Peter Tosh'), (442, 6, 'Peter Tosh'), (580, 6, 'Don McLean'), (580, 2, 'Don McLean'), (444, 2, 'Jennifer Warnes'), (444, 6, 'Jennifer Warnes'), (445, 2, 'Bap'), (445, 6, 'Bap'), (446, 2, 'Wet Wet Wet'), (446, 6, 'Wet Wet Wet'), (447, 2, 'Robert Plant'), (447, 6, 'Robert Plant'), (448, 2, 'Lee "Scratch" Perry'), (448, 6, 'Lee "Scratch" Perry'), (449, 2, 'Robin Beck'), (449, 6, 'Robin Beck'), (450, 2, 'Marianne Faithfull'), (450, 6, 'Marianne Faithfull'), (451, 2, 'Brand X'), (451, 6, 'Brand X'), (452, 2, 'Mike Batt'), (452, 6, 'Mike Batt'), (453, 2, 'Wolfsmond'), (453, 6, 'Wolfsmond'), (454, 2, 'Ron Wood'), (454, 6, 'Ron Wood'), (455, 2, 'Tom Petty'), (455, 6, 'Tom Petty'), (456, 2, 'The Free'), (456, 6, 'The Free'), (457, 2, '10.Diverse Stilrichtungen-Art'), (457, 6, '10.Diverse Stilrichtungen-Art'), (458, 2, 'Yoko Ono'), (458, 6, 'Yoko Ono'), (459, 2, 'Julian Lennon'), (459, 6, 'Julian Lennon'), (460, 2, 'Billy Cobham'), (460, 6, 'Billy Cobham'), (461, 2, 'Molly Hatchet'), (461, 6, 'Molly Hatchet'), (462, 2, 'Seal'), (462, 6, 'Seal'), (463, 2, 'Small Faces'), (463, 6, 'Small Faces'), (464, 2, 'Lake'), (464, 6, 'Lake'), (466, 2, 'Roy Orbison'), (466, 6, 'Roy Orbison'), (467, 2, 'Lee Clayton'), (467, 6, 'Lee Clayton'), (468, 2, 'David Crosby'), (468, 6, 'David Crosby'), (469, 2, 'Eloy'), (469, 6, 'Eloy'), (470, 2, 'Utopia'), (470, 6, 'Utopia'), (471, 2, 'Rik Emmet'), (471, 6, 'Rik Emmet'), (472, 2, 'Charlie'), (472, 6, 'Charlie'), (473, 2, 'Udo Lindenberg'), (473, 6, 'Udo Lindenberg'), (474, 2, 'Earth Wind & Fire'), (474, 6, 'Earth Wind & Fire'), (475, 2, 'Ian Hunter'), (475, 6, 'Ian Hunter'), (476, 2, 'Focus'), (476, 6, 'Focus'), (477, 2, 'David Lindley'), (477, 6, 'David Lindley'), (478, 2, 'Jasper Van''t Hof''s Pili Pili'), (478, 6, 'Jasper Van''t Hof''s Pili Pili'), (479, 2, 'Angelo Branduardi'), (479, 6, 'Angelo Branduardi'), (480, 2, 'Don Henley'), (480, 6, 'Don Henley'), (481, 6, 'Buckingham Nicks'), (482, 2, 'Ten Years After'), (482, 6, 'Ten Years After'), (483, 2, 'Dave Stewart'), (483, 6, 'Dave Stewart'), (484, 2, 'Julian Cope'), (484, 6, 'Julian Cope'), (485, 2, 'It''s A Beautiful Day'), (485, 6, 'It''s A Beautiful Day'), (486, 2, 'Kraan'), (486, 6, 'Kraan'), (487, 2, 'The Knack'), (487, 6, 'The Knack'), (488, 2, 'Kansas'), (488, 6, 'Kansas'), (489, 2, 'John Lennon & Yoko Ono'), (489, 6, 'John Lennon & Yoko Ono'), (490, 2, 'Marillion'), (490, 6, 'Marillion'), (491, 2, 'Frankie Miller'), (491, 6, 'Frankie Miller'), (492, 2, 'Gordon Lightfoot'), (492, 6, 'Gordon Lightfoot'), (493, 2, 'Guru Guru'), (493, 6, 'Guru Guru'), (494, 2, 'The Greatest Show On Earth'), (494, 6, 'The Greatest Show On Earth'), (495, 2, 'Coryell Catherine Kühn'), (495, 6, 'Coryell Catherine Kühn'), (496, 2, 'McCoy Tyner'), (496, 6, 'McCoy Tyner'), (497, 2, 'B-52''s'), (497, 6, 'B-52''s'), (498, 2, 'The Brandos'), (498, 6, 'The Brandos'), (499, 2, 'Marc Bolan'), (499, 6, 'Marc Bolan'), (500, 2, 'Commodores'), (500, 6, 'Commodores'), (501, 2, 'Dimple Minds'), (501, 6, 'Dimple Minds'), (502, 2, 'The Bollock Brothers'), (502, 6, 'The Bollock Brothers'), (503, 2, 'Ian Dury'), (503, 6, 'Ian Dury'), (504, 2, 'Willy Deville'), (504, 6, 'Willy Deville'), (505, 2, 'Rain Tree Crow'), (505, 6, 'Rain Tree Crow'), (506, 2, 'Argent'), (506, 6, 'Argent'), (507, 2, 'Greg Kihn Band'), (507, 6, 'Greg Kihn Band'), (508, 2, 'Dan Fogelberg'), (508, 6, 'Dan Fogelberg'), (509, 2, 'Mike And The Mechanics'), (509, 6, 'Mike And The Mechanics'), (510, 2, 'John Waite'), (510, 6, 'John Waite'), (511, 2, 'Reptiles At Dawn'), (511, 6, 'Reptiles At Dawn'), (512, 2, 'George Thorogood'), (512, 6, 'George Thorogood'), (513, 2, 'UB 40'), (513, 6, 'UB 40'), (514, 2, 'Deacon Blue'), (514, 6, 'Deacon Blue'), (515, 2, 'Jonathan Blues Band'), (515, 6, 'Jonathan Blues Band'), (516, 2, 'King Crimson'), (516, 6, 'King Crimson'), (517, 2, 'Rick Astley'), (517, 6, 'Rick Astley'), (518, 2, 'The Pyramids'), (518, 6, 'The Pyramids'), (519, 2, 'Feargal Sharkey'), (519, 6, 'Feargal Sharkey'), (520, 2, 'Taste'), (520, 6, 'Taste'), (521, 2, 'Faces'), (521, 6, 'Faces'), (522, 2, 'Stephen Stills'), (522, 6, 'Stephen Stills'), (523, 6, 'Zeltinger Band'), (524, 2, 'Epitaph'), (524, 6, 'Epitaph'), (525, 2, 'Eroc'), (525, 6, 'Eroc'), (526, 2, 'Chick Corea'), (526, 6, 'Chick Corea'), (527, 2, '11.Krautrock-NDW'), (527, 6, '11.Krautrock-NDW'), (528, 2, '12.Sampler-Various Artists'), (528, 6, '12.Sampler-Various Artists'), (529, 2, 'Roxy Music'), (529, 6, 'Roxy Music'), (530, 2, 'Nick Lowe'), (530, 6, 'Nick Lowe'), (531, 2, 'Eddie Money'), (531, 6, 'Eddie Money'), (532, 2, 'Cream'), (532, 6, 'Cream'), (533, 2, 'A-F'), (533, 6, 'A-F'), (534, 2, 'G-L'), (534, 6, 'G-L'), (535, 2, 'M-R'), (535, 6, 'M-R'), (536, 2, 'S-Z'), (536, 6, 'S-Z'), (537, 2, 'Randy Pie'), (537, 6, 'Randy Pie'), (538, 2, 'Spandau Ballet'), (538, 6, 'Spandau Ballet'), (539, 2, 'Frumpy'), (539, 6, 'Frumpy'), (540, 2, 'Steve Goodman'), (540, 6, 'Steve Goodman'), (541, 2, 'Lamont Dozier'), (541, 6, 'Lamont Dozier'), (542, 2, 'Paul Anka'), (542, 6, 'Paul Anka'), (543, 2, 'Rick Wakeman'), (543, 6, 'Rick Wakeman'), (544, 2, 'Chris Isaak'), (544, 6, 'Chris Isaak'), (545, 2, 'Prince'), (545, 6, 'Prince'), (546, 2, 'My Life With The Thrill Kill Kul'), (546, 6, 'My Life With The Thrill Kill Kul'), (547, 2, 'Beck Bogert Appice'), (547, 6, 'Beck Bogert Appice'), (548, 2, 'Jeff Beck & The Yardbirds'), (548, 6, 'Jeff Beck & The Yardbirds'), (549, 2, 'Canned Heat'), (549, 6, 'Canned Heat'), (550, 2, 'Spyro Gyra'), (550, 6, 'Spyro Gyra'), (551, 2, 'Bill Withers'), (551, 6, 'Bill Withers'), (552, 2, 'Rio Reiser'), (552, 6, 'Rio Reiser'), (553, 2, 'Mark Knopfler & Chet Atkins'), (553, 6, 'Mark Knopfler & Chet Atkins'), (554, 2, 'Brian Auger''s Oblivion Express'), (554, 6, 'Brian Auger''s Oblivion Express'), (555, 2, 'Gato Babieri'), (555, 6, 'Gato Babieri'), (556, 2, 'Egberto Gismonti'), (556, 6, 'Egberto Gismonti'), (557, 2, 'Caravan'), (557, 6, 'Caravan'), (558, 2, 'Led Zeppelin'), (558, 6, 'Led Zeppelin'), (559, 2, 'Edgar Broughton Band'), (559, 6, 'Edgar Broughton Band'), (560, 2, 'Julie Driscoll, Brian Auger & Th'), (560, 6, 'Julie Driscoll, Brian Auger & Th'), (561, 2, 'Quicksilver Messenger Service'), (561, 6, 'Quicksilver Messenger Service'), (562, 2, 'Atomic Rooster'), (562, 6, 'Atomic Rooster'), (563, 2, 'The Animals'), (563, 6, 'The Animals'), (564, 2, 'Can'), (564, 6, 'Can'), (565, 2, 'Tony Joe White'), (565, 6, 'Tony Joe White'), (566, 2, 'John Mayall'), (566, 6, 'John Mayall'), (567, 2, 'Kraftwerk'), (567, 6, 'Kraftwerk'), (568, 2, 'Jimi Hendrix'), (568, 6, 'Jimi Hendrix'), (569, 2, 'Miracle Workers'), (569, 6, 'Miracle Workers'), (570, 2, 'John Fogerty'), (570, 6, 'John Fogerty'), (571, 2, 'Iggy Pop'), (571, 6, 'Iggy Pop'), (572, 2, 'Spooky Tooth'), (572, 6, 'Spooky Tooth'), (573, 2, 'Howlin Wolf'), (573, 6, 'Howlin Wolf'), (574, 2, 'Russ Ballard'), (574, 6, 'Russ Ballard'), (575, 2, 'Jeff Beck'), (575, 6, 'Jeff Beck'), (576, 2, '1 Euro'), (576, 6, '1 Euro'), (577, 2, '2 Euro'), (577, 6, '2 Euro'), (578, 2, '3 Euro'), (578, 6, '3 Euro'), (579, 2, '13.Beat'), (579, 6, '13.Beat'), (581, 2, 'The Blues Band'), (581, 6, 'The Blues Band'), (582, 2, 'Todd Rundgren'), (582, 6, 'Todd Rundgren'), (583, 2, 'The Amazing Rhythm Aces'), (583, 6, 'The Amazing Rhythm Aces'), (584, 2, 'The Allman Brothers Band'), (584, 6, 'The Allman Brothers Band'), (585, 2, 'The Tourists'), (585, 6, 'The Tourists'), (586, 2, 'Jimmy Cliff'), (586, 6, 'Jimmy Cliff'), (587, 2, 'Humpe & Humpe'), (587, 6, 'Humpe & Humpe'), (588, 2, 'John Kay'), (588, 6, 'John Kay'), (589, 2, 'Dan Fogelberg & Tim Weisberg'), (589, 6, 'Dan Fogelberg & Tim Weisberg'), (590, 2, 'Mick Fleetwood'), (590, 6, 'Mick Fleetwood'), (591, 2, 'Herman Brood'), (591, 6, 'Herman Brood'), (592, 2, 'Bronski Beat'), (592, 6, 'Bronski Beat'), (593, 2, 'Rainer Baumann Band'), (593, 6, 'Rainer Baumann Band'), (594, 2, 'Gary Hoey'), (594, 6, 'Gary Hoey'), (595, 2, 'Johnny Guitar Watson'), (595, 6, 'Johnny Guitar Watson'), (596, 2, 'Gregg Allman'), (596, 6, 'Gregg Allman'), (597, 2, 'John Cale'), (597, 6, 'John Cale'), (598, 2, 'Alessi'), (598, 6, 'Alessi'), (599, 2, 'Stanley Clarke Band'), (599, 6, 'Stanley Clarke Band'), (600, 2, 'Eric Burdon Band'), (600, 6, 'Eric Burdon Band'), (601, 2, 'Rupert Hine'), (601, 6, 'Rupert Hine'), (602, 2, 'Eric Burdon'), (602, 6, 'Eric Burdon'), (603, 2, 'David Byrne'), (603, 6, 'David Byrne'), (604, 2, 'The Twinkle Brothers'), (604, 6, 'The Twinkle Brothers'), (605, 2, 'Keith Richards'), (605, 6, 'Keith Richards'), (606, 2, 'Sugar Minott'), (606, 6, 'Sugar Minott'), (607, 2, 'Pablo Cruise'), (607, 6, 'Pablo Cruise'), (608, 2, 'Three Dog Night'), (608, 6, 'Three Dog Night'), (609, 2, 'The Troggs'), (609, 6, 'The Troggs'), (610, 2, 'Hobo Blues Band'), (610, 6, 'Hobo Blues Band'), (611, 2, 'Sam Cooke'), (611, 6, 'Sam Cooke'), (612, 2, 'Steinwolke'), (612, 6, 'Steinwolke'), (613, 2, 'Embryo'), (613, 6, 'Embryo'), (614, 2, 'Jukka Tolonen'), (614, 6, 'Jukka Tolonen'), (615, 2, 'Janne Schaffer'), (615, 6, 'Janne Schaffer'), (616, 2, 'Hardin & York'), (616, 6, 'Hardin & York'), (617, 2, 'Die Leeren Versprechungen'), (617, 6, 'Die Leeren Versprechungen'), (618, 2, 'Champion Jack Dupree'), (618, 6, 'Champion Jack Dupree'), (619, 2, 'MKK'), (619, 6, 'MKK'), (620, 2, 'Franz K.'), (620, 6, 'Franz K.'), (621, 2, 'Muddy Waters'), (621, 6, 'Muddy Waters'), (622, 2, 'Jukka Tolonen'), (622, 6, 'Jukka Tolonen'), (623, 2, 'Alexis Korner'), (623, 6, 'Alexis Korner'), (624, 2, 'Jon And Vangelis'), (624, 6, 'Jon And Vangelis'), (625, 2, 'The Style Council'), (625, 6, 'The Style Council'), (681, 2, 'The Searchers'), (626, 2, 'Osibisa'), (626, 6, 'Osibisa'), (627, 2, 'Billy Preston'), (627, 6, 'Billy Preston'), (628, 2, 'War'), (628, 6, 'War'), (629, 2, 'Jeff Beck & The Jan Hammer Group'), (629, 6, 'Jeff Beck & The Jan Hammer Group'), (630, 2, 'Nektar'), (630, 6, 'Nektar'), (631, 2, 'Steel Pulse'), (631, 6, 'Steel Pulse'), (632, 2, 'The Honey Drippers'), (632, 6, 'The Honey Drippers'), (633, 2, 'Rheingold'), (633, 6, 'Rheingold'), (634, 2, 'Novalis'), (634, 6, 'Novalis'), (635, 2, 'Die Toten Hosen'), (635, 6, 'Die Toten Hosen'), (636, 2, 'Harlis'), (636, 6, 'Harlis'), (637, 2, 'Pato Banton'), (637, 6, 'Pato Banton'), (638, 2, 'Harry Sacksioni'), (638, 6, 'Harry Sacksioni'), (639, 2, 'Reggae Sampler'), (639, 6, 'Reggae Sampler'), (640, 2, 'The Amboy Dukes'), (640, 6, 'The Amboy Dukes'), (641, 2, 'Van Der Graaf'), (641, 6, 'Van Der Graaf'), (642, 2, 'The Selecter'), (642, 6, 'The Selecter'), (643, 2, 'Neonbabies'), (643, 6, 'Neonbabies'), (644, 2, 'Vangelis'), (644, 6, 'Vangelis'), (645, 2, 'Werner Lämmerhirt'), (645, 6, 'Werner Lämmerhirt'), (646, 2, 'T. Rex'), (646, 6, 'T. Rex'), (647, 2, 'Leonard Cohen'), (647, 6, 'Leonard Cohen'), (648, 2, 'Delaney & Bonnie'), (648, 6, 'Delaney & Bonnie'), (649, 2, 'Ambros'), (649, 6, 'Ambros'), (650, 2, 'Lenny Kravitz'), (650, 6, 'Lenny Kravitz'), (651, 2, 'Elvis Costello'), (651, 6, 'Elvis Costello'), (652, 2, 'Toto'), (652, 6, 'Toto'), (653, 2, 'Gentle Giant'), (653, 6, 'Gentle Giant'), (654, 2, 'Tudor Lodge'), (654, 6, 'Tudor Lodge'), (655, 2, 'David Gilmour'), (655, 6, 'David Gilmour'), (656, 2, 'The Westcoast Popart Exp. Band'), (656, 6, 'The Westcoast Popart Exp. Band'), (657, 2, 'Dragon'), (657, 6, 'Dragon'), (658, 2, 'The Electric Prunes'), (658, 6, 'The Electric Prunes'), (659, 2, 'Renaissance'), (659, 6, 'Renaissance'), (660, 2, 'Klaatu'), (660, 6, 'Klaatu'), (661, 2, 'O'), (661, 6, 'O'), (662, 2, 'Wolle Krawinek & Schulze Bros.'), (662, 6, 'Wolle Krawinek & Schulze Bros.'), (663, 2, 'Cozy Powell'), (663, 6, 'Cozy Powell'), (664, 2, 'Klaus Schulze'), (664, 6, 'Klaus Schulze'), (665, 2, 'John McLaughlin'), (665, 6, 'John McLaughlin'), (666, 2, 'Klaus Doldinger'), (666, 6, 'Klaus Doldinger'), (667, 2, 'Nina Simone'), (667, 6, 'Nina Simone'), (668, 2, 'Larry Coryell'), (668, 6, 'Larry Coryell'), (669, 2, 'Pat Metheny & Lyle Mays'), (669, 6, 'Pat Metheny & Lyle Mays'), (670, 2, 'Deuter'), (670, 6, 'Deuter'), (671, 2, 'Harold Faltermeyer'), (671, 6, 'Harold Faltermeyer'), (672, 2, 'Black Sabbath'), (672, 6, 'Black Sabbath'), (673, 2, 'Dave Brubeck'), (673, 6, 'Dave Brubeck'), (674, 2, 'Nitty Gritty Dirt Band'), (674, 6, 'Nitty Gritty Dirt Band'), (675, 2, 'Colosseum'), (675, 6, 'Colosseum'), (676, 2, 'Third World'), (676, 6, 'Third World'), (677, 2, 'JR. Walker & The All Stars'), (677, 6, 'JR. Walker & The All Stars'), (678, 2, 'Jeff Beck Group'), (678, 6, 'Jeff Beck Group'), (679, 2, 'Dave Mason'), (679, 6, 'Dave Mason'), (680, 2, 'John Lennon'), (680, 6, 'John Lennon'), (681, 6, 'The Searchers'), (682, 2, 'Vanilla Fudge'), (682, 6, 'Vanilla Fudge'), (683, 2, 'The Stooges'), (683, 6, 'The Stooges'), (684, 2, 'Janis Joplin'), (684, 6, 'Janis Joplin'), (685, 2, 'Black Uhuru'), (685, 6, 'Black Uhuru'), (686, 2, 'Hong Kong Syndikat'), (686, 6, 'Hong Kong Syndikat'), (687, 2, 'Elephant'), (687, 6, 'Elephant'), (688, 2, 'Fancy'), (688, 6, 'Fancy'), (689, 2, 'The Guess Who'), (689, 6, 'The Guess Who'), (690, 2, 'Men Without Hats'), (690, 6, 'Men Without Hats'), (691, 2, 'Blind Faith'), (691, 6, 'Blind Faith'), (692, 2, 'Flied Egg'), (692, 6, 'Flied Egg'), (693, 2, 'N.R.B.Q.'), (693, 6, 'N.R.B.Q.'), (694, 2, 'DAF'), (694, 6, 'DAF'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `configuration` -- CREATE TABLE `configuration` ( `configuration_id` int(11) NOT NULL auto_increment, `configuration_title` varchar(64) NOT NULL default '', `configuration_key` varchar(64) NOT NULL default '', `configuration_value` varchar(255) NOT NULL default '', `configuration_description` varchar(255) NOT NULL default '', `configuration_group_id` int(11) NOT NULL default '0', `sort_order` int(5) default NULL, `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `use_function` varchar(255) default NULL, `set_function` varchar(255) default NULL, PRIMARY KEY (`configuration_id`) ) TYPE=MyISAM AUTO_INCREMENT=169 ; -- -- Daten für Tabelle `configuration` -- INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES (1, 'Store Name', 'STORE_NAME', 'vinyl-basar.de', 'The name of my store', 1, 1, '2005-04-19 14:23:56', '2004-07-17 17:06:04', NULL, NULL), (2, 'Store Owner', 'STORE_OWNER', 'Nino Pistorius', 'The name of my store owner', 1, 2, '2004-07-17 17:38:51', '2004-07-17 17:06:04', NULL, NULL), (3, 'E-Mail Address', 'STORE_OWNER_EMAIL_ADDRESS', 'holidudu@gmx.de', 'The e-mail address of my store owner', 1, 3, '2005-06-04 13:59:07', '2004-07-17 17:06:04', NULL, NULL), (4, 'E-Mail From', 'EMAIL_FROM', '', 'The e-mail address used in (sent) e-mails', 1, 4, '2004-07-19 19:58:50', '2004-07-17 17:06:04', NULL, NULL), (5, 'Country', 'STORE_COUNTRY', '81', 'The country my store is located in

Note: Please remember to update the store zone.', 1, 6, '2005-06-04 14:10:19', '2004-07-17 17:06:04', 'tep_get_country_name', 'tep_cfg_pull_down_country_list('), (6, 'Zone', 'STORE_ZONE', '84', 'The zone my store is located in', 1, 7, '2004-07-18 15:33:05', '2004-07-17 17:06:04', 'tep_cfg_get_zone_name', 'tep_cfg_pull_down_zone_list('), (7, 'Expected Sort Order', 'EXPECTED_PRODUCTS_SORT', 'desc', 'This is the sort order used in the expected products box.', 1, 8, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''asc'', ''desc''),'), (8, 'Expected Sort Field', 'EXPECTED_PRODUCTS_FIELD', 'date_expected', 'The column to sort by in the expected products box.', 1, 9, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''products_name'', ''date_expected''),'), (9, 'Switch To Default Language Currency', 'USE_DEFAULT_LANGUAGE_CURRENCY', 'false', 'Automatically switch to the language''s currency when it is changed', 1, 10, '2005-06-04 14:08:49', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (10, 'Send Extra Order Emails To', 'SEND_EXTRA_ORDER_EMAILS_TO', 'vinylcopy@yahoo.de', 'Send extra order emails to the following email addresses, in this format: Name 1 <email@address1>, Name 2 <email@address2>', 1, 11, '2005-06-04 14:04:11', '2004-07-17 17:06:04', NULL, NULL), (11, 'Use Search-Engine Safe URLs (still in development)', 'SEARCH_ENGINE_FRIENDLY_URLS', 'false', 'Use search-engine safe urls for all site links', 1, 12, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (12, 'Display Cart After Adding Product', 'DISPLAY_CART', 'true', 'Display the shopping cart after adding a product (or return back to their origin)', 1, 14, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (13, 'Allow Guest To Tell A Friend', 'ALLOW_GUEST_TO_TELL_A_FRIEND', 'true', 'Allow guests to tell a friend about a product', 1, 15, '2004-07-19 17:46:44', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (14, 'Default Search Operator', 'ADVANCED_SEARCH_DEFAULT_OPERATOR', 'and', 'Default search operators', 1, 17, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''and'', ''or''),'), (15, 'Store Address and Phone', 'STORE_NAME_ADDRESS', 'Store Name\nAddress\nCountry\nPhone', 'This is the Store Name, Address and Phone used on printable documents and displayed online', 1, 18, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_textarea('), (16, 'Show Category Counts', 'SHOW_COUNTS', 'true', 'Count recursively how many products are in each category', 1, 19, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (17, 'Tax Decimal Places', 'TAX_DECIMAL_PLACES', '0', 'Pad the tax value this amount of decimal places', 1, 20, NULL, '2004-07-17 17:06:04', NULL, NULL), (18, 'Display Prices with Tax', 'DISPLAY_PRICE_WITH_TAX', 'false', 'Display prices with tax included (true) or add the tax at the end (false)', 1, 21, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (19, 'First Name', 'ENTRY_FIRST_NAME_MIN_LENGTH', '2', 'Minimum length of first name', 2, 1, NULL, '2004-07-17 17:06:04', NULL, NULL), (20, 'Last Name', 'ENTRY_LAST_NAME_MIN_LENGTH', '2', 'Minimum length of last name', 2, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (21, 'Date of Birth', 'ENTRY_DOB_MIN_LENGTH', '10', 'Minimum length of date of birth', 2, 3, NULL, '2004-07-17 17:06:04', NULL, NULL), (22, 'E-Mail Address', 'ENTRY_EMAIL_ADDRESS_MIN_LENGTH', '6', 'Minimum length of e-mail address', 2, 4, NULL, '2004-07-17 17:06:04', NULL, NULL), (23, 'Street Address', 'ENTRY_STREET_ADDRESS_MIN_LENGTH', '5', 'Minimum length of street address', 2, 5, NULL, '2004-07-17 17:06:04', NULL, NULL), (24, 'Company', 'ENTRY_COMPANY_MIN_LENGTH', '2', 'Minimum length of company name', 2, 6, NULL, '2004-07-17 17:06:04', NULL, NULL), (25, 'Post Code', 'ENTRY_POSTCODE_MIN_LENGTH', '4', 'Minimum length of post code', 2, 7, NULL, '2004-07-17 17:06:04', NULL, NULL), (26, 'City', 'ENTRY_CITY_MIN_LENGTH', '3', 'Minimum length of city', 2, 8, NULL, '2004-07-17 17:06:04', NULL, NULL), (27, 'State', 'ENTRY_STATE_MIN_LENGTH', '2', 'Minimum length of state', 2, 9, NULL, '2004-07-17 17:06:04', NULL, NULL), (28, 'Telephone Number', 'ENTRY_TELEPHONE_MIN_LENGTH', '3', 'Minimum length of telephone number', 2, 10, NULL, '2004-07-17 17:06:04', NULL, NULL), (29, 'Password', 'ENTRY_PASSWORD_MIN_LENGTH', '5', 'Minimum length of password', 2, 11, NULL, '2004-07-17 17:06:04', NULL, NULL), (30, 'Credit Card Owner Name', 'CC_OWNER_MIN_LENGTH', '3', 'Minimum length of credit card owner name', 2, 12, NULL, '2004-07-17 17:06:04', NULL, NULL), (31, 'Credit Card Number', 'CC_NUMBER_MIN_LENGTH', '10', 'Minimum length of credit card number', 2, 13, NULL, '2004-07-17 17:06:04', NULL, NULL), (32, 'Review Text', 'REVIEW_TEXT_MIN_LENGTH', '50', 'Minimum length of review text', 2, 14, NULL, '2004-07-17 17:06:04', NULL, NULL), (33, 'Best Sellers', 'MIN_DISPLAY_BESTSELLERS', '1', 'Minimum number of best sellers to display', 2, 15, NULL, '2004-07-17 17:06:04', NULL, NULL), (34, 'Also Purchased', 'MIN_DISPLAY_ALSO_PURCHASED', '1', 'Minimum number of products to display in the ''This Customer Also Purchased'' box', 2, 16, NULL, '2004-07-17 17:06:04', NULL, NULL), (35, 'Address Book Entries', 'MAX_ADDRESS_BOOK_ENTRIES', '5', 'Maximum address book entries a customer is allowed to have', 3, 1, NULL, '2004-07-17 17:06:04', NULL, NULL), (36, 'Search Results', 'MAX_DISPLAY_SEARCH_RESULTS', '20', 'Amount of products to list', 3, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (37, 'Page Links', 'MAX_DISPLAY_PAGE_LINKS', '5', 'Number of ''number'' links use for page-sets', 3, 3, NULL, '2004-07-17 17:06:04', NULL, NULL), (38, 'Special Products', 'MAX_DISPLAY_SPECIAL_PRODUCTS', '9', 'Maximum number of products on special to display', 3, 4, '2005-09-29 17:46:32', '2004-07-17 17:06:04', NULL, NULL), (39, 'New Products Module', 'MAX_DISPLAY_NEW_PRODUCTS', '12', 'Maximum number of new products to display in a category', 3, 5, '2005-10-04 12:39:58', '2004-07-17 17:06:04', NULL, NULL), (40, 'Products Expected', 'MAX_DISPLAY_UPCOMING_PRODUCTS', '10', 'Maximum number of products expected to display', 3, 6, NULL, '2004-07-17 17:06:04', NULL, NULL), (41, 'Manufacturers List', 'MAX_DISPLAY_MANUFACTURERS_IN_A_LIST', '0', 'Used in manufacturers box; when the number of manufacturers exceeds this number, a drop-down list will be displayed instead of the default list', 3, 7, NULL, '2004-07-17 17:06:04', NULL, NULL), (42, 'Manufacturers Select Size', 'MAX_MANUFACTURERS_LIST', '1', 'Used in manufacturers box; when this value is ''1'' the classic drop-down list will be used for the manufacturers box. Otherwise, a list-box with the specified number of rows will be displayed.', 3, 7, NULL, '2004-07-17 17:06:04', NULL, NULL), (43, 'Length of Manufacturers Name', 'MAX_DISPLAY_MANUFACTURER_NAME_LEN', '15', 'Used in manufacturers box; maximum length of manufacturers name to display', 3, 8, NULL, '2004-07-17 17:06:04', NULL, NULL), (44, 'New Reviews', 'MAX_DISPLAY_NEW_REVIEWS', '6', 'Maximum number of new reviews to display', 3, 9, '2005-10-04 12:39:42', '2004-07-17 17:06:04', NULL, NULL), (45, 'Selection of Random Reviews', 'MAX_RANDOM_SELECT_REVIEWS', '10', 'How many records to select from to choose one random product review', 3, 10, NULL, '2004-07-17 17:06:04', NULL, NULL), (46, 'Selection of Random New Products', 'MAX_RANDOM_SELECT_NEW', '10', 'How many records to select from to choose one random new product to display', 3, 11, NULL, '2004-07-17 17:06:04', NULL, NULL), (47, 'Selection of Products on Special', 'MAX_RANDOM_SELECT_SPECIALS', '10', 'How many records to select from to choose one random product special to display', 3, 12, NULL, '2004-07-17 17:06:04', NULL, NULL), (48, 'Categories To List Per Row', 'MAX_DISPLAY_CATEGORIES_PER_ROW', '3', 'How many categories to list per row', 3, 13, '2005-09-29 17:57:42', '2004-07-17 17:06:04', NULL, NULL), (49, 'New Products Listing', 'MAX_DISPLAY_PRODUCTS_NEW', '20', 'Maximum number of new products to display in new products page', 3, 14, '2005-09-29 17:49:19', '2004-07-17 17:06:04', NULL, NULL), (50, 'Best Sellers', 'MAX_DISPLAY_BESTSELLERS', '10', 'Maximum number of best sellers to display', 3, 15, NULL, '2004-07-17 17:06:04', NULL, NULL), (51, 'Also Purchased', 'MAX_DISPLAY_ALSO_PURCHASED', '6', 'Maximum number of products to display in the ''This Customer Also Purchased'' box', 3, 16, NULL, '2004-07-17 17:06:04', NULL, NULL), (52, 'Customer Order History Box', 'MAX_DISPLAY_PRODUCTS_IN_ORDER_HISTORY_BOX', '6', 'Maximum number of products to display in the customer order history box', 3, 17, NULL, '2004-07-17 17:06:04', NULL, NULL), (53, 'Order History', 'MAX_DISPLAY_ORDER_HISTORY', '10', 'Maximum number of orders to display in the order history page', 3, 18, NULL, '2004-07-17 17:06:04', NULL, NULL), (54, 'Small Image Width', 'SMALL_IMAGE_WIDTH', '170', 'The pixel width of small images', 4, 1, '2005-10-25 17:08:55', '2004-07-17 17:06:04', NULL, NULL), (55, 'Small Image Height', 'SMALL_IMAGE_HEIGHT', '170', 'The pixel height of small images', 4, 2, '2005-10-25 17:09:09', '2004-07-17 17:06:04', NULL, NULL), (56, 'Heading Image Width', 'HEADING_IMAGE_WIDTH', '50', 'The pixel width of heading images', 4, 3, '2005-05-18 20:46:05', '2004-07-17 17:06:04', NULL, NULL), (57, 'Heading Image Height', 'HEADING_IMAGE_HEIGHT', '50', 'The pixel height of heading images', 4, 4, '2005-05-18 20:46:17', '2004-07-17 17:06:04', NULL, NULL), (58, 'Subcategory Image Width', 'SUBCATEGORY_IMAGE_WIDTH', '50', 'The pixel width of subcategory images', 4, 5, '2005-04-20 20:15:05', '2004-07-17 17:06:04', NULL, NULL), (59, 'Subcategory Image Height', 'SUBCATEGORY_IMAGE_HEIGHT', '50', 'The pixel height of subcategory images', 4, 6, '2005-04-20 20:15:14', '2004-07-17 17:06:04', NULL, NULL), (60, 'Calculate Image Size', 'CONFIG_CALCULATE_IMAGE_SIZE', 'true', 'Calculate the size of images?', 4, 7, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (61, 'Image Required', 'IMAGE_REQUIRED', 'true', 'Enable to display broken images. Good for development.', 4, 8, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (62, 'Gender', 'ACCOUNT_GENDER', 'false', 'Display gender in the customers account', 5, 1, '2005-06-04 14:11:36', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (63, 'Date of Birth', 'ACCOUNT_DOB', 'false', 'Display date of birth in the customers account', 5, 2, '2005-06-04 14:11:47', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (64, 'Company', 'ACCOUNT_COMPANY', 'false', 'Display company in the customers account', 5, 3, '2004-07-19 17:49:17', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (65, 'Suburb', 'ACCOUNT_SUBURB', 'true', 'Display suburb in the customers account', 5, 4, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (66, 'State', 'ACCOUNT_STATE', 'true', 'Display state in the customers account', 5, 5, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (67, 'Installed Modules', 'MODULE_PAYMENT_INSTALLED', 'cc.php;cod.php;germanbanktransfer.php;moneyorder.php;paypal.php', 'List of payment module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: cc.php;cod.php;paypal.php)', 6, 0, '2005-06-04 13:32:11', '2004-07-17 17:06:04', NULL, NULL), (68, 'Installed Modules', 'MODULE_ORDER_TOTAL_INSTALLED', 'ot_subtotal.php;ot_shipping.php;ot_tax.php;ot_total.php', 'List of order_total module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ot_subtotal.php;ot_tax.php;ot_shipping.php;ot_total.php)', 6, 0, '2004-07-24 16:51:03', '2004-07-17 17:06:04', NULL, NULL), (69, 'Installed Modules', 'MODULE_SHIPPING_INSTALLED', 'flat.php', 'List of shipping module filenames separated by a semi-colon. This is automatically updated. No need to edit. (Example: ups.php;flat.php;item.php)', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (70, 'Enable Cash On Delivery Module', 'MODULE_PAYMENT_COD_STATUS', 'True', 'Do you want to accept Cash On Delevery payments?', 6, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (71, 'Payment Zone', 'MODULE_PAYMENT_COD_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2004-07-17 17:06:04', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (72, 'Sort order of display.', 'MODULE_PAYMENT_COD_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (73, 'Set Order Status', 'MODULE_PAYMENT_COD_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2004-07-17 17:06:04', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (79, 'Enable Flat Shipping', 'MODULE_SHIPPING_FLAT_STATUS', 'True', 'Do you want to offer flat rate shipping?', 6, 0, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (80, 'Shipping Cost', 'MODULE_SHIPPING_FLAT_COST', '5.00', 'The shipping cost for all orders using this shipping method.', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (81, 'Tax Class', 'MODULE_SHIPPING_FLAT_TAX_CLASS', '0', 'Use the following tax class on the shipping fee.', 6, 0, NULL, '2004-07-17 17:06:04', 'tep_get_tax_class_title', 'tep_cfg_pull_down_tax_classes('), (82, 'Shipping Zone', 'MODULE_SHIPPING_FLAT_ZONE', '0', 'If a zone is selected, only enable this shipping method for that zone.', 6, 0, NULL, '2004-07-17 17:06:04', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (83, 'Sort Order', 'MODULE_SHIPPING_FLAT_SORT_ORDER', '0', 'Sort order of display.', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (84, 'Default Currency', 'DEFAULT_CURRENCY', 'EUR', 'Default Currency', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (85, 'Default Language', 'DEFAULT_LANGUAGE', 'de', 'Default Language', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (86, 'Default Order Status For New Orders', 'DEFAULT_ORDERS_STATUS_ID', '1', 'When a new order is created, this order status will be assigned to it.', 6, 0, NULL, '2004-07-17 17:06:04', NULL, NULL), (87, 'Display Shipping', 'MODULE_ORDER_TOTAL_SHIPPING_STATUS', 'true', 'Do you want to display the order shipping cost?', 6, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (88, 'Sort Order', 'MODULE_ORDER_TOTAL_SHIPPING_SORT_ORDER', '2', 'Sort order of display.', 6, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (89, 'Allow Free Shipping', 'MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING', 'false', 'Do you want to allow free shipping?', 6, 3, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (90, 'Free Shipping For Orders Over', 'MODULE_ORDER_TOTAL_SHIPPING_FREE_SHIPPING_OVER', '50', 'Provide free shipping for orders over the set amount.', 6, 4, NULL, '2004-07-17 17:06:04', 'currencies->format', NULL), (91, 'Provide Free Shipping For Orders Made', 'MODULE_ORDER_TOTAL_SHIPPING_DESTINATION', 'national', 'Provide free shipping for orders sent to the set destination.', 6, 5, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''national'', ''international'', ''both''),'), (92, 'Display Sub-Total', 'MODULE_ORDER_TOTAL_SUBTOTAL_STATUS', 'true', 'Do you want to display the order sub-total cost?', 6, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (93, 'Sort Order', 'MODULE_ORDER_TOTAL_SUBTOTAL_SORT_ORDER', '1', 'Sort order of display.', 6, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (94, 'Display Tax', 'MODULE_ORDER_TOTAL_TAX_STATUS', 'true', 'Do you want to display the order tax value?', 6, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (95, 'Sort Order', 'MODULE_ORDER_TOTAL_TAX_SORT_ORDER', '3', 'Sort order of display.', 6, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (96, 'Display Total', 'MODULE_ORDER_TOTAL_TOTAL_STATUS', 'true', 'Do you want to display the total order value?', 6, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (97, 'Sort Order', 'MODULE_ORDER_TOTAL_TOTAL_SORT_ORDER', '4', 'Sort order of display.', 6, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (98, 'Country of Origin', 'SHIPPING_ORIGIN_COUNTRY', '81', 'Select the country of origin to be used in shipping quotes.', 7, 1, '2004-07-18 15:09:39', '2004-07-17 17:06:04', 'tep_get_country_name', 'tep_cfg_pull_down_country_list('), (99, 'Postal Code', 'SHIPPING_ORIGIN_ZIP', 'NONE', 'Enter the Postal Code (ZIP) of the Store to be used in shipping quotes.', 7, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (100, 'Enter the Maximum Package Weight you will ship', 'SHIPPING_MAX_WEIGHT', '5', 'Carriers have a max weight limit for a single package. This is a common one for all.', 7, 3, '2004-07-19 17:50:26', '2004-07-17 17:06:04', NULL, NULL), (101, 'Package Tare weight.', 'SHIPPING_BOX_WEIGHT', '0', 'What is the weight of typical packaging of small to medium packages?', 7, 4, '2004-07-19 17:50:52', '2004-07-17 17:06:04', NULL, NULL), (102, 'Larger packages - percentage increase.', 'SHIPPING_BOX_PADDING', '0', 'For 10% enter 10', 7, 5, '2004-07-19 17:51:28', '2004-07-17 17:06:04', NULL, NULL), (103, 'Display Product Image', 'PRODUCT_LIST_IMAGE', '1', 'Do you want to display the Product Image?', 8, 1, '2005-05-19 20:12:04', '2004-07-17 17:06:04', NULL, NULL), (104, 'Display Product Manufaturer Name', 'PRODUCT_LIST_MANUFACTURER', '0', 'Do you want to display the Product Manufacturer Name?', 8, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (105, 'Display Product Model', 'PRODUCT_LIST_MODEL', '0', 'Do you want to display the Product Model?', 8, 3, NULL, '2004-07-17 17:06:04', NULL, NULL), (106, 'Display Product Name', 'PRODUCT_LIST_NAME', '2', 'Do you want to display the Product Name?', 8, 4, NULL, '2004-07-17 17:06:04', NULL, NULL), (107, 'Display Product Price', 'PRODUCT_LIST_PRICE', '3', 'Do you want to display the Product Price', 8, 5, NULL, '2004-07-17 17:06:04', NULL, NULL), (108, 'Display Product Quantity', 'PRODUCT_LIST_QUANTITY', '0', 'Do you want to display the Product Quantity?', 8, 6, NULL, '2004-07-17 17:06:04', NULL, NULL), (109, 'Display Product Weight', 'PRODUCT_LIST_WEIGHT', '0', 'Do you want to display the Product Weight?', 8, 7, NULL, '2004-07-17 17:06:04', NULL, NULL), (110, 'Display Buy Now column', 'PRODUCT_LIST_BUY_NOW', '4', 'Do you want to display the Buy Now column?', 8, 8, NULL, '2004-07-17 17:06:04', NULL, NULL), (111, 'Display Category/Manufacturer Filter (0=disable; 1=enable)', 'PRODUCT_LIST_FILTER', '0', 'Do you want to display the Category/Manufacturer Filter?', 8, 9, '2005-07-27 11:00:10', '2004-07-17 17:06:04', NULL, NULL), (112, 'Location of Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', 'PREV_NEXT_BAR_LOCATION', '3', 'Sets the location of the Prev/Next Navigation Bar (1-top, 2-bottom, 3-both)', 8, 10, '2005-05-19 20:04:58', '2004-07-17 17:06:04', NULL, NULL), (113, 'Check stock level', 'STOCK_CHECK', 'true', 'Check to see if sufficent stock is available', 9, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (114, 'Subtract stock', 'STOCK_LIMITED', 'true', 'Subtract product in stock by product orders', 9, 2, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (115, 'Allow Checkout', 'STOCK_ALLOW_CHECKOUT', 'true', 'Allow customer to checkout even if there is insufficient stock', 9, 3, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (116, 'Mark product out of stock', 'STOCK_MARK_PRODUCT_OUT_OF_STOCK', '***', 'Display something on screen so customer can see which product has insufficient stock', 9, 4, NULL, '2004-07-17 17:06:04', NULL, NULL), (117, 'Stock Re-order level', 'STOCK_REORDER_LEVEL', '5', 'Define when stock needs to be re-ordered', 9, 5, NULL, '2004-07-17 17:06:04', NULL, NULL), (118, 'Store Page Parse Time', 'STORE_PAGE_PARSE_TIME', 'false', 'Store the time it takes to parse a page', 10, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (119, 'Log Destination', 'STORE_PAGE_PARSE_TIME_LOG', '/var/log/www/tep/page_parse_time.log', 'Directory and filename of the page parse time log', 10, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (120, 'Log Date Format', 'STORE_PARSE_DATE_TIME_FORMAT', '%d/%m/%Y %H:%M:%S', 'The date format', 10, 3, NULL, '2004-07-17 17:06:04', NULL, NULL), (121, 'Display The Page Parse Time', 'DISPLAY_PAGE_PARSE_TIME', 'false', 'Display the page parse time (store page parse time must be enabled)', 10, 4, '2005-06-26 13:59:50', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (122, 'Store Database Queries', 'STORE_DB_TRANSACTIONS', 'false', 'Store the database queries in the page parse time log (PHP4 only)', 10, 5, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (123, 'Use Cache', 'USE_CACHE', 'true', 'Use caching features', 11, 1, '2005-07-27 11:03:54', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (124, 'Cache Directory', 'DIR_FS_CACHE', '/tmp/', 'The directory where the cached files are saved', 11, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (125, 'E-Mail Transport Method', 'EMAIL_TRANSPORT', 'sendmail', 'Defines if this server uses a local connection to sendmail or uses an SMTP connection via TCP/IP. Servers running on Windows and MacOS should change this setting to SMTP.', 12, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''sendmail'', ''smtp''),'), (126, 'E-Mail Linefeeds', 'EMAIL_LINEFEED', 'LF', 'Defines the character sequence used to separate mail headers.', 12, 2, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''LF'', ''CRLF''),'), (127, 'Use MIME HTML When Sending Emails', 'EMAIL_USE_HTML', 'true', 'Send e-mails in HTML format', 12, 3, '2004-07-19 17:58:37', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (128, 'Verify E-Mail Addresses Through DNS', 'ENTRY_EMAIL_ADDRESS_CHECK', 'true', 'Verify e-mail address through a DNS server', 12, 4, '2004-07-19 17:59:07', '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (129, 'Send E-Mails', 'SEND_EMAILS', 'true', 'Send out e-mails', 12, 5, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (130, 'Enable download', 'DOWNLOAD_ENABLED', 'false', 'Enable the products download functions.', 13, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (131, 'Download by redirect', 'DOWNLOAD_BY_REDIRECT', 'false', 'Use browser redirection for download. Disable on non-Unix systems.', 13, 2, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (132, 'Expiry delay (days)', 'DOWNLOAD_MAX_DAYS', '7', 'Set number of days before the download link expires. 0 means no limit.', 13, 3, NULL, '2004-07-17 17:06:04', NULL, ''), (133, 'Maximum number of downloads', 'DOWNLOAD_MAX_COUNT', '5', 'Set the maximum number of downloads. 0 means no download authorized.', 13, 4, NULL, '2004-07-17 17:06:04', NULL, ''), (134, 'Enable GZip Compression', 'GZIP_COMPRESSION', 'false', 'Enable HTTP GZip compression.', 14, 1, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (135, 'Compression Level', 'GZIP_LEVEL', '5', 'Use this compression level 0-9 (0 = minimum, 9 = maximum).', 14, 2, NULL, '2004-07-17 17:06:04', NULL, NULL), (136, 'Session Directory', 'SESSION_WRITE_DIRECTORY', '/tmp', 'If sessions are file based, store them in this directory.', 15, 1, NULL, '2004-07-17 17:06:04', NULL, NULL), (137, 'Force Cookie Use', 'SESSION_FORCE_COOKIE_USE', 'False', 'Force the use of sessions when cookies are only enabled.', 15, 2, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (138, 'Check SSL Session ID', 'SESSION_CHECK_SSL_SESSION_ID', 'False', 'Validate the SSL_SESSION_ID on every secure HTTPS page request.', 15, 3, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (139, 'Check User Agent', 'SESSION_CHECK_USER_AGENT', 'False', 'Validate the clients browser user agent on every page request.', 15, 4, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (140, 'Check IP Address', 'SESSION_CHECK_IP_ADDRESS', 'False', 'Validate the clients IP address on every page request.', 15, 5, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (141, 'Prevent Spider Sessions', 'SESSION_BLOCK_SPIDERS', 'False', 'Prevent known spiders from starting a session.', 15, 6, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (142, 'Recreate Session', 'SESSION_RECREATE', 'False', 'Recreate the session to generate a new session ID when the customer logs on or creates an account (PHP >=4.1 needed).', 15, 7, NULL, '2004-07-17 17:06:04', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (143, 'Enable PayPal Module', 'MODULE_PAYMENT_PAYPAL_STATUS', 'True', 'Do you want to accept PayPal payments?', 6, 3, NULL, '2005-04-14 20:09:05', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (144, 'E-Mail Address', 'MODULE_PAYMENT_PAYPAL_ID', 'you@yourbusiness.com', 'The e-mail address to use for the PayPal service', 6, 4, NULL, '2005-04-14 20:09:05', NULL, NULL), (145, 'Transaction Currency', 'MODULE_PAYMENT_PAYPAL_CURRENCY', 'Selected Currency', 'The currency to use for credit card transactions', 6, 6, NULL, '2005-04-14 20:09:05', NULL, 'tep_cfg_select_option(array(''Selected Currency'',''Only USD'',''Only CAD'',''Only EUR'',''Only GBP'',''Only JPY''),'), (146, 'Sort order of display.', 'MODULE_PAYMENT_PAYPAL_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2005-04-14 20:09:05', NULL, NULL), (147, 'Payment Zone', 'MODULE_PAYMENT_PAYPAL_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2005-04-14 20:09:05', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (148, 'Set Order Status', 'MODULE_PAYMENT_PAYPAL_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2005-04-14 20:09:05', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (149, 'Enable Check/Money Order Module', 'MODULE_PAYMENT_MONEYORDER_STATUS', 'True', 'Do you want to accept Check/Money Order payments?', 6, 1, NULL, '2005-04-14 20:09:19', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (150, 'Make Payable to:', 'MODULE_PAYMENT_MONEYORDER_PAYTO', '', 'Who should payments be made payable to?', 6, 1, NULL, '2005-04-14 20:09:19', NULL, NULL), (151, 'Sort order of display.', 'MODULE_PAYMENT_MONEYORDER_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2005-04-14 20:09:19', NULL, NULL), (152, 'Payment Zone', 'MODULE_PAYMENT_MONEYORDER_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2005-04-14 20:09:19', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (153, 'Set Order Status', 'MODULE_PAYMENT_MONEYORDER_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2005-04-14 20:09:19', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (154, 'Enable Credit Card Module', 'MODULE_PAYMENT_CC_STATUS', 'True', 'Do you want to accept credit card payments?', 6, 0, NULL, '2005-04-14 20:09:26', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (155, 'Split Credit Card E-Mail Address', 'MODULE_PAYMENT_CC_EMAIL', '', 'If an e-mail address is entered, the middle digits of the credit card number will be sent to the e-mail address (the outside digits are stored in the database with the middle digits censored)', 6, 0, NULL, '2005-04-14 20:09:26', NULL, NULL), (156, 'Sort order of display.', 'MODULE_PAYMENT_CC_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2005-04-14 20:09:26', NULL, NULL), (157, 'Payment Zone', 'MODULE_PAYMENT_CC_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2005-04-14 20:09:26', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (158, 'Set Order Status', 'MODULE_PAYMENT_CC_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2005-04-14 20:09:26', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (159, 'Allow Banktranfer Payments', 'MODULE_PAYMENT_GERMANBT_STATUS', 'True', 'Do you want to accept banktransfer payments?', 6, 1, NULL, '2005-06-04 13:32:10', NULL, 'tep_cfg_select_option(array(''True'', ''False''),'), (160, 'Payment Zone', 'MODULE_PAYMENT_GERMANBT_ZONE', '0', 'If a zone is selected, only enable this payment method for that zone.', 6, 2, NULL, '2005-06-04 13:32:10', 'tep_get_zone_class_title', 'tep_cfg_pull_down_zone_classes('), (161, 'Sort order of display.', 'MODULE_PAYMENT_GERMANBT_SORT_ORDER', '0', 'Sort order of display. Lowest is displayed first.', 6, 0, NULL, '2005-06-04 13:32:10', NULL, NULL), (162, 'Set Order Status', 'MODULE_PAYMENT_GERMANBT_ORDER_STATUS_ID', '0', 'Set the status of orders made with this payment module to this value', 6, 0, NULL, '2005-06-04 13:32:10', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('), (163, 'Allow Fax Confirmation', 'MODULE_PAYMENT_GERMANBT_FAX_CONFIRMATION', 'true', 'Do you want to allow fax confirmation?', 6, 2, NULL, '2005-06-04 13:32:10', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (164, 'Use database lookup for BLZ?', 'MODULE_PAYMENT_GERMANBT_DATABASE_BLZ', 'false', 'Do you want to use database lookup for BLZ? Ensure that the table banktransfer_blz exists and is set up properly!', 6, 0, NULL, '2005-06-04 13:32:10', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (165, 'Fax-URL', 'MODULE_PAYMENT_GERMANBT_URL_NOTE', 'fax.html', 'The fax-confirmation file. It must located in catalog-dir', 6, 0, NULL, '2005-06-04 13:32:10', NULL, NULL), (166, 'Enable banktransfer after x orders?', 'MODULE_PAYMENT_GERMANBT_ENABLE_AFTER', 'false', 'Do you want to enable banktransfer after x orders?', 6, 0, NULL, '2005-06-04 13:32:10', NULL, 'tep_cfg_select_option(array(''true'', ''false''),'), (167, 'After x times banktransfer will be enabled', 'MODULE_PAYMENT_GERMANBT_ENABLE_AFTER_TIMES', '0', 'Number of orders which must be finished before banktransfer will be enabled', 6, 0, NULL, '2005-06-04 13:32:10', NULL, NULL), (168, 'Order Status to calculate', 'MODULE_PAYMENT_GERMANBT_ENABLE_AFTER_ORDER_STATUS', '3', 'Set status of orders which will be used to count', 6, 0, NULL, '2005-06-04 13:32:10', 'tep_get_order_status_name', 'tep_cfg_pull_down_order_statuses('); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `configuration_group` -- CREATE TABLE `configuration_group` ( `configuration_group_id` int(11) NOT NULL auto_increment, `configuration_group_title` varchar(64) NOT NULL default '', `configuration_group_description` varchar(255) NOT NULL default '', `sort_order` int(5) default NULL, `visible` int(1) default '1', PRIMARY KEY (`configuration_group_id`) ) TYPE=MyISAM AUTO_INCREMENT=16 ; -- -- Daten für Tabelle `configuration_group` -- INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES (1, 'My Store', 'General information about my store', 1, 1), (2, 'Minimum Values', 'The minimum values for functions / data', 2, 1), (3, 'Maximum Values', 'The maximum values for functions / data', 3, 1), (4, 'Images', 'Image parameters', 4, 1), (5, 'Customer Details', 'Customer account configuration', 5, 1), (6, 'Module Options', 'Hidden from configuration', 6, 0), (7, 'Shipping/Packaging', 'Shipping options available at my store', 7, 1), (8, 'Product Listing', 'Product Listing configuration options', 8, 1), (9, 'Stock', 'Stock configuration options', 9, 1), (10, 'Logging', 'Logging configuration options', 10, 1), (11, 'Cache', 'Caching configuration options', 11, 1), (12, 'E-Mail Options', 'General setting for E-Mail transport and HTML E-Mails', 12, 1), (13, 'Download', 'Downloadable products options', 13, 1), (14, 'GZip Compression', 'GZip compression options', 14, 1), (15, 'Sessions', 'Session options', 15, 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `counter` -- CREATE TABLE `counter` ( `startdate` char(8) default NULL, `counter` int(12) default NULL ) TYPE=MyISAM; -- -- Daten für Tabelle `counter` -- INSERT INTO `counter` (`startdate`, `counter`) VALUES ('20040717', 9760); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `counter_history` -- CREATE TABLE `counter_history` ( `month` char(8) default NULL, `counter` int(12) default NULL ) TYPE=MyISAM; -- -- Daten für Tabelle `counter_history` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `countries` -- CREATE TABLE `countries` ( `countries_id` int(11) NOT NULL auto_increment, `countries_name` varchar(64) NOT NULL default '', `countries_iso_code_2` char(2) NOT NULL default '', `countries_iso_code_3` char(3) NOT NULL default '', `address_format_id` int(11) NOT NULL default '0', PRIMARY KEY (`countries_id`), KEY `IDX_COUNTRIES_NAME` (`countries_name`) ) TYPE=MyISAM AUTO_INCREMENT=240 ; -- -- Daten für Tabelle `countries` -- INSERT INTO `countries` (`countries_id`, `countries_name`, `countries_iso_code_2`, `countries_iso_code_3`, `address_format_id`) VALUES (1, 'Afghanistan', 'AF', 'AFG', 1), (2, 'Albania', 'AL', 'ALB', 1), (3, 'Algeria', 'DZ', 'DZA', 1), (4, 'American Samoa', 'AS', 'ASM', 1), (5, 'Andorra', 'AD', 'AND', 1), (6, 'Angola', 'AO', 'AGO', 1), (7, 'Anguilla', 'AI', 'AIA', 1), (8, 'Antarctica', 'AQ', 'ATA', 1), (9, 'Antigua and Barbuda', 'AG', 'ATG', 1), (10, 'Argentina', 'AR', 'ARG', 1), (11, 'Armenia', 'AM', 'ARM', 1), (12, 'Aruba', 'AW', 'ABW', 1), (13, 'Australia', 'AU', 'AUS', 1), (14, 'Austria', 'AT', 'AUT', 5), (15, 'Azerbaijan', 'AZ', 'AZE', 1), (16, 'Bahamas', 'BS', 'BHS', 1), (17, 'Bahrain', 'BH', 'BHR', 1), (18, 'Bangladesh', 'BD', 'BGD', 1), (19, 'Barbados', 'BB', 'BRB', 1), (20, 'Belarus', 'BY', 'BLR', 1), (21, 'Belgium', 'BE', 'BEL', 1), (22, 'Belize', 'BZ', 'BLZ', 1), (23, 'Benin', 'BJ', 'BEN', 1), (24, 'Bermuda', 'BM', 'BMU', 1), (25, 'Bhutan', 'BT', 'BTN', 1), (26, 'Bolivia', 'BO', 'BOL', 1), (27, 'Bosnia and Herzegowina', 'BA', 'BIH', 1), (28, 'Botswana', 'BW', 'BWA', 1), (29, 'Bouvet Island', 'BV', 'BVT', 1), (30, 'Brazil', 'BR', 'BRA', 1), (31, 'British Indian Ocean Territory', 'IO', 'IOT', 1), (32, 'Brunei Darussalam', 'BN', 'BRN', 1), (33, 'Bulgaria', 'BG', 'BGR', 1), (34, 'Burkina Faso', 'BF', 'BFA', 1), (35, 'Burundi', 'BI', 'BDI', 1), (36, 'Cambodia', 'KH', 'KHM', 1), (37, 'Cameroon', 'CM', 'CMR', 1), (38, 'Canada', 'CA', 'CAN', 1), (39, 'Cape Verde', 'CV', 'CPV', 1), (40, 'Cayman Islands', 'KY', 'CYM', 1), (41, 'Central African Republic', 'CF', 'CAF', 1), (42, 'Chad', 'TD', 'TCD', 1), (43, 'Chile', 'CL', 'CHL', 1), (44, 'China', 'CN', 'CHN', 1), (45, 'Christmas Island', 'CX', 'CXR', 1), (46, 'Cocos (Keeling) Islands', 'CC', 'CCK', 1), (47, 'Colombia', 'CO', 'COL', 1), (48, 'Comoros', 'KM', 'COM', 1), (49, 'Congo', 'CG', 'COG', 1), (50, 'Cook Islands', 'CK', 'COK', 1), (51, 'Costa Rica', 'CR', 'CRI', 1), (52, 'Cote D''Ivoire', 'CI', 'CIV', 1), (53, 'Croatia', 'HR', 'HRV', 1), (54, 'Cuba', 'CU', 'CUB', 1), (55, 'Cyprus', 'CY', 'CYP', 1), (56, 'Czech Republic', 'CZ', 'CZE', 1), (57, 'Denmark', 'DK', 'DNK', 1), (58, 'Djibouti', 'DJ', 'DJI', 1), (59, 'Dominica', 'DM', 'DMA', 1), (60, 'Dominican Republic', 'DO', 'DOM', 1), (61, 'East Timor', 'TP', 'TMP', 1), (62, 'Ecuador', 'EC', 'ECU', 1), (63, 'Egypt', 'EG', 'EGY', 1), (64, 'El Salvador', 'SV', 'SLV', 1), (65, 'Equatorial Guinea', 'GQ', 'GNQ', 1), (66, 'Eritrea', 'ER', 'ERI', 1), (67, 'Estonia', 'EE', 'EST', 1), (68, 'Ethiopia', 'ET', 'ETH', 1), (69, 'Falkland Islands (Malvinas)', 'FK', 'FLK', 1), (70, 'Faroe Islands', 'FO', 'FRO', 1), (71, 'Fiji', 'FJ', 'FJI', 1), (72, 'Finland', 'FI', 'FIN', 1), (73, 'France', 'FR', 'FRA', 1), (74, 'France, Metropolitan', 'FX', 'FXX', 1), (75, 'French Guiana', 'GF', 'GUF', 1), (76, 'French Polynesia', 'PF', 'PYF', 1), (77, 'French Southern Territories', 'TF', 'ATF', 1), (78, 'Gabon', 'GA', 'GAB', 1), (79, 'Gambia', 'GM', 'GMB', 1), (80, 'Georgia', 'GE', 'GEO', 1), (81, 'Germany', 'DE', 'DEU', 5), (82, 'Ghana', 'GH', 'GHA', 1), (83, 'Gibraltar', 'GI', 'GIB', 1), (84, 'Greece', 'GR', 'GRC', 1), (85, 'Greenland', 'GL', 'GRL', 1), (86, 'Grenada', 'GD', 'GRD', 1), (87, 'Guadeloupe', 'GP', 'GLP', 1), (88, 'Guam', 'GU', 'GUM', 1), (89, 'Guatemala', 'GT', 'GTM', 1), (90, 'Guinea', 'GN', 'GIN', 1), (91, 'Guinea-bissau', 'GW', 'GNB', 1), (92, 'Guyana', 'GY', 'GUY', 1), (93, 'Haiti', 'HT', 'HTI', 1), (94, 'Heard and Mc Donald Islands', 'HM', 'HMD', 1), (95, 'Honduras', 'HN', 'HND', 1), (96, 'Hong Kong', 'HK', 'HKG', 1), (97, 'Hungary', 'HU', 'HUN', 1), (98, 'Iceland', 'IS', 'ISL', 1), (99, 'India', 'IN', 'IND', 1), (100, 'Indonesia', 'ID', 'IDN', 1), (101, 'Iran (Islamic Republic of)', 'IR', 'IRN', 1), (102, 'Iraq', 'IQ', 'IRQ', 1), (103, 'Ireland', 'IE', 'IRL', 1), (104, 'Israel', 'IL', 'ISR', 1), (105, 'Italy', 'IT', 'ITA', 1), (106, 'Jamaica', 'JM', 'JAM', 1), (107, 'Japan', 'JP', 'JPN', 1), (108, 'Jordan', 'JO', 'JOR', 1), (109, 'Kazakhstan', 'KZ', 'KAZ', 1), (110, 'Kenya', 'KE', 'KEN', 1), (111, 'Kiribati', 'KI', 'KIR', 1), (112, 'Korea, Democratic People''s Republic of', 'KP', 'PRK', 1), (113, 'Korea, Republic of', 'KR', 'KOR', 1), (114, 'Kuwait', 'KW', 'KWT', 1), (115, 'Kyrgyzstan', 'KG', 'KGZ', 1), (116, 'Lao People''s Democratic Republic', 'LA', 'LAO', 1), (117, 'Latvia', 'LV', 'LVA', 1), (118, 'Lebanon', 'LB', 'LBN', 1), (119, 'Lesotho', 'LS', 'LSO', 1), (120, 'Liberia', 'LR', 'LBR', 1), (121, 'Libyan Arab Jamahiriya', 'LY', 'LBY', 1), (122, 'Liechtenstein', 'LI', 'LIE', 1), (123, 'Lithuania', 'LT', 'LTU', 1), (124, 'Luxembourg', 'LU', 'LUX', 1), (125, 'Macau', 'MO', 'MAC', 1), (126, 'Macedonia, The Former Yugoslav Republic of', 'MK', 'MKD', 1), (127, 'Madagascar', 'MG', 'MDG', 1), (128, 'Malawi', 'MW', 'MWI', 1), (129, 'Malaysia', 'MY', 'MYS', 1), (130, 'Maldives', 'MV', 'MDV', 1), (131, 'Mali', 'ML', 'MLI', 1), (132, 'Malta', 'MT', 'MLT', 1), (133, 'Marshall Islands', 'MH', 'MHL', 1), (134, 'Martinique', 'MQ', 'MTQ', 1), (135, 'Mauritania', 'MR', 'MRT', 1), (136, 'Mauritius', 'MU', 'MUS', 1), (137, 'Mayotte', 'YT', 'MYT', 1), (138, 'Mexico', 'MX', 'MEX', 1), (139, 'Micronesia, Federated States of', 'FM', 'FSM', 1), (140, 'Moldova, Republic of', 'MD', 'MDA', 1), (141, 'Monaco', 'MC', 'MCO', 1), (142, 'Mongolia', 'MN', 'MNG', 1), (143, 'Montserrat', 'MS', 'MSR', 1), (144, 'Morocco', 'MA', 'MAR', 1), (145, 'Mozambique', 'MZ', 'MOZ', 1), (146, 'Myanmar', 'MM', 'MMR', 1), (147, 'Namibia', 'NA', 'NAM', 1), (148, 'Nauru', 'NR', 'NRU', 1), (149, 'Nepal', 'NP', 'NPL', 1), (150, 'Netherlands', 'NL', 'NLD', 1), (151, 'Netherlands Antilles', 'AN', 'ANT', 1), (152, 'New Caledonia', 'NC', 'NCL', 1), (153, 'New Zealand', 'NZ', 'NZL', 1), (154, 'Nicaragua', 'NI', 'NIC', 1), (155, 'Niger', 'NE', 'NER', 1), (156, 'Nigeria', 'NG', 'NGA', 1), (157, 'Niue', 'NU', 'NIU', 1), (158, 'Norfolk Island', 'NF', 'NFK', 1), (159, 'Northern Mariana Islands', 'MP', 'MNP', 1), (160, 'Norway', 'NO', 'NOR', 1), (161, 'Oman', 'OM', 'OMN', 1), (162, 'Pakistan', 'PK', 'PAK', 1), (163, 'Palau', 'PW', 'PLW', 1), (164, 'Panama', 'PA', 'PAN', 1), (165, 'Papua New Guinea', 'PG', 'PNG', 1), (166, 'Paraguay', 'PY', 'PRY', 1), (167, 'Peru', 'PE', 'PER', 1), (168, 'Philippines', 'PH', 'PHL', 1), (169, 'Pitcairn', 'PN', 'PCN', 1), (170, 'Poland', 'PL', 'POL', 1), (171, 'Portugal', 'PT', 'PRT', 1), (172, 'Puerto Rico', 'PR', 'PRI', 1), (173, 'Qatar', 'QA', 'QAT', 1), (174, 'Reunion', 'RE', 'REU', 1), (175, 'Romania', 'RO', 'ROM', 1), (176, 'Russian Federation', 'RU', 'RUS', 1), (177, 'Rwanda', 'RW', 'RWA', 1), (178, 'Saint Kitts and Nevis', 'KN', 'KNA', 1), (179, 'Saint Lucia', 'LC', 'LCA', 1), (180, 'Saint Vincent and the Grenadines', 'VC', 'VCT', 1), (181, 'Samoa', 'WS', 'WSM', 1), (182, 'San Marino', 'SM', 'SMR', 1), (183, 'Sao Tome and Principe', 'ST', 'STP', 1), (184, 'Saudi Arabia', 'SA', 'SAU', 1), (185, 'Senegal', 'SN', 'SEN', 1), (186, 'Seychelles', 'SC', 'SYC', 1), (187, 'Sierra Leone', 'SL', 'SLE', 1), (188, 'Singapore', 'SG', 'SGP', 4), (189, 'Slovakia (Slovak Republic)', 'SK', 'SVK', 1), (190, 'Slovenia', 'SI', 'SVN', 1), (191, 'Solomon Islands', 'SB', 'SLB', 1), (192, 'Somalia', 'SO', 'SOM', 1), (193, 'South Africa', 'ZA', 'ZAF', 1), (194, 'South Georgia and the South Sandwich Islands', 'GS', 'SGS', 1), (195, 'Spain', 'ES', 'ESP', 3), (196, 'Sri Lanka', 'LK', 'LKA', 1), (197, 'St. Helena', 'SH', 'SHN', 1), (198, 'St. Pierre and Miquelon', 'PM', 'SPM', 1), (199, 'Sudan', 'SD', 'SDN', 1), (200, 'Suriname', 'SR', 'SUR', 1), (201, 'Svalbard and Jan Mayen Islands', 'SJ', 'SJM', 1), (202, 'Swaziland', 'SZ', 'SWZ', 1), (203, 'Sweden', 'SE', 'SWE', 1), (204, 'Switzerland', 'CH', 'CHE', 1), (205, 'Syrian Arab Republic', 'SY', 'SYR', 1), (206, 'Taiwan', 'TW', 'TWN', 1), (207, 'Tajikistan', 'TJ', 'TJK', 1), (208, 'Tanzania, United Republic of', 'TZ', 'TZA', 1), (209, 'Thailand', 'TH', 'THA', 1), (210, 'Togo', 'TG', 'TGO', 1), (211, 'Tokelau', 'TK', 'TKL', 1), (212, 'Tonga', 'TO', 'TON', 1), (213, 'Trinidad and Tobago', 'TT', 'TTO', 1), (214, 'Tunisia', 'TN', 'TUN', 1), (215, 'Turkey', 'TR', 'TUR', 1), (216, 'Turkmenistan', 'TM', 'TKM', 1), (217, 'Turks and Caicos Islands', 'TC', 'TCA', 1), (218, 'Tuvalu', 'TV', 'TUV', 1), (219, 'Uganda', 'UG', 'UGA', 1), (220, 'Ukraine', 'UA', 'UKR', 1), (221, 'United Arab Emirates', 'AE', 'ARE', 1), (222, 'United Kingdom', 'GB', 'GBR', 1), (223, 'United States', 'US', 'USA', 2), (224, 'United States Minor Outlying Islands', 'UM', 'UMI', 1), (225, 'Uruguay', 'UY', 'URY', 1), (226, 'Uzbekistan', 'UZ', 'UZB', 1), (227, 'Vanuatu', 'VU', 'VUT', 1), (228, 'Vatican City State (Holy See)', 'VA', 'VAT', 1), (229, 'Venezuela', 'VE', 'VEN', 1), (230, 'Viet Nam', 'VN', 'VNM', 1), (231, 'Virgin Islands (British)', 'VG', 'VGB', 1), (232, 'Virgin Islands (U.S.)', 'VI', 'VIR', 1), (233, 'Wallis and Futuna Islands', 'WF', 'WLF', 1), (234, 'Western Sahara', 'EH', 'ESH', 1), (235, 'Yemen', 'YE', 'YEM', 1), (236, 'Yugoslavia', 'YU', 'YUG', 1), (237, 'Zaire', 'ZR', 'ZAR', 1), (238, 'Zambia', 'ZM', 'ZMB', 1), (239, 'Zimbabwe', 'ZW', 'ZWE', 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `currencies` -- CREATE TABLE `currencies` ( `currencies_id` int(11) NOT NULL auto_increment, `title` varchar(32) NOT NULL default '', `code` char(3) NOT NULL default '', `symbol_left` varchar(12) default NULL, `symbol_right` varchar(12) default NULL, `decimal_point` char(1) default NULL, `thousands_point` char(1) default NULL, `decimal_places` char(1) default NULL, `value` float(13,8) default NULL, `last_updated` datetime default NULL, PRIMARY KEY (`currencies_id`) ) TYPE=MyISAM AUTO_INCREMENT=3 ; -- -- Daten für Tabelle `currencies` -- INSERT INTO `currencies` (`currencies_id`, `title`, `code`, `symbol_left`, `symbol_right`, `decimal_point`, `thousands_point`, `decimal_places`, `value`, `last_updated`) VALUES (1, 'Euro', 'EUR', '€', '', '.', ',', '2', 1.00000000, '2004-07-18 15:50:20'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `customers` -- CREATE TABLE `customers` ( `customers_id` int(11) NOT NULL auto_increment, `customers_gender` char(1) NOT NULL default '', `customers_firstname` varchar(32) NOT NULL default '', `customers_lastname` varchar(32) NOT NULL default '', `customers_dob` datetime NOT NULL default '0000-00-00 00:00:00', `customers_email_address` varchar(96) NOT NULL default '', `customers_default_address_id` int(11) NOT NULL default '0', `customers_telephone` varchar(32) NOT NULL default '', `customers_fax` varchar(32) default NULL, `customers_password` varchar(40) NOT NULL default '', `customers_newsletter` char(1) default NULL, PRIMARY KEY (`customers_id`) ) TYPE=MyISAM AUTO_INCREMENT=6 ; -- -- Daten für Tabelle `customers` -- INSERT INTO `customers` (`customers_id`, `customers_gender`, `customers_firstname`, `customers_lastname`, `customers_dob`, `customers_email_address`, `customers_default_address_id`, `customers_telephone`, `customers_fax`, `customers_password`, `customers_newsletter`) VALUES (1, 'm', 'John', 'doe', '2001-01-01 00:00:00', 'root@localhost', 1, '12345', '', 'd95e8fa7f20a009372eb3477473fcd34:1c', '0'), (2, 'm', 'Friedo', 'Humann', '1958-03-18 00:00:00', 'holidudu@gmx.de', 2, '372262', '', '3ebf58830726ccd2a0079a70269c69d1:96', '1'), (3, 'm', 'El', 'Pampero', '1955-04-24 00:00:00', 'donvicente@gmx.de', 3, '0421 - 12345678', '', 'ecdaf36ae15d766b64ae8d3e36c1ee66:12', ''), (4, 'm', 'Dennis', 'Reckeweg', '1976-01-16 00:00:00', 'STS51-L@gmx.de', 4, '04213909647', '', 'bdd9c0d871e4fd70c723bb1e8edb98bd:38', '1'), (5, '', 'Peter', 'Pan', '0000-00-00 00:00:00', 'info@versiegler.de', 5, '123456', '', '27cc336819e4440e81674b37e7265033:8a', '1'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `customers_basket` -- CREATE TABLE `customers_basket` ( `customers_basket_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `products_id` tinytext NOT NULL, `customers_basket_quantity` int(2) NOT NULL default '0', `final_price` decimal(15,4) NOT NULL default '0.0000', `customers_basket_date_added` varchar(8) default NULL, PRIMARY KEY (`customers_basket_id`) ) TYPE=MyISAM AUTO_INCREMENT=49 ; -- -- Daten für Tabelle `customers_basket` -- INSERT INTO `customers_basket` (`customers_basket_id`, `customers_id`, `products_id`, `customers_basket_quantity`, `final_price`, `customers_basket_date_added`) VALUES (29, 5, '475', 1, 0.0000, '20050604'), (42, 5, '175', 1, 0.0000, '20050617'), (48, 2, '152', 1, 0.0000, '20050628'), (47, 2, '573', 1, 0.0000, '20050620'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `customers_basket_attributes` -- CREATE TABLE `customers_basket_attributes` ( `customers_basket_attributes_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `products_id` tinytext NOT NULL, `products_options_id` int(11) NOT NULL default '0', `products_options_value_id` int(11) NOT NULL default '0', PRIMARY KEY (`customers_basket_attributes_id`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `customers_basket_attributes` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `customers_info` -- CREATE TABLE `customers_info` ( `customers_info_id` int(11) NOT NULL default '0', `customers_info_date_of_last_logon` datetime default NULL, `customers_info_number_of_logons` int(5) default NULL, `customers_info_date_account_created` datetime default NULL, `customers_info_date_account_last_modified` datetime default NULL, `global_product_notifications` int(1) default '0', PRIMARY KEY (`customers_info_id`) ) TYPE=MyISAM; -- -- Daten für Tabelle `customers_info` -- INSERT INTO `customers_info` (`customers_info_id`, `customers_info_date_of_last_logon`, `customers_info_number_of_logons`, `customers_info_date_account_created`, `customers_info_date_account_last_modified`, `global_product_notifications`) VALUES (1, '0000-00-00 00:00:00', 0, '2004-07-17 17:06:04', '0000-00-00 00:00:00', 0), (2, '2005-06-28 23:36:26', 67, '2004-07-18 17:25:23', '2005-04-16 18:29:25', 0), (3, '2004-07-19 19:59:43', 2, '2004-07-19 18:13:49', NULL, 0), (4, NULL, 0, '2005-04-24 09:44:42', NULL, 0), (5, '2005-06-17 23:05:03', 2, '2005-06-04 22:16:04', NULL, 0); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `geo_zones` -- CREATE TABLE `geo_zones` ( `geo_zone_id` int(11) NOT NULL auto_increment, `geo_zone_name` varchar(32) NOT NULL default '', `geo_zone_description` varchar(255) NOT NULL default '', `last_modified` datetime default NULL, `date_added` datetime NOT NULL default '0000-00-00 00:00:00', PRIMARY KEY (`geo_zone_id`) ) TYPE=MyISAM AUTO_INCREMENT=2 ; -- -- Daten für Tabelle `geo_zones` -- INSERT INTO `geo_zones` (`geo_zone_id`, `geo_zone_name`, `geo_zone_description`, `last_modified`, `date_added`) VALUES (1, 'Florida', 'Florida local sales tax zone', NULL, '2004-07-17 17:06:04'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `languages` -- CREATE TABLE `languages` ( `languages_id` int(11) NOT NULL auto_increment, `name` varchar(32) NOT NULL default '', `code` char(2) NOT NULL default '', `image` varchar(64) default NULL, `directory` varchar(32) default NULL, `sort_order` int(3) default NULL, PRIMARY KEY (`languages_id`), KEY `IDX_LANGUAGES_NAME` (`name`) ) TYPE=MyISAM AUTO_INCREMENT=7 ; -- -- Daten für Tabelle `languages` -- INSERT INTO `languages` (`languages_id`, `name`, `code`, `image`, `directory`, `sort_order`) VALUES (2, 'Deutsch', 'de', 'icon.gif', 'german', 2), (6, 'English', 'co', 'icon.gif', 'english', 3); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `manufacturers` -- CREATE TABLE `manufacturers` ( `manufacturers_id` int(11) NOT NULL auto_increment, `manufacturers_name` varchar(32) NOT NULL default '', `manufacturers_image` varchar(64) default NULL, `date_added` datetime default NULL, `last_modified` datetime default NULL, PRIMARY KEY (`manufacturers_id`), KEY `IDX_MANUFACTURERS_NAME` (`manufacturers_name`) ) TYPE=MyISAM AUTO_INCREMENT=10 ; -- -- Daten für Tabelle `manufacturers` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `manufacturers_info` -- CREATE TABLE `manufacturers_info` ( `manufacturers_id` int(11) NOT NULL default '0', `languages_id` int(11) NOT NULL default '0', `manufacturers_url` varchar(255) NOT NULL default '', `url_clicked` int(5) NOT NULL default '0', `date_last_click` datetime default NULL, PRIMARY KEY (`manufacturers_id`,`languages_id`) ) TYPE=MyISAM; -- -- Daten für Tabelle `manufacturers_info` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `newsletters` -- CREATE TABLE `newsletters` ( `newsletters_id` int(11) NOT NULL auto_increment, `title` varchar(255) NOT NULL default '', `content` text NOT NULL, `module` varchar(255) NOT NULL default '', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `date_sent` datetime default NULL, `status` int(1) default NULL, `locked` int(1) default '0', PRIMARY KEY (`newsletters_id`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `newsletters` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders` -- CREATE TABLE `orders` ( `orders_id` int(11) NOT NULL auto_increment, `customers_id` int(11) NOT NULL default '0', `customers_name` varchar(64) NOT NULL default '', `customers_company` varchar(32) default NULL, `customers_street_address` varchar(64) NOT NULL default '', `customers_suburb` varchar(32) default NULL, `customers_city` varchar(32) NOT NULL default '', `customers_postcode` varchar(10) NOT NULL default '', `customers_state` varchar(32) default NULL, `customers_country` varchar(32) NOT NULL default '', `customers_telephone` varchar(32) NOT NULL default '', `customers_email_address` varchar(96) NOT NULL default '', `customers_address_format_id` int(5) NOT NULL default '0', `delivery_name` varchar(64) NOT NULL default '', `delivery_company` varchar(32) default NULL, `delivery_street_address` varchar(64) NOT NULL default '', `delivery_suburb` varchar(32) default NULL, `delivery_city` varchar(32) NOT NULL default '', `delivery_postcode` varchar(10) NOT NULL default '', `delivery_state` varchar(32) default NULL, `delivery_country` varchar(32) NOT NULL default '', `delivery_address_format_id` int(5) NOT NULL default '0', `billing_name` varchar(64) NOT NULL default '', `billing_company` varchar(32) default NULL, `billing_street_address` varchar(64) NOT NULL default '', `billing_suburb` varchar(32) default NULL, `billing_city` varchar(32) NOT NULL default '', `billing_postcode` varchar(10) NOT NULL default '', `billing_state` varchar(32) default NULL, `billing_country` varchar(32) NOT NULL default '', `billing_address_format_id` int(5) NOT NULL default '0', `payment_method` varchar(32) NOT NULL default '', `cc_type` varchar(20) default NULL, `cc_owner` varchar(64) default NULL, `cc_number` varchar(32) default NULL, `cc_expires` varchar(4) default NULL, `last_modified` datetime default NULL, `date_purchased` datetime default NULL, `orders_status` int(5) NOT NULL default '0', `orders_date_finished` datetime default NULL, `currency` char(3) default NULL, `currency_value` decimal(14,6) default NULL, PRIMARY KEY (`orders_id`) ) TYPE=MyISAM AUTO_INCREMENT=13 ; -- -- Daten für Tabelle `orders` -- INSERT INTO `orders` (`orders_id`, `customers_id`, `customers_name`, `customers_company`, `customers_street_address`, `customers_suburb`, `customers_city`, `customers_postcode`, `customers_state`, `customers_country`, `customers_telephone`, `customers_email_address`, `customers_address_format_id`, `delivery_name`, `delivery_company`, `delivery_street_address`, `delivery_suburb`, `delivery_city`, `delivery_postcode`, `delivery_state`, `delivery_country`, `delivery_address_format_id`, `billing_name`, `billing_company`, `billing_street_address`, `billing_suburb`, `billing_city`, `billing_postcode`, `billing_state`, `billing_country`, `billing_address_format_id`, `payment_method`, `cc_type`, `cc_owner`, `cc_number`, `cc_expires`, `last_modified`, `date_purchased`, `orders_status`, `orders_date_finished`, `currency`, `currency_value`) VALUES (1, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2004-07-18 17:26:48', 1, NULL, 'EUR', 1.000000), (2, 3, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', '0421 - 12345678', 'donvicente@gmx.de', 5, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', 5, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2004-07-19 18:16:30', 1, NULL, 'EUR', 1.000000), (3, 3, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', '0421 - 12345678', 'donvicente@gmx.de', 5, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', 5, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2004-07-19 19:04:19', 1, NULL, 'EUR', 1.000000), (4, 3, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', '0421 - 12345678', 'donvicente@gmx.de', 5, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', 5, 'El Pampero', '', 'Donald Duck Str. 9', 'Gröhlingen', 'Bremen', '28239', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2004-07-19 20:01:03', 1, NULL, 'EUR', 1.000000), (5, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2004-07-19 21:21:35', 1, NULL, 'EUR', 1.000000), (6, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2004-07-20 19:16:29', 1, NULL, 'EUR', 1.000000), (7, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Nachnahme', '', '', '', '', NULL, '2005-06-02 02:09:46', 1, NULL, 'EUR', 1.000000), (8, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Lastschriftverfahren', '', '', '', '', NULL, '2005-06-04 13:35:44', 1, NULL, 'EUR', 1.000000), (9, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Lastschriftverfahren', '', '', '', '', NULL, '2005-06-04 13:49:48', 1, NULL, 'EUR', 1.000000), (10, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Lastschriftverfahren', '', '', '', '', NULL, '2005-06-04 13:55:42', 1, NULL, 'EUR', 1.000000), (11, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Lastschriftverfahren', '', '', '', '', NULL, '2005-06-04 14:00:16', 1, NULL, 'EUR', 1.000000), (12, 2, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', '372262', 'holidudu@gmx.de', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Friedo Humann', '', 'Schwarzburger Str. 5', '', 'Bremen', '28215', 'Bremen', 'Germany', 5, 'Lastschriftverfahren', '', '', '', '', NULL, '2005-06-04 14:02:57', 1, NULL, 'EUR', 1.000000); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders_products` -- CREATE TABLE `orders_products` ( `orders_products_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `products_id` int(11) NOT NULL default '0', `products_model` varchar(12) default NULL, `products_name` varchar(64) NOT NULL default '', `products_price` decimal(15,4) NOT NULL default '0.0000', `final_price` decimal(15,4) NOT NULL default '0.0000', `products_tax` decimal(7,4) NOT NULL default '0.0000', `products_quantity` int(2) NOT NULL default '0', PRIMARY KEY (`orders_products_id`) ) TYPE=MyISAM AUTO_INCREMENT=20 ; -- -- Daten für Tabelle `orders_products` -- INSERT INTO `orders_products` (`orders_products_id`, `orders_id`, `products_id`, `products_model`, `products_name`, `products_price`, `final_price`, `products_tax`, `products_quantity`) VALUES (1, 1, 34, '0006', 'Peter Tosh - Bush Doctor', 4.9000, 4.9000, 0.0000, 3), (2, 1, 30, '0002', 'Peter Tosh - Mystic Man', 4.9000, 4.9000, 0.0000, 2), (3, 2, 31, '0003', 'Peter Tosh - Mama Africa', 4.9000, 4.9000, 0.0000, 1), (4, 3, 32, '0004', 'Peter Tosh - Wanted Dread & Alive', 4.9000, 4.9000, 0.0000, 1), (5, 4, 30, '0002', 'Peter Tosh - Mystic Man', 4.9000, 4.9000, 0.0000, 1), (6, 5, 34, '0006', 'Peter Tosh - Bush Doctor', 4.9000, 4.9000, 0.0000, 1), (7, 6, 43, '0015', 'Mickey Jupp - Some People Can''t Dance', 4.9000, 4.9000, 0.0000, 1), (8, 7, 174, '0104', 'Jethro Tull - "A"', 9.0000, 9.0000, 0.0000, 1), (9, 7, 175, '0105', 'Andy Mackay - Resolving Contradiction', 9.0000, 9.0000, 0.0000, 1), (10, 7, 239, '0167', 'Tina Turner - Break Every Rule', 5.0000, 5.0000, 0.0000, 1), (11, 7, 397, '0316', 'Culture - Harder Than The Rest', 12.0000, 12.0000, 0.0000, 1), (12, 7, 396, '0315', 'Linton Kwesi Johnson - Forces Of Victory', 9.0000, 9.0000, 0.0000, 1), (13, 7, 395, '0314', 'Bob Marley - Kaya', 10.0000, 10.0000, 0.0000, 1), (14, 8, 175, '0105', 'Andy Mackay - Resolving Contradiction', 9.0000, 9.0000, 0.0000, 1), (15, 9, 457, '0377', 'The Marshall Tucker Band - Together Forever', 10.0000, 10.0000, 0.0000, 1), (16, 10, 397, '0316', 'Culture - Harder Than The Rest', 12.0000, 12.0000, 0.0000, 1), (17, 11, 458, '0378', 'A Flock of Seagulls', 6.0000, 6.0000, 0.0000, 1), (18, 12, 133, '0065', 'Manfred Mann''s Earth Band - Nightingales And Bombers', 5.0000, 5.0000, 0.0000, 1), (19, 12, 459, '0379', 'Men At Work - Cargo', 6.0000, 6.0000, 0.0000, 1); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders_products_attributes` -- CREATE TABLE `orders_products_attributes` ( `orders_products_attributes_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_products_id` int(11) NOT NULL default '0', `products_options` varchar(32) NOT NULL default '', `products_options_values` varchar(32) NOT NULL default '', `options_values_price` decimal(15,4) NOT NULL default '0.0000', `price_prefix` char(1) NOT NULL default '', PRIMARY KEY (`orders_products_attributes_id`), KEY `options_values_price` (`options_values_price`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `orders_products_attributes` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders_products_download` -- CREATE TABLE `orders_products_download` ( `orders_products_download_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_products_id` int(11) NOT NULL default '0', `orders_products_filename` varchar(255) NOT NULL default '', `download_maxdays` int(2) NOT NULL default '0', `download_count` int(2) NOT NULL default '0', PRIMARY KEY (`orders_products_download_id`) ) TYPE=MyISAM AUTO_INCREMENT=1 ; -- -- Daten für Tabelle `orders_products_download` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders_status` -- CREATE TABLE `orders_status` ( `orders_status_id` int(11) NOT NULL default '0', `language_id` int(11) NOT NULL default '1', `orders_status_name` varchar(32) NOT NULL default '', PRIMARY KEY (`orders_status_id`,`language_id`), KEY `idx_orders_status_name` (`orders_status_name`) ) TYPE=MyISAM; -- -- Daten für Tabelle `orders_status` -- INSERT INTO `orders_status` (`orders_status_id`, `language_id`, `orders_status_name`) VALUES (1, 2, 'Offen'), (2, 2, 'In Bearbeitung'), (3, 2, 'Versendet'), (3, 6, 'Versendet'), (2, 6, 'In Bearbeitung'), (1, 6, 'Offen'); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders_status_history` -- CREATE TABLE `orders_status_history` ( `orders_status_history_id` int(11) NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `orders_status_id` int(5) NOT NULL default '0', `date_added` datetime NOT NULL default '0000-00-00 00:00:00', `customer_notified` int(1) default '0', `comments` text, PRIMARY KEY (`orders_status_history_id`) ) TYPE=MyISAM AUTO_INCREMENT=13 ; -- -- Daten für Tabelle `orders_status_history` -- INSERT INTO `orders_status_history` (`orders_status_history_id`, `orders_id`, `orders_status_id`, `date_added`, `customer_notified`, `comments`) VALUES (1, 1, 1, '2004-07-18 17:26:48', 1, ''), (2, 2, 1, '2004-07-19 18:16:30', 1, ''), (3, 3, 1, '2004-07-19 19:04:19', 1, ''), (4, 4, 1, '2004-07-19 20:01:03', 1, ''), (5, 5, 1, '2004-07-19 21:21:36', 1, ''), (6, 6, 1, '2004-07-20 19:16:29', 1, 'Kleiner Test'), (7, 7, 1, '2005-06-02 02:09:46', 1, ''), (8, 8, 1, '2005-06-04 13:35:44', 1, ''), (9, 9, 1, '2005-06-04 13:49:48', 1, 'Hier meine Anmerkung... blablabla'), (10, 10, 1, '2005-06-04 13:55:42', 1, ''), (11, 11, 1, '2005-06-04 14:00:16', 1, 'ycvbysfbnsfgnbsfg\r\nrzujkdteuirzuk'), (12, 12, 1, '2005-06-04 14:02:57', 1, ''); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `orders_total` -- CREATE TABLE `orders_total` ( `orders_total_id` int(10) unsigned NOT NULL auto_increment, `orders_id` int(11) NOT NULL default '0', `title` varchar(255) NOT NULL default '', `text` varchar(255) NOT NULL default '', `value` decimal(15,4) NOT NULL default '0.0000', `class` varchar(32) NOT NULL default '', `sort_order` int(11) NOT NULL default '0', PRIMARY KEY (`orders_total_id`), KEY `idx_orders_total_orders_id` (`orders_id`) ) TYPE=MyISAM AUTO_INCREMENT=37 ; -- -- Daten für Tabelle `orders_total` -- INSERT INTO `orders_total` (`orders_total_id`, `orders_id`, `title`, `text`, `value`, `class`, `sort_order`) VALUES (1, 1, 'Zwischensumme:', '€24.50', 24.5000, 'ot_subtotal', 1), (2, 1, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (3, 1, 'Summe:', '€29.50', 29.5000, 'ot_total', 4), (4, 2, 'Zwischensumme:', '€4.90', 4.9000, 'ot_subtotal', 1), (5, 2, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (6, 2, 'Summe:', '€9.90', 9.9000, 'ot_total', 4), (7, 3, 'Zwischensumme:', '€4.90', 4.9000, 'ot_subtotal', 1), (8, 3, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (9, 3, 'Summe:', '€9.90', 9.9000, 'ot_total', 4), (10, 4, 'Zwischensumme:', '€4.90', 4.9000, 'ot_subtotal', 1), (11, 4, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (12, 4, 'Summe:', '€9.90', 9.9000, 'ot_total', 4), (13, 5, 'Zwischensumme:', '€4.90', 4.9000, 'ot_subtotal', 1), (14, 5, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (15, 5, 'Summe:', '€9.90', 9.9000, 'ot_total', 4), (16, 6, 'Zwischensumme:', '€4.90', 4.9000, 'ot_subtotal', 1), (17, 6, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (18, 6, 'Summe:', '€9.90', 9.9000, 'ot_total', 4), (19, 7, 'Zwischensumme:', '€54.00', 54.0000, 'ot_subtotal', 1), (20, 7, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (21, 7, 'Summe:', '€59.00', 59.0000, 'ot_total', 4), (22, 8, 'Zwischensumme:', '€9.00', 9.0000, 'ot_subtotal', 1), (23, 8, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (24, 8, 'Summe:', '€14.00', 14.0000, 'ot_total', 4), (25, 9, 'Zwischensumme:', '€10.00', 10.0000, 'ot_subtotal', 1), (26, 9, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (27, 9, 'Summe:', '€15.00', 15.0000, 'ot_total', 4), (28, 10, 'Zwischensumme:', '€12.00', 12.0000, 'ot_subtotal', 1), (29, 10, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (30, 10, 'Summe:', '€17.00', 17.0000, 'ot_total', 4), (31, 11, 'Zwischensumme:', '€6.00', 6.0000, 'ot_subtotal', 1), (32, 11, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (33, 11, 'Summe:', '€11.00', 11.0000, 'ot_total', 4), (34, 12, 'Zwischensumme:', '€11.00', 11.0000, 'ot_subtotal', 1), (35, 12, 'Pauschale Versandkosten ():', '€5.00', 5.0000, 'ot_shipping', 2), (36, 12, 'Summe:', '€16.00', 16.0000, 'ot_total', 4); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `products` -- CREATE TABLE `products` ( `products_id` int(11) NOT NULL auto_increment, `products_quantity` int(4) NOT NULL default '0', `products_model` varchar(12) default NULL, `products_image` varchar(64) default NULL, `products_price` decimal(15,4) NOT NULL default '0.0000', `products_date_added` datetime NOT NULL default '0000-00-00 00:00:00', `products_last_modified` datetime default NULL, `products_date_available` datetime default NULL, `products_weight` decimal(5,2) NOT NULL default '0.00', `products_status` tinyint(1) NOT NULL default '0', `products_tax_class_id` int(11) NOT NULL default '0', `manufacturers_id` int(11) default NULL, `products_ordered` int(11) NOT NULL default '0', PRIMARY KEY (`products_id`), KEY `idx_products_date_added` (`products_date_added`), KEY `products_price` (`products_price`), KEY `products_image` (`products_image`) ) TYPE=MyISAM AUTO_INCREMENT=1616 ; -- -- Daten für Tabelle `products` -- INSERT INTO `products` (`products_id`, `products_quantity`, `products_model`, `products_image`, `products_price`, `products_date_added`, `products_last_modified`, `products_date_available`, `products_weight`, `products_status`, `products_tax_class_id`, `manufacturers_id`, `products_ordered`) VALUES (76, 2, '0010', 'Broken Identity.jpg', 9.0000, '2005-04-17 19:02:17', '2005-05-22 16:23:22', NULL, 0.00, 1, 0, 0, 0), (77, 2, '0011', 'Diamond Life.jpg', 8.0000, '2005-04-20 17:17:38', '2005-08-15 11:16:25', NULL, 0.00, 1, 0, 0, 0), (78, 1, '0012', 'Promise.jpg', 7.0000, '2005-04-20 18:39:43', '2005-08-15 11:16:55', NULL, 0.00, 1, 0, 0, 0), (79, 1, '0013', 'Greatings From LA.jpg', 13.0000, '2005-04-20 22:24:29', '2005-05-22 16:28:32', NULL, 0.00, 1, 0, 0, 0), (80, 1, '0014', 'Look At The Fool.jpg', 11.0000, '2005-04-20 22:25:53', '2005-05-22 16:29:05', NULL, 0.00, 1, 0, 0, 0), (81, 1, '0015', 'Sefronia.jpg', 17.0000, '2005-04-20 22:27:06', '2005-05-22 16:28:51', NULL, 0.00, 1, 0, 0, 0), (82, 1, '1120', 'Get A Wfiff A This.jpg', 11.0000, '2005-04-24 11:32:47', '2005-08-15 11:41:00', NULL, 0.00, 1, 0, 0, 0), (83, 1, '0021', 'Hunky Dory2.jpg', 19.0000, '2005-05-02 15:38:41', '2005-05-22 16:15:06', NULL, 0.00, 1, 0, 0, 0), (84, 1, '0017', 'Lie Back And Enjoy It.jpg', 11.0000, '2005-05-12 19:30:37', '2005-05-22 16:37:52', NULL, 0.00, 1, 0, 0, 0), (85, 1, '0018', 'Big Audio Dynamite.jpg', 6.0000, '2005-05-12 20:30:29', '2005-05-21 21:45:25', NULL, 0.00, 1, 0, 0, 0), (86, 1, '0019', 'Voyeur.jpg', 11.0000, '2005-05-15 10:27:37', '2005-05-22 16:24:05', NULL, 0.00, 1, 0, 0, 0), (87, 1, '0020', 'Sailin.jpg', 7.0000, '2005-05-15 10:39:44', '2005-05-22 16:23:52', NULL, 0.00, 1, 0, 0, 0), (88, 1, '0022', 'Somebodys_watching.jpg', 21.0000, '2005-05-15 10:58:23', '2005-05-22 16:57:40', NULL, 0.00, 1, 0, 0, 0), (89, 1, '0023', 'Westernhagen.jpg', 10.0000, '2005-05-15 12:55:55', '2005-05-22 17:09:36', NULL, 0.00, 1, 0, 0, 0), (90, 1, '0024', 'Fire On The Mountain.jpg', 11.0000, '2005-05-15 17:12:15', '2005-05-22 16:12:49', NULL, 0.00, 1, 0, 0, 0), (91, 1, '0024', 'Light House.jpg', 11.0000, '2005-05-15 17:40:59', '2005-05-22 16:23:38', NULL, 0.00, 1, 0, 0, 0), (92, 1, '0025', 'Greatest Hits.gif', 8.0000, '2005-05-15 18:47:47', '2005-05-22 16:13:13', NULL, 0.00, 1, 0, 0, 0), (93, 2, '0026', 'Every Beat Of My Heart.jpg', 8.0000, '2005-05-15 19:49:03', '2005-05-22 17:10:55', NULL, 0.00, 1, 0, 0, 0), (94, 2, '0027', 'Moribund The Buergermeister.jpg', 9.0000, '2005-05-15 20:17:37', '2005-05-22 16:42:36', NULL, 0.00, 1, 0, 0, 0), (95, 2, '0028', 'Stranger.jpg', 6.0000, '2005-05-15 20:35:51', '2005-05-22 16:31:40', NULL, 0.00, 1, 0, 0, 0), (96, 1, '0029', 'Fantastic.jpg', 5.0000, '2005-05-15 21:06:57', '2005-05-22 17:18:27', NULL, 0.00, 1, 0, 0, 0), (97, 1, '0030', 'Live Stock.jpg', 19.0000, '2005-05-15 22:18:16', '2005-05-22 17:20:34', NULL, 0.00, 1, 0, 0, 0), (98, 0, '0031', 'Boys And Girls.jpg', 10.0000, '2005-05-15 22:34:05', '2005-05-31 17:20:57', NULL, 0.00, 1, 0, 0, 0), (173, 1, '0103', 'Stormwatch.jpg', 5.0000, '2005-05-19 17:11:12', '2005-05-22 16:35:52', NULL, 0.00, 1, 0, 0, 0), (100, 1, '0034', 'The The Innocent.jpg', 13.0000, '2005-05-15 23:50:26', '2005-05-22 17:04:03', NULL, 0.00, 1, 0, 0, 0), (101, 1, '0035', 'Soundtrack.jpg', 4.0000, '2005-05-16 10:34:54', '2005-05-22 16:00:18', NULL, 0.00, 1, 0, 0, 0), (67, 5, '0001', 'Halleluja.jpg', 9.0000, '2005-04-17 17:37:12', '2005-05-22 17:08:29', NULL, 0.00, 1, 0, 0, 0), (68, 1, '0002', 'Stinker.jpg', 12.0000, '2005-04-17 17:39:13', '2005-05-22 17:09:17', NULL, 0.00, 1, 0, 0, 0), (69, 1, '0003', 'Lausige Zeiten.jpg', 7.0000, '2005-04-17 17:46:32', '2005-05-22 17:08:44', NULL, 0.00, 1, 0, 0, 0), (70, 1, '0004', 'Das Herz.jpg', 11.0000, '2005-04-17 17:48:05', '2005-05-22 17:07:21', NULL, 0.00, 1, 0, 0, 0), (71, 1, '0005', 'Die Sonne.jpg', 3.5000, '2005-04-17 17:49:05', '2005-05-22 17:07:37', NULL, 0.00, 1, 0, 0, 0), (72, 1, '0006', 'Ganz Allein.jpg', 13.0000, '2005-04-17 17:50:52', '2005-05-22 17:07:57', NULL, 0.00, 1, 0, 0, 0), (73, 4, '0007', 'Pfefferminz.jpg', 11.0000, '2005-04-17 17:51:46', '2005-05-22 17:09:02', NULL, 0.00, 1, 0, 0, 0), (74, 1, '0008', 'Geiler is schon.jpg', 11.0000, '2005-04-17 17:52:36', '2005-05-22 17:08:14', NULL, 0.00, 1, 0, 0, 0), (75, 1, '0009', 'Broken Barricades.jpg', 9.0000, '2005-04-17 18:18:47', '2005-05-22 16:56:15', NULL, 0.00, 1, 0, 0, 0), (102, 1, '0036', 'How Dare You.jpg', 5.0000, '2005-05-16 10:52:22', '2005-05-22 16:00:00', NULL, 0.00, 1, 0, 0, 0), (103, 1, '0037', '461 Ocean Boulevard.jpg', 7.0000, '2005-05-16 11:30:27', '2005-05-22 16:20:12', NULL, 0.00, 1, 0, 0, 0), (104, 1, '0038', 'Rebel Yell.jpg', 9.0000, '2005-05-16 11:47:32', '2005-05-22 16:30:56', NULL, 0.00, 1, 0, 0, 0), (105, 1, '0039', 'Cant Buy A Thrill.jpg', 7.0000, '2005-05-16 12:00:06', '2005-05-22 17:13:05', NULL, 0.00, 1, 0, 0, 0), (106, 1, '0040', 'Live2.jpg', 11.0000, '2005-05-16 12:16:58', '2005-05-29 13:32:40', NULL, 0.00, 1, 0, 0, 0), (107, 1, '0041', 'Gone To Earth.jpg', 5.0000, '2005-05-16 12:24:18', '2005-05-22 16:03:03', NULL, 0.00, 1, 0, 0, 0), (108, 1, '0042', 'Ammonia Avenue.jpg', 8.0000, '2005-05-16 12:51:53', '2005-05-22 16:59:13', NULL, 0.00, 1, 0, 0, 0), (109, 1, '0043', 'Scary Monsters.jpg', 10.0000, '2005-05-16 13:05:36', '2005-05-22 16:15:39', NULL, 0.00, 1, 0, 0, 0), (110, 1, '0044', 'overnite.jpg', 12.0000, '2005-05-16 14:00:25', '2005-05-22 17:04:48', NULL, 0.00, 1, 0, 0, 0), (111, 1, '0045', 'Business As Usual.jpg', 5.0000, '2005-05-16 19:02:08', '2005-05-22 16:54:28', NULL, 0.00, 1, 0, 0, 0), (112, 1, '0046', 'Sneakin.JPG', 10.0000, '2005-05-16 19:51:13', '2005-05-22 16:58:41', NULL, 0.00, 1, 0, 0, 0), (113, 2, '0047', 'Once Again.jpg', 10.0000, '2005-05-16 20:32:13', '2005-05-22 16:03:31', NULL, 0.00, 1, 0, 0, 0), (114, 1, '0048', 'Breakfast.jpg', 7.0000, '2005-05-16 21:02:02', '2005-05-22 17:15:12', NULL, 0.00, 1, 0, 0, 0), (115, 1, '0049', 'Crisis.jpg', 9.0000, '2005-05-16 21:16:57', '2005-05-22 17:15:45', NULL, 0.00, 1, 0, 0, 0), (116, 1, '0050', 'Crime.jpg', 2.0000, '2005-05-16 21:54:32', '2005-05-22 17:15:28', NULL, 0.00, 1, 0, 0, 0), (117, 1, '0051', 'Even In The.jpg', 4.0000, '2005-05-16 22:12:18', '2005-05-22 17:15:59', NULL, 0.00, 1, 0, 0, 0), (118, 1, '0052', 'Countdown.jpg', 6.0000, '2005-05-16 22:28:12', '2005-05-22 17:13:19', NULL, 0.00, 1, 0, 0, 0), (119, 1, '0053', 'Horses.jpg', 7.0000, '2005-05-16 22:38:07', '2005-05-22 17:09:56', NULL, 0.00, 1, 0, 0, 0), (120, 1, '0054', 'Bochum.jpg', 3.0000, '2005-05-16 23:09:28', '2005-06-07 12:07:07', NULL, 0.00, 1, 0, 0, 0), (122, 1, '0055', 'Nightclubbing.jpg', 9.0000, '2005-05-17 13:49:53', '2005-05-22 16:32:39', NULL, 0.00, 1, 0, 0, 0), (123, 1, '0056', 'The Sensationel.jpg', 10.0000, '2005-05-17 15:33:11', '2005-05-22 16:44:15', NULL, 0.00, 1, 0, 0, 0), (124, 1, '0057', 'Year Of The Cat.gif', 9.0000, '2005-05-17 15:51:41', '2005-05-22 17:03:03', NULL, 0.00, 1, 0, 0, 0), (125, 1, '0058', 'In Flight.jpg', 9.0000, '2005-05-17 16:10:20', '2005-05-22 16:20:44', NULL, 0.00, 1, 0, 0, 0), (127, 1, '0059', 'Christopher Cross.jpg', 7.0000, '2005-05-17 16:48:31', NULL, NULL, 0.00, 1, 0, 0, 0), (128, 1, '0060', 'Living On The Fault Line.jpg', 10.0000, '2005-05-17 16:57:16', '2005-05-22 16:27:41', NULL, 0.00, 1, 0, 0, 0), (129, 1, '0061', 'Katy Lied.jpg', 12.0000, '2005-05-17 17:23:06', '2005-05-22 17:13:35', NULL, 0.00, 1, 0, 0, 0), (130, 1, '0062', 'Human Racing.jpg', 8.0000, '2005-05-17 17:45:58', '2005-05-22 16:42:02', NULL, 0.00, 1, 0, 0, 0), (131, 1, '0063', 'Lets Dance.jpg', 10.0000, '2005-05-17 17:53:48', '2005-05-22 16:15:20', NULL, 0.00, 1, 0, 0, 0), (132, 1, '0064', 'Pretenders.gif', 11.0000, '2005-05-17 18:13:16', NULL, NULL, 0.00, 1, 0, 0, 0), (133, 0, '0065', 'Nightingales.jpg', 5.0000, '2005-05-17 18:24:45', '2005-05-22 16:53:27', NULL, 0.00, 1, 0, 0, 1), (134, 1, '0066', 'Passion.jpg', 5.0000, '2005-05-17 18:35:45', '2005-05-22 16:53:04', NULL, 0.00, 1, 0, 0, 0), (135, 1, '0067', 'I Robot.jpg', 5.0000, '2005-05-17 18:56:48', '2005-05-22 16:59:42', NULL, 0.00, 1, 0, 0, 0), (136, 1, '0068', 'Shes The Boss.jpg', 6.0000, '2005-05-17 19:53:17', '2005-05-22 16:41:12', NULL, 0.00, 1, 0, 0, 0), (137, 1, '0069', 'Tubular Bells.jpg', 9.0000, '2005-05-17 19:59:30', '2005-05-22 16:54:56', NULL, 0.00, 1, 0, 0, 0), (138, 1, '0070', 'Black And Blue.gif', 10.0000, '2005-05-17 20:10:46', '2005-05-22 17:00:02', NULL, 0.00, 1, 0, 0, 0), (139, 1, '0071', 'Arc Of A Diver.jpg', 9.0000, '2005-05-17 20:30:10', '2005-05-22 17:14:01', NULL, 0.00, 1, 0, 0, 0), (140, 1, '0072', 'Birds Of Fire.jpg', 9.0000, '2005-05-17 20:46:15', '2005-05-22 17:20:13', NULL, 0.00, 1, 0, 0, 0), (141, 1, '0073', 'Night And Day.jpg', 8.0000, '2005-05-17 21:00:57', '2005-05-22 16:37:10', NULL, 0.00, 1, 0, 0, 0), (194, 1, '0123', 'Out of the Blue.jpg', 17.0000, '2005-05-20 17:02:36', '2005-05-31 19:23:15', NULL, 0.00, 1, 0, 0, 0), (143, 1, '0075', 'The Bridge.jpg', 10.0000, '2005-05-17 22:28:51', '2005-05-22 16:31:27', NULL, 0.00, 1, 0, 0, 0), (144, 1, '0076', 'The Distance.jpg', 7.0000, '2005-05-17 22:38:55', '2005-05-31 12:54:37', NULL, 0.00, 1, 0, 0, 0), (145, 1, '0077', 'Defector.jpg', 11.0000, '2005-05-17 22:55:15', '2005-05-22 16:43:18', NULL, 0.00, 1, 0, 0, 0), (984, 1, '0902', 'legend.gif', 7.0000, '2005-07-26 09:03:42', NULL, NULL, 0.00, 1, 0, 0, 0), (147, 1, '0079', 'Dire Straits.jpg', 6.0000, '2005-05-18 09:01:08', NULL, NULL, 0.00, 1, 0, 0, 0), (148, 1, '0080', 'Tales Of Mystery.jpg', 10.0000, '2005-05-18 10:02:57', '2005-05-22 16:59:29', NULL, 0.00, 1, 0, 0, 0), (149, 1, '0081', 'Communique.jpg', 7.0000, '2005-05-18 10:23:14', '2005-05-22 16:16:42', NULL, 0.00, 1, 0, 0, 0), (150, 1, '0082', 'Small World.jpg', 8.0000, '2005-05-18 10:37:53', '2005-05-22 16:33:24', NULL, 0.00, 1, 0, 0, 0), (151, 1, '0083', 'Private Dancer.jpg', 11.0000, '2005-05-18 10:48:04', '2005-05-22 17:17:15', NULL, 0.00, 1, 0, 0, 0), (152, 1, '0084', 'Lovesongs.jpg', 9.0000, '2005-05-18 11:19:34', '2005-05-22 16:21:31', NULL, 0.00, 1, 0, 0, 0), (153, 1, '0085', 'Hounds Of Love.jpg', 8.0000, '2005-05-18 11:50:44', '2005-05-22 16:22:53', NULL, 0.00, 1, 0, 0, 0), (154, 1, '0086', 'Darkness On The Edge.jpg', 7.0000, '2005-05-18 11:57:50', '2005-05-22 17:03:49', NULL, 0.00, 1, 0, 0, 0), (155, 1, '0087', 'Timeless Flight.jpg', 7.0000, '2005-05-18 18:59:36', '2005-05-22 16:43:51', NULL, 0.00, 1, 0, 0, 0), (156, 1, '0088', 'Snakes And Ladders.jpg', 9.0000, '2005-05-18 19:14:20', '2005-05-22 16:51:13', NULL, 0.00, 1, 0, 0, 0), (157, 1, '0089', 'Black Celebration.jpg', 6.5000, '2005-05-18 19:37:10', '2005-05-22 16:16:13', NULL, 0.00, 1, 0, 0, 0), (158, 1, '0090', 'Lilly Of My Valley.jpg', 10.0000, '2005-05-18 19:58:11', '2005-05-22 17:19:46', NULL, 0.00, 1, 0, 0, 0), (160, 1, '0091', 'Reckless.jpg', 10.0000, '2005-05-18 20:56:47', '2005-05-22 16:10:13', NULL, 0.00, 1, 0, 0, 0), (161, 1, '0091', 'Dream Weaver.jpg', 10.0000, '2005-05-18 21:16:45', '2005-05-22 17:05:15', NULL, 0.00, 1, 0, 0, 0), (162, 1, '0092', 'Inside The Fire.gif', 10.0000, '2005-05-18 21:29:47', '2005-05-22 16:27:11', NULL, 0.00, 1, 0, 0, 0), (163, 1, '0093', 'Scarecrow.jpg', 7.0000, '2005-05-18 21:58:40', '2005-05-22 16:22:14', NULL, 0.00, 1, 0, 0, 0), (164, 1, '0094', 'Get Lucky.jpg', 10.0000, '2005-05-18 22:14:43', '2005-05-22 16:39:35', NULL, 0.00, 1, 0, 0, 0), (165, 2, '0095', 'The Completition.jpg', 6.0000, '2005-05-18 22:43:03', '2005-05-22 17:17:43', NULL, 0.00, 1, 0, 0, 0), (166, 1, '0096', 'Blues In Blond.gif', 10.0000, '2005-05-18 23:01:12', '2005-05-22 16:50:16', NULL, 0.00, 1, 0, 0, 0), (168, 1, '0098', 'The Broadsword And The Beast.jpg', 9.0000, '2005-05-19 09:32:58', '2005-05-22 16:36:07', NULL, 0.00, 1, 0, 0, 0), (169, 1, '0099', 'Aqualung.jpg', 8.0000, '2005-05-19 09:43:19', '2005-05-22 16:34:56', NULL, 0.00, 1, 0, 0, 0), (170, 1, '0100', 'Stormwatch.jpg', 11.0000, '2005-05-19 10:08:33', '2005-05-22 16:35:34', NULL, 0.00, 1, 0, 0, 0), (171, 1, '0101', 'Thick As A Brick.jpg', 11.0000, '2005-05-19 10:19:29', '2005-05-22 16:36:20', NULL, 0.00, 1, 0, 0, 0), (172, 1, '0102', 'Heavy Horses.jpg', 11.0000, '2005-05-19 10:26:54', '2005-05-22 16:35:14', NULL, 0.00, 1, 0, 0, 0), (174, 1, '0104', 'A.jpg', 9.0000, '2005-05-19 17:23:02', '2005-06-02 08:04:26', NULL, 0.00, 1, 0, 0, 1), (175, 0, '0105', 'Resolving Contradictions.jpg', 9.0000, '2005-05-19 17:47:22', '2005-06-02 08:05:10', NULL, 0.00, 1, 0, 0, 2), (176, 1, '0106', 'I Can See Your House From Here.jpg', 7.0000, '2005-05-19 18:02:52', '2005-05-22 16:11:11', NULL, 0.00, 1, 0, 0, 0), (177, 1, '0107', 'John Cougar.jpg', 9.0000, '2005-05-19 18:20:13', '2005-05-22 16:21:57', NULL, 0.00, 1, 0, 0, 0), (178, 1, '0108', 'Defender-2.jpg', 11.0000, '2005-05-19 18:45:35', '2005-11-06 17:17:36', NULL, 0.00, 1, 0, 0, 0), (179, 1, '0109', 'Some People Cant Dance.gif', 11.0000, '2005-05-19 19:07:59', '2005-05-22 16:41:40', NULL, 0.00, 1, 0, 0, 0), (180, 1, '0110', 'Live XCert.jpg', 9.0000, '2005-05-19 19:39:35', '2005-05-22 17:16:34', NULL, 0.00, 1, 0, 0, 0), (181, 1, '0111', 'Saved.jpg', 15.0000, '2005-05-19 19:50:25', '2005-05-22 16:04:54', NULL, 0.00, 1, 0, 0, 0), (182, 1, '0112', 'Essence To Essence.gif', 10.0000, '2005-05-19 20:22:38', '2005-05-22 16:17:19', NULL, 0.00, 1, 0, 0, 0), (183, 1, '0113', 'Street Survivors.jpg', 7.5000, '2005-05-19 21:07:41', '2005-05-22 16:40:42', NULL, 0.00, 1, 0, 0, 0), (184, 1, '0114', 'News Of The World.jpg', 8.0000, '2005-05-19 21:25:57', '2005-05-22 16:56:41', NULL, 0.00, 1, 0, 0, 0), (185, 1, '0115', 'The_Game.jpg', 8.0000, '2005-05-19 21:47:13', '2005-07-31 20:30:07', NULL, 0.00, 1, 0, 0, 0), (186, 1, '0116', 'Africa.jpg', 10.0000, '2005-05-20 09:18:24', '2005-05-22 17:19:30', NULL, 0.00, 1, 0, 0, 0), (187, 1, '0117', 'Guitars And Women.jpg', 11.0000, '2005-05-20 09:43:35', '2005-05-22 16:25:34', NULL, 0.00, 1, 0, 0, 0), (188, 1, '0118', 'If I Werent So Romantic.jpg', 9.0000, '2005-05-20 10:54:33', '2005-05-22 16:25:49', NULL, 0.00, 1, 0, 0, 0), (189, 1, '0119', 'Face To Face.jpg', 11.0000, '2005-05-20 11:31:06', '2005-05-22 15:57:25', NULL, 0.00, 1, 0, 0, 0), (190, 1, '0097', 'Its A Long Way There2.jpg', 15.0000, '2005-05-20 12:32:42', '2005-06-07 11:59:45', NULL, 0.00, 1, 0, 0, 0), (191, 1, '0120', 'Backstage Pass 1.jpg', 12.0000, '2005-05-20 12:48:40', '2005-05-22 16:39:15', NULL, 0.00, 1, 0, 0, 0), (192, 1, '0121', 'Backstage Pass.jpg', 16.0000, '2005-05-20 12:58:31', '2005-05-22 16:38:48', NULL, 0.00, 1, 0, 0, 0), (193, 1, '0122', 'Back To The Egg.jpg', 7.0000, '2005-05-20 16:48:12', '2005-05-22 17:18:48', NULL, 0.00, 1, 0, 0, 0), (195, 1, '0124', 'Tea For The Tillerman.jpg', 7.0000, '2005-05-20 17:39:32', '2005-05-22 17:04:23', NULL, 0.00, 1, 0, 0, 0), (196, 1, '0125', 'Double Fun.jpg', 8.0000, '2005-05-20 17:49:14', '2005-05-22 16:58:12', NULL, 0.00, 1, 0, 0, 0), (197, 1, '0126', 'Pick It Up.jpg', 8.0000, '2005-05-20 18:40:47', '2005-05-22 16:40:17', NULL, 0.00, 1, 0, 0, 0), (198, 1, '0127', 'Snow Goose.jpg', 7.0000, '2005-05-20 19:21:49', '2005-05-22 16:11:29', NULL, 0.00, 1, 0, 0, 0), (199, 1, '0128', 'The Light of Smiles.jpg', 5.0000, '2005-05-20 19:40:20', '2005-05-22 17:05:37', NULL, 0.00, 1, 0, 0, 0), (200, 1, '0129', 'Fickle Heart.gif', 4.0000, '2005-05-20 20:18:27', '2005-07-14 11:42:46', NULL, 0.00, 1, 0, 0, 0), (201, 1, '0130', 'The Lonesome Jubilee.jpg', 3.5000, '2005-05-20 20:33:10', '2005-05-22 16:22:31', NULL, 0.00, 1, 0, 0, 0), (202, 1, '0131', 'Trilogy.jpg', 5.0000, '2005-05-20 21:01:08', '2005-05-22 16:19:18', NULL, 0.00, 1, 0, 0, 0), (203, 1, '0132', 'Discovery.jpg', 6.0000, '2005-05-20 21:19:56', '2005-05-31 15:53:45', NULL, 0.00, 1, 0, 0, 0), (204, 1, '0133', 'Emerson Lake And Powel.jpg', 7.0000, '2005-05-20 21:38:40', NULL, NULL, 0.00, 1, 0, 0, 0), (205, 1, '0134', 'In a Gadda Da Vida.jpg', 8.0000, '2005-05-20 22:03:58', '2005-07-26 12:01:17', NULL, 0.00, 1, 0, 0, 0), (206, 1, '0135', 'For You.jpg', 9.0000, '2005-05-20 22:25:11', '2005-05-22 16:29:35', NULL, 0.00, 1, 0, 0, 0), (207, 1, '0136', 'Count Three & Pray.jpg', 7.0000, '2005-05-20 22:54:24', '2005-05-22 16:04:07', NULL, 0.00, 1, 0, 0, 0), (208, 1, '0137', 'Lost Souls.jpg', 11.0000, '2005-05-20 23:33:18', '2005-05-22 16:57:18', NULL, 0.00, 1, 0, 0, 0), (209, 1, '0138', 'Living in Oz.jpg', 8.0000, '2005-05-20 23:49:09', '2005-05-22 17:10:19', NULL, 0.00, 1, 0, 0, 0), (210, 1, '0139', 'Whose Side Are You On.jpg', 9.0000, '2005-05-20 23:58:18', '2005-05-22 16:24:32', NULL, 0.00, 1, 0, 0, 0), (211, 1, '0140', 'The Weather Inside.jpg', 9.0000, '2005-05-21 00:33:07', '2005-05-22 17:06:19', NULL, 0.00, 1, 0, 0, 0), (212, 1, '0141', 'JT.jpg', 9.0000, '2005-05-21 00:39:34', '2005-05-22 17:06:50', NULL, 0.00, 1, 0, 0, 0), (213, 1, '0142', 'Tao.jpg', 9.0000, '2005-05-21 01:01:45', '2005-05-22 17:10:31', NULL, 0.00, 1, 0, 0, 0), (214, 1, '0143', 'Clannad 2.jpg', 14.0000, '2005-05-21 09:28:42', '2005-05-22 10:12:26', NULL, 0.00, 1, 0, 0, 0), (215, 1, '0145', 'It Could Happen To You.jpg', 7.0000, '2005-05-21 10:40:23', '2005-05-22 16:21:08', NULL, 0.00, 1, 0, 0, 0), (216, 1, '0144', 'California.gif', 13.0000, '2005-05-21 11:01:16', '2005-05-22 16:51:48', NULL, 0.00, 1, 0, 0, 0), (217, 1, '0146', 'Roll With It.jpg', 5.0000, '2005-05-21 11:24:21', '2005-05-22 17:14:13', NULL, 0.00, 1, 0, 0, 0), (218, 1, '0147', 'BTO.gif', 7.0000, '2005-05-21 12:03:37', '2005-05-22 16:02:27', NULL, 0.00, 1, 0, 0, 0), (219, 1, '0148', 'Power in the Darkness.jpg', 13.0000, '2005-05-21 20:28:55', '2005-05-22 17:01:57', NULL, 0.00, 1, 0, 0, 0), (220, 1, '0149', 'Trb Two.jpg', 10.0000, '2005-05-21 20:31:31', '2005-05-22 17:02:39', NULL, 0.00, 1, 0, 0, 0), (221, 1, '0150', 'Everybody.gif', 9.0000, '2005-05-21 20:49:56', '2005-05-22 16:12:06', NULL, 0.00, 1, 0, 0, 0), (222, 1, '0151', 'Set Me Free.jpg', 7.0000, '2005-05-21 21:20:19', '2005-05-22 16:12:23', NULL, 0.00, 1, 0, 0, 0), (223, 1, '0152', 'Book of Dreams.jpg', 6.0000, '2005-05-21 22:10:10', '2005-05-22 17:00:48', NULL, 0.00, 1, 0, 0, 0), (224, 1, '0153', 'Abracadabra.jpg', 7.0000, '2005-05-21 22:20:31', '2005-05-22 17:00:31', NULL, 0.00, 1, 0, 0, 0), (226, 1, '0154', 'Circle of Love.jpg', 6.0000, '2005-05-21 22:29:37', '2005-05-22 17:01:11', NULL, 0.00, 1, 0, 0, 0), (227, 1, '0155', 'Italian Xrays.jpg', 7.0000, '2005-05-21 22:57:13', '2005-05-22 17:01:28', NULL, 0.00, 1, 0, 0, 0), (228, 1, '0156', 'Hotel California.jpg', 5.0000, '2005-05-21 23:35:32', '2005-05-22 16:17:44', NULL, 0.00, 1, 0, 0, 0), (229, 1, '0157', 'Latin Lover.jpg', 5.0000, '2005-05-21 23:46:56', '2005-05-22 16:52:02', NULL, 0.00, 1, 0, 0, 0), (230, 1, '0158', 'Malafemmina.jpg', 7.0000, '2005-05-22 00:05:17', '2005-05-22 16:52:15', NULL, 0.00, 1, 0, 0, 0), (231, 1, '0159', 'Changes.jpg', 5.0000, '2005-05-22 00:21:27', '2005-05-22 16:24:58', NULL, 0.00, 1, 0, 0, 0), (232, 1, '0160', 'Nachtexpress.gif', 9.0000, '2005-05-22 00:36:57', '2005-05-22 16:50:38', NULL, 0.00, 1, 0, 0, 0), (233, 1, '0161', 'KGB.jpg', 15.0000, '2005-05-22 10:50:54', '2005-05-22 12:53:42', NULL, 0.00, 1, 0, 0, 0), (234, 1, '0162', 'Scandalo.gif', 5.0000, '2005-05-22 13:24:19', '2005-05-22 16:52:37', NULL, 0.00, 1, 0, 0, 0), (235, 1, '0163', 'Cock Robin.jpg', 5.0000, '2005-05-22 13:34:02', NULL, NULL, 0.00, 1, 0, 0, 0), (236, 0, '0164', 'Quartet.jpg', 6.0000, '2005-05-22 13:47:59', '2005-05-22 17:18:04', NULL, 0.00, 1, 0, 0, 0), (237, 1, '0165', 'Oxygene.jpg', 8.0000, '2005-05-22 13:58:06', '2005-05-22 16:34:13', NULL, 0.00, 1, 0, 0, 0), (238, 1, '0166', 'Listen.jpg', 5.0000, '2005-05-22 14:18:07', '2005-05-22 16:00:59', NULL, 0.00, 1, 0, 0, 0), (239, 1, '0167', 'Break Every Rule.jpg', 5.0000, '2005-05-22 14:32:13', '2005-06-02 08:05:48', NULL, 0.00, 1, 0, 0, 1), (240, 1, '0168', 'Secrets.jpg', 8.0000, '2005-05-22 14:42:47', '2005-05-22 16:58:27', NULL, 0.00, 1, 0, 0, 0), (241, 1, '0169', 'Glow.jpg', 4.0000, '2005-05-22 15:01:19', '2005-07-11 19:22:12', NULL, 0.00, 1, 0, 0, 0), (242, 1, '0170', 'Get On Board.jpg', 14.0000, '2005-05-22 15:18:01', '2005-05-22 16:01:22', NULL, 0.00, 1, 0, 0, 0), (243, 1, '0171', 'Step By Step.jpg', 4.0000, '2005-05-22 15:30:53', '2005-05-22 16:55:18', NULL, 0.00, 1, 0, 0, 0), (244, 1, '0172', 'Reach The Beach.jpg', 8.0000, '2005-05-22 15:38:32', '2005-05-22 16:28:05', NULL, 0.00, 1, 0, 0, 0), (245, 1, '0173', 'Herzlichen Glueckwunsch.jpg', 7.0000, '2005-05-22 15:54:26', '2005-05-22 17:12:33', NULL, 0.00, 1, 0, 0, 0), (246, 1, '0174', 'Real Love.jpg', 5.0000, '2005-05-22 18:23:22', NULL, NULL, 0.00, 1, 0, 0, 0), (247, 1, '0175', 'Dein Ist Mein Ganzes Herz.jpg', 4.0000, '2005-05-22 18:36:21', NULL, NULL, 0.00, 1, 0, 0, 0), (248, 1, '0176', 'Age of Reason.gif', 4.0000, '2005-05-22 18:59:55', NULL, NULL, 0.00, 1, 0, 0, 0), (249, 1, '0177', 'Sheffield Steel.jpg', 4.0000, '2005-05-22 19:15:59', NULL, NULL, 0.00, 1, 0, 0, 0), (250, 1, '0178', 'Leo Kottke.jpg', 5.0000, '2005-05-22 19:28:48', '2005-10-26 17:17:44', NULL, 0.00, 1, 0, 0, 0), (251, 1, '0179', 'Dont Explain.jpg', 7.0000, '2005-05-22 19:44:49', NULL, NULL, 0.00, 1, 0, 0, 0), (252, 1, '0180', 'Seven The Hard Way.jpg', 7.0000, '2005-05-22 20:06:42', NULL, NULL, 0.00, 1, 0, 0, 0), (253, 1, '0181', 'Sly Wicked And Slick.jpg', 10.0000, '2005-05-22 20:26:41', NULL, NULL, 0.00, 1, 0, 0, 0), (254, 1, '0182', 'Wonderful Time.jpg', 8.0000, '2005-05-22 20:52:41', NULL, NULL, 0.00, 1, 0, 0, 0), (255, 1, '0183', 'Yard Style.jpg', 10.0000, '2005-05-22 21:15:37', NULL, NULL, 0.00, 1, 0, 0, 0), (256, 1, '0184', 'Steel Wheels.jpg', 7.0000, '2005-05-22 21:42:31', NULL, NULL, 0.00, 1, 0, 0, 0), (257, 1, '0185', 'Private Practice.jpg', 11.0000, '2005-05-22 22:13:41', NULL, NULL, 0.00, 1, 0, 0, 0), (258, 1, '0186', 'Band Together.jpg', 5.0000, '2005-05-22 23:06:39', '2005-05-22 23:08:07', NULL, 0.00, 1, 0, 0, 0), (259, 1, '0181', 'Zahltag.jpg', 25.0000, '2005-05-23 20:22:31', '2005-08-15 11:34:02', NULL, 0.00, 1, 0, 0, 0), (260, 1, '0182', 'Jesus Was A Capricorn.jpg', 9.0000, '2005-05-23 21:10:48', NULL, NULL, 0.00, 1, 0, 0, 0), (261, 1, '0183', 'Bitches Brew.jpg', 13.0000, '2005-05-23 21:27:15', NULL, NULL, 0.00, 1, 0, 0, 0), (262, 1, '0184', 'Desire.jpg', 9.0000, '2005-05-23 23:36:29', NULL, NULL, 0.00, 1, 0, 0, 0), (263, 1, '0185', 'Slow Train Coming.jpg', 7.0000, '2005-05-23 23:53:37', NULL, NULL, 0.00, 1, 0, 0, 0), (264, 1, '0186', 'Empire Burlesque.jpg', 10.0000, '2005-05-24 00:09:05', '2005-05-24 00:09:42', NULL, 0.00, 1, 0, 0, 0), (265, 1, '0187', 'Infidels.jpg', 10.0000, '2005-05-24 08:49:39', NULL, NULL, 0.00, 1, 0, 0, 0), (266, 1, '0188', '19.jpg', 5.0000, '2005-05-24 09:49:28', NULL, NULL, 0.00, 1, 0, 0, 0), (267, 1, '0189', 'Hurt.jpg', 9.0000, '2005-05-24 10:05:49', NULL, NULL, 0.00, 1, 0, 0, 0), (268, 1, '0190', 'Close.jpg', 10.0000, '2005-05-24 10:16:28', NULL, NULL, 0.00, 1, 0, 0, 0), (269, 1, '0191', 'Savage Amusement.jpg', 9.0000, '2005-05-25 14:24:18', NULL, NULL, 0.00, 1, 0, 0, 0), (270, 1, '0192', 'The Up Escalator.jpg', 10.0000, '2005-05-25 14:36:28', '2005-08-15 11:33:17', NULL, 0.00, 1, 0, 0, 0), (271, 1, '0193', 'Too Low for Zero.jpg', 6.0000, '2005-05-25 14:56:48', NULL, NULL, 0.00, 1, 0, 0, 0), (272, 1, '0194', 'Best of Rockers and Ballads.jpg', 3.0000, '2005-05-25 15:14:39', NULL, NULL, 0.00, 1, 0, 0, 0), (273, 1, '0195', 'Tokyo Tapes.jpg', 12.0000, '2005-05-25 15:21:54', NULL, NULL, 0.00, 1, 0, 0, 0), (274, 1, '0196', 'Black Out.jpg', 3.0000, '2005-05-25 15:31:39', NULL, NULL, 0.00, 1, 0, 0, 0), (275, 1, '0197', 'Lotto.gif', 7.0000, '2005-05-25 15:58:11', NULL, NULL, 0.00, 1, 0, 0, 0), (276, 1, '0198', 'Weekend Warriors.gif', 6.0000, '2005-05-25 16:08:27', NULL, NULL, 0.00, 1, 0, 0, 0), (277, 1, '0199', 'Rock Will Never die.gif', 10.0000, '2005-05-25 16:24:44', '2005-05-25 16:28:56', NULL, 0.00, 1, 0, 0, 0), (278, 1, '0200', 'Rock A Little.jpg', 5.0000, '2005-05-25 16:41:09', NULL, NULL, 0.00, 1, 0, 0, 0), (279, 1, '0201', 'GN.gif', 7.0000, '2005-05-25 16:54:02', NULL, NULL, 0.00, 1, 0, 0, 0), (280, 1, '0202', 'Word Salad.JPG', 11.0000, '2005-05-25 17:26:47', NULL, NULL, 0.00, 1, 0, 0, 0), (281, 1, '0203', 'Me Myself I.jpg', 8.0000, '2005-05-25 17:39:58', '2005-05-25 17:44:27', NULL, 0.00, 1, 0, 0, 0), (282, 1, '0204', 'Love at First Sting.jpg', 9.0000, '2005-05-25 17:56:57', NULL, NULL, 0.00, 1, 0, 0, 0), (283, 1, '0205', 'Cocker.jpg', 5.0000, '2005-05-25 18:09:19', NULL, NULL, 0.00, 1, 0, 0, 0), (284, 1, '0206', 'The Other Side Of The Mirror.jpg', 7.0000, '2005-05-25 18:38:24', '2005-05-25 18:39:41', NULL, 0.00, 1, 0, 0, 0), (285, 1, '0207', 'Songs in the Attic.jpg', 7.0000, '2005-05-25 19:06:20', NULL, NULL, 0.00, 1, 0, 0, 0), (286, 1, '0208', 'DE7.JPG', 5.0000, '2005-05-25 19:40:30', '2005-05-25 19:45:08', NULL, 0.00, 1, 0, 0, 0), (287, 1, '0209', 'Behind the Gardens.jpg', 9.0000, '2005-05-25 19:58:48', '2005-05-25 20:01:17', NULL, 0.00, 1, 0, 0, 0), (288, 1, '0210', 'Fate For Breakfast.JPG', 5.0000, '2005-05-25 20:31:20', NULL, NULL, 0.00, 1, 0, 0, 0), (289, 1, '0211', 'Whos To Bless.JPG', 9.0000, '2005-05-25 20:54:49', NULL, NULL, 0.00, 1, 0, 0, 0), (290, 1, '0211', 'Going for the One.jpg', 5.0000, '2005-05-25 21:16:01', '2005-05-31 19:36:18', NULL, 0.00, 1, 0, 0, 0), (291, 1, '0212', 'Locked In.JPG', 7.0000, '2005-05-25 22:10:52', NULL, NULL, 0.00, 1, 0, 0, 0), (292, 1, '0213', 'No Smoke Without Fire.JPG', 9.0000, '2005-05-25 22:39:11', NULL, NULL, 0.00, 1, 0, 0, 0), (293, 1, '0213', 'Just Testing.jpg', 4.0000, '2005-05-25 23:15:53', NULL, NULL, 0.00, 1, 0, 0, 0), (294, 1, '0214', 'Remote Control.jpg', 5.0000, '2005-05-26 12:08:28', NULL, NULL, 0.00, 1, 0, 0, 0), (295, 1, '0216', 'Luxury Gap.jpg', 5.0000, '2005-05-26 12:29:29', NULL, NULL, 0.00, 1, 0, 0, 0), (296, 1, '0216', 'Hot Streets.jpg', 8.0000, '2005-05-26 12:38:56', NULL, NULL, 0.00, 1, 0, 0, 0), (297, 1, '0217', 'Duke.jpg', 3.0000, '2005-05-26 13:04:53', NULL, NULL, 0.00, 1, 0, 0, 0), (298, 1, '0218', 'Steppenwolf Live.jpg', 15.0000, '2005-05-26 17:29:43', '2005-06-19 16:52:10', NULL, 0.00, 1, 0, 0, 0), (299, 1, '0219', 'Diamantina Cocktail.jpg', 10.0000, '2005-05-26 17:48:10', NULL, NULL, 0.00, 1, 0, 0, 0), (300, 1, '0220', 'Floodland.jpg', 8.0000, '2005-05-26 18:00:46', NULL, NULL, 0.00, 1, 0, 0, 0), (301, 1, '0221', 'Featuring Steve Winwood.JPG', 20.0000, '2005-05-26 18:30:52', '2005-05-26 18:32:53', NULL, 0.00, 1, 0, 0, 0), (302, 1, '0222', 'Love Over Gold.jpg', 8.0000, '2005-05-26 18:57:40', '2005-08-15 11:32:14', NULL, 0.00, 1, 0, 0, 0), (303, 1, '0223', 'Back In The Highlife.jpg', 5.0000, '2005-05-26 19:20:06', NULL, NULL, 0.00, 1, 0, 0, 0), (304, 1, '0224', 'Watermark.jpg', 5.0000, '2005-05-26 19:34:40', '2005-05-26 19:40:55', NULL, 0.00, 1, 0, 0, 0), (305, 1, '0225', 'Graceland.jpg', 9.0000, '2005-05-26 19:53:37', NULL, NULL, 0.00, 1, 0, 0, 0), (306, 1, '0226', 'Greatest Hits1.jpg', 6.0000, '2005-05-26 20:33:20', '2005-06-19 16:49:13', NULL, 0.00, 1, 0, 0, 0), (307, 1, '0227', 'Atlantic Crossing.jpg', 13.0000, '2005-05-26 20:49:35', NULL, NULL, 0.00, 1, 0, 0, 0), (308, 1, '0228', 'Bridge Over Troubled Water.jpg', 8.0000, '2005-05-26 21:02:03', NULL, NULL, 0.00, 1, 0, 0, 0), (309, 1, '0229', 'Glass Houses.jpg', 7.0000, '2005-05-26 21:29:39', NULL, NULL, 0.00, 1, 0, 0, 0), (310, 1, '0230', 'Excitable-Boy.jpg', 8.0000, '2005-05-26 21:47:16', '2005-10-06 15:12:36', NULL, 0.00, 1, 0, 0, 0), (311, 1, '0231', 'Sleeping With the Past.jpg', 5.0000, '2005-05-26 22:02:44', NULL, NULL, 0.00, 1, 0, 0, 0), (312, 1, '0232', 'Life Lines.jpg', 9.0000, '2005-05-26 22:32:31', NULL, NULL, 0.00, 1, 0, 0, 0), (313, 1, '0233', 'Tunnel Of Love.jpg', 2.0000, '2005-05-26 23:03:13', NULL, NULL, 0.00, 1, 0, 0, 0), (314, 1, '0234', 'Der Bund.JPG', 13.0000, '2005-05-26 23:31:48', NULL, NULL, 0.00, 1, 0, 0, 0), (315, 1, '0235', 'Spring Fever.jpg', 7.0000, '2005-05-28 20:08:02', NULL, NULL, 0.00, 1, 0, 0, 0), (316, 1, '0236', 'Subtle As a Flying Mallet.jpg', 5.0000, '2005-05-28 20:33:22', NULL, NULL, 0.00, 1, 0, 0, 0), (317, 1, '0237', 'One Night of Sin.jpg', 12.0000, '2005-05-28 21:01:27', NULL, NULL, 0.00, 1, 0, 0, 0), (318, 1, '0238', 'Clues.jpg', 9.0000, '2005-05-28 21:13:26', NULL, NULL, 0.00, 1, 0, 0, 0), (319, 1, '0239', 'Change2.jpg', 10.0000, '2005-05-28 21:35:02', '2005-07-07 21:51:25', NULL, 0.00, 1, 0, 0, 0), (320, 1, '0240', 'Victim of Love.jpg', 5.0000, '2005-05-28 22:04:32', '2005-05-28 22:13:28', NULL, 0.00, 1, 0, 0, 0), (321, 1, '0241', 'Declaration.jpg', 15.0000, '2005-05-28 22:27:57', NULL, NULL, 0.00, 1, 0, 0, 0), (322, 1, '0242', 'In the Skies.jpg', 5.0000, '2005-05-28 22:51:10', '2005-07-04 19:20:18', NULL, 0.00, 1, 0, 0, 0), (323, 1, '0243', 'An Innocent Man.jpg', 11.0000, '2005-05-28 23:10:14', NULL, NULL, 0.00, 1, 0, 0, 0), (324, 1, '0244', 'Deja Vu.jpg', 10.0000, '2005-05-29 17:06:24', NULL, NULL, 0.00, 1, 0, 0, 0), (325, 1, '0245', 'Fly Like An Eagle.jpg', 5.0000, '2005-05-29 17:30:26', '2005-08-12 10:14:53', NULL, 0.00, 1, 0, 0, 0), (326, 1, '0246', 'Gimme Some Lovin.JPG', 5.0000, '2005-05-29 18:13:24', NULL, NULL, 0.00, 1, 0, 0, 0), (327, 1, '0247', 'Number The Brave.jpg', 6.0000, '2005-05-29 18:39:49', NULL, NULL, 0.00, 1, 0, 0, 0), (328, 1, '0248', 'Front Page News.jpg', 9.0000, '2005-05-29 18:56:57', NULL, NULL, 0.00, 1, 0, 0, 0), (329, 1, '0249', 'Der Ernst des Lebens.jpg', 9.0000, '2005-05-29 19:18:33', NULL, NULL, 0.00, 1, 0, 0, 0), (330, 1, '0250', 'Nina Hagen Band.jpg', 10.0000, '2005-05-29 19:41:09', NULL, NULL, 0.00, 1, 0, 0, 0), (331, 1, '0251', 'Smoking.jpg', 9.0000, '2005-05-29 20:04:25', '2005-07-31 20:23:10', NULL, 0.00, 1, 0, 0, 0), (332, 1, '0252', 'Seconds of Pleasure.jpg', 9.0000, '2005-05-29 21:04:27', NULL, NULL, 0.00, 1, 0, 0, 0), (333, 1, '0253', 'Ich Hatte Mir Noch so Viel Vorgenommen.JPG', 9.0000, '2005-05-29 22:31:30', NULL, NULL, 0.00, 1, 0, 0, 0), (334, 1, '0254', 'Cyclone.jpg', 12.0000, '2005-05-29 22:53:50', NULL, NULL, 0.00, 1, 0, 0, 0), (335, 1, '0255', 'Friday Night in San Francisco.jpg', 10.0000, '2005-05-29 23:27:41', '2005-05-29 23:28:55', NULL, 0.00, 1, 0, 0, 0), (336, 1, '0256', 'Hangin Tough.jpg', 3.5000, '2005-05-30 11:11:06', NULL, NULL, 0.00, 1, 0, 0, 0), (337, 1, '0257', 'Notes From the Lost Civilization.jpg', 10.0000, '2005-05-30 11:28:29', NULL, NULL, 0.00, 1, 0, 0, 0), (338, 1, '0258', 'Talking Back To The Night.jpg', 10.0000, '2005-05-30 11:39:06', NULL, NULL, 0.00, 1, 0, 0, 0), (339, 1, '0259', '17.jpg', 9.0000, '2005-05-30 11:50:19', NULL, NULL, 0.00, 1, 0, 0, 0), (340, 1, '0260', 'Charmed Life.jpg', 7.0000, '2005-05-30 12:02:13', '2005-05-30 12:03:21', NULL, 0.00, 1, 0, 0, 0), (341, 1, '0261', 'Pluto.jpg', 8.0000, '2005-05-30 12:28:52', NULL, NULL, 0.00, 1, 0, 0, 0), (342, 1, '0262', 'Maschi E Altri.jpg', 10.0000, '2005-05-30 12:39:13', '2005-05-30 12:44:39', NULL, 0.00, 1, 0, 0, 0), (343, 1, '0263', 'Edelweiss.jpg', 8.0000, '2005-05-30 18:53:55', NULL, NULL, 0.00, 1, 0, 0, 0), (344, 1, '0264', 'Never for Ever.jpg', 6.0000, '2005-05-30 19:07:41', NULL, NULL, 0.00, 1, 0, 0, 0), (345, 1, '0265', 'D&D In Concert.JPG', 10.0000, '2005-05-30 19:41:12', NULL, NULL, 0.00, 1, 0, 0, 0), (346, 1, '0266', 'Alive on Arrival.jpg', 10.0000, '2005-05-30 19:52:43', NULL, NULL, 0.00, 1, 0, 0, 0), (347, 1, '0267', 'Steve Forbert.JPG', 10.0000, '2005-05-30 20:11:40', NULL, NULL, 0.00, 1, 0, 0, 0), (349, 1, '0268', 'Little Stevie Orbit2.jpg', 11.0000, '2005-05-30 20:38:33', NULL, NULL, 0.00, 1, 0, 0, 0), (350, 1, '0269', 'Alchemy-3.jpg', 15.0000, '2005-05-30 20:52:03', '2005-10-27 15:18:23', NULL, 0.00, 1, 0, 0, 0), (351, 1, '0270', 'Mango Crazy.gif', 11.0000, '2005-05-30 21:08:07', NULL, NULL, 0.00, 1, 0, 0, 0), (352, 1, '0271', 'Strength.jpg', 12.0000, '2005-05-30 21:29:27', '2005-06-28 18:28:40', NULL, 0.00, 1, 0, 0, 0), (353, 1, '0272', 'Michael Schenker Group.jpg', 11.0000, '2005-05-30 21:45:07', '2005-06-07 19:53:06', NULL, 0.00, 1, 0, 0, 0), (354, 1, '0273', 'Chappo.jpg', 12.0000, '2005-05-30 22:14:56', NULL, NULL, 0.00, 1, 0, 0, 0), (355, 1, '0274', 'Bella Donna.jpg', 7.0000, '2005-05-30 22:33:38', NULL, NULL, 0.00, 1, 0, 0, 0), (356, 1, '0275', 'White City.jpg', 9.0000, '2005-05-30 22:47:39', '2005-05-31 10:34:11', NULL, 0.00, 1, 0, 0, 0), (357, 1, '0276', 'Octave.jpg', 10.0000, '2005-05-30 23:03:39', NULL, NULL, 0.00, 1, 0, 0, 0), (358, 1, '0277', 'North & South.jpg', 8.0000, '2005-05-31 09:57:20', NULL, NULL, 0.00, 1, 0, 0, 0), (359, 1, '0278', 'Juppanese.gif', 9.0000, '2005-05-31 10:11:52', NULL, NULL, 0.00, 1, 0, 0, 0), (360, 1, '0279', 'Songs Of Kristofferson.JPG', 7.0000, '2005-05-31 10:32:22', NULL, NULL, 0.00, 1, 0, 0, 0), (361, 1, '0280', 'Sleepwalking.jpg', 8.0000, '2005-05-31 10:47:53', NULL, NULL, 0.00, 1, 0, 0, 0), (362, 1, '0281', 'Provision.gif', 8.0000, '2005-05-31 11:07:48', NULL, NULL, 0.00, 1, 0, 0, 0), (363, 1, '0282', 'Carolina Dreams.jpg', 11.0000, '2005-05-31 11:20:47', '2005-05-31 11:24:34', NULL, 0.00, 1, 0, 0, 0), (364, 1, '0283', 'Night Moves.jpg', 8.0000, '2005-05-31 11:43:18', '2005-05-31 11:44:35', NULL, 0.00, 1, 0, 0, 0), (365, 1, '0284', 'Zipper.jpg', 5.0000, '2005-05-31 11:54:55', NULL, NULL, 0.00, 1, 0, 0, 0), (576, 1, '0495', 'Assault Attack.jpg', 10.0000, '2005-06-07 19:52:36', NULL, NULL, 0.00, 1, 0, 0, 0), (367, 1, '0286', 'First Under the Wire.jpg', 9.0000, '2005-05-31 12:16:21', NULL, NULL, 0.00, 1, 0, 0, 0), (368, 1, '0287', 'Uh-Huh.jpg', 8.0000, '2005-05-31 12:32:30', NULL, NULL, 0.00, 1, 0, 0, 0), (369, 1, '0288', 'Civilized Man.jpg', 9.0000, '2005-05-31 15:14:13', NULL, NULL, 0.00, 1, 0, 0, 0), (370, 1, '0289', 'Discovery.jpg', 7.0000, '2005-05-31 15:55:10', NULL, NULL, 0.00, 1, 0, 0, 0), (371, 1, '0290', 'Hyenas Only Laugh for Fun.jpg', 8.0000, '2005-05-31 16:06:15', NULL, NULL, 0.00, 1, 0, 0, 0), (372, 1, '0291', 'Turnstiles.jpg', 10.0000, '2005-05-31 16:14:25', NULL, NULL, 0.00, 1, 0, 0, 0), (373, 1, '0292', 'America.jpg', 8.0000, '2005-05-31 16:24:28', NULL, NULL, 0.00, 1, 0, 0, 0), (374, 1, '0293', 'Stationary Traveller.jpg', 8.0000, '2005-05-31 16:37:31', NULL, NULL, 0.00, 1, 0, 0, 0), (375, 1, '0294', 'Some People Can Do What They Like.JPG', 8.0000, '2005-05-31 17:04:52', NULL, NULL, 0.00, 1, 0, 0, 0), (376, 1, '0295', 'Street Fighting Years.jpg', 7.0000, '2005-05-31 17:13:55', NULL, NULL, 0.00, 1, 0, 0, 0), (377, 1, '0296', 'In Your Mind.jpg', 10.0000, '2005-05-31 17:24:02', NULL, NULL, 0.00, 1, 0, 0, 0), (378, 1, '0297', 'Snapshots.jpg', 7.0000, '2005-05-31 17:34:10', NULL, NULL, 0.00, 1, 0, 0, 0), (379, 1, '0298', 'Going Deaf for a Living.jpg', 10.0000, '2005-05-31 17:46:58', NULL, NULL, 0.00, 1, 0, 0, 0), (380, 1, '0299', 'Out of the Blue.jpg', 17.0000, '2005-05-31 19:17:11', '2005-05-31 19:20:20', NULL, 0.00, 1, 0, 0, 0), (381, 1, '0300', 'Going for the One.jpg', 8.0000, '2005-05-31 19:37:31', NULL, NULL, 0.00, 1, 0, 0, 0), (382, 1, '0301', 'Mad Love.gif', 8.0000, '2005-05-31 19:51:25', NULL, NULL, 0.00, 1, 0, 0, 0), (383, 1, '0302', 'Solid Senders.JPG', 7.0000, '2005-05-31 20:39:05', '2005-05-31 20:52:08', NULL, 0.00, 1, 0, 0, 0), (384, 1, '0303', 'Picture This.jpg', 11.0000, '2005-05-31 21:07:27', NULL, NULL, 0.00, 1, 0, 0, 0), (385, 1, '0304', 'Street-Legal.jpg', 7.0000, '2005-05-31 21:20:15', NULL, NULL, 0.00, 1, 0, 0, 0), (386, 1, '0305', 'Afterburner.jpg', 8.0000, '2005-05-31 21:49:57', NULL, NULL, 0.00, 1, 0, 0, 0), (387, 1, '0306', 'One Way Or Another2.jpg', 14.0000, '2005-05-31 22:16:53', '2005-05-31 22:42:14', NULL, 0.00, 1, 0, 0, 0), (388, 1, '0307', 'Coney Island Baby.jpg', 11.0000, '2005-05-31 22:54:28', NULL, NULL, 0.00, 1, 0, 0, 0), (389, 1, '0308', 'Izitso.jpg', 5.0000, '2005-06-01 19:27:40', NULL, NULL, 0.00, 1, 0, 0, 0), (390, 1, '0309', 'Time.jpg', 7.0000, '2005-06-01 19:36:01', NULL, NULL, 0.00, 1, 0, 0, 0), (391, 1, '0310', 'Enemy Within.jpg', 10.0000, '2005-06-01 19:56:14', NULL, NULL, 0.00, 1, 0, 0, 0), (392, 1, '0311', 'In Step.jpg', 10.0000, '2005-06-01 20:46:07', NULL, NULL, 0.00, 1, 0, 0, 0), (393, 1, '0312', 'Bikini Red.JPG', 11.0000, '2005-06-01 21:19:00', '2005-09-13 15:49:37', NULL, 0.00, 1, 0, 0, 0), (394, 1, '0313', 'Tell It To The Children.jpg', 12.0000, '2005-06-01 22:00:04', NULL, NULL, 0.00, 1, 0, 0, 0), (395, 1, '0314', 'Kaya.jpg', 10.0000, '2005-06-01 22:27:19', '2005-06-02 08:06:52', NULL, 0.00, 1, 0, 0, 1), (396, 1, '0315', 'Forces of Victory.jpg', 9.0000, '2005-06-01 22:54:00', '2005-06-02 08:00:12', NULL, 0.00, 1, 0, 0, 1), (397, 0, '0316', 'Harder Than the Rest.jpg', 12.0000, '2005-06-01 23:17:03', '2005-06-02 08:06:27', NULL, 0.00, 1, 0, 0, 2), (460, 1, '0380', 'cov_live.jpg', 9.0000, '2005-06-04 16:49:50', NULL, NULL, 0.00, 1, 0, 0, 0), (398, 1, '0317', 'Tormato.jpg', 10.0000, '2005-06-02 09:02:59', NULL, NULL, 0.00, 1, 0, 0, 0), (399, 1, '0318', 'Together.jpg', 21.0000, '2005-06-02 09:51:38', '2005-07-26 15:27:26', NULL, 0.00, 1, 0, 0, 0), (400, 1, '0319', 'Savage.jpg', 7.0000, '2005-06-02 10:02:20', NULL, NULL, 0.00, 1, 0, 0, 0), (401, 1, '0320', 'All Things Must Pass.jpg', 21.0000, '2005-06-02 12:19:07', NULL, NULL, 0.00, 1, 0, 0, 0), (402, 1, '0321', 'Malpractice.JPG', 11.0000, '2005-06-02 12:48:45', '2005-06-02 12:49:08', NULL, 0.00, 1, 0, 0, 0), (403, 1, '0322', 'One Man Mission.jpg', 9.0000, '2005-06-02 13:08:38', '2005-06-02 13:09:55', NULL, 0.00, 1, 0, 0, 0), (404, 1, '0323', 'Whale Meat Again2.jpg', 9.0000, '2005-06-02 13:35:20', '2005-06-02 17:37:22', NULL, 0.00, 1, 0, 0, 0), (405, 1, '0324', 'Short Cut Draw Blood.gif', 10.0000, '2005-06-02 17:03:12', '2005-06-02 17:36:20', NULL, 0.00, 1, 0, 0, 0), (406, 1, '0325', 'The Contender.jpg', 9.0000, '2005-06-02 17:28:32', '2005-06-02 17:36:46', NULL, 0.00, 1, 0, 0, 0), (407, 1, '0326', 'Electric Nights.jpg', 9.0000, '2005-06-02 17:34:02', '2005-06-02 17:35:43', NULL, 0.00, 1, 0, 0, 0), (408, 1, '0327', 'Some Come Running.jpg', 8.0000, '2005-06-02 17:53:54', NULL, NULL, 0.00, 1, 0, 0, 0), (409, 1, '0328', 'Oh How We Danced.jpg', 9.0000, '2005-06-02 18:03:31', NULL, NULL, 0.00, 1, 0, 0, 0), (410, 1, '0329', 'Sweet Smell Of Succes.jpg', 8.0000, '2005-06-02 18:11:09', NULL, NULL, 0.00, 1, 0, 0, 0), (411, 1, '0330', 'Let The Thunder Cry.jpg', 8.0000, '2005-06-02 18:18:02', NULL, NULL, 0.00, 1, 0, 0, 0), (412, 1, '0331', 'Modern Times.jpg', 7.0000, '2005-06-02 18:48:33', NULL, NULL, 0.00, 1, 0, 0, 0), (413, 1, '0332', 'TheKey.JPG', 9.0000, '2005-06-02 19:09:11', NULL, NULL, 0.00, 1, 0, 0, 0), (414, 1, '0333', 'Refugees Of The Heart.jpg', 12.0000, '2005-06-02 19:28:28', NULL, NULL, 0.00, 1, 0, 0, 0), (415, 1, '0334', 'Storm Front.jpg', 7.0000, '2005-06-02 19:47:10', NULL, NULL, 0.00, 1, 0, 0, 0), (416, 1, '0335', 'After The War2.jpg', 8.0000, '2005-06-02 20:04:24', NULL, NULL, 0.00, 1, 0, 0, 0), (417, 1, '0336', 'Ray Kennedy.JPG', 14.0000, '2005-06-02 20:28:17', NULL, NULL, 0.00, 1, 0, 0, 0), (418, 1, '0337', 'Songs For The New Depression.gif', 5.0000, '2005-06-02 20:42:20', NULL, NULL, 0.00, 1, 0, 0, 0), (419, 1, '0338', 'The Way It Is.jpg', 4.0000, '2005-06-02 21:02:36', '2005-06-02 21:04:29', NULL, 0.00, 1, 0, 0, 0), (420, 1, '0339', 'Trinity.jpg', 12.0000, '2005-06-02 21:22:41', NULL, NULL, 0.00, 1, 0, 0, 0), (421, 1, '0340', 'With Love From.jpg', 19.0000, '2005-06-02 21:36:10', NULL, NULL, 0.00, 1, 0, 0, 0), (422, 1, '0341', 'Barracuda2.JPG', 21.0000, '2005-06-02 21:58:55', '2005-06-02 22:00:05', NULL, 0.00, 1, 0, 0, 0), (423, 1, '0342', 'L.jpg', 8.0000, '2005-06-02 22:26:48', '2005-08-10 12:24:03', NULL, 0.00, 1, 0, 0, 0), (424, 1, '0343', 'Night Fades Away.JPG', 7.0000, '2005-06-02 22:45:10', NULL, NULL, 0.00, 1, 0, 0, 0), (425, 1, '0345', 'Walk Under Ladders.jpg', 9.0000, '2005-06-03 09:23:44', NULL, NULL, 0.00, 1, 0, 0, 0), (426, 1, '0346', 'Viktor Lazlo.jpg', 12.0000, '2005-06-03 09:27:28', NULL, NULL, 0.00, 1, 0, 0, 0), (427, 1, '0347', 'She.JPG', 9.0000, '2005-06-03 11:25:05', NULL, NULL, 0.00, 1, 0, 0, 0), (428, 1, '0348', 'Quantum Jump.jpg', 19.0000, '2005-06-03 11:50:04', NULL, NULL, 0.00, 1, 0, 0, 0), (429, 1, '0349', 'Streetlife Serenade.jpg', 9.0000, '2005-06-03 11:59:46', NULL, NULL, 0.00, 1, 0, 0, 0), (430, 1, '0350', 'Colour.jpg', 10.0000, '2005-06-03 13:23:10', NULL, NULL, 0.00, 1, 0, 0, 0), (431, 1, '0351', 'Caro.jpg', 5.0000, '2005-06-03 15:48:29', NULL, NULL, 0.00, 1, 0, 0, 0), (432, 1, '0352', 'Tortured By Pleasure.JPG', 10.0000, '2005-06-03 16:08:07', NULL, NULL, 0.00, 1, 0, 0, 0), (433, 1, '0353', 'Conscience.jpg', 10.0000, '2005-06-03 16:29:10', NULL, NULL, 0.00, 1, 0, 0, 0), (434, 1, '0354', 'Heart Over Mind1.jpg', 4.0000, '2005-06-03 16:42:15', NULL, NULL, 0.00, 1, 0, 0, 0), (435, 1, '0355', 'In High Adventure.jpg', 5.0000, '2005-06-03 16:52:01', NULL, NULL, 0.00, 1, 0, 0, 0), (436, 1, '0356', 'Release.jpg', 9.0000, '2005-06-03 17:16:09', NULL, NULL, 0.00, 1, 0, 0, 0), (437, 1, '0357', '5.jpg', 5.0000, '2005-06-03 17:36:53', '2005-06-03 17:38:53', NULL, 0.00, 1, 0, 0, 0), (438, 1, '0358', 'silk&steel.jpg', 8.0000, '2005-06-03 17:59:03', NULL, NULL, 0.00, 1, 0, 0, 0), (439, 1, '0359', 'Welcome to Real World.jpg', 10.0000, '2005-06-03 18:12:01', NULL, NULL, 0.00, 1, 0, 0, 0), (440, 1, '0360', 'Zenyatta Mondatta.jpg', 7.0000, '2005-06-03 18:26:48', NULL, NULL, 0.00, 1, 0, 0, 0), (441, 1, '0361', 'Junk Culture.jpg', 2.0000, '2005-06-03 18:52:35', NULL, NULL, 0.00, 1, 0, 0, 0), (442, 1, '0362', 'Frauen Kommen Langsam, Aber Gewaltig.jpg', 11.0000, '2005-06-03 19:14:50', NULL, NULL, 0.00, 1, 0, 0, 0), (443, 1, '0363', 'Nightshift.jpg', 5.0000, '2005-06-03 19:37:40', '2005-07-27 20:00:44', NULL, 0.00, 1, 0, 0, 0), (444, 1, '0364', 'Every Turn of the World.jpg', 2.0000, '2005-06-03 19:56:52', '2005-09-16 11:52:51', NULL, 0.00, 1, 0, 0, 0), (445, 1, '0365', 'The Cars.jpg', 6.0000, '2005-06-03 20:12:23', NULL, NULL, 0.00, 1, 0, 0, 0), (446, 1, '0366', 'Second Album.jpg', 2.0000, '2005-06-03 20:24:02', '2005-09-16 12:10:35', NULL, 0.00, 1, 0, 0, 0), (447, 1, '0367', 'Sleeper Catcher.gif', 9.0000, '2005-06-03 21:06:46', NULL, NULL, 0.00, 1, 0, 0, 0), (448, 1, '0368', 'City to City.jpg', 5.0000, '2005-06-03 21:19:37', NULL, NULL, 0.00, 1, 0, 0, 0), (449, 1, '0369', 'Ekseption.jpg', 9.0000, '2005-06-03 21:48:25', NULL, NULL, 0.00, 1, 0, 0, 0), (450, 1, '0370', 'Rod_Greatest_Hits.jpg', 2.0000, '2005-06-04 08:57:30', '2005-09-16 12:12:31', NULL, 0.00, 1, 0, 0, 0), (451, 1, '0371', 'Boomers Story.jpg', 5.0000, '2005-06-04 09:54:05', '2005-06-05 20:57:19', NULL, 0.00, 1, 0, 0, 0), (452, 1, '0372', 'The Princess Bride.jpg', 9.0000, '2005-06-04 10:21:05', NULL, NULL, 0.00, 1, 0, 0, 0), (453, 1, '0373', 'Dangerous Age.jpg', 9.0000, '2005-06-04 10:29:25', NULL, NULL, 0.00, 1, 0, 0, 0), (454, 1, '0374', 'Electric Savage.jpg', 19.0000, '2005-06-04 10:37:33', NULL, NULL, 0.00, 1, 0, 0, 0), (455, 1, '0375', 'Deep In The Heart Of Nowhere.JPG', 7.0000, '2005-06-04 10:57:56', NULL, NULL, 0.00, 1, 0, 0, 0), (456, 1, '0376', 'Still Loving You.jpg', 7.0000, '2005-06-04 11:08:57', NULL, NULL, 0.00, 1, 0, 0, 0), (457, 0, '0377', 'Together Forever.jpg', 10.0000, '2005-06-04 11:19:28', NULL, NULL, 0.00, 1, 0, 0, 1), (458, 0, '0378', 'A Flock of Seagulls.jpg', 6.0000, '2005-06-04 11:31:53', NULL, NULL, 0.00, 1, 0, 0, 1), (459, 0, '0379', 'Cargo.jpg', 5.0000, '2005-06-04 11:37:31', '2005-07-11 19:00:05', NULL, 0.00, 1, 0, 0, 1), (461, 1, '0381', 'Live From Earth.jpg', 9.0000, '2005-06-04 17:25:42', NULL, NULL, 0.00, 1, 0, 0, 0), (462, 1, '0382', 'Towards The West.jpg', 9.0000, '2005-06-04 17:54:08', NULL, NULL, 0.00, 1, 0, 0, 0), (463, 1, '0383', 'The Fox.jpg', 5.0000, '2005-06-04 18:15:27', NULL, NULL, 0.00, 1, 0, 0, 0), (464, 1, '0384', 'In the Heat of the Night.jpg', 9.0000, '2005-06-04 18:24:45', NULL, NULL, 0.00, 1, 0, 0, 0), (465, 1, '0385', 'True Love.jpg', 7.0000, '2005-06-04 18:33:11', NULL, NULL, 0.00, 1, 0, 0, 0), (466, 1, '0386', 'Casino.jpg', 9.0000, '2005-06-04 18:45:56', NULL, NULL, 0.00, 1, 0, 0, 0), (467, 1, '0387', 'Court and Spark.jpg', 7.0000, '2005-06-04 19:10:11', NULL, NULL, 0.00, 1, 0, 0, 0), (468, 1, '0388', 'cov_roadtotomor.jpg', 5.0000, '2005-06-04 19:28:03', NULL, NULL, 0.00, 1, 0, 0, 0), (469, 1, '0389', 'School Days.jpg', 9.0000, '2005-06-04 20:07:27', NULL, NULL, 0.00, 1, 0, 0, 0), (470, 1, '0390', 'cov_themessage.jpg', 7.0000, '2005-06-04 20:14:23', NULL, NULL, 0.00, 1, 0, 0, 0), (471, 1, '0391', 'Wide Awake in Dreamland.jpg', 11.0000, '2005-06-04 20:35:29', NULL, NULL, 0.00, 1, 0, 0, 0), (472, 1, '0392', 'Thighs & Whispers.jpg', 1.0000, '2005-06-04 21:05:13', '2005-09-16 11:49:57', NULL, 0.00, 1, 0, 0, 0), (473, 1, '0393', 'Lionheart.jpg', 7.0000, '2005-06-04 21:17:26', NULL, NULL, 0.00, 1, 0, 0, 0), (474, 1, '0394', 'In the Right Place.jpg', 19.0000, '2005-06-04 21:36:45', NULL, NULL, 0.00, 1, 0, 0, 0), (475, 1, '0395', 'The Net.jpg', 5.0000, '2005-06-04 22:05:42', NULL, NULL, 0.00, 1, 0, 0, 0), (476, 1, '0396', 'teaser.jpg', 11.0000, '2005-06-05 13:48:40', '2005-06-05 13:49:30', NULL, 0.00, 1, 0, 0, 0), (477, 1, '0397', 'Look to the Rainbow (Live).jpg', 10.0000, '2005-06-05 14:23:29', NULL, NULL, 0.00, 1, 0, 0, 0), (478, 1, '0398', 'Grand Cross.jpg', 8.0000, '2005-06-05 14:54:16', NULL, NULL, 0.00, 1, 0, 0, 0), (479, 1, '0399', 'While the City Sleeps.gif', 9.0000, '2005-06-05 15:02:22', NULL, NULL, 0.00, 1, 0, 0, 0), (480, 1, '0400', 'Live On Tour In Europe.jpg', 9.0000, '2005-06-05 15:18:40', '2005-06-05 15:20:49', NULL, 0.00, 1, 0, 0, 0), (481, 1, '0401', 'Splendid.jpg', 9.0000, '2005-06-05 15:42:20', NULL, NULL, 0.00, 1, 0, 0, 0), (482, 1, '0402', 'Tabernakel.jpg', 11.0000, '2005-06-05 16:02:47', '2005-06-05 16:05:32', NULL, 0.00, 1, 0, 0, 0), (483, 1, '0403', 'Twin-House.jpg', 11.0000, '2005-06-05 16:37:23', NULL, NULL, 0.00, 1, 0, 0, 0), (484, 1, '0404', 'Cosmic Messenger.jpg', 10.0000, '2005-06-05 16:43:46', NULL, NULL, 0.00, 1, 0, 0, 0), (485, 1, '0405', 'Romantic Warrior.jpg', 19.0000, '2005-06-05 16:53:56', '2005-06-05 16:57:52', NULL, 0.00, 1, 0, 0, 0), (486, 1, '0406', 'Les Dudek.jpg', 10.0000, '2005-06-05 17:06:44', NULL, NULL, 0.00, 1, 0, 0, 0), (487, 1, '0406', 'Loggins And Messina.jpg', 9.0000, '2005-06-05 17:29:50', NULL, NULL, 0.00, 1, 0, 0, 0), (488, 1, '0407', 'return_Live.jpg', 9.0000, '2005-06-05 18:05:29', '2005-07-31 20:13:43', NULL, 0.00, 1, 0, 0, 0), (489, 1, '0408', 'High Crime.jpg', 7.0000, '2005-06-05 18:12:00', NULL, NULL, 0.00, 1, 0, 0, 0), (490, 1, '0409', 'Pleasure Point.jpg', 9.0000, '2005-06-05 18:35:06', NULL, NULL, 0.00, 1, 0, 0, 0), (491, 1, '0410', 'Spitfire.jpg', 3.0000, '2005-06-05 18:56:01', NULL, NULL, 0.00, 1, 0, 0, 0), (492, 1, '0411', 'The Masquerade Is Over.jpg', 13.0000, '2005-06-05 19:18:21', '2005-06-05 19:21:25', NULL, 0.00, 1, 0, 0, 0), (493, 1, '0412', 'The Kick Inside.jpg', 9.0000, '2005-06-05 19:39:36', NULL, NULL, 0.00, 1, 0, 0, 0), (494, 1, '0413', 'Scenes From the Southside.jpg', 7.0000, '2005-06-05 19:53:49', NULL, NULL, 0.00, 1, 0, 0, 0), (495, 1, '0414', 'Luxury You Can Afford.jpg', 13.0000, '2005-06-05 20:04:42', NULL, NULL, 0.00, 1, 0, 0, 0), (496, 1, '0415', 'Where Angels Fear To Tread.jpg', 9.0000, '2005-06-05 20:14:53', NULL, NULL, 0.00, 1, 0, 0, 0), (497, 1, '0416', 'Time Loves a Hero.jpg', 8.0000, '2005-06-05 22:07:28', NULL, NULL, 0.00, 1, 0, 0, 0), (498, 1, '0417', 'Abacab.jpg', 5.0000, '2005-06-06 08:47:13', NULL, NULL, 0.00, 1, 0, 0, 0), (499, 1, '0418', 'Live Your Life Be Free.jpg', 5.0000, '2005-06-06 08:55:44', NULL, NULL, 0.00, 1, 0, 0, 0), (500, 1, '0419', 'Bop Till You Drop.jpg', 9.0000, '2005-06-06 09:08:13', NULL, NULL, 0.00, 1, 0, 0, 0), (501, 1, '0420', 'Dont Stand Me Down.jpg', 9.0000, '2005-06-06 09:44:09', NULL, NULL, 0.00, 1, 0, 0, 0), (502, 1, '0421', 'Enigmatic Ocean.gif', 11.0000, '2005-06-06 09:50:37', NULL, NULL, 0.00, 1, 0, 0, 0), (503, 1, '0422', 'Tonight Im Yours.jpg', 5.0000, '2005-06-06 10:03:55', '2005-07-21 19:05:37', NULL, 0.00, 1, 0, 0, 0), (504, 1, '0423', 'Mother Lode.jpg', 17.0000, '2005-06-06 11:03:30', NULL, NULL, 0.00, 1, 0, 0, 0), (505, 1, '0424', 'On Stage.gif', 15.0000, '2005-06-06 11:11:14', NULL, NULL, 0.00, 1, 0, 0, 0), (506, 1, '0425', 'Shock Treatment.jpg', 10.0000, '2005-06-06 11:37:19', NULL, NULL, 0.00, 1, 0, 0, 0), (507, 1, '0426', 'Abandoned Luncheonette .jpg', 15.0000, '2005-06-06 11:47:59', NULL, NULL, 0.00, 1, 0, 0, 0), (508, 1, '0427', '77.jpg', 8.0000, '2005-06-06 11:59:13', '2005-08-10 18:42:30', NULL, 0.00, 1, 0, 0, 0), (509, 1, '0428', 'Phanrom Navigator.jpg', 11.0000, '2005-06-06 12:23:23', NULL, NULL, 0.00, 1, 0, 0, 0), (510, 1, '0429', 'Change of Heart.gif', 9.0000, '2005-06-06 12:46:29', NULL, NULL, 0.00, 1, 0, 0, 0), (511, 1, '0430', 'Ooh Baby.jpg', 17.0000, '2005-06-06 12:57:02', NULL, NULL, 0.00, 1, 0, 0, 0), (512, 1, '0431', 'Motive.jpg', 5.0000, '2005-06-06 13:41:53', NULL, NULL, 0.00, 1, 0, 0, 0), (513, 1, '0432', 'Against the Wind.jpg', 8.0000, '2005-06-06 13:49:17', NULL, NULL, 0.00, 1, 0, 0, 0), (514, 1, '0433', 'Wind And Wuthering.jpg', 7.0000, '2005-06-06 13:59:48', NULL, NULL, 0.00, 1, 0, 0, 0), (515, 1, '0434', 'Brave And Crazy.jpg', 5.0000, '2005-06-06 14:06:34', NULL, NULL, 0.00, 1, 0, 0, 0), (516, 1, '0435', 'Banded Together.gif', 15.0000, '2005-06-06 14:16:38', NULL, NULL, 0.00, 1, 0, 0, 0), (517, 1, '0436', 'Livin Inside Your Love.jpg', 11.0000, '2005-06-06 14:26:26', '2005-06-06 14:38:21', NULL, 0.00, 1, 0, 0, 0), (518, 1, '0437', 'Jarreau.jpg', 7.0000, '2005-06-06 14:34:13', NULL, NULL, 0.00, 1, 0, 0, 0), (519, 1, '0438', 'Revenge.jpg', 7.0000, '2005-06-06 17:21:43', NULL, NULL, 0.00, 1, 0, 0, 0), (520, 1, '0439', 'Touch_2.jpg', 5.0000, '2005-06-06 17:29:05', '2005-07-31 20:10:48', NULL, 0.00, 1, 0, 0, 0), (521, 1, '0440', 'Vagabond Heart.gif', 5.0000, '2005-06-06 17:38:45', NULL, NULL, 0.00, 1, 0, 0, 0), (522, 1, '0441', 'And Then There Were Three.jpg', 5.0000, '2005-06-06 17:49:46', NULL, NULL, 0.00, 1, 0, 0, 0), (523, 1, '0442', 'A Night On The Town.jpg', 4.0000, '2005-06-06 18:10:30', NULL, NULL, 0.00, 1, 0, 0, 0), (524, 1, '0443', 'Da Capo.jpg', 3.0000, '2005-06-06 18:38:03', NULL, NULL, 0.00, 1, 0, 0, 0), (525, 1, '0444', 'Rockin All Over the World.jpg', 3.0000, '2005-06-06 18:46:51', NULL, NULL, 0.00, 1, 0, 0, 0), (526, 3, '0445', 'Flip.gif', 7.0000, '2005-06-06 18:55:40', NULL, NULL, 0.00, 1, 0, 0, 0), (527, 1, '0446', 'Raindancing.jpg', 3.0000, '2005-06-06 19:04:28', NULL, NULL, 0.00, 1, 0, 0, 0), (528, 1, '0447', 'Run For Cover.jpg', 5.0000, '2005-06-06 19:16:27', NULL, NULL, 0.00, 1, 0, 0, 0), (529, 1, '0448', 'Time Exposure.jpg', 13.0000, '2005-06-06 19:30:38', NULL, NULL, 0.00, 1, 0, 0, 0), (530, 1, '0449', 'Santana.jpg', 5.0000, '2005-06-06 19:54:36', '2005-06-06 21:41:14', NULL, 0.00, 1, 0, 0, 0), (531, 1, '0450', 'Invisible Touch.jpg', 3.0000, '2005-06-06 20:05:30', NULL, NULL, 0.00, 1, 0, 0, 0), (532, 1, '0451', 'Vun Drinne Noh Drusse 2.gif', 15.0000, '2005-06-06 20:26:31', NULL, NULL, 0.00, 1, 0, 0, 0), (533, 1, '0452', 'SecretSecrets.jpg', 3.0000, '2005-06-06 20:44:59', NULL, NULL, 0.00, 1, 0, 0, 0), (534, 1, '0453', 'Breakout.jpg', 7.0000, '2005-06-06 21:05:51', NULL, NULL, 0.00, 1, 0, 0, 0), (535, 1, '0454', 'Cuts Like A Knife.jpg', 7.0000, '2005-06-06 21:29:17', NULL, NULL, 0.00, 1, 0, 0, 0), (536, 1, '0455', 'Borboletta.jpg', 7.0000, '2005-06-06 21:43:53', NULL, NULL, 0.00, 1, 0, 0, 0), (537, 1, '0456', 'Zig Zag.jpg', 3.0000, '2005-06-06 21:57:23', NULL, NULL, 0.00, 1, 0, 0, 0), (538, 1, '0457', 'Mirage.jpg', 3.0000, '2005-06-07 08:28:40', NULL, NULL, 0.00, 1, 0, 0, 0), (539, 1, '0458', 'Schneider With the Kick.jpg', 9.0000, '2005-06-07 08:36:24', NULL, NULL, 0.00, 1, 0, 0, 0), (540, 1, '0459', 'New Collection.jpg', 3.0000, '2005-06-07 08:52:47', NULL, NULL, 0.00, 1, 0, 0, 0), (541, 1, '0460', 'Garden of Eden.gif', 7.0000, '2005-06-07 09:01:57', NULL, NULL, 0.00, 1, 0, 0, 0), (542, 1, '0461', 'Working Class Dog.jpg', 8.0000, '2005-06-07 09:16:41', NULL, NULL, 0.00, 1, 0, 0, 0), (543, 1, '0462', 'Bryan Adams.jpg', 9.0000, '2005-06-07 09:24:28', NULL, NULL, 0.00, 1, 0, 0, 0), (544, 1, '0463', 'Stella.jpg', 9.0000, '2005-06-07 09:42:29', NULL, NULL, 0.00, 1, 0, 0, 0), (545, 1, '0464', 'Real Life.gif', 7.0000, '2005-06-07 09:56:34', NULL, NULL, 0.00, 1, 0, 0, 0), (546, 1, '0465', 'Some Peoples Lives.jpg', 5.0000, '2005-06-07 10:21:51', NULL, NULL, 0.00, 1, 0, 0, 0), (547, 1, '0466', 'Scenario.jpg', 12.0000, '2005-06-07 10:30:20', NULL, NULL, 0.00, 1, 0, 0, 0), (548, 1, '0467', 'Land of the Midnight Sun.jpg', 15.0000, '2005-06-07 10:38:45', NULL, NULL, 0.00, 1, 0, 0, 0), (549, 1, '0468', 'The Dreaming.jpg', 7.0000, '2005-06-07 10:46:37', NULL, NULL, 0.00, 1, 0, 0, 0), (550, 1, '0469', 'Introducing the Hardline.jpg', 3.0000, '2005-06-07 10:55:35', NULL, NULL, 0.00, 1, 0, 0, 0), (551, 1, '0470', 'L Is for Love.jpg', 8.0000, '2005-06-07 11:13:39', '2005-06-07 11:14:25', NULL, 0.00, 1, 0, 0, 0), (552, 1, '0471', 'ready.jpg', 7.0000, '2005-06-07 11:31:04', NULL, NULL, 0.00, 1, 0, 0, 0), (553, 1, '0472', 'To Be.jpg', 12.0000, '2005-06-07 12:09:42', NULL, NULL, 0.00, 1, 0, 0, 0), (554, 1, '0473', 'Any Road Up.jpg', 17.0000, '2005-06-07 12:19:58', NULL, NULL, 0.00, 1, 0, 0, 0), (555, 1, '0474', 'No Promises - No Debts.jpg', 7.0000, '2005-06-07 12:31:39', NULL, NULL, 0.00, 1, 0, 0, 0), (556, 1, '0475', 'Ridin Out The Dark.gif', 10.0000, '2005-06-07 12:46:53', NULL, NULL, 0.00, 1, 0, 0, 0), (557, 1, '0476', 'Searchin For A Rainbow.jpg', 10.0000, '2005-06-07 12:55:24', NULL, NULL, 0.00, 1, 0, 0, 0), (558, 1, '0477', 'After Hours.jpg', 5.0000, '2005-06-07 13:12:07', NULL, NULL, 0.00, 1, 0, 0, 0), (559, 1, '0478', 'Gate To Infinity.jpg', 10.0000, '2005-06-07 13:18:43', NULL, NULL, 0.00, 1, 0, 0, 0), (560, 1, '0479', 'Deodato 2.jpg', 5.0000, '2005-06-07 13:28:31', NULL, NULL, 0.00, 1, 0, 0, 0), (561, 1, '0480', 'Genesis.jpg', 8.0000, '2005-06-07 15:56:26', NULL, NULL, 0.00, 1, 0, 0, 0), (562, 1, '0481', 'The Silent Sun.jpg', 5.0000, '2005-06-07 16:01:00', '2005-06-07 16:01:26', NULL, 0.00, 1, 0, 0, 0), (563, 1, '0482', 'Crossroads.jpg', 5.0000, '2005-06-07 16:06:56', NULL, NULL, 0.00, 1, 0, 0, 0), (983, 1, '0901', 'face_to_face.jpg', 15.0000, '2005-07-26 08:31:15', NULL, NULL, 0.00, 1, 0, 0, 0), (565, 1, '0484', 'Stolen Moments.jpg', 7.0000, '2005-06-07 16:26:02', NULL, NULL, 0.00, 1, 0, 0, 0), (566, 1, '0485', 'Broken_English.jpg', 5.0000, '2005-06-07 16:36:08', '2005-07-31 20:05:51', NULL, 0.00, 1, 0, 0, 0), (567, 1, '0486', 'Cuts Both Ways.jpg', 3.0000, '2005-06-07 16:45:10', '2005-06-08 00:52:32', NULL, 0.00, 1, 0, 0, 0), (568, 1, '0487', 'one-way-home.jpg', 5.0000, '2005-06-07 17:57:31', NULL, NULL, 0.00, 1, 0, 0, 0), (569, 1, '0488', 'Wild Frontier.jpg', 8.0000, '2005-06-07 18:05:42', NULL, NULL, 0.00, 1, 0, 0, 0), (570, 1, '0489', 'Sanctuary.jpg', 8.0000, '2005-06-07 18:18:55', NULL, NULL, 0.00, 1, 0, 0, 0), (571, 1, '0490', 'Elysian.gif', 5.0000, '2005-06-07 18:32:02', NULL, NULL, 0.00, 1, 0, 0, 0), (572, 1, '0491', 'Lucky For Some.jpg', 7.0000, '2005-06-07 18:49:20', NULL, NULL, 0.00, 1, 0, 0, 0), (573, 1, '0492', 'Life in the Foodchain.jpg', 10.0000, '2005-06-07 19:02:45', NULL, NULL, 0.00, 1, 0, 0, 0), (574, 1, '0493', 'Blue Sky Mining.jpg', 5.0000, '2005-06-07 19:19:39', NULL, NULL, 0.00, 1, 0, 0, 0), (575, 1, '0494', 'Love Drive.jpg', 5.0000, '2005-06-07 19:29:52', NULL, NULL, 0.00, 1, 0, 0, 0), (577, 1, '0496', 'Silberblick.jpg', 10.0000, '2005-06-07 20:16:51', NULL, NULL, 0.00, 1, 0, 0, 0), (578, 1, '0497', 'Fury In The Slaughterhouse.jpg', 5.0000, '2005-06-07 20:49:51', '2005-06-07 20:55:37', NULL, 0.00, 1, 0, 0, 0), (579, 1, '0498', 'Three Hearts.jpg', 5.0000, '2005-06-07 21:21:12', NULL, NULL, 0.00, 1, 0, 0, 0), (580, 1, '0499', 'You Gotta Say Yes To Another Excess.jpg', 4.0000, '2005-06-07 22:21:31', NULL, NULL, 0.00, 1, 0, 0, 0), (581, 1, '0500', 'Inside Story.jpg', 5.0000, '2005-06-07 22:27:28', NULL, NULL, 0.00, 1, 0, 0, 0), (582, 1, '0501', 'Bridge Of Spies.jpg', 7.0000, '2005-06-07 23:12:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1097, 1, '1015', 'iabd.jpg', 13.0000, '2005-08-01 18:09:13', NULL, NULL, 0.00, 1, 0, 0, 0), (583, 1, '0502', 'Live_a.jpg', 13.0000, '2005-07-02 21:43:18', '2005-07-11 16:25:13', NULL, 0.00, 1, 0, 0, 0), (584, 1, '0503', 'Pretzel Logic.jpg', 4.0000, '2005-07-03 17:07:54', NULL, NULL, 0.00, 1, 0, 0, 0), (585, 1, '0504', 'Bad For Good.jpg', 10.0000, '2005-07-03 17:25:19', '2005-07-03 17:31:07', NULL, 0.00, 1, 0, 0, 0), (586, 1, '0505', 'GH74_78.jpg', 8.0000, '2005-07-03 17:40:42', NULL, NULL, 0.00, 1, 0, 0, 0), (587, 1, '0506', 'Sticky Fingers.jpg', 10.0000, '2005-07-03 17:58:50', NULL, NULL, 0.00, 1, 0, 0, 0), (588, 1, '0507', 'The Joshua Tree.jpg', 6.0000, '2005-07-03 18:49:28', NULL, NULL, 0.00, 1, 0, 0, 0), (589, 1, '0508', 'Eddie Riff.jpg', 4.0000, '2005-07-03 20:01:09', NULL, NULL, 0.00, 1, 0, 0, 0), (590, 1, '0509', 'Great.jpg', 4.0000, '2005-07-03 20:27:56', NULL, NULL, 0.00, 1, 0, 0, 0), (591, 1, '0510', 'Lullaby.jpg', 5.0000, '2005-07-03 20:51:03', NULL, NULL, 0.00, 1, 0, 0, 0), (592, 1, '0511', 'Declares War.jpg', 4.0000, '2005-07-04 12:16:14', NULL, NULL, 0.00, 1, 0, 0, 0), (593, 1, '0512', 'Second Helping.jpg', 15.0000, '2005-07-04 12:27:23', NULL, NULL, 0.00, 1, 0, 0, 0), (594, 1, '0513', 'fiveaside.jpg', 8.0000, '2005-07-04 12:43:41', '2005-07-04 12:44:28', NULL, 0.00, 1, 0, 0, 0), (595, 1, '0514', 'ace02.jpg', 5.0000, '2005-07-04 17:17:09', '2005-07-04 17:29:30', NULL, 0.00, 1, 0, 0, 0), (596, 1, '0515', 'Down In The Bunker.jpg', 8.0000, '2005-07-04 17:47:14', NULL, NULL, 0.00, 1, 0, 0, 0), (597, 1, '0516', 'Prisoner of the Night.jpg', 8.0000, '2005-07-04 17:57:28', NULL, NULL, 0.00, 1, 0, 0, 0), (598, 1, '0517', 'Searching for the young soul rebels.jpg', 6.0000, '2005-07-04 18:14:52', NULL, NULL, 0.00, 1, 0, 0, 0), (599, 1, '0518', 'How I Spend My Vacation.jpg', 5.0000, '2005-07-04 19:46:28', NULL, NULL, 0.00, 1, 0, 0, 0), (600, 1, '0519', 'Benefit.jpg', 9.0000, '2005-07-04 20:00:01', NULL, NULL, 0.00, 1, 0, 0, 0), (601, 1, '0520', 'Oxford.gif', 7.0000, '2005-07-04 20:11:31', NULL, NULL, 0.00, 1, 0, 0, 0), (602, 1, '0521', 'Riff Raff.jpg', 8.0000, '2005-07-04 20:45:17', NULL, NULL, 0.00, 1, 0, 0, 0), (603, 1, '0522', 'Babe Ruth.JPG', 10.0000, '2005-07-04 21:23:18', NULL, NULL, 0.00, 1, 0, 0, 0), (604, 1, '0523', 'strange land.jpg', 9.0000, '2005-07-04 21:43:56', '2005-07-04 21:50:26', NULL, 0.00, 1, 0, 0, 0), (605, 1, '0524', 'Let It Bleed.jpg', 5.0000, '2005-07-05 11:13:05', NULL, NULL, 0.00, 1, 0, 0, 0), (606, 1, '0525', 'Tattoo You.jpg', 7.0000, '2005-07-05 11:19:14', NULL, NULL, 0.00, 1, 0, 0, 0), (607, 1, '0526', 'Beggars Banquet1.jpg', 7.0000, '2005-07-05 11:30:41', '2005-11-06 16:49:29', NULL, 0.00, 1, 0, 0, 0), (608, 1, '0527', 'Absolutely Live.jpg', 12.0000, '2005-07-05 11:49:24', '2005-10-28 16:19:20', NULL, 0.00, 1, 0, 0, 0), (609, 1, '0528', 'Mountains.JPG', 15.0000, '2005-07-05 12:08:35', NULL, NULL, 0.00, 1, 0, 0, 0), (610, 1, '0529', 'Town And Country.jpg', 4.0000, '2005-07-05 12:26:01', NULL, NULL, 0.00, 1, 0, 0, 0), (611, 1, '0530', 'Emotional Rescue.jpg', 4.0000, '2005-07-05 12:58:32', NULL, NULL, 0.00, 1, 0, 0, 0), (612, 1, '0531', 'Goats Head Soup.jpg', 7.0000, '2005-07-05 13:05:45', NULL, NULL, 0.00, 1, 0, 0, 0), (613, 1, '0532', 'Aftermath.jpg', 17.0000, '2005-07-05 16:19:31', NULL, NULL, 0.00, 1, 0, 0, 0), (614, 1, '0533', 'Vol22.jpg', 27.0000, '2005-07-05 16:21:49', '2005-07-05 16:34:42', NULL, 0.00, 1, 0, 0, 0), (615, 1, '0534', 'Metamorphosis.jpg', 10.0000, '2005-07-05 16:45:10', NULL, NULL, 0.00, 1, 0, 0, 0), (616, 1, '0535', 'Between The Buttons.jpg', 8.0000, '2005-07-05 16:50:52', NULL, NULL, 0.00, 1, 0, 0, 0), (617, 1, '0536', 'Dark Side Of The Moon.JPG', 5.0000, '2005-07-05 17:25:50', NULL, NULL, 0.00, 1, 0, 0, 0), (618, 1, '0537', 'Fierce Heart.jpg', 8.0000, '2005-07-05 17:53:29', NULL, NULL, 0.00, 1, 0, 0, 0), (619, 1, '0538', 'Got Change for a Million3.gif', 9.0000, '2005-07-05 18:26:44', '2005-07-05 18:28:19', NULL, 0.00, 1, 0, 0, 0), (620, 1, '0539', 'Never Kick A Sleeping Dog.JPG', 6.0000, '2005-07-05 18:46:19', NULL, NULL, 0.00, 1, 0, 0, 0), (621, 1, '0540', 'Smart Ass.gif', 9.0000, '2005-07-05 19:11:01', NULL, NULL, 0.00, 1, 0, 0, 0), (622, 1, '0541', 'Naked.gif', 8.0000, '2005-07-05 19:20:56', NULL, NULL, 0.00, 1, 0, 0, 0), (623, 1, '0542', 'Lukather.jpg', 7.0000, '2005-07-05 19:39:08', NULL, NULL, 0.00, 1, 0, 0, 0), (624, 1, '0543', 'Putting It Straight.jpg', 11.0000, '2005-07-05 19:52:26', NULL, NULL, 0.00, 1, 0, 0, 0), (625, 1, '0544', 'Profile.JPG', 10.0000, '2005-07-05 20:20:02', NULL, NULL, 0.00, 1, 0, 0, 0), (626, 1, '0545', 'Common One.jpg', 6.0000, '2005-07-05 20:36:11', NULL, NULL, 0.00, 1, 0, 0, 0), (627, 1, '0546', 'Wavelength.jpg', 10.0000, '2005-07-05 20:47:03', NULL, NULL, 0.00, 1, 0, 0, 0), (628, 1, '0547', 'Inarticulate Speech Of The Heart.jpg', 7.0000, '2005-07-05 21:00:43', NULL, NULL, 0.00, 1, 0, 0, 0), (629, 1, '0548', 'Beautiful Vision.jpg', 8.0000, '2005-07-05 21:05:19', NULL, NULL, 0.00, 1, 0, 0, 0), (630, 1, '0549', 'White Album.JPG', 25.0000, '2005-07-05 21:36:44', NULL, NULL, 0.00, 1, 0, 0, 0), (631, 1, '0550', 'Chronicle.jpg', 12.0000, '2005-07-05 22:04:58', NULL, NULL, 0.00, 1, 0, 0, 0), (632, 1, '0551', 'Slinky2.jpg', 7.0000, '2005-07-06 16:51:30', NULL, NULL, 0.00, 1, 0, 0, 0), (633, 1, '0552', 'Swimming Against The Stream.gif', 7.0000, '2005-07-06 17:11:53', NULL, NULL, 0.00, 1, 0, 0, 0), (634, 1, '0553', 'The Domino Club2.jpg', 9.0000, '2005-07-06 17:18:01', '2005-07-18 09:53:55', NULL, 0.00, 1, 0, 0, 0), (635, 1, '0554', 'Tracks.jpg', 10.0000, '2005-07-06 17:29:08', NULL, NULL, 0.00, 1, 0, 0, 0), (636, 1, '0555', 'Trash.jpg', 10.0000, '2005-07-06 17:39:23', NULL, NULL, 0.00, 1, 0, 0, 0), (637, 1, '0556', 'Harvest.jpg', 11.0000, '2005-07-06 17:48:11', '2005-07-06 18:05:38', NULL, 0.00, 1, 0, 0, 0), (638, 1, '0557', 'Brothers In Arms.jpg', 7.0000, '2005-07-06 18:04:29', NULL, NULL, 0.00, 1, 0, 0, 0), (639, 1, '0558', 'Night Owl.jpg', 8.0000, '2005-07-06 18:20:53', NULL, NULL, 0.00, 1, 0, 0, 0), (640, 1, '0559', 'Hell To Pay.jpg', 11.0000, '2005-07-06 18:42:40', NULL, NULL, 0.00, 1, 0, 0, 0), (641, 1, '0560', 'How Cruel.jpg', 9.0000, '2005-07-09 11:13:56', NULL, NULL, 0.00, 1, 0, 0, 0), (642, 1, '0561', 'Get Closer.gif', 8.0000, '2005-07-09 11:38:55', NULL, NULL, 0.00, 1, 0, 0, 0), (643, 1, '0562', 'Drama.jpg', 9.0000, '2005-07-09 11:50:56', NULL, NULL, 0.00, 1, 0, 0, 0), (644, 1, '0563', 'A New World Record.jpg', 10.0000, '2005-07-09 12:03:20', NULL, NULL, 0.00, 1, 0, 0, 0), (645, 1, '0564', 'Demons And Wizards.jpg', 10.0000, '2005-07-09 12:15:34', NULL, NULL, 0.00, 1, 0, 0, 0), (646, 1, '0565', 'Foreign Affair.jpg', 7.0000, '2005-07-09 12:42:23', NULL, NULL, 0.00, 1, 0, 0, 0), (647, 1, '0566', 'Early Works.jpg', 9.0000, '2005-07-09 13:12:04', NULL, NULL, 0.00, 1, 0, 0, 0), (648, 1, '0567', 'Mick And Caroline2.jpg', 5.0000, '2005-07-09 16:25:48', NULL, NULL, 0.00, 1, 0, 0, 0), (649, 1, '0568', 'Lets Face The Music.jpg', 7.0000, '2005-07-09 17:27:11', NULL, NULL, 0.00, 1, 0, 0, 0), (650, 1, '0569', 'After Eight.jpg', 8.0000, '2005-07-09 17:46:05', NULL, NULL, 0.00, 1, 0, 0, 0), (651, 1, '0570', 'Tell Me That You Like It.jpg', 5.0000, '2005-07-09 18:16:58', NULL, NULL, 0.00, 1, 0, 0, 0), (652, 1, '0571', 'Swing Classics.jpg', 6.0000, '2005-07-09 18:27:46', NULL, NULL, 0.00, 1, 0, 0, 0), (653, 1, '0572', 'Culture Killed The Native.jpg', 10.0000, '2005-07-09 18:52:05', '2005-07-09 18:54:53', NULL, 0.00, 1, 0, 0, 0), (654, 1, '0573', 'Beach.jpg', 3.0000, '2005-07-09 19:17:00', NULL, NULL, 0.00, 1, 0, 0, 0), (655, 1, '0574', 'Men And Women.jpg', 5.0000, '2005-07-09 19:34:41', NULL, NULL, 0.00, 1, 0, 0, 0), (656, 1, '0575', 'Corridors Of Power.jpg', 8.0000, '2005-07-09 19:55:24', NULL, NULL, 0.00, 1, 0, 0, 0), (657, 1, '0576', 'You Want It.jpg', 7.0000, '2005-07-09 20:05:21', NULL, NULL, 0.00, 1, 0, 0, 0), (658, 1, '0577', 'Whitney.jpg', 3.0000, '2005-07-09 20:21:10', NULL, NULL, 0.00, 1, 0, 0, 0), (659, 1, '0578', 'Best Moves.jpg', 5.0000, '2005-07-09 20:56:41', NULL, NULL, 0.00, 1, 0, 0, 0), (660, 1, '0579', 'Jedesmal.jpg', 7.0000, '2005-07-09 21:11:59', NULL, NULL, 0.00, 1, 0, 0, 0), (661, 1, '0580', 'Alpha.jpg', 7.0000, '2005-07-09 21:25:22', NULL, NULL, 0.00, 1, 0, 0, 0), (662, 1, '0581', 'Spanish Train.jpg', 5.0000, '2005-07-09 21:55:49', NULL, NULL, 0.00, 1, 0, 0, 0), (663, 1, '0582', 'At The End.jpg', 5.0000, '2005-07-09 22:08:07', NULL, NULL, 0.00, 1, 0, 0, 0), (664, 1, '0583', 'Crusader.jpg', 5.0000, '2005-07-09 22:19:24', NULL, NULL, 0.00, 1, 0, 0, 0), (665, 1, '0584', 'Getaway.jpg', 5.0000, '2005-07-10 17:23:01', NULL, NULL, 0.00, 1, 0, 0, 0), (666, 1, '0585', 'Dreamland.jpg', 5.0000, '2005-07-10 17:29:29', NULL, NULL, 0.00, 1, 0, 0, 0), (667, 1, '0586', 'Hoodoo.jpg', 5.0000, '2005-07-10 17:48:33', NULL, NULL, 0.00, 1, 0, 0, 0), (668, 1, '0587', 'Live3.jpg', 9.0000, '2005-07-10 18:37:00', NULL, NULL, 0.00, 1, 0, 0, 0), (669, 1, '0588', 'Tusk.jpg', 12.0000, '2005-07-10 19:17:03', NULL, NULL, 0.00, 1, 0, 0, 0), (670, 1, '0589', 'Nils.jpg', 10.0000, '2005-07-10 19:40:13', NULL, NULL, 0.00, 1, 0, 0, 0), (671, 1, '0590', 'One For The Road.jpg', 9.0000, '2005-07-10 19:59:42', NULL, NULL, 0.00, 1, 0, 0, 0), (672, 1, '0591', 'Messina.jpg', 7.0000, '2005-07-10 20:36:00', NULL, NULL, 0.00, 1, 0, 0, 0), (673, 1, '0592', 'Billy Idol.jpg', 5.0000, '2005-07-10 21:02:53', NULL, NULL, 0.00, 1, 0, 0, 0), (674, 1, '0593', 'Fame And Fortune.jpg', 7.0000, '2005-07-10 21:13:32', NULL, NULL, 0.00, 1, 0, 0, 0), (675, 1, '0594', 'Fourth.jpg', 11.0000, '2005-07-10 21:53:01', NULL, NULL, 0.00, 1, 0, 0, 0), (676, 1, '0595', 'Live Rust.jpg', 11.0000, '2005-07-10 22:28:04', '2005-07-10 22:30:23', NULL, 0.00, 1, 0, 0, 0), (677, 1, '0596', 'Captured Live.jpg', 8.0000, '2005-07-10 22:55:17', NULL, NULL, 0.00, 1, 0, 0, 0), (678, 1, '0597', 'Best Of1.jpg', 7.0000, '2005-07-11 09:55:51', NULL, NULL, 0.00, 1, 0, 0, 0), (679, 1, '0598', 'No Fright.jpg', 7.0000, '2005-07-11 10:18:30', NULL, NULL, 0.00, 1, 0, 0, 0), (680, 1, '0599', 'Balance Of Power.jpg', 5.0000, '2005-07-11 11:00:12', NULL, NULL, 0.00, 1, 0, 0, 0), (681, 1, '0600', 'React.jpg', 5.0000, '2005-07-11 11:19:06', NULL, NULL, 0.00, 1, 0, 0, 0), (682, 1, '0601', 'Profile.jpg', 7.0000, '2005-07-11 11:38:52', NULL, NULL, 0.00, 1, 0, 0, 0), (683, 1, '0602', 'Still Alive And Well.jpg', 9.0000, '2005-07-11 11:54:08', NULL, NULL, 0.00, 1, 0, 0, 0), (684, 1, '0603', 'Troubadour.jpg', 4.0000, '2005-07-11 12:56:08', NULL, NULL, 0.00, 1, 0, 0, 0), (685, 1, '0604', 'Contemporary.jpg', 9.0000, '2005-07-11 13:20:28', NULL, NULL, 0.00, 1, 0, 0, 0), (686, 1, '0605', 'Body Wishes.jpg', 2.0000, '2005-07-11 15:21:47', '2005-09-16 12:11:15', NULL, 0.00, 1, 0, 0, 0), (687, 1, '0606', 'Declares War.jpg', 8.0000, '2005-07-11 15:28:57', NULL, NULL, 0.00, 1, 0, 0, 0), (688, 1, '0607', 'Waiting For Columbus.jpg', 15.0000, '2005-07-11 15:43:18', NULL, NULL, 0.00, 1, 0, 0, 0), (689, 1, '0608', 'The Last Waltz.jpg', 23.0000, '2005-07-11 16:04:40', NULL, NULL, 0.00, 1, 0, 0, 0), (690, 1, '0609', 'Live_b.jpg', 9.0000, '2005-07-11 16:22:54', '2005-07-11 16:26:33', NULL, 0.00, 1, 0, 0, 0), (691, 1, '0610', 'Unbehagen.jpg', 5.0000, '2005-07-11 16:36:51', NULL, NULL, 0.00, 1, 0, 0, 0), (692, 1, '0611', 'Blueprint.jpg', 10.0000, '2005-07-11 16:57:15', '2005-09-13 16:01:48', NULL, 0.00, 1, 0, 0, 0), (693, 1, '0612', 'Movin.jpg', 5.0000, '2005-07-11 18:20:33', NULL, NULL, 0.00, 1, 0, 0, 0), (694, 1, '0613', 'East.jpg', 5.0000, '2005-07-11 18:32:09', NULL, NULL, 0.00, 1, 0, 0, 0), (695, 1, '0614', 'Mas Hysteria.jpg', 9.0000, '2005-07-11 18:50:14', NULL, NULL, 0.00, 1, 0, 0, 0), (696, 1, '0615', 'Eve.jpg', 5.0000, '2005-07-11 19:19:12', NULL, NULL, 0.00, 1, 0, 0, 0), (697, 1, '0616', 'Remember.jpg', 10.0000, '2005-07-11 19:41:40', NULL, NULL, 0.00, 1, 0, 0, 0), (698, 1, '0617', 'Come As You Are.jpg', 5.0000, '2005-07-11 20:03:30', '2005-07-11 20:04:27', NULL, 0.00, 1, 0, 0, 0), (699, 1, '0618', 'Life Is A Full Time Occupation.jpg', 7.0000, '2005-07-12 12:05:37', NULL, NULL, 0.00, 1, 0, 0, 0), (700, 1, '0619', 'Men Without Women.jpg', 5.0000, '2005-07-12 12:18:36', '2005-07-12 12:22:57', NULL, 0.00, 1, 0, 0, 0), (701, 1, '0620', 'Hold Out.jpg', 5.0000, '2005-07-12 12:35:39', NULL, NULL, 0.00, 1, 0, 0, 0), (702, 1, '0621', 'Whiplash Smile.jpg', 6.0000, '2005-07-12 12:43:42', NULL, NULL, 0.00, 1, 0, 0, 0), (703, 1, '0622', 'Contraband.jpg', 7.0000, '2005-07-12 12:50:25', NULL, NULL, 0.00, 1, 0, 0, 0), (704, 1, '0623', 'Love Bomb.jpg', 6.0000, '2005-07-12 13:00:03', NULL, NULL, 0.00, 1, 0, 0, 0), (705, 1, '0624', 'Pilgrimage.jpg', 8.0000, '2005-07-12 13:23:21', NULL, NULL, 0.00, 1, 0, 0, 0), (706, 1, '0625', 'Theres The Rub.jpg', 7.0000, '2005-07-12 14:11:21', NULL, NULL, 0.00, 1, 0, 0, 0), (707, 1, '0626', 'The Royal Scam.jpg', 7.0000, '2005-07-12 14:19:56', NULL, NULL, 0.00, 1, 0, 0, 0), (708, 1, '0627', 'Please Dont Touch.jpg', 4.0000, '2005-07-12 14:29:40', '2005-10-05 15:28:58', NULL, 0.00, 1, 0, 0, 0), (709, 1, '0628', 'Real.jpg', 7.0000, '2005-07-12 14:40:22', NULL, NULL, 0.00, 1, 0, 0, 0), (710, 1, '0629', 'Cornerstone.jpg', 6.0000, '2005-07-12 14:55:21', NULL, NULL, 0.00, 1, 0, 0, 0), (711, 1, '0630', 'Document.jpg', 9.0000, '2005-07-12 15:09:31', NULL, NULL, 0.00, 1, 0, 0, 0), (712, 1, '0631', 'Right.jpg', 9.0000, '2005-07-12 15:31:11', NULL, NULL, 0.00, 1, 0, 0, 0), (713, 1, '0632', 'Masters Of Rock.jpg', 9.0000, '2005-07-12 15:54:51', NULL, NULL, 0.00, 1, 0, 0, 0), (714, 1, '0633', 'Easter.jpg', 6.0000, '2005-07-12 16:12:20', NULL, NULL, 0.00, 1, 0, 0, 0), (715, 1, '0634', 'And Grin.jpg', 4.0000, '2005-07-12 16:40:05', NULL, NULL, 0.00, 1, 0, 0, 0), (716, 1, '0635', 'Whole Oats.jpg', 9.0000, '2005-07-12 17:06:17', NULL, NULL, 0.00, 1, 0, 0, 0), (717, 1, '0636', 'Pyramid.jpg', 11.0000, '2005-07-12 17:28:50', NULL, NULL, 0.00, 1, 0, 0, 0), (718, 1, '0637', 'H&O Live.jpg', 5.0000, '2005-07-12 18:15:30', NULL, NULL, 0.00, 1, 0, 0, 0), (719, 1, '0638', 'Get Ahead.jpg', 5.0000, '2005-07-12 19:04:37', NULL, NULL, 0.00, 1, 0, 0, 0), (720, 1, '0639', 'Abraxas.jpg', 6.0000, '2005-07-12 19:33:10', NULL, NULL, 0.00, 1, 0, 0, 0), (721, 1, '0640', '1.jpg', 9.0000, '2005-07-12 19:51:11', NULL, NULL, 0.00, 1, 0, 0, 0), (722, 1, '0641', '801.jpg', 8.0000, '2005-07-12 20:17:16', NULL, NULL, 0.00, 1, 0, 0, 0), (723, 1, '0642', 'Greatest_Hits.jpg', 7.0000, '2005-07-12 20:39:29', '2005-07-31 19:56:24', NULL, 0.00, 1, 0, 0, 0), (724, 1, '0643', 'Kein Zufall.jpg', 9.0000, '2005-07-12 20:51:12', '2005-07-12 20:52:04', NULL, 0.00, 1, 0, 0, 0), (725, 1, '0644', 'Ihre Groessten Erfolge.gif', 5.0000, '2005-07-12 21:06:53', NULL, NULL, 0.00, 1, 0, 0, 0), (726, 1, '0645', 'Broadcast.jpg', 5.0000, '2005-07-12 21:27:56', '2005-07-12 21:28:51', NULL, 0.00, 1, 0, 0, 0), (727, 1, '0646', 'Ice On Fire.jpg', 5.0000, '2005-07-12 21:41:43', NULL, NULL, 0.00, 1, 0, 0, 0), (728, 1, '0647', 'In the Eye of the Storm.jpg', 7.0000, '2005-07-12 21:51:46', NULL, NULL, 0.00, 1, 0, 0, 0), (729, 1, '0648', 'Ataraxia.gif', 5.0000, '2005-07-12 22:03:10', '2005-07-12 22:04:06', NULL, 0.00, 1, 0, 0, 0), (730, 1, '0649', 'OU 812.jpg', 3.5000, '2005-07-12 22:13:55', NULL, NULL, 0.00, 1, 0, 0, 0), (731, 1, '0650', 'Touch.jpg', 7.0000, '2005-07-12 22:33:20', NULL, NULL, 0.00, 1, 0, 0, 0), (732, 1, '0651', 'Pat Garrett.jpg', 6.0000, '2005-07-13 12:10:16', NULL, NULL, 0.00, 1, 0, 0, 0), (733, 1, '0652', 'aja.jpg', 3.0000, '2005-07-13 12:26:20', NULL, NULL, 0.00, 1, 0, 0, 0), (734, 1, '0653', 'The Rhythm.jpg', 7.0000, '2005-07-13 12:34:44', NULL, NULL, 0.00, 1, 0, 0, 0), (735, 1, '0654', 'RocknRoll.jpg', 5.0000, '2005-07-13 12:49:01', NULL, NULL, 0.00, 1, 0, 0, 0), (736, 1, '0655', 'Wild And Moody.jpg', 6.0000, '2005-07-13 13:03:54', NULL, NULL, 0.00, 1, 0, 0, 0), (737, 1, '0656', 'GTR.jpg', 7.0000, '2005-07-13 13:14:08', NULL, NULL, 0.00, 1, 0, 0, 0), (738, 1, '0657', 'Different Drum.jpg', 7.0000, '2005-07-14 09:23:55', NULL, NULL, 0.00, 1, 0, 0, 0), (739, 1, '0658', 'Dire Straits Amiga.jpg', 13.0000, '2005-07-14 09:41:39', NULL, NULL, 0.00, 1, 0, 0, 0), (740, 1, '0659', 'Greetings.jpg', 15.0000, '2005-07-14 10:22:29', NULL, NULL, 0.00, 1, 0, 0, 0), (741, 1, '0660', 'same.jpg', 13.0000, '2005-07-14 10:30:35', NULL, NULL, 0.00, 1, 0, 0, 0), (742, 1, '0661', 'Runaway Horses.jpg', 9.0000, '2005-07-14 10:41:13', '2005-08-12 11:36:27', NULL, 0.00, 1, 0, 0, 0), (743, 1, '0662', 'Read.jpg', 8.0000, '2005-07-14 10:56:14', NULL, NULL, 0.00, 1, 0, 0, 0), (744, 1, '0663', 'Topico.jpg', 5.0000, '2005-07-14 11:26:27', NULL, NULL, 0.00, 1, 0, 0, 0), (745, 1, '0664', 'The Game.jpg', 6.0000, '2005-07-14 12:01:20', NULL, NULL, 0.00, 1, 0, 0, 0), (746, 1, '0665', 'Caverna Magica.jpg', 15.0000, '2005-07-14 13:06:07', NULL, NULL, 0.00, 1, 0, 0, 0), (747, 1, '0666', 'The Sweet Keeper.jpg', 9.0000, '2005-07-14 13:25:25', NULL, NULL, 0.00, 1, 0, 0, 0), (748, 1, '0667', '16.jpg', 5.0000, '2005-07-14 14:29:51', '2005-07-14 14:30:16', NULL, 0.00, 1, 0, 0, 0), (749, 1, '0668', 'Heads Or Tales.jpg', 9.0000, '2005-07-14 14:37:41', NULL, NULL, 0.00, 1, 0, 0, 0), (750, 1, '0669', 'Trash.jpg', 5.0000, '2005-07-14 14:49:43', NULL, NULL, 0.00, 1, 0, 0, 0), (751, 1, '0670', 'XI.jpg', 7.0000, '2005-07-14 15:10:01', NULL, NULL, 0.00, 1, 0, 0, 0), (752, 1, '0671', 'four.jpg', 9.0000, '2005-07-14 15:20:27', NULL, NULL, 0.00, 1, 0, 0, 0), (753, 1, '0672', 'Affection.jpg', 7.0000, '2005-07-14 15:27:33', NULL, NULL, 0.00, 1, 0, 0, 0), (784, 1, '0702', 'T_Shirt.jpg', 15.0000, '2005-07-18 09:08:17', NULL, NULL, 0.00, 1, 0, 0, 0), (755, 1, '0673', 'Good Things.jpg', 15.0000, '2005-07-15 10:07:08', NULL, NULL, 0.00, 1, 0, 0, 0), (756, 1, '0674', 'Zebop.jpg', 7.0000, '2005-07-15 10:14:46', '2005-07-15 10:15:52', NULL, 0.00, 1, 0, 0, 0), (757, 1, '0675', 'In Transit.jpg', 8.0000, '2005-07-15 10:26:46', '2005-07-15 10:27:43', NULL, 0.00, 1, 0, 0, 0), (758, 1, '0676', 'Introspective.jpg', 3.0000, '2005-07-15 10:37:23', NULL, NULL, 0.00, 1, 0, 0, 0), (759, 1, '0677', 'Let It Loose.jpg', 3.0000, '2005-07-15 10:42:21', NULL, NULL, 0.00, 1, 0, 0, 0), (760, 1, '0678', 'Wings.jpg', 3.0000, '2005-07-15 10:53:13', NULL, NULL, 0.00, 1, 0, 0, 0), (761, 1, '0679', 'Escape Artist.jpg', 2.0000, '2005-07-15 11:08:11', NULL, NULL, 0.00, 1, 0, 0, 0), (762, 1, '0680', 'The Turn Of A Friendly Card.jpg', 3.0000, '2005-07-15 11:14:16', NULL, NULL, 0.00, 1, 0, 0, 0), (763, 1, '0681', 'Celebration.jpg', 5.0000, '2005-07-15 11:34:24', NULL, NULL, 0.00, 1, 0, 0, 0), (764, 1, '0682', 'Back To Classics.jpg', 11.0000, '2005-07-15 12:20:51', NULL, NULL, 0.00, 1, 0, 0, 0), (765, 1, '0683', 'Whispering Jack.jpg', 5.0000, '2005-07-15 12:26:38', NULL, NULL, 0.00, 1, 0, 0, 0), (766, 1, '0684', 'Boy In The Box.jpg', 5.0000, '2005-07-15 12:39:21', NULL, NULL, 0.00, 1, 0, 0, 0), (767, 1, '0685', 'Matt Bianco.jpg', 6.0000, '2005-07-15 12:46:02', NULL, NULL, 0.00, 1, 0, 0, 0), (768, 1, '0686', 'Spirit.jpg', 5.0000, '2005-07-15 13:11:08', '2005-10-30 16:28:20', NULL, 0.00, 1, 0, 0, 0), (769, 1, '0687', 'Crimes Of Passion.jpg', 7.0000, '2005-07-15 13:53:09', NULL, NULL, 0.00, 1, 0, 0, 0), (770, 1, '0688', 'Children Of Sanchez.jpg', 15.0000, '2005-07-15 14:19:48', NULL, NULL, 0.00, 1, 0, 0, 0), (771, 1, '0689', 'Down On The Farm.jpg', 10.0000, '2005-07-15 14:30:48', NULL, NULL, 0.00, 1, 0, 0, 0), (772, 1, '0690', 'Think Visual.jpg', 5.0000, '2005-07-15 14:50:27', NULL, NULL, 0.00, 1, 0, 0, 0), (773, 1, '0691', 'Pictures.gif', 8.0000, '2005-07-15 15:09:10', NULL, NULL, 0.00, 1, 0, 0, 0), (774, 1, '0692', 'Young And Rich.jpg', 9.0000, '2005-07-15 15:36:50', NULL, NULL, 0.00, 1, 0, 0, 0), (775, 1, '0693', 'Big Circumstance.gif', 6.0000, '2005-07-15 15:49:09', NULL, NULL, 0.00, 1, 0, 0, 0), (776, 1, '0694', 'Good Dirty Fun.jpg', 9.0000, '2005-07-15 16:06:38', NULL, NULL, 0.00, 1, 0, 0, 0), (777, 1, '0695', 'Brand New Day.jpg', 7.0000, '2005-07-15 16:30:02', NULL, NULL, 0.00, 1, 0, 0, 0), (778, 1, '0696', 'The Angel.gif', 6.0000, '2005-07-15 16:54:57', NULL, NULL, 0.00, 1, 0, 0, 0), (779, 1, '0697', 'Rumours Of Glory.jpg', 9.0000, '2005-07-15 17:14:16', NULL, NULL, 0.00, 1, 0, 0, 0), (780, 1, '0698', 'Rebirth.jpg', 8.0000, '2005-07-15 17:55:25', NULL, NULL, 0.00, 1, 0, 0, 0), (781, 1, '0699', 'Vegetarians.gif', 5.0000, '2005-07-15 18:06:36', NULL, NULL, 0.00, 1, 0, 0, 0), (782, 1, '0700', 'Steve Winwood.jpg', 10.0000, '2005-07-15 18:22:26', NULL, NULL, 0.00, 1, 0, 0, 0), (783, 1, '0701', 'Melissa.jpg', 6.0000, '2005-07-15 18:27:24', NULL, NULL, 0.00, 1, 0, 0, 0), (785, 1, '0703', 'All_Around_My_Hat.jpg', 13.0000, '2005-07-18 09:35:39', NULL, NULL, 0.00, 1, 0, 0, 0), (786, 1, '0704', 'Ars_Longa_Vita_Brevis.jpg', 10.0000, '2005-07-18 09:46:34', NULL, NULL, 0.00, 1, 0, 0, 0), (787, 1, '0705', 'Night.jpg', 15.0000, '2005-07-18 09:57:33', NULL, NULL, 0.00, 1, 0, 0, 0), (788, 1, '0706', 'Amigos.jpg', 8.0000, '2005-07-18 10:13:46', NULL, NULL, 0.00, 1, 0, 0, 0), (789, 1, '0707', 'Straight_Shooter.jpg', 9.0000, '2005-07-18 10:29:08', '2005-07-18 10:29:45', NULL, 0.00, 1, 0, 0, 0), (790, 1, '0708', 'Oxford.gif', 12.0000, '2005-07-18 10:41:00', NULL, NULL, 0.00, 1, 0, 0, 0), (791, 1, '0709', 'Big_Daddy.jpg', 5.0000, '2005-07-18 10:48:22', NULL, NULL, 0.00, 1, 0, 0, 0), (792, 1, '0710', 'Destiny.jpg', 5.0000, '2005-07-18 10:59:49', NULL, NULL, 0.00, 1, 0, 0, 0), (793, 1, '0711', 'Angler.jpg', 5.0000, '2005-07-18 11:20:48', NULL, NULL, 0.00, 1, 0, 0, 0), (794, 1, '0712', 'Go_On.jpg', 3.0000, '2005-07-18 12:13:26', NULL, NULL, 0.00, 1, 0, 0, 0), (795, 1, '0713', 'Vol_1.jpg', 2.0000, '2005-07-18 12:17:14', '2005-09-16 12:04:30', NULL, 0.00, 1, 0, 0, 0), (796, 1, '0714', 'Vol_2.jpg', 2.0000, '2005-07-18 12:20:46', '2005-09-16 12:08:05', NULL, 0.00, 1, 0, 0, 0), (797, 1, '0715', 'The_Promise.jpg', 5.0000, '2005-07-18 12:31:41', NULL, NULL, 0.00, 1, 0, 0, 0), (798, 1, '0716', 'Big_Bam_Boom.jpg', 3.0000, '2005-07-18 12:44:43', NULL, NULL, 0.00, 1, 0, 0, 0), (799, 1, '0717', 'Stampede.jpg', 5.0000, '2005-07-18 12:53:30', NULL, NULL, 0.00, 1, 0, 0, 0), (800, 1, '0718', 'Savoit_Faire.jpg', 9.0000, '2005-07-18 13:02:13', NULL, NULL, 0.00, 1, 0, 0, 0), (801, 1, '0719', 'Say_No_More.jpg', 11.0000, '2005-07-18 13:08:26', NULL, NULL, 0.00, 1, 0, 0, 0), (802, 1, '0720', 'H2O.jpg', 3.0000, '2005-07-18 14:29:05', NULL, NULL, 0.00, 1, 0, 0, 0), (803, 1, '0721', '10.jpg', 5.0000, '2005-07-18 14:41:40', NULL, NULL, 0.00, 1, 0, 0, 0), (804, 1, '0722', 'Pimitive.jpg', 6.0000, '2005-07-18 14:49:46', NULL, NULL, 0.00, 1, 0, 0, 0), (805, 1, '0723', 'Wire_Train.jpg', 7.0000, '2005-07-18 15:03:02', NULL, NULL, 0.00, 1, 0, 0, 0), (806, 1, '0724', 'mozarts.jpg', 5.0000, '2005-07-19 12:20:25', '2005-07-19 17:51:56', NULL, 0.00, 1, 0, 0, 0), (807, 1, '0725', 'sky4lp2.jpg', 7.0000, '2005-07-19 12:31:27', '2005-07-19 12:43:05', NULL, 0.00, 1, 0, 0, 0), (808, 1, '0726', 'sky3.jpg', 9.0000, '2005-07-19 12:42:36', '2005-07-19 17:51:17', NULL, 0.00, 1, 0, 0, 0), (809, 1, '0727', 'Blast.jpg', 5.0000, '2005-07-19 13:11:47', NULL, NULL, 0.00, 1, 0, 0, 0), (810, 1, '0728', '5150.jpg', 5.0000, '2005-07-19 16:25:56', '2005-07-19 17:50:00', NULL, 0.00, 1, 0, 0, 0), (811, 1, '0729', 'Chinese.jpg', 6.0000, '2005-07-19 16:33:02', '2005-07-19 17:49:06', NULL, 0.00, 1, 0, 0, 0), (812, 1, '0730', 'Man_On_The_Line.jpg', 5.0000, '2005-07-19 16:40:20', '2005-07-19 17:48:00', NULL, 0.00, 1, 0, 0, 0), (813, 1, '0731', 'naked_thunder.jpg', 9.0000, '2005-07-19 16:47:44', '2005-07-31 19:47:15', NULL, 0.00, 1, 0, 0, 0), (814, 1, '0732', 'spirits.jpg', 5.0000, '2005-07-19 17:00:38', '2005-07-19 17:32:01', NULL, 0.00, 1, 0, 0, 0), (815, 1, '0733', 'Greatest Hits.jpg', 9.0000, '2005-07-19 17:25:19', NULL, NULL, 0.00, 1, 0, 0, 0), (816, 1, '0734', 'montreux.jpg', 3.0000, '2005-07-19 17:31:20', NULL, NULL, 0.00, 1, 0, 0, 0), (817, 1, '0735', 'rush.jpg', 3.0000, '2005-07-19 17:39:00', '2005-07-19 17:45:44', NULL, 0.00, 1, 0, 0, 0), (818, 1, '0736', 'flying.jpg', 3.0000, '2005-07-19 17:45:02', NULL, NULL, 0.00, 1, 0, 0, 0), (819, 1, '0737', 'road.jpg', 7.0000, '2005-07-19 18:02:21', NULL, NULL, 0.00, 1, 0, 0, 0), (820, 1, '0738', 'untamed.jpg', 7.0000, '2005-07-19 18:33:58', NULL, NULL, 0.00, 1, 0, 0, 0), (821, 1, '0739', 'venus.jpg', 15.0000, '2005-07-19 19:04:47', NULL, NULL, 0.00, 1, 0, 0, 0), (822, 1, '0740', 'brother.jpg', 5.0000, '2005-07-19 19:18:13', NULL, NULL, 0.00, 1, 0, 0, 0), (823, 1, '0741', 'famous2.jpg', 4.0000, '2005-07-19 19:32:33', '2005-07-24 19:41:13', NULL, 0.00, 1, 0, 0, 0), (824, 1, '0742', 'walking.jpg', 13.0000, '2005-07-19 19:43:29', NULL, NULL, 0.00, 1, 0, 0, 0), (825, 1, '0743', 'slicker.jpg', 9.0000, '2005-07-19 20:07:49', NULL, NULL, 0.00, 1, 0, 0, 0), (826, 1, '0744', 'empires.jpg', 10.0000, '2005-07-19 20:17:46', NULL, NULL, 0.00, 1, 0, 0, 0), (827, 1, '0745', 'life.jpg', 7.0000, '2005-07-19 20:35:42', NULL, NULL, 0.00, 1, 0, 0, 0), (828, 1, '0746', 'skyscraper.jpg', 5.0000, '2005-07-19 20:43:06', NULL, NULL, 0.00, 1, 0, 0, 0), (829, 1, '0747', 'killer.jpg', 7.0000, '2005-07-19 21:10:34', NULL, NULL, 0.00, 1, 0, 0, 0), (830, 1, '0748', 'schemer.jpg', 10.0000, '2005-07-19 21:21:32', NULL, NULL, 0.00, 1, 0, 0, 0), (831, 1, '0749', 'Argus.jpg', 7.0000, '2005-07-19 21:28:20', NULL, NULL, 0.00, 1, 0, 0, 0), (832, 1, '0750', 'Legalize It2.jpg', 13.0000, '2005-07-19 21:41:32', NULL, NULL, 0.00, 1, 0, 0, 0), (833, 1, '0751', 'Hurt.jpg', 5.0000, '2005-07-20 07:54:16', NULL, NULL, 0.00, 1, 0, 0, 0), (834, 1, '0752', 'Bush Doctor.jpg', 7.0000, '2005-07-20 08:28:12', NULL, NULL, 0.00, 1, 0, 0, 0), (835, 1, '0753', 'No Nuclear War.jpg', 7.0000, '2005-07-20 08:56:53', NULL, NULL, 0.00, 1, 0, 0, 0), (836, 1, '0754', 'gasoline.jpg', 12.0000, '2005-07-20 09:18:13', NULL, NULL, 0.00, 1, 0, 0, 0), (837, 1, '0755', 'Mama Africa.jpg', 7.0000, '2005-07-20 09:23:40', NULL, NULL, 0.00, 1, 0, 0, 0), (838, 1, '0756', 'Wanted_Dread_&_Alive.jpg', 7.0000, '2005-07-20 09:37:44', NULL, NULL, 0.00, 1, 0, 0, 0), (839, 1, '0757', 'Mystic_Man.jpg', 7.0000, '2005-07-20 09:43:27', NULL, NULL, 0.00, 1, 0, 0, 0), (840, 1, '0758', 'famous.jpg', 9.0000, '2005-07-20 09:55:15', NULL, NULL, 0.00, 1, 0, 0, 0), (841, 1, '0759', 'heartbeat.jpg', 6.0000, '2005-07-20 10:33:20', NULL, NULL, 0.00, 1, 0, 0, 0), (842, 1, '0760', 'Da_Capo.jpg', 5.0000, '2005-07-20 10:42:22', NULL, NULL, 0.00, 1, 0, 0, 0), (843, 1, '0761', 'popped.jpg', 5.0000, '2005-07-20 11:15:55', NULL, NULL, 0.00, 1, 0, 0, 0), (844, 1, '0762', 'islands.jpg', 5.0000, '2005-07-20 11:42:15', NULL, NULL, 0.00, 1, 0, 0, 0), (845, 1, '0763', 'principle.jpg', 8.0000, '2005-07-20 11:50:30', NULL, NULL, 0.00, 1, 0, 0, 0), (846, 1, '0764', 'Time_Boom_De_Devil_Dead.jpg', 15.0000, '2005-07-20 12:02:57', NULL, NULL, 0.00, 1, 0, 0, 0), (847, 1, '0765', 'trouble.jpg', 7.0000, '2005-07-20 17:17:03', NULL, NULL, 0.00, 1, 0, 0, 0), (848, 1, '0766', 'Broken_English.jpg', 10.0000, '2005-07-20 17:26:05', '2005-07-31 20:06:19', NULL, 0.00, 1, 0, 0, 0), (849, 1, '0767', 'product.jpg', 13.0000, '2005-07-20 17:33:30', NULL, NULL, 0.00, 1, 0, 0, 0), (850, 1, '0768', 'rain.jpg', 6.0000, '2005-07-20 17:40:50', NULL, NULL, 0.00, 1, 0, 0, 0), (851, 1, '0769', 'schizo.jpg', 9.0000, '2005-07-20 17:48:31', NULL, NULL, 0.00, 1, 0, 0, 0), (852, 1, '0770', 'quo.jpg', 8.0000, '2005-07-20 17:56:33', NULL, NULL, 0.00, 1, 0, 0, 0), (853, 1, '0771', 'blue.jpg', 6.0000, '2005-07-20 18:11:20', NULL, NULL, 0.00, 1, 0, 0, 0), (854, 1, '0772', 'shot.jpg', 10.0000, '2005-07-20 18:31:11', NULL, NULL, 0.00, 1, 0, 0, 0), (855, 1, '0773', 'dreamtime2.jpg', 3.5000, '2005-07-20 18:42:25', '2005-08-08 11:17:36', NULL, 0.00, 1, 0, 0, 0), (856, 1, '0774', 'radio.jpg', 5.0000, '2005-07-20 19:01:24', NULL, NULL, 0.00, 1, 0, 0, 0), (857, 1, '0775', 'who.jpg', 5.0000, '2005-07-20 19:18:46', NULL, NULL, 0.00, 1, 0, 0, 0), (858, 1, '0776', 'place.jpg', 7.0000, '2005-07-20 19:26:28', NULL, NULL, 0.00, 1, 0, 0, 0), (859, 1, '0777', 'donovan.jpg', 6.0000, '2005-07-20 19:41:14', NULL, NULL, 0.00, 1, 0, 0, 0), (860, 1, '0778', 'headin.jpg', 7.0000, '2005-07-20 19:51:40', NULL, NULL, 0.00, 1, 0, 0, 0), (861, 1, '0779', 'gimme.jpg', 8.0000, '2005-07-20 20:03:39', NULL, NULL, 0.00, 1, 0, 0, 0), (862, 1, '0780', 'get_close.jpg', 3.0000, '2005-07-20 20:15:44', NULL, NULL, 0.00, 1, 0, 0, 0), (863, 1, '0781', 'fever.jpg', 5.0000, '2005-07-21 08:14:50', NULL, NULL, 0.00, 1, 0, 0, 0), (864, 1, '0782', 'X.jpg', 10.0000, '2005-07-21 08:54:40', NULL, NULL, 0.00, 1, 0, 0, 0), (865, 1, '0783', 'garden.jpg', 5.0000, '2005-07-21 09:32:45', NULL, NULL, 0.00, 1, 0, 0, 0), (866, 1, '0784', 'fish.jpg', 7.0000, '2005-07-21 09:42:02', NULL, NULL, 0.00, 1, 0, 0, 0), (867, 1, '0785', 'so.jpg', 5.0000, '2005-07-21 09:50:20', NULL, NULL, 0.00, 1, 0, 0, 0), (868, 1, '0786', 'Crises.jpg', 6.0000, '2005-07-21 09:55:59', NULL, NULL, 0.00, 1, 0, 0, 0), (869, 1, '0787', 'stirred.jpg', 6.0000, '2005-07-21 10:05:34', NULL, NULL, 0.00, 1, 0, 0, 0), (870, 1, '0788', 'gewalt.jpg', 6.0000, '2005-07-21 10:14:27', NULL, NULL, 0.00, 1, 0, 0, 0), (871, 1, '0789', 'greatest.jpg', 15.0000, '2005-07-21 10:29:39', NULL, NULL, 0.00, 1, 0, 0, 0), (872, 1, '0790', 'fire_and_water.jpg', 7.0000, '2005-07-21 10:39:05', '2005-07-31 19:44:03', NULL, 0.00, 1, 0, 0, 0), (873, 1, '0791', 'slug.jpg', 10.0000, '2005-07-21 11:09:39', NULL, NULL, 0.00, 1, 0, 0, 0), (874, 1, '0792', 'season.jpg', 9.0000, '2005-07-21 11:21:22', NULL, NULL, 0.00, 1, 0, 0, 0), (875, 1, '0793', 'sky.jpg', 7.0000, '2005-07-21 11:33:51', NULL, NULL, 0.00, 1, 0, 0, 0), (876, 1, '0794', 'i_know.jpg', 6.5000, '2005-07-21 11:49:38', NULL, NULL, 0.00, 1, 0, 0, 0), (877, 1, '0795', 'worlds.jpg', 9.0000, '2005-07-21 11:55:38', NULL, NULL, 0.00, 1, 0, 0, 0), (878, 1, '0796', 'time.jpg', 6.0000, '2005-07-21 12:13:27', NULL, NULL, 0.00, 1, 0, 0, 0), (879, 1, '0797', 'distance.jpg', 5.0000, '2005-07-21 12:23:41', NULL, NULL, 0.00, 1, 0, 0, 0), (880, 1, '0798', 'envoy.jpg', 8.0000, '2005-07-21 12:43:35', NULL, NULL, 0.00, 1, 0, 0, 0), (881, 1, '0799', 'secret.jpg', 5.0000, '2005-07-21 13:01:50', NULL, NULL, 0.00, 1, 0, 0, 0), (882, 1, '0800', '85555.jpg', 7.0000, '2005-07-21 13:07:27', NULL, NULL, 0.00, 1, 0, 0, 0), (883, 1, '0801', 'Pictures.jpg', 10.0000, '2005-07-21 14:51:11', NULL, NULL, 0.00, 1, 0, 0, 0), (884, 1, '0802', 'nervous-night.jpg', 5.0000, '2005-07-21 14:58:35', NULL, NULL, 0.00, 1, 0, 0, 0), (885, 1, '0803', 'Little River Band.jpg', 8.0000, '2005-07-21 15:08:48', NULL, NULL, 0.00, 1, 0, 0, 0), (886, 1, '0804', 'now.jpg', 8.0000, '2005-07-21 15:17:07', NULL, NULL, 0.00, 1, 0, 0, 0), (887, 1, '0805', 'drum.gif', 8.0000, '2005-07-21 15:25:55', NULL, NULL, 0.00, 1, 0, 0, 0), (888, 1, '0806', 'candy.jpg', 7.0000, '2005-07-21 15:42:30', NULL, NULL, 0.00, 1, 0, 0, 0), (889, 1, '0807', 'pride.jpg', 7.0000, '2005-07-21 16:00:22', NULL, NULL, 0.00, 1, 0, 0, 0), (890, 1, '0808', 'living.jpg', 6.0000, '2005-07-21 16:08:27', NULL, NULL, 0.00, 1, 0, 0, 0), (891, 1, '0809', 'hamburg.jpg', 5.0000, '2005-07-21 16:15:47', NULL, NULL, 0.00, 1, 0, 0, 0), (892, 1, '0810', 'swing.jpg', 9.0000, '2005-07-21 16:41:22', NULL, NULL, 0.00, 1, 0, 0, 0), (893, 1, '0811', 'el_loco.jpg', 8.0000, '2005-07-21 16:58:03', NULL, NULL, 0.00, 1, 0, 0, 0), (894, 1, '0812', 'eagle.jpg', 12.0000, '2005-07-21 17:08:14', NULL, NULL, 0.00, 1, 0, 0, 0), (895, 1, '0813', 'recycler.jpg', 6.0000, '2005-07-21 17:17:43', NULL, NULL, 0.00, 1, 0, 0, 0), (896, 1, '0814', 'I=II.jpg', 5.0000, '2005-07-21 17:34:27', NULL, NULL, 0.00, 1, 0, 0, 0), (897, 1, '0815', 'puzzle.jpg', 5.0000, '2005-07-21 17:53:53', NULL, NULL, 0.00, 1, 0, 0, 0), (898, 1, '0816', 'gianna.jpg', 10.0000, '2005-07-21 18:12:55', NULL, NULL, 0.00, 1, 0, 0, 0), (899, 1, '0817', 'bella.jpg', 5.0000, '2005-07-21 18:30:08', NULL, NULL, 0.00, 1, 0, 0, 0), (900, 1, '0818', 'nice.jpg', 9.0000, '2005-07-21 18:48:25', NULL, NULL, 0.00, 1, 0, 0, 0), (901, 1, '0819', 'diamonds.jpg', 11.0000, '2005-07-21 19:33:57', NULL, NULL, 0.00, 1, 0, 0, 0), (902, 1, '0820', 'eliminator.jpg', 8.0000, '2005-07-21 19:58:48', NULL, NULL, 0.00, 1, 0, 0, 0), (903, 1, '0821', 'spectrum.jpg', 10.0000, '2005-07-21 20:14:02', NULL, NULL, 0.00, 1, 0, 0, 0), (904, 1, '0822', 'romance.jpg', 6.0000, '2005-07-21 20:23:02', NULL, NULL, 0.00, 1, 0, 0, 0), (905, 1, '0823', 'monument.jpg', 9.0000, '2005-07-21 20:31:07', NULL, NULL, 0.00, 1, 0, 0, 0), (906, 1, '0824', 'reins.jpg', 9.0000, '2005-07-21 20:54:07', NULL, NULL, 0.00, 1, 0, 0, 0), (907, 1, '0825', 'playing.jpg', 6.0000, '2005-07-21 21:04:15', NULL, NULL, 0.00, 1, 0, 0, 0), (908, 1, '0826', 'take.jpg', 6.0000, '2005-07-22 10:38:11', NULL, NULL, 0.00, 1, 0, 0, 0), (909, 1, '0827', 'disaster.jpg', 7.0000, '2005-07-22 10:44:19', NULL, NULL, 0.00, 1, 0, 0, 0), (910, 1, '0828', 'guts.jpg', 8.0000, '2005-07-22 10:49:28', NULL, NULL, 0.00, 1, 0, 0, 0), (911, 1, '0829', 'shadow.gif', 6.0000, '2005-07-22 14:14:25', NULL, NULL, 0.00, 1, 0, 0, 0), (912, 1, '0830', 'vox.jpg', 7.0000, '2005-07-22 14:27:05', NULL, NULL, 0.00, 1, 0, 0, 0), (913, 1, '0831', 'nude.jpg', 7.0000, '2005-07-22 14:33:07', NULL, NULL, 0.00, 1, 0, 0, 0), (914, 1, '0832', 'mirage.jpg', 8.0000, '2005-07-22 14:42:24', NULL, NULL, 0.00, 1, 0, 0, 0), (915, 1, '0833', 'seal.jpg', 7.0000, '2005-07-22 14:50:34', NULL, NULL, 0.00, 1, 0, 0, 0), (916, 1, '0834', 'wham.jpg', 15.0000, '2005-07-22 15:05:22', NULL, NULL, 0.00, 1, 0, 0, 0), (917, 1, '0835', 'lake.jpg', 8.0000, '2005-07-22 15:16:11', NULL, NULL, 0.00, 1, 0, 0, 0), (918, 1, '0836', 'breathless.jpg', 5.0000, '2005-07-22 15:37:06', NULL, NULL, 0.00, 1, 0, 0, 0), (919, 1, '0837', 'wave.jpg', 5.0000, '2005-07-22 15:50:49', NULL, NULL, 0.00, 1, 0, 0, 0), (920, 1, '0838', 'randy-meisner.jpg', 13.0000, '2005-07-23 15:59:06', '2005-08-14 19:41:01', NULL, 0.00, 1, 0, 0, 0), (921, 1, '0839', 'mystery_girl.jpg', 6.0000, '2005-07-23 16:11:23', '2005-07-31 19:40:38', NULL, 0.00, 1, 0, 0, 0), (922, 1, '0840', 'rockbird.jpg', 3.0000, '2005-07-23 16:34:06', NULL, NULL, 0.00, 1, 0, 0, 0), (923, 1, '0841', 'changes.jpg', 3.0000, '2005-07-23 16:52:33', NULL, NULL, 0.00, 1, 0, 0, 0), (924, 1, '0842', 'avalon.jpg', 7.0000, '2005-07-23 17:01:07', NULL, NULL, 0.00, 1, 0, 0, 0), (925, 1, '0843', 'lake-voices.jpg', 7.0000, '2005-07-23 17:29:06', '2005-08-14 19:39:23', NULL, 0.00, 1, 0, 0, 0), (926, 1, '0844', 'II.jpg', 5.0000, '2005-07-23 17:38:57', NULL, NULL, 0.00, 1, 0, 0, 0), (927, 1, '0845', 'elp.jpg', 7.0000, '2005-07-23 17:50:42', NULL, NULL, 0.00, 1, 0, 0, 0), (928, 1, '0846', 'watermark.jpg', 5.0000, '2005-07-23 18:00:47', NULL, NULL, 0.00, 1, 0, 0, 0), (929, 1, '0847', 'loser.gif', 7.0000, '2005-07-23 18:10:50', NULL, NULL, 0.00, 1, 0, 0, 0), (930, 1, '0848', 'angels.gif', 7.0000, '2005-07-23 18:21:56', NULL, NULL, 0.00, 1, 0, 0, 0), (931, 1, '0849', 'wraps.jpg', 5.0000, '2005-07-23 18:29:57', NULL, NULL, 0.00, 1, 0, 0, 0), (932, 1, '0850', 'red.jpg', 9.0000, '2005-07-23 18:36:21', NULL, NULL, 0.00, 1, 0, 0, 0), (933, 1, '0851', 'naked.jpg', 7.0000, '2005-07-23 19:04:40', NULL, NULL, 0.00, 1, 0, 0, 0), (934, 1, '0852', 'stealing.jpg', 5.0000, '2005-07-23 19:42:50', NULL, NULL, 0.00, 1, 0, 0, 0), (935, 1, '0853', 'yes.jpg', 7.0000, '2005-07-23 19:56:54', NULL, NULL, 0.00, 1, 0, 0, 0), (936, 1, '0854', 'colours.jpg', 17.0000, '2005-07-23 20:11:10', NULL, NULL, 0.00, 1, 0, 0, 0), (937, 1, '0855', 'oblivion.jpg', 10.0000, '2005-07-23 20:27:08', NULL, NULL, 0.00, 1, 0, 0, 0), (938, 1, '0856', 'absolutely.jpg', 10.0000, '2005-07-23 20:50:13', NULL, NULL, 0.00, 1, 0, 0, 0), (939, 1, '0857', 'fight.jpg', 11.0000, '2005-07-23 21:07:49', NULL, NULL, 0.00, 1, 0, 0, 0), (940, 1, '0858', 'udopia.jpg', 10.0000, '2005-07-24 16:57:10', NULL, NULL, 0.00, 1, 0, 0, 0), (941, 1, '0859', 'goetter.jpg', 7.0000, '2005-07-24 17:06:34', NULL, NULL, 0.00, 1, 0, 0, 0), (942, 1, '0860', 'odyssee.jpg', 5.0000, '2005-07-24 17:14:35', NULL, NULL, 0.00, 1, 0, 0, 0), (943, 1, '0861', 'keule.jpg', 5.0000, '2005-07-24 17:19:18', NULL, NULL, 0.00, 1, 0, 0, 0), (944, 1, '0862', 'andrea_doria.jpg', 8.0000, '2005-07-24 17:33:24', NULL, NULL, 0.00, 1, 0, 0, 0), (945, 1, '0863', 'mystery.jpg', 8.0000, '2005-07-24 17:40:35', NULL, NULL, 0.00, 1, 0, 0, 0), (946, 1, '0864', 'staedte.jpg', 10.0000, '2005-07-24 17:48:09', NULL, NULL, 0.00, 1, 0, 0, 0), (947, 1, '0865', 'all.jpg', 9.0000, '2005-07-24 18:02:06', NULL, NULL, 0.00, 1, 0, 0, 0), (948, 1, '0866', 'treasure.jpg', 5.0000, '2005-07-24 18:16:42', NULL, NULL, 0.00, 1, 0, 0, 0), (949, 1, '0867', 'hilt.jpg', 9.0000, '2005-07-24 18:49:11', NULL, NULL, 0.00, 1, 0, 0, 0), (950, 1, '0868', 'angel.jpg', 5.0000, '2005-07-24 19:10:33', NULL, NULL, 0.00, 1, 0, 0, 0), (951, 1, '0869', 'break.jpg', 5.0000, '2005-07-24 19:14:28', NULL, NULL, 0.00, 1, 0, 0, 0), (952, 1, '0870', 'schizophrenic.jpg', 9.0000, '2005-07-24 19:25:46', NULL, NULL, 0.00, 1, 0, 0, 0), (953, 1, '0871', 'teddy.jpg', 7.0000, '2005-07-24 20:05:32', NULL, NULL, 0.00, 1, 0, 0, 0), (954, 1, '0872', 'hang_on.jpg', 10.0000, '2005-07-24 20:27:13', NULL, NULL, 0.00, 1, 0, 0, 0), (955, 1, '0873', 'h_concerto.jpg', 9.0000, '2005-07-24 20:46:17', '2005-07-31 19:37:49', NULL, 0.00, 1, 0, 0, 0), (956, 1, '0874', 'win.jpg', 7.0000, '2005-07-24 20:54:41', NULL, NULL, 0.00, 1, 0, 0, 0), (957, 1, '0875', 'rayo-x.jpg', 8.0000, '2005-07-24 21:02:34', NULL, NULL, 0.00, 1, 0, 0, 0), (958, 1, '0876', 'Wonderland.jpg', 10.0000, '2005-07-24 21:12:08', NULL, NULL, 0.00, 1, 0, 0, 0), (959, 1, '0877', 'paris.jpg', 20.0000, '2005-07-24 21:34:04', NULL, NULL, 0.00, 1, 0, 0, 0), (960, 1, '0878', 'transit.jpg', 9.0000, '2005-07-25 14:22:50', NULL, NULL, 0.00, 1, 0, 0, 0), (961, 1, '0879', 'bc.jpg', 9.0000, '2005-07-25 14:29:59', NULL, NULL, 0.00, 1, 0, 0, 0), (962, 1, '0880', 'burning.jpg', 12.0000, '2005-07-25 14:39:27', '2005-07-25 14:40:56', NULL, 0.00, 1, 0, 0, 0), (963, 1, '0881', 'ouch.jpg', 7.0000, '2005-07-25 15:05:11', NULL, NULL, 0.00, 1, 0, 0, 0), (964, 1, '0882', 'techno.gif', 5.0000, '2005-07-25 15:13:43', NULL, NULL, 0.00, 1, 0, 0, 0), (965, 1, '0883', 'america.jpg', 7.0000, '2005-07-25 15:30:51', NULL, NULL, 0.00, 1, 0, 0, 0), (966, 1, '0884', 'fantasy_girl.jpg', 10.0000, '2005-07-25 15:56:16', '2005-07-31 19:35:45', NULL, 0.00, 1, 0, 0, 0), (967, 1, '0885', 'charlie.jpg', 9.0000, '2005-07-25 15:59:45', NULL, NULL, 0.00, 1, 0, 0, 0), (968, 1, '0886', 'hero.jpg', 7.0000, '2005-07-25 16:15:57', NULL, NULL, 0.00, 1, 0, 0, 0), (969, 1, '0887', 'nervensache.jpg', 6.0000, '2005-07-25 16:26:03', NULL, NULL, 0.00, 1, 0, 0, 0), (970, 1, '0888', 'jakko.jpg', 9.0000, '2005-07-25 16:51:09', NULL, NULL, 0.00, 1, 0, 0, 0), (971, 1, '0889', 'blow.jpg', 10.0000, '2005-07-25 17:02:20', NULL, NULL, 0.00, 1, 0, 0, 0), (972, 1, '0890', 'bjh_live.jpg', 12.0000, '2005-07-25 17:20:33', NULL, NULL, 0.00, 1, 0, 0, 0), (973, 1, '0891', 'just_one_night.jpg', 12.0000, '2005-07-25 17:28:01', NULL, NULL, 0.00, 1, 0, 0, 0), (974, 1, '0892', 'dancing.gif', 9.0000, '2005-07-25 17:36:14', NULL, NULL, 0.00, 1, 0, 0, 0), (975, 1, '0893', 'winds.jpg', 7.0000, '2005-07-25 17:45:18', NULL, NULL, 0.00, 1, 0, 0, 0), (976, 1, '0894', 'festival.jpg', 9.0000, '2005-07-25 17:51:47', NULL, NULL, 0.00, 1, 0, 0, 0), (977, 1, '0895', 'bigger.jpg', 10.0000, '2005-07-25 18:08:48', NULL, NULL, 0.00, 1, 0, 0, 0), (978, 1, '0896', 'lips.gif', 8.0000, '2005-07-25 18:17:43', NULL, NULL, 0.00, 1, 0, 0, 0), (979, 1, '0897', 'pulce.jpg', 7.0000, '2005-07-25 18:29:56', NULL, NULL, 0.00, 1, 0, 0, 0), (980, 1, '0898', 'stand_still.jpg', 7.0000, '2005-07-25 19:49:16', '2005-07-26 08:12:18', NULL, 0.00, 1, 0, 0, 0), (981, 1, '0899', 'river.jpg', 13.0000, '2005-07-25 19:55:13', NULL, NULL, 0.00, 1, 0, 0, 0), (982, 1, '0900', 'light.jpg', 15.0000, '2005-07-25 20:01:04', NULL, NULL, 0.00, 1, 0, 0, 0), (985, 1, '0903', 'moonmadness.jpg', 3.0000, '2005-07-26 09:15:39', NULL, NULL, 0.00, 1, 0, 0, 0), (986, 1, '0904', 'bn.jpg', 15.0000, '2005-07-26 09:34:01', NULL, NULL, 0.00, 1, 0, 0, 0), (987, 1, '0905', 'About_Time.jpg', 7.0000, '2005-07-26 10:21:59', NULL, NULL, 0.00, 1, 0, 0, 0), (988, 1, '0906', 'Dave Stewart.jpg', 7.0000, '2005-07-26 10:28:21', NULL, NULL, 0.00, 1, 0, 0, 0), (989, 1, '0907', 'cries.jpg', 15.0000, '2005-07-26 10:37:53', NULL, NULL, 0.00, 1, 0, 0, 0), (990, 1, '0908', 'planets.jpg', 15.0000, '2005-07-26 10:45:29', NULL, NULL, 0.00, 1, 0, 0, 0), (991, 1, '0909', 'saint_julian.jpg', 20.0000, '2005-07-26 10:59:47', NULL, NULL, 0.00, 1, 0, 0, 0), (992, 1, '0910', 'shades_of_mth.jpg', 12.0000, '2005-07-26 11:14:58', '2005-07-26 11:18:23', NULL, 0.00, 1, 0, 0, 0), (993, 1, '0911', 'welcome_to_the_club_lp.jpg', 19.0000, '2005-07-26 11:28:53', NULL, NULL, 0.00, 1, 0, 0, 0), (994, 1, '0912', 'single.jpg', 7.0000, '2005-07-26 11:39:14', NULL, NULL, 0.00, 1, 0, 0, 0), (995, 1, '0913', 'pretender.jpg', 7.0000, '2005-07-26 11:48:47', NULL, NULL, 0.00, 1, 0, 0, 0), (996, 1, '0914', 'carnegie.jpg', 12.0000, '2005-07-26 12:21:45', NULL, NULL, 0.00, 1, 0, 0, 0), (997, 1, '0915', 'teases.jpg', 7.0000, '2005-07-26 12:30:27', NULL, NULL, 0.00, 1, 0, 0, 0), (998, 1, '0916', 'concerto.jpg', 25.0000, '2005-07-26 12:37:56', NULL, NULL, 0.00, 1, 0, 0, 0), (999, 1, '0917', 'beatin.jpg', 7.0000, '2005-07-26 12:48:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1000, 1, '0918', 'out.jpg', 7.0000, '2005-07-26 13:41:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1001, 1, '0919', 'get.jpg', 7.0000, '2005-07-26 13:49:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1002, 1, '0920', 'return.jpg', 7.0000, '2005-07-26 13:57:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1003, 1, '0921', 'fantasy.jpg', 5.0000, '2005-07-26 14:08:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1004, 1, '0922', 'valotte.jpg', 5.0000, '2005-07-26 14:15:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1005, 1, '0923', 'script.jpg', 9.0000, '2005-07-26 14:27:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1006, 1, '0924', 'childhood.jpg', 7.0000, '2005-07-26 14:37:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1007, 1, '0925', 'mr_dave.jpg', 9.0000, '2005-07-26 14:52:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1008, 0, '0926', 'sports.jpg', 8.0000, '2005-07-26 15:09:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1009, 1, '0927', 'fire_water.jpg', 25.0000, '2005-07-26 15:20:40', '2005-08-08 19:06:18', NULL, 0.00, 1, 0, 0, 0), (1010, 1, '0928', 'livedates.jpg', 10.0000, '2005-07-26 15:37:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1011, 1, '0929', 'rainbirds.jpg', 3.0000, '2005-07-26 15:43:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1012, 1, '0930', 'edge.jpg', 7.0000, '2005-07-26 15:50:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1013, 1, '0931', 'vinyl.jpg', 7.0000, '2005-07-26 16:24:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1014, 1, '0932', 'snark.jpg', 9.0000, '2005-07-26 16:57:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1015, 1, '0933', 'wunderkinder.jpg', 5.0000, '2005-07-26 17:03:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1016, 1, '0934', 'mut.jpg', 8.0000, '2005-07-26 17:07:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1017, 1, '0935', 'Primitive Cool.gif', 5.0000, '2005-07-26 17:20:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1018, 1, '0936', 'record2.jpg', 12.0000, '2005-07-26 17:30:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1019, 1, '0937', 'globetrotter.jpg', 20.0000, '2005-07-26 17:57:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1020, 1, '0938', 'lake1.jpg', 5.0000, '2005-07-26 18:09:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1021, 1, '0939', 'love_you_live.jpg', 15.0000, '2005-07-26 18:22:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1022, 1, '0940', 'paris1.jpg', 10.0000, '2005-07-26 18:30:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1023, 1, '0941', 'negotiations.jpg', 15.0000, '2005-07-26 18:44:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1024, 1, '0942', 'diary.jpg', 8.0000, '2005-07-27 11:12:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1025, 1, '0943', 'dream.jpg', 12.0000, '2005-07-27 11:32:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1026, 1, '0944', 'easy.jpg', 11.0000, '2005-07-27 11:43:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1027, 1, '0945', 'live_in_eu.jpg', 11.0000, '2005-07-27 12:04:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1028, 1, '0946', 'fp.jpg', 10.0000, '2005-07-27 12:26:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1029, 1, '0947', 'end.jpg', 7.0000, '2005-07-27 12:36:12', '2005-07-27 12:37:11', NULL, 0.00, 1, 0, 0, 0), (1030, 1, '0948', 'mesopotamia.jpg', 7.0000, '2005-07-27 12:50:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1031, 1, '0949', 'london.jpg', 4.0000, '2005-07-27 16:49:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1032, 1, '0950', 'yessongs.jpg', 12.0000, '2005-07-27 16:56:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1033, 1, '0951', 'fire.jpg', 5.0000, '2005-07-27 17:03:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1034, 1, '0952', 'empty.jpg', 7.0000, '2005-07-27 17:15:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1035, 1, '0953', 'lawyers.jpg', 5.0000, '2005-07-27 17:24:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1036, 1, '0954', 'highdown.jpg', 9.0000, '2005-07-27 17:45:25', '2005-07-27 17:47:02', NULL, 0.00, 1, 0, 0, 0), (1037, 1, '0955', 'honor.gif', 8.0000, '2005-07-27 18:00:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1038, 1, '0956', 'words.jpg', 9.0000, '2005-07-27 18:18:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1039, 1, '0957', 's3.jpg', 9.0000, '2005-07-27 18:40:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1040, 1, '0958', 'world.jpg', 5.0000, '2005-07-27 18:54:45', NULL, NULL, 0.00, 1, 0, 0, 0), (1041, 1, '0959', 'buddha.jpg', 7.0000, '2005-07-27 19:02:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1042, 1, '0960', 'united.jpg', 5.0000, '2005-07-27 19:59:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1043, 1, '0961', 'army.jpg', 5.0000, '2005-07-27 20:22:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1044, 1, '0962', 'saga.gif', 12.0000, '2005-07-27 20:29:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1045, 1, '0963', 'helden.jpg', 7.0000, '2005-07-27 20:45:36', '2005-07-27 20:53:14', NULL, 0.00, 1, 0, 0, 0), (1046, 1, '0964', 'mythology.jpg', 10.0000, '2005-07-27 21:08:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1047, 1, '0965', 'dirty.gif', 9.0000, '2005-07-27 21:19:18', NULL, NULL, 0.00, 1, 0, 0, 0), (1048, 1, '0966', 'yourself.jpg', 7.0000, '2005-07-29 09:27:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1049, 1, '0967', 'Miracle2.jpg', 5.0000, '2005-07-29 09:44:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1050, 1, '0968', 'boots.jpg', 6.0000, '2005-07-29 10:03:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1051, 1, '0969', 'outlasting.jpg', 9.0000, '2005-07-29 10:48:28', NULL, NULL, 0.00, 1, 0, 0, 0), (1052, 1, '0970', 'arlo.jpg', 14.0000, '2005-07-29 10:57:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1053, 1, '0971', 'Crow.jpg', 9.0000, '2005-07-29 11:08:45', NULL, NULL, 0.00, 1, 0, 0, 0), (1054, 1, '0972', 'Emotions.jpg', 5.0000, '2005-07-29 11:23:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1055, 1, '0973', 'fuenf.jpg', 7.0000, '2005-07-29 11:39:57', NULL, NULL, 0.00, 1, 0, 0, 0), (1056, 1, '0974', 'encore.jpg', 17.0000, '2005-07-29 11:56:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1057, 1, '0975', 'zoolook.jpg', 5.0000, '2005-07-29 12:12:29', NULL, NULL, 0.00, 1, 0, 0, 0), (1058, 1, '0976', 'ocean.jpg', 5.0000, '2005-07-29 12:23:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1059, 1, '0977', 'october.jpg', 5.0000, '2005-07-29 12:40:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1060, 1, '0978', '3rd.gif', 9.0000, '2005-07-29 13:17:19', '2005-07-29 17:06:19', NULL, 0.00, 1, 0, 0, 0), (1061, 1, '0979', 'kihnspiracy.jpg', 7.0000, '2005-07-29 16:35:45', '2005-07-29 16:36:38', NULL, 0.00, 1, 0, 0, 0), (1062, 1, '0980', 'first_album.jpg', 9.0000, '2005-07-29 17:05:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1063, 1, '0981', 'relayer.jpg', 8.0000, '2005-07-29 17:18:29', NULL, NULL, 0.00, 1, 0, 0, 0), (1064, 1, '0982', 'blondes.jpg', 5.0000, '2005-07-29 17:33:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1065, 1, '0983', 'ringer.jpg', 7.0000, '2005-07-29 17:41:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1066, 1, '0984', 'Exiles.jpg', 5.0000, '2005-07-29 17:48:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1067, 1, '0985', 'matm.jpg', 10.0000, '2005-07-29 18:00:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1068, 1, '0986', 'brakes.jpg', 4.0000, '2005-07-29 18:11:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1069, 1, '0987', 'Inner Secrets.jpg', 5.0000, '2005-07-29 18:20:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1070, 1, '0988', 'Rain.jpg', 7.0000, '2005-07-29 18:30:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1071, 1, '0989', 'flame.jpg', 5.0000, '2005-07-29 18:45:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1072, 1, '0990', 'pleasure.jpg', 3.0000, '2005-07-29 18:52:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1073, 1, '0991', 'flesh.jpg', 7.0000, '2005-07-29 19:06:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1074, 1, '0992', 'move.jpg', 10.0000, '2005-07-29 19:19:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1075, 1, '0993', 'geffery.jpg', 5.0000, '2005-07-29 19:36:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1076, 1, '0994', 'world.jpg', 7.0000, '2005-07-29 19:52:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1077, 1, '0995', 'ueberdruck.jpg', 7.0000, '2005-07-29 20:08:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1078, 1, '0996', 'court.jpg', 10.0000, '2005-07-29 20:21:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1079, 1, '0997', 'bst.jpg', 10.0000, '2005-07-29 20:29:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1080, 1, '0998', 'free.jpg', 5.0000, '2005-07-29 20:38:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1081, 1, '0999', 'blood.jpg', 14.0000, '2005-07-29 20:51:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1082, 1, '1000', 'Drunk And Disorderly.jpg', 15.0000, '2005-07-29 21:06:18', '2005-07-29 21:45:02', NULL, 0.00, 1, 0, 0, 0), (1083, 1, '1001', 'Feargal Sharkey.jpg', 7.0000, '2005-07-29 21:20:57', NULL, NULL, 0.00, 1, 0, 0, 0), (1084, 1, '1002', 'men.jpg', 5.0000, '2005-07-29 21:42:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1085, 1, '1003', 'belfast.jpg', 8.0000, '2005-07-30 18:14:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1086, 1, '1004', 'taste.jpg', 13.0000, '2005-07-30 18:33:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1087, 1, '1005', 'snakes.jpg', 10.0000, '2005-07-30 18:55:18', NULL, NULL, 0.00, 1, 0, 0, 0), (1088, 1, '1006', 'behaviour.jpg', 5.0000, '2005-07-30 19:45:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1089, 1, '1007', 'tapes.jpg', 15.0000, '2005-07-30 20:01:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1090, 1, '1008', 'victims.gif', 8.0000, '2005-07-30 20:09:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1091, 1, '1009', 'steppin.jpg', 9.0000, '2005-07-30 20:32:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1092, 1, '1010', 'face.jpg', 5.0000, '2005-07-30 20:49:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1093, 1, '1011', 'einer.jpg', 5.0000, '2005-07-30 20:58:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1094, 1, '1012', 'ball.jpg', 6.0000, '2005-07-30 21:07:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1095, 1, '1013', 'suendenknall.jpg', 5.0000, '2005-07-30 21:26:43', NULL, NULL, 0.00, 1, 0, 0, 0), (1096, 1, '1014', 'right.jpg', 5.0000, '2005-07-30 21:59:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1098, 1, '1016', 'restrictions.jpg', 10.0000, '2005-08-01 18:35:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1099, 1, '1017', 'schleimig.jpg', 9.0000, '2005-08-01 18:58:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1100, 1, '1018', 'return_to_reality.jpg', 9.0000, '2005-08-01 19:14:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1101, 1, '1019', 'zwei.jpg', 15.0000, '2005-08-01 19:36:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1102, 1, '1020', 'love_is_all_around.jpg', 9.0000, '2005-08-01 19:53:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1103, 1, '1021', 'live_bullet.jpg', 14.0000, '2005-08-01 20:09:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1104, 1, '1022', 'transit_authority.jpg', 15.0000, '2005-08-01 20:26:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1105, 1, '1023', 'leprechaun.jpg', 14.0000, '2005-08-01 20:52:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1106, 1, '1024', 'splendido.jpg', 17.0000, '2005-08-01 21:21:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1107, 1, '1025', 'Joe_Cocker_Something_to_Say.jpg', 12.0000, '2005-08-07 15:46:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1108, 1, '1026', 'no4.jpg', 9.0000, '2005-08-07 16:18:28', NULL, NULL, 0.00, 1, 0, 0, 0), (1109, 1, '1027', 'killer.jpg', 9.0000, '2005-08-07 16:32:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1110, 1, '1028', 'la_fiesta.jpg', 10.0000, '2005-08-07 17:04:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1111, 1, '1029', 'hollywood_bowl.jpg', 3.0000, '2005-08-07 17:16:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1112, 1, '1030', 'cockayne.jpg', 9.0000, '2005-08-07 17:34:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1113, 1, '1031', 'whish.jpg', 5.0000, '2005-08-07 17:51:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1114, 1, '1032', 'faces.jpg', 15.0000, '2005-08-07 18:38:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1115, 1, '1033', 'a_live_record.jpg', 12.0000, '2005-08-07 18:49:13', NULL, NULL, 0.00, 1, 0, 0, 0), (1116, 1, '1034', 'no_nukes.jpg', 19.0000, '2005-08-07 19:16:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1117, 1, '1035', 'at_carnegie.jpg', 17.0000, '2005-08-07 20:05:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1118, 1, '1036', 'Abbey_Road.jpg', 9.0000, '2005-08-08 11:02:01', '2005-08-08 11:03:03', NULL, 0.00, 1, 0, 0, 0), (1119, 1, '1037', 'Making_Movies.gif', 5.0000, '2005-08-08 11:24:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1120, 1, '1038', 'moscow.jpg', 10.0000, '2005-08-08 11:44:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1121, 1, '0557', 'Brothers In Arms.jpg', 3.0000, '2005-08-08 11:47:06', '2005-08-08 11:53:42', NULL, 0.00, 1, 0, 0, 0), (1122, 1, '1039', 'long_after_dark.jpg', 7.0000, '2005-08-08 12:02:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1123, 1, '1040', 'Flesh_&_Blood.jpg', 3.0000, '2005-08-08 12:10:44', '2005-08-08 17:10:22', NULL, 0.00, 1, 0, 0, 0), (1124, 1, '1041', 'X.jpg', 5.0000, '2005-08-08 12:19:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1125, 1, '1042', 'new_york.jpg', 7.0000, '2005-08-08 15:19:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1126, 1, '1043', 'take_no_prisoners.jpg', 11.0000, '2005-08-08 15:30:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1127, 1, '1044', 'aural.jpg', 7.0000, '2005-08-08 15:39:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1128, 1, '1045', 'Jesus_Of_Cool2.jpg', 12.0000, '2005-08-08 15:47:15', '2005-08-08 15:49:03', NULL, 0.00, 1, 0, 0, 0), (1129, 1, '1046', 'eddie_money.jpg', 5.0000, '2005-08-08 16:01:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1130, 1, '1047', 'one_more_song.jpg', 10.0000, '2005-08-08 16:18:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1131, 1, '1048', 'camouflage.gif', 2.0000, '2005-08-08 16:25:30', '2005-09-16 12:11:56', NULL, 0.00, 1, 0, 0, 0), (1132, 1, '1049', 'elegant_gypsy.jpg', 9.0000, '2005-08-08 16:36:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1133, 1, '1050', 'fore.jpg', 7.0000, '2005-08-08 16:46:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1134, 1, '1051', 'seriously.jpg', 2.0000, '2005-08-08 16:55:31', '2005-09-16 12:09:33', NULL, 0.00, 1, 0, 0, 0), (1135, 1, '1052', 'noire.jpg', 7.0000, '2005-08-08 17:04:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1136, 1, '1053', 'Avalon.gif', 5.0000, '2005-08-08 17:13:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1137, 1, '1054', 'Wheels_Of_Fire.jpg', 12.0000, '2005-08-08 17:29:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1138, 1, '1055', 'breakin.jpg', 5.0000, '2005-08-10 09:48:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1139, 1, '1056', 'heat.jpg', 3.0000, '2005-08-10 09:56:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1140, 1, '1057', 'randy.jpg', 9.0000, '2005-08-10 10:10:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1141, 1, '1058', 'parade.gif', 5.0000, '2005-08-10 10:43:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1142, 1, '1059', 'sons.jpg', 9.0000, '2005-08-10 11:24:08', '2005-08-10 11:25:20', NULL, 0.00, 1, 0, 0, 0), (1143, 1, '1060', 'attention.jpg', 10.0000, '2005-08-10 11:49:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1144, 1, '1061', 'outside.jpg', 9.0000, '2005-08-10 12:02:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1145, 1, '1062', 'birds_of_prey.jpg', 6.0000, '2005-08-10 12:27:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1146, 1, '1063', 'tracy_chapman.jpg', 6.0000, '2005-08-10 12:36:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1147, 1, '1064', 'rainstorm.jpg', 7.0000, '2005-08-10 12:58:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1148, 1, '1065', 'Repeat-When-Necessary.jpg', 9.0000, '2005-08-10 13:58:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1149, 1, '1066', 'north_by_northwest.jpg', 6.0000, '2005-08-10 14:25:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1150, 1, '1067', 'see_the_light.jpg', 11.0000, '2005-08-10 14:33:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1151, 1, '1068', 'We Got By.jpg', 6.0000, '2005-08-10 14:41:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1152, 1, '1069', 'central_park2.jpg', 12.0000, '2005-08-10 14:59:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1153, 1, '1070', 'Return To Magenta.jpg', 9.0000, '2005-08-10 15:19:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1154, 1, '1071', 'single_man.jpg', 5.0000, '2005-08-10 16:45:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1155, 1, '1072', 'peddin.jpg', 7.0000, '2005-08-10 16:51:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1156, 1, '1073', 'early_music.jpg', 10.0000, '2005-08-10 17:14:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1157, 1, '1074', 'original_hits.jpg', 10.0000, '2005-08-10 17:30:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1158, 1, '1075', 'beautiful_feelings.jpg', 7.0000, '2005-08-10 17:50:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1159, 1, '1076', 'wait-for-night.jpg', 7.0000, '2005-08-10 18:06:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1160, 1, '1077', 'hard-to-hold.jpg', 7.0000, '2005-08-10 18:17:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1161, 1, '1078', 'stop-making-sense.jpg', 7.0000, '2005-08-10 18:31:28', '2005-09-13 15:33:59', NULL, 0.00, 1, 0, 0, 0), (1162, 1, '1079', 'fear-of-music.jpg', 9.0000, '2005-08-10 18:41:57', NULL, NULL, 0.00, 1, 0, 0, 0), (1163, 1, '1080', 'Smokin.jpg', 7.0000, '2005-08-10 18:56:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1164, 1, '1081', 'myth.jpg', 5.0000, '2005-08-11 15:41:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1165, 1, '1082', 'sekt.jpg', 5.0000, '2005-08-11 15:50:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1166, 1, '1083', 'door.jpg', 5.0000, '2005-08-11 15:58:45', NULL, NULL, 0.00, 1, 0, 0, 0), (1167, 1, '1084', 'wicked.jpg', 8.0000, '2005-08-11 16:09:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1168, 1, '1085', 'shaped.jpg', 8.0000, '2005-08-11 16:20:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1169, 1, '1086', 'too-late.jpg', 5.0000, '2005-08-11 16:26:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1170, 1, '1087', 'around-the-world.jpg', 9.0000, '2005-08-11 16:39:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1171, 1, '1088', 'confessions.jpg', 10.0000, '2005-08-11 17:07:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1172, 1, '1089', 'elegy.jpg', 19.0000, '2005-08-11 17:26:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1173, 1, '1090', 'Human-Menagerie.jpg', 9.0000, '2005-08-11 17:39:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1174, 1, '1091', 'powerman.jpg', 5.0000, '2005-08-11 17:59:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1175, 1, '1092', 'stranger-in-town.jpg', 5.0000, '2005-08-12 09:15:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1176, 1, '1093', 'bba-2.jpg', 7.0000, '2005-08-12 09:26:21', '2005-10-30 16:34:25', NULL, 0.00, 0, 0, 0, 0), (1177, 1, '1094', 'and-the-yardbirds.jpg', 9.0000, '2005-08-12 09:47:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1178, 1, '1095', 'psychomodo.jpg', 9.0000, '2005-08-12 10:09:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1179, 1, '1096', 'chicken-skin.jpg', 9.0000, '2005-08-12 10:22:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1180, 1, '1097', 'das-erste-mal.jpg', 6.0000, '2005-08-12 10:41:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1181, 1, '1098', 'pro-fumo.jpg', 5.0000, '2005-08-12 11:00:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1182, 1, '1099', 'feline.jpg', 9.0000, '2005-08-12 11:08:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1183, 1, '1100', 'bittersuess.jpg', 9.0000, '2005-08-12 11:17:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1184, 1, '1101', 'ch-live.jpg', 12.0000, '2005-08-12 11:54:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1185, 1, '1102', 'jau.jpg', 7.0000, '2005-08-12 12:05:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1186, 1, '1103', 'intensivstationen.gif', 12.0000, '2005-08-12 12:17:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1187, 1, '1104', 'gaucho.jpg', 9.0000, '2005-08-12 12:27:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1188, 1, '1105', 'morning-dance.jpg', 9.0000, '2005-08-12 12:44:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1189, 1, '1106', 'Goodbye-Blue-Sky.jpg', 8.0000, '2005-08-12 12:55:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1190, 1, '1107', 'yesterdays.jpg', 5.0000, '2005-08-12 13:08:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1191, 1, '1108', 'Ancient-Heart.jpg', 7.0000, '2005-08-12 14:58:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1192, 1, '1109', 'Present-Arms.jpg', 9.0000, '2005-08-12 15:07:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1193, 1, '1110', 'bw-Live.jpg', 12.0000, '2005-08-12 15:26:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1194, 1, '1111', 'Rio-I.jpg', 5.0000, '2005-08-12 15:34:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1195, 1, '1112', 'Neck-And-Neck.jpg', 7.0000, '2005-08-12 15:45:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1196, 1, '1113', 'UB-402.gif', 5.0000, '2005-08-12 15:55:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1197, 1, '1114', 'voices.jpg', 11.0000, '2005-08-12 16:22:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1198, 1, '1115', 'Peter-Gabriel.jpg', 8.0000, '2005-08-12 16:33:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1199, 1, '1116', 'success.jpg', 5.0000, '2005-08-12 16:42:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1200, 1, '1117', 'closer-to-it.jpg', 15.0000, '2005-08-14 12:32:13', '2005-08-14 12:34:43', NULL, 0.00, 1, 0, 0, 0), (1201, 1, '1118', 'tropico.jpg', 15.0000, '2005-08-14 12:49:47', '2005-08-14 13:02:48', NULL, 0.00, 1, 0, 0, 0), (1202, 1, '1119', 'Sol-Do-Meio-Dia.jpg', 15.0000, '2005-08-14 13:22:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1203, 1, '1120', 'for-girls.jpg', 18.0000, '2005-09-12 09:19:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1204, 1, '1121', 'physical-graffiti.jpg', 17.0000, '2005-09-12 09:45:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1205, 1, '1122', 'gimme-shelter.jpg', 19.0000, '2005-09-12 10:16:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1206, 1, '1123', 'ebb-masters.jpg', 10.0000, '2005-09-12 10:37:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1207, 1, '1124', 'jd-best-of.jpg', 20.0000, '2005-09-12 11:15:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1208, 1, '1125', 'living-in-the-past.jpg', 12.0000, '2005-09-12 11:32:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1209, 1, '1126', 'monster.jpg', 15.0000, '2005-09-12 11:47:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1210, 1, '1127', 'qms.jpg', 15.0000, '2005-09-12 12:15:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1211, 1, '1128', 'On The Road.jpg', 10.0000, '2005-09-12 12:31:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1212, 1, '1129', 'ufo.jpg', 15.0000, '2005-09-12 12:55:39', '2005-09-12 12:57:49', NULL, 0.00, 1, 0, 0, 0), (1213, 1, '1130', 'assortment.jpg', 13.0000, '2005-09-12 13:57:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1214, 1, '1131', 'before.jpg', 10.0000, '2005-09-12 14:10:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1215, 1, '1132', 'layla.jpg', 21.0000, '2005-09-12 14:37:57', NULL, NULL, 0.00, 1, 0, 0, 0), (1216, 1, '1133', 'moonshake.jpg', 14.0000, '2005-09-12 15:03:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1217, 1, '1134', 'Shoot Out At The Fantasy Factory.jpg', 15.0000, '2005-09-12 15:17:28', '2005-10-17 17:45:16', NULL, 0.00, 1, 0, 0, 0), (1218, 1, '1135', 'continued.jpg', 15.0000, '2005-09-12 15:30:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1219, 1, '1136', 'moving.on.jpg', 19.0000, '2005-09-12 16:12:18', NULL, NULL, 0.00, 1, 0, 0, 0), (1220, 1, '1137', 'vorsprung.jpg', 19.0000, '2005-09-12 16:27:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1221, 1, '1138', 'm-lightning.jpg', 13.0000, '2005-09-12 16:44:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1222, 1, '1139', 'gypsys.jpg', 13.0000, '2005-09-12 16:50:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1223, 1, '1140', 'experienced1.jpg', 13.0000, '2005-09-12 16:56:24', '2005-09-12 17:02:01', NULL, 0.00, 1, 0, 0, 0), (1224, 1, '1141', 'isle-of-w.jpg', 13.0000, '2005-09-12 17:13:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1225, 1, '1142', 'with-lonnie.jpg', 11.0000, '2005-09-12 17:25:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1226, 1, '1143', 'crash-landing.jpg', 13.0000, '2005-09-12 17:33:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1227, 1, '1144', 'war-heroes.jpg', 15.0000, '2005-09-12 17:45:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1228, 1, '1145', 'pitiful.jpg', 11.0000, '2005-09-12 18:02:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1229, 1, '1146', 'loose-ends.jpg', 13.0000, '2005-09-12 18:10:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1230, 1, '1147', 'topografic.jpg', 12.0000, '2005-09-13 08:52:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1231, 1, '1148', 'this-time.jpg', 7.0000, '2005-09-13 09:15:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1232, 1, '1149', 'st-home.gif', 3.0000, '2005-09-13 09:30:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1233, 1, '1150', 'full-house.jpg', 7.0000, '2005-09-13 09:39:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1234, 1, '1151', 'nunsexmonkrock.jpg', 5.0000, '2005-09-13 09:50:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1235, 1, '1152', '2org-of-cun.jpg', 7.0000, '2005-09-13 10:15:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1236, 1, '1153', 'welcome-to-the-canteen.jpg', 10.0000, '2005-09-13 10:46:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1237, 1, '1154', 'borderline.jpg', 7.0000, '2005-09-13 11:01:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1238, 1, '1155', 'John Barleycorn Must die.jpg', 15.0000, '2005-09-13 12:09:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1239, 1, '1156', 'Traffic.jpg', 23.0000, '2005-09-13 12:22:13', NULL, NULL, 0.00, 1, 0, 0, 0), (1240, 1, '1157', 'rock-of-life.jpg', 5.0000, '2005-09-13 12:40:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1241, 1, '1158', 'Ungeschminkt2.gif', 9.0000, '2005-09-13 12:50:22', '2005-11-02 11:52:29', NULL, 0.00, 1, 0, 0, 0), (1242, 1, '1159', 'Klabautermann.gif', 10.0000, '2005-09-13 13:29:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1243, 1, '1160', 'Dat Shanty Album2.jpg', 9.0000, '2005-09-13 13:37:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1244, 1, '1161', 'Regenballade.gif', 10.0000, '2005-09-13 13:44:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1245, 1, '1162', 'Saints And Sinners.jpg', 7.0000, '2005-09-13 13:51:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1246, 1, '1163', 'Sector 272-2.jpg', 10.0000, '2005-09-13 14:01:01', '2005-11-04 12:26:19', NULL, 0.00, 1, 0, 0, 0), (1247, 1, '1164', 'Eine Ewigkeit Unterwegs.gif', 7.0000, '2005-09-13 14:09:29', NULL, NULL, 0.00, 1, 0, 0, 0), (1248, 1, '1165', 'creatures.jpg', 5.0000, '2005-09-13 15:39:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1249, 1, '1166', 'gun-shy.jpg', 10.0000, '2005-09-13 15:48:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1250, 1, '1167', 'p-domain.jpg', 10.0000, '2005-09-13 16:17:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1251, 1, '1168', 'bass-culture.jpg', 10.0000, '2005-09-13 16:32:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1252, 1, '1169', 'totally-religious.jpg', 10.0000, '2005-09-13 16:42:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1253, 1, '1170', 'Centerfield.jpg', 5.0000, '2005-09-13 16:52:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1254, 1, '1171', 'babylon.jpg', 12.0000, '2005-09-13 17:02:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1255, 1, '1172', 'la-bomba.jpg', 4.0000, '2005-09-13 17:14:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1256, 1, '1173', 'Journeyman.gif', 5.0000, '2005-09-13 17:23:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1257, 1, '1174', 'Zombie Birdhouse.jpg', 12.0000, '2005-09-13 17:32:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1258, 1, '1175', 'The Last Puff.jpg', 8.0000, '2005-09-13 17:57:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1259, 1, '1176', 'sessions.jpg', 10.0000, '2005-09-13 18:18:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1260, 1, '1177', 'Money And Cigarettes.jpg', 8.0000, '2005-09-13 18:26:28', NULL, NULL, 0.00, 1, 0, 0, 0), (1261, 1, '1178', 'One Trick Pony.jpg', 7.0000, '2005-09-13 18:50:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1262, 1, '1179', 'confrontation.jpg', 3.0000, '2005-09-13 18:56:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1263, 1, '1180', 'Theres One In Every Crowd.jpg', 7.0000, '2005-09-13 19:06:00', NULL, NULL, 0.00, 1, 0, 0, 0), (1264, 1, '1181', 'Slowhand.jpg', 7.0000, '2005-09-13 19:17:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1265, 1, '1182', 'tc-same.gif', 5.0000, '2005-09-13 19:25:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1266, 1, '1183', 'rb-same.jpg', 8.0000, '2005-09-13 19:40:45', NULL, NULL, 0.00, 1, 0, 0, 0), (1267, 1, '1184', 'wired.jpg', 8.0000, '2005-09-13 20:06:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1268, 1, '1185', 'grand-hotel.jpg', 7.0000, '2005-09-13 20:25:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1269, 1, '1186', 'country-life.jpg', 8.0000, '2005-09-13 20:35:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1270, 1, '1187', 'americal-pie.jpg', 10.0000, '2005-09-19 10:31:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1271, 1, '1188', 'bootleg.jpg', 9.0000, '2005-09-19 10:55:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1272, 1, '1189', 'thats-original.jpg', 13.0000, '2005-09-19 11:18:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1273, 1, '1190', 'tara-same.jpg', 9.0000, '2005-09-19 12:40:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1274, 1, '1191', 'JB-Flash.jpg', 9.0000, '2005-09-19 16:32:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1275, 1, '1192', 's&b-rocky-coll.jpg', 5.0000, '2005-09-19 16:45:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1276, 1, '1193', 'zarathustra.jpg', 8.0000, '2005-09-19 17:01:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1277, 1, '1194', 'jubilee.jpg', 7.0000, '2005-09-19 17:20:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1278, 1, '1195', 'reality-effect.jpg', 9.0000, '2005-09-19 17:35:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1279, 1, '1196', 'artistry.jpg', 8.0000, '2005-09-19 17:44:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1280, 1, '1197', 'million-mile.jpg', 8.0000, '2005-09-19 17:57:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1281, 1, '1198', '2nd-live.jpg', 7.0000, '2005-10-04 11:49:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1282, 1, '1199', 'The Harder They Come.jpg', 9.0000, '2005-10-04 12:03:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1283, 1, '1200', 'humpe-humpe.jpg', 6.0000, '2005-10-04 12:37:45', NULL, NULL, 0.00, 1, 0, 0, 0), (1284, 1, '1201', 'All In Good Time2.jpg', 9.0000, '2005-10-05 13:18:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1285, 1, '1202', 'Shampoo Haircut And Shave2.jpg', 7.0000, '2005-10-05 13:23:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1286, 1, '1203', 'fm-live.jpg', 9.0000, '2005-10-05 13:29:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1287, 1, '1204', 'rumours.jpg', 5.0000, '2005-10-05 13:34:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1288, 1, '1205', 'fogelberg-weisberg.jpg', 8.0000, '2005-10-05 13:40:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1289, 1, '1206', 'freeze-frame.jpg', 7.0000, '2005-10-05 13:45:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1290, 1, '1207', 'showtime.jpg', 7.0000, '2005-10-05 13:48:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1291, 1, '1208', 'new-blood.jpg', 9.0000, '2005-10-05 13:52:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1292, 1, '1209', 'live-in-europe.jpg', 5.0000, '2005-10-05 14:16:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1293, 1, '1210', 'phantoms.jpg', 5.0000, '2005-10-05 14:19:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1294, 1, '1211', 'action.jpg', 5.0000, '2005-10-05 14:23:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1295, 1, '1212', 'no-reason.jpg', 5.0000, '2005-10-05 14:27:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1296, 1, '1213', 'Damn The Torpedos.jpg', 7.0000, '2005-10-05 14:31:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1297, 1, '1214', 'August.jpg', 5.0000, '2005-10-05 14:38:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1298, 1, '1215', 'the-bride.jpg', 7.0000, '2005-10-05 14:43:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1299, 1, '1216', 'cloud-9.jpg', 5.0000, '2005-10-05 14:48:19', '2005-10-05 15:00:23', NULL, 0.00, 1, 0, 0, 0), (1300, 1, '1217', 'accra.jpg', 7.0000, '2005-10-05 14:53:09', '2005-10-05 15:01:13', NULL, 0.00, 1, 0, 0, 0), (1301, 1, '1218', 'eye-of-the-zombie.jpg', 5.0000, '2005-10-05 14:57:32', '2005-10-05 14:58:35', NULL, 0.00, 1, 0, 0, 0), (1302, 1, '1219', 'gc-freeze-frame.jpg', 7.0000, '2005-10-05 15:04:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1303, 1, '1220', 'go-nutz.jpg', 5.0000, '2005-10-05 15:27:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1304, 1, '1221', 'voyage-of-the-acolyte.jpg', 7.0000, '2005-10-05 15:31:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1305, 1, '1222', 'under-cover.jpg', 5.0000, '2005-10-05 15:37:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1306, 1, '1223', 'age-of-consent.jpg', 5.0000, '2005-10-05 15:41:29', NULL, NULL, 0.00, 1, 0, 0, 0), (1307, 1, '1224', 'catch-the-wind.jpg', 11.0000, '2005-10-05 15:47:40', '2005-10-05 15:52:32', NULL, 0.00, 1, 0, 0, 0), (1308, 1, '1225', 'same-thing.jpg', 7.0000, '2005-10-05 15:58:43', '2005-10-05 15:59:19', NULL, 0.00, 1, 0, 0, 0), (1309, 1, '1226', 'hang-on-loose.jpg', 8.0000, '2005-10-05 16:03:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1310, 1, '1227', 'live-live-live.jpg', 5.0000, '2005-10-05 16:31:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1311, 1, '1228', 'back-to-the-night.jpg', 5.0000, '2005-10-05 16:54:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1312, 1, '1229', 'get-a-grip.jpg', 5.0000, '2005-10-05 17:02:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1313, 1, '1230', 'goin-home.jpg', 9.0000, '2005-10-05 17:05:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1314, 1, '1231', 'best-of-sgb.jpg', 9.0000, '2005-10-05 17:14:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1315, 1, '1232', 'rendez-vous.jpg', 7.0000, '2005-10-05 17:27:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1316, 1, '1233', 'a-bitch.jpg', 7.0000, '2005-10-05 17:33:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1317, 1, '1234', 'pleasure.jpg', 5.0000, '2005-10-05 17:36:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1318, 1, '1235', 'pinups.jpg', 9.0000, '2005-10-05 17:40:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1319, 1, '1236', 'firecat.jpg', 7.0000, '2005-10-05 17:45:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1320, 1, '1237', 'okie.jpg', 7.0000, '2005-10-05 17:48:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1321, 1, '1238', 'to-the-hard-way.jpg', 7.0000, '2005-10-06 14:22:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1322, 1, '1239', 'laid-back.jpg', 3.0000, '2005-10-06 14:27:13', NULL, NULL, 0.00, 1, 0, 0, 0), (1323, 1, '1240', 'Music For A New Society.gif', 9.0000, '2005-10-06 14:33:08', '2005-10-06 14:33:28', NULL, 0.00, 1, 0, 0, 0), (1324, 1, '1241', 'eye-of-the-hurricane.jpg', 5.0000, '2005-10-06 14:38:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1325, 1, '1242', 'all-for-a-reason.jpg', 5.0000, '2005-10-06 14:43:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1326, 1, '1243', 'long-time-friends.jpg', 5.0000, '2005-10-06 14:46:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1327, 1, '1244', 'find-out.jpg', 9.0000, '2005-10-06 14:52:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1328, 1, '1245', 'barricades-2.jpg', 5.0000, '2005-10-06 15:08:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1329, 1, '1246', 'ost-comeback.jpg', 7.0000, '2005-10-06 15:19:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1330, 1, '1247', 'Jackrabbit-Slim-2.jpg', 7.0000, '2005-10-06 15:22:04', NULL, NULL, 0.00, 1, 0, 0, 0), (1331, 1, '1248', 'presents-the-band-of-gypsys.jpg', 9.0000, '2005-10-06 15:26:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1332, 1, '1249', 'immunity.jpg', 7.0000, '2005-10-06 15:32:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1333, 1, '1250', 'eric-burdon.jpg', 7.0000, '2005-10-06 15:37:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1334, 1, '1251', 'live-in-la.jpg', 7.0000, '2005-10-06 16:01:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1335, 1, '1252', 'hideaway.jpg', 7.0000, '2005-10-06 16:24:20', '2005-10-06 16:25:09', NULL, 0.00, 1, 0, 0, 0), (1336, 1, '1253', 'rei-momo.jpg', 3.0000, '2005-10-06 16:38:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1337, 1, '1254', 'sounds-of-silence.jpg', 7.0000, '2005-10-06 16:54:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1338, 1, '1255', 'jb-same.jpg', 5.0000, '2005-10-06 16:58:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1339, 1, '1256', 'guts.jpg', 9.0000, '2005-10-06 17:01:29', NULL, NULL, 0.00, 1, 0, 0, 0), (1340, 1, '1257', 'Anti-Apartheid-2.jpg', 9.0000, '2005-10-06 17:06:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1341, 1, '1258', 'rage-in-eden.jpg', 5.0000, '2005-10-06 17:09:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1342, 1, '1259', 'talk-is-cheap.jpg', 7.0000, '2005-10-06 17:14:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1343, 1, '1260', 'vienna.jpg', 7.0000, '2005-10-06 17:17:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1344, 1, '1261', 'money-back.jpg', 9.0000, '2005-10-06 17:29:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1345, 1, '1262', 'Blah Blah Blah.jpg', 6.0000, '2005-10-06 17:32:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1346, 1, '1263', 'Artificial Intelligence.jpg', 9.0000, '2005-10-06 17:37:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1347, 1, '1264', 'Knocked Out Loaded.jpg', 6.0000, '2005-10-06 17:41:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1348, 1, '1265', 'Black Roots.jpg', 9.0000, '2005-10-06 17:44:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1349, 1, '1266', 'th-naked.jpg', 7.0000, '2005-10-06 17:53:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1350, 1, '1267', 'true-stories.jpg', 5.0000, '2005-10-06 18:02:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1351, 1, '1268', 'speaking-in-tongues.jpg', 7.0000, '2005-10-06 18:07:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1352, 1, '1269', 'streets-of-this-town.jpg', 9.0000, '2005-10-06 18:12:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1353, 1, '1270', 'head-games.jpg', 9.0000, '2005-10-06 18:15:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1354, 1, '1271', 'sensual-world.jpg', 5.0000, '2005-10-06 18:20:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1355, 1, '1272', 'at-home.jpg', 15.0000, '2005-10-06 18:24:45', NULL, NULL, 0.00, 1, 0, 0, 0), (1356, 1, '1273', 'jc-live.jpg', 8.0000, '2005-10-06 18:30:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1357, 1, '1274', 'bad-luck.jpg', 9.0000, '2005-10-06 18:33:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1358, 1, '1275', 'diamonds-&-rust.jpg', 7.0000, '2005-10-06 18:37:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1359, 1, '1276', 'rc-rhythm.jpg', 7.0000, '2005-10-06 18:40:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1360, 1, '1277', 'part-the-game.jpg', 8.0000, '2005-10-09 16:08:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1361, 1, '1278', 'ip-live.jpg', 21.0000, '2005-10-09 16:19:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1362, 1, '1279', 'four-sides.jpg', 10.0000, '2005-10-09 16:33:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1363, 1, '1280', 'coming-down-your-way.jpg', 9.0000, '2005-10-09 16:49:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1364, 1, '1281', 'rare-volume-3.jpg', 9.0000, '2005-10-09 16:54:28', NULL, NULL, 0.00, 1, 0, 0, 0), (1365, 1, '1282', 'live-in-germany.jpg', 7.0000, '2005-10-09 16:59:56', '2005-10-09 17:03:03', NULL, 0.00, 1, 0, 0, 0), (1366, 1, '1283', 'black-bottom.jpg', 7.0000, '2005-10-09 17:10:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1367, 1, '1284', 'hbb.jpg', 13.0000, '2005-10-09 17:20:49', '2005-10-09 17:24:08', NULL, 0.00, 1, 0, 0, 0), (1368, 1, '1285', 'wonderful-world.jpg', 7.0000, '2005-10-09 17:30:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1369, 1, '1286', 'at-their-best.jpg', 8.0000, '2005-10-09 17:37:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1370, 1, '1287', 'bitte-nicht-knicken.jpg', 9.0000, '2005-10-17 10:14:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1371, 1, '1288', 'jm-profile.jpg', 9.0000, '2005-10-17 11:28:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1372, 1, '1289', 'e-live.jpg', 10.0000, '2005-10-17 11:38:29', NULL, NULL, 0.00, 1, 0, 0, 0), (1373, 1, '1290', 'tolonen.jpg', 15.0000, '2005-10-17 11:45:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1374, 1, '1291', 'katharsis.jpg', 8.0000, '2005-10-17 11:54:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1375, 1, '1292', 'hardin-and-new-york.jpg', 7.0000, '2005-10-17 11:59:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1376, 1, '1293', 'tanz-der-adepten.jpg', 7.0000, '2005-10-17 12:11:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1377, 1, '1294', 'cjd-live.jpg', 9.0000, '2005-10-17 12:19:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1378, 1, '1295', 'was-ist-los-.jpg', 7.0000, '2005-10-17 12:24:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1379, 1, '1296', 'geh-zum-teufel.jpg', 6.0000, '2005-10-17 12:52:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1380, 1, '1297', 'guitar-slinger.jpg', 9.0000, '2005-10-17 12:57:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1381, 1, '1298', 'mw-profile.jpg', 8.0000, '2005-10-17 13:00:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1382, 1, '1299', 'in-a-this-year-time.jpg', 10.0000, '2005-10-17 13:07:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1383, 1, '1300', 'and-friends.jpg', 19.0000, '2005-10-17 13:12:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1384, 1, '1301', 'the-best-of.jpg', 6.0000, '2005-10-17 13:20:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1385, 1, '1302', 'short-stories.jpg', 8.0000, '2005-10-17 14:08:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1386, 1, '1303', 'our-favourite-shop.jpg', 9.0000, '2005-10-17 14:24:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1387, 1, '1304', 'osibirock.jpg', 12.0000, '2005-10-17 14:39:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1388, 1, '1305', 'woyaya.jpg', 12.0000, '2005-10-17 14:54:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1389, 1, '1306', 'give-the-people-what-they-want.jpg', 10.0000, '2005-10-17 14:59:18', NULL, NULL, 0.00, 1, 0, 0, 0), (1390, 1, '1307', 'serious-business.gif', 8.0000, '2005-10-17 15:06:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1391, 1, '1308', 'hush-now.jpg', 10.0000, '2005-10-17 15:36:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1392, 1, '1309', 'everybody-likes.jpg', 9.0000, '2005-10-17 15:42:11', NULL, NULL, 0.00, 1, 0, 0, 0), (1393, 1, '1310', 'war-greatest-hits.jpg', 9.0000, '2005-10-17 15:48:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1394, 1, '1311', 'final-cut.jpg', 8.0000, '2005-10-17 15:51:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1395, 1, '1312', 'beck-hammer-live.jpg', 9.0000, '2005-10-17 15:56:43', NULL, NULL, 0.00, 1, 0, 0, 0), (1396, 1, '1313', 'summer-jammin.jpg', 15.0000, '2005-10-17 16:04:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1397, 1, '1314', 'bayou-country.jpg', 9.0000, '2005-10-17 16:12:43', NULL, NULL, 0.00, 1, 0, 0, 0), (1398, 1, '1315', 'cut.jpg', 8.0000, '2005-10-17 16:15:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1399, 1, '1316', 'together.jpg', 11.0000, '2005-10-17 16:22:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1400, 1, '1317', 'a-tab-in-the-ocean.jpg', 13.0000, '2005-10-17 16:49:13', NULL, NULL, 0.00, 1, 0, 0, 0), (1401, 1, '1318', 'one-size-fits-all.jpg', 13.0000, '2005-10-17 16:55:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1402, 1, '1319', 'deliver-the-word.jpg', 7.0000, '2005-10-17 17:00:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1403, 1, '1320', 'barabajagal.jpg', 13.0000, '2005-10-17 17:06:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1404, 1, '1321', 'martyrs.gif', 10.0000, '2005-10-17 17:20:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1405, 1, '1322', 'vultur-culture.jpg', 5.0000, '2005-10-17 17:25:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1406, 1, '1323', 'volume-one.jpg', 7.0000, '2005-10-17 17:32:13', NULL, NULL, 0.00, 1, 0, 0, 0), (1407, 1, '1324', 'The Low Spark Of High Heeled Boys.jpg', 10.0000, '2005-10-17 17:44:22', '2005-10-17 17:45:39', NULL, 0.00, 1, 0, 0, 0), (1408, 1, '1325', 'rheingold.jpg', 5.0000, '2005-10-17 17:53:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1409, 1, '1326', 'clown.jpg', 9.0000, '2005-10-17 17:58:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1410, 1, '1327', 'learning-english.jpg', 9.0000, '2005-10-17 18:08:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1411, 1, '1328', 'night-meets-the-day.jpg', 9.0000, '2005-10-24 10:56:31', '2005-10-24 10:57:43', NULL, 0.00, 1, 0, 0, 0), (1412, 1, '1329', 'baby-come-back.jpg', 9.0000, '2005-10-24 11:07:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1413, 1, '1330', 'ladies-of-the-canyon-2.jpg', 12.0000, '2005-10-24 11:16:35', '2005-11-06 16:48:25', NULL, 0.00, 1, 0, 0, 0), (1414, 1, '1331', 'amsterdam.jpg', 7.0000, '2005-10-24 11:29:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1415, 1, '1332', 'its-getting-better.jpg', 13.0000, '2005-10-24 11:34:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1416, 1, '1333', 'christmas.jpg', 9.0000, '2005-10-24 11:39:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1417, 1, '1334', 'golden-years.jpg', 10.0000, '2005-10-24 12:01:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1418, 1, '1335', 'the-best--amiga--.jpg', 15.0000, '2005-10-24 12:05:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1419, 1, '1336', 'journey.jpg', 19.0000, '2005-10-24 12:12:59', '2005-10-24 12:13:41', NULL, 0.00, 1, 0, 0, 0), (1420, 1, '1337', 'focus3.jpg', 19.0000, '2005-10-24 12:22:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1421, 1, '1338', 'ballroom-streets.jpg', 15.0000, '2005-10-24 12:26:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1422, 1, '1339', 'the-very-best-of.jpg', 11.0000, '2005-10-24 12:30:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1423, 1, '1340', 'the-captains-journey.jpg', 15.0000, '2005-10-24 12:35:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1424, 1, '1341', 'arabesque.jpg', 9.0000, '2005-10-24 12:40:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1425, 1, '1342', 'the-quiet-zone.jpg', 15.0000, '2005-10-24 13:53:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1426, 1, '1343', 'stand-up.jpg', 19.0000, '2005-10-24 13:58:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1427, 1, '1344', 'Live-Rust-2.jpg', 14.0000, '2005-10-24 14:04:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1428, 1, '1345', 'too-much-pressure.gif', 17.0000, '2005-10-24 14:11:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1429, 1, '1346', 'ccr-live-in-europe.jpg', 12.0000, '2005-10-24 14:19:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1430, 1, '1347', 'nightout.jpg', 5.0000, '2005-10-24 17:24:16', '2005-10-30 16:28:04', NULL, 0.00, 1, 0, 0, 0), (1431, 1, '1348', 'first-cuckoo.jpg', 8.0000, '2005-10-24 17:29:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1432, 1, '1349', 'ccr-live.jpg', 9.0000, '2005-10-24 17:44:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1433, 1, '1350', 'lodger.jpg', 8.0000, '2005-10-24 17:54:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1434, 1, '1351', 'harmlos.jpg', 8.0000, '2005-10-24 18:01:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1435, 1, '1352', 'see-you-later.jpg', 7.0000, '2005-10-24 18:14:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1436, 1, '1353', 'all-alone.jpg', 10.0000, '2005-10-24 18:22:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1437, 1, '1354', 'cut-the-wire.jpg', 9.0000, '2005-10-25 09:04:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1438, 1, '1355', 'love-island.jpg', 9.0000, '2005-10-25 10:34:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1439, 1, '1356', 'eat-a-peach.jpg', 15.0000, '2005-10-25 10:40:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1440, 1, '1357', 'electric-warrior.jpg', 11.0000, '2005-10-25 10:45:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1441, 1, '1358', 'songs-from-a-room.jpg', 10.0000, '2005-10-25 10:49:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1442, 1, '1359', 'behind-the-sun.jpg', 9.0000, '2005-10-25 10:55:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1443, 1, '1360', 'too-rye-ay.jpg', 9.0000, '2005-10-25 10:58:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1444, 1, '1361', 'living-in-the-past.jpg', 17.0000, '2005-10-25 11:02:27', '2005-10-25 11:03:04', NULL, 0.00, 1, 0, 0, 0), (1445, 1, '1362', 'hoy-hoy.jpg', 19.0000, '2005-10-25 11:06:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1446, 1, '1363', 'some-great-reward.jpg', 10.0000, '2005-10-25 11:19:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1447, 1, '1364', 'accept-no-substitute.jpg', 11.0000, '2005-10-25 11:27:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1448, 1, '1365', 'down-by-the-jetty.jpg', 9.0000, '2005-10-25 11:32:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1449, 1, '1366', 'ghost-town-parade.jpg', 10.0000, '2005-10-25 11:43:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1450, 1, '1367', 'transformer.jpg', 11.0000, '2005-10-25 11:47:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1451, 1, '1368', 'records.jpg', 8.0000, '2005-10-25 11:54:18', NULL, NULL, 0.00, 1, 0, 0, 0), (1452, 1, '1369', 'eigenheiten.jpg', 9.0000, '2005-10-25 11:58:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1453, 1, '1370', 'the-city.gif', 7.0000, '2005-10-25 12:04:00', '2005-10-25 12:04:30', NULL, 0.00, 1, 0, 0, 0), (1454, 1, '1371', 'private-eyes.jpg', 13.0000, '2005-10-25 12:08:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1455, 1, '1372', 'stage-fright.jpg', 9.0000, '2005-10-25 12:24:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1456, 1, '1373', 'the-happy-club.jpg', 9.0000, '2005-10-25 12:30:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1457, 1, '1374', 'mama-said.jpg', 7.0000, '2005-10-25 12:38:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1458, 1, '1375', 'armed-forces.jpg', 13.0000, '2005-10-25 15:04:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1459, 1, '1376', 'enlightened-rogues.jpg', 9.0000, '2005-10-25 15:13:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1460, 1, '1377', 'tumbleweed.jpg', 11.0000, '2005-10-25 15:20:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1461, 1, '1378', 'isolation.jpg', 8.0000, '2005-10-25 15:24:20', NULL, NULL, 0.00, 1, 0, 0, 0), (1462, 1, '1379', 'thirty-three.jpg', 10.0000, '2005-10-25 15:46:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1463, 1, '1380', 'daylight-again.jpg', 8.0000, '2005-10-25 16:05:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1464, 1, '1381', 'the-missing-piece.jpg', 6.0000, '2005-10-25 16:11:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1465, 1, '1382', 'double-trouble.jpg', 9.0000, '2005-10-25 16:16:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1466, 1, '1383', 'tudor-lodge.jpg', 15.0000, '2005-10-25 16:25:19', '2005-10-25 16:37:39', NULL, 0.00, 1, 0, 0, 0), (1467, 1, '1384', 'the-inner-mounting-flame.jpg', 7.0000, '2005-10-25 16:41:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1468, 1, '1385', 'blind-dog.jpg', 12.0000, '2005-10-25 16:46:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1469, 1, '1386', 'strange-weather.jpg', 8.0000, '2005-10-25 16:51:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1470, 1, '1387', 'spike.jpg', 10.0000, '2005-10-25 16:55:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1471, 1, '1388', 'too-old.jpg', 15.0000, '2005-10-25 16:59:42', NULL, NULL, 0.00, 1, 0, 0, 0), (1472, 1, '1389', 'the-story-so-far.jpg', 10.0000, '2005-10-25 17:03:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1473, 1, '1390', 'rare.jpg', 9.0000, '2005-10-25 17:05:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1474, 1, '1391', 'as-i-see-it-now.jpg', 10.0000, '2005-10-25 17:17:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1475, 1, '1392', 'der-liedermacher.jpg', 12.0000, '2005-10-25 17:23:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1476, 1, '1393', 'police.jpg', 15.0000, '2005-10-25 17:47:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1477, 1, '1394', 'ich-bin-ein-suender.jpg', 9.0000, '2005-10-25 17:52:05', NULL, NULL, 0.00, 1, 0, 0, 0), (1478, 1, '1395', 'weekend-in-la.jpg', 12.0000, '2005-10-25 17:55:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1479, 1, '1396', 'foreigner.jpg', 7.0000, '2005-10-25 18:11:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1480, 1, '1397', 'mr-fantasy2.jpg', 15.0000, '2005-10-25 18:17:21', '2005-10-25 18:19:18', NULL, 0.00, 1, 0, 0, 0), (1481, 1, '1398', 'white-sky.jpg', 9.0000, '2005-10-25 18:22:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1482, 1, '1399', 'cm-live.jpg', 12.0000, '2005-10-25 18:26:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1483, 1, '1400', 'jc-the-best.jpg', 15.0000, '2005-10-25 18:33:08', NULL, NULL, 0.00, 1, 0, 0, 0), (1484, 1, '1401', 'frumpy-now.jpg', 10.0000, '2005-10-26 09:07:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1485, 1, '1402', 'cosmos-factory.jpg', 11.0000, '2005-10-26 10:47:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1486, 1, '1403', 'dg-same.jpg', 10.0000, '2005-10-26 10:52:58', '2005-10-26 10:53:34', NULL, 0.00, 1, 0, 0, 0), (1487, 1, '1404', 'part-one.jpg', 25.0000, '2005-10-26 11:10:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1488, 1, '1405', 'unoversal-radio.jpg', 27.0000, '2005-10-26 11:18:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1489, 1, '1406', 'the-best-of-vol1.jpg', 7.0000, '2005-10-26 11:24:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1490, 1, '1407', 'underground.jpg', 25.0000, '2005-10-26 11:31:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1491, 1, '1408', 'harlis.jpg', 11.0000, '2005-10-26 11:36:17', '2005-10-26 11:37:11', NULL, 0.00, 1, 0, 0, 0), (1492, 1, '1409', 'Renaissance-live.jpg', 11.0000, '2005-10-26 11:45:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1493, 1, '1410', 'manzanera.jpg', 12.0000, '2005-10-26 11:51:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1494, 1, '1411', 'lz-4.jpg', 10.0000, '2005-10-26 12:02:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1495, 1, '1412', 'td-exit.jpg', 9.0000, '2005-10-26 12:06:36', '2005-10-26 12:07:46', NULL, 0.00, 1, 0, 0, 0), (1496, 1, '1413', 'another-time.jpg', 12.0000, '2005-10-26 12:12:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1497, 1, '1414', 'bursting-out.jpg', 15.0000, '2005-10-26 12:20:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1498, 1, '1415', 'klaatu.jpg', 15.0000, '2005-10-26 12:33:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1499, 1, '1415', 'within-reach.jpg', 9.0000, '2005-10-26 12:47:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1500, 1, '1416', 'oh-mercy.jpg', 10.0000, '2005-10-26 12:54:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1501, 1, '1417', 'embryo-anthology.jpg', 10.0000, '2005-10-26 12:58:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1502, 1, '1417', 'tournee.jpg', 9.0000, '2005-10-26 15:05:01', NULL, NULL, 0.00, 1, 0, 0, 0), (1503, 1, '1418', 'lets-fetz.jpg', 8.0000, '2005-10-26 15:22:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1504, 1, '1419', 'tilt.jpg', 9.0000, '2005-10-26 15:27:50', NULL, NULL, 0.00, 1, 0, 0, 0), (1505, 1, '1420', 'danca-das-cabecas.jpg', 12.0000, '2005-10-26 15:31:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1506, 1, '1421', 'so-many-roads.jpg', 13.0000, '2005-10-26 15:37:18', NULL, NULL, 0.00, 1, 0, 0, 0), (1507, 1, '1422', 'blackdance.jpg', 10.0000, '2005-10-26 15:41:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1508, 1, '1423', 'rubycon.jpg', 9.0000, '2005-10-26 15:47:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1509, 1, '1424', 'instinct.jpg', 11.0000, '2005-10-26 15:53:54', NULL, NULL, 0.00, 1, 0, 0, 0), (1510, 1, '1425', 'nice-portrait.jpg', 13.0000, '2005-10-26 16:17:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1511, 1, '1426', 'osibisa.jpg', 10.0000, '2005-10-26 16:24:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1512, 1, '1427', 'the-rolling-stones.jpg', 12.0000, '2005-10-26 16:28:43', NULL, NULL, 0.00, 1, 0, 0, 0), (1513, 1, '1428', 'guitar-hero.jpg', 12.0000, '2005-10-26 16:32:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1514, 1, '1429', 'big-hits-2.jpg', 13.0000, '2005-10-26 16:35:40', NULL, NULL, 0.00, 1, 0, 0, 0), (1515, 1, '1430', 'klaus-doldinger.jpg', 14.0000, '2005-10-26 16:40:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1516, 1, '1431', 'man-in-the-moon.jpg', 13.0000, '2005-10-26 16:54:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1517, 1, '1432', 'superstar.jpg', 12.0000, '2005-10-26 17:01:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1518, 1, '1433', 'crossection.jpg', 13.0000, '2005-10-26 17:06:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1519, 1, '1434', 'satanic.jpg', 15.0000, '2005-10-26 17:12:02', NULL, NULL, 0.00, 1, 0, 0, 0), (1520, 1, '1435', 'dreams-and-all-that-stuff.jpg', 10.0000, '2005-10-26 17:16:58', NULL, NULL, 0.00, 1, 0, 0, 0), (1521, 1, '1436', 'themes-2.jpg', 9.0000, '2005-10-26 17:21:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1522, 1, '1437', 'private-collection.jpg', 9.0000, '2005-10-26 17:23:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1523, 1, '1438', 'phaedra.jpg', 13.0000, '2005-10-26 17:38:52', '2005-10-26 17:40:12', NULL, 0.00, 1, 0, 0, 0), (1524, 1, '1439', 'sings-the-blues.jpg', 12.0000, '2005-10-26 17:43:28', NULL, NULL, 0.00, 1, 0, 0, 0), (1525, 1, '1440', 'ub40-live.jpg', 9.0000, '2005-10-26 17:48:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1526, 1, '1441', 'spaces.jpg', 15.0000, '2005-10-26 17:52:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1527, 1, '1442', 'wichita.jpg', 13.0000, '2005-10-26 17:58:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1528, 1, '1443', 'before-the-flood.jpg', 19.0000, '2005-10-26 18:05:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1529, 1, '1444', 'shot-of-love.jpg', 11.0000, '2005-10-26 18:07:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1530, 1, '1445', 'hard-rain.jpg', 13.0000, '2005-10-26 18:10:22', NULL, NULL, 0.00, 1, 0, 0, 0), (1531, 1, '1446', 'access-all-areas.jpg', 21.0000, '2005-10-26 18:16:10', '2005-10-30 18:14:48', NULL, 0.00, 1, 0, 0, 0), (1532, 1, '1447', 'haleakala.jpg', 21.0000, '2005-10-26 18:19:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1533, 1, '1448', 'still-life.jpg', 7.0000, '2005-10-26 18:25:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1534, 1, '1449', 'empty-rooms.jpg', 19.0000, '2005-10-26 19:09:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1535, 1, '1450', 'harold.jpg', 7.0000, '2005-10-26 19:14:06', NULL, NULL, 0.00, 1, 0, 0, 0), (1536, 1, '1451', 'headless-cross.jpg', 9.0000, '2005-10-28 09:01:39', '2005-10-28 09:02:19', NULL, 0.00, 1, 0, 0, 0), (1537, 1, '1452', 'switch.jpg', 10.0000, '2005-10-28 10:00:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1538, 1, '1453', 'db-greatest-hits.jpg', 11.0000, '2005-10-28 10:04:41', NULL, NULL, 0.00, 1, 0, 0, 0), (1539, 1, '1454', 'age-of-madness.jpg', 12.0000, '2005-10-28 10:08:03', NULL, NULL, 0.00, 1, 0, 0, 0), (1540, 1, '1455', 'stars-and-stripes-forever.jpg', 21.0000, '2005-10-28 10:19:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1541, 1, '1456', 'valentyne-suite.jpg', 5.0000, '2005-10-28 10:27:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1542, 1, '1457', 'alices-restaurant.jpg', 11.0000, '2005-10-28 10:33:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1543, 1, '1458', 'jm-blue.jpg', 12.0000, '2005-10-28 10:40:33', NULL, NULL, 0.00, 1, 0, 0, 0), (1544, 1, '1459', 'Labour-Of-Love-2.jpg', 8.0000, '2005-10-28 10:44:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1545, 1, '1460', 'david-bowie-live.jpg', 17.0000, '2005-10-28 10:47:57', NULL, NULL, 0.00, 1, 0, 0, 0), (1546, 1, '1461', 'prisoner-in-the-street.jpg', 13.0000, '2005-10-28 10:56:51', NULL, NULL, 0.00, 1, 0, 0, 0), (1547, 1, '1462', 'embryos-reise.gif', 17.0000, '2005-10-28 11:03:59', '2005-10-28 11:04:51', NULL, 0.00, 1, 0, 0, 0), (1548, 1, '1463', 'into-the-great-wide-open.jpg', 7.0000, '2005-10-28 11:07:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1549, 1, '1464', 'these-foolish-things.jpg', 9.0000, '2005-10-28 11:11:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1550, 1, '1465', 'recycled.jpg', 13.0000, '2005-10-28 11:15:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1551, 1, '1466', 'horrorschau.jpg', 12.0000, '2005-10-28 11:19:49', NULL, NULL, 0.00, 1, 0, 0, 0), (1552, 1, '1467', 'chances-are.jpg', 12.0000, '2005-10-28 11:23:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1553, 1, '1468', 'after-the-goldrush.jpg', 15.0000, '2005-10-28 11:30:44', NULL, NULL, 0.00, 1, 0, 0, 0), (1554, 1, '1469', 'r&r-animal.jpg', 13.0000, '2005-10-28 11:37:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1555, 1, '1470', 'live-talkies.jpg', 21.0000, '2005-10-28 11:47:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1556, 1, '1471', 'Manifesto.jpg', 6.0000, '2005-10-28 12:15:46', NULL, NULL, 0.00, 1, 0, 0, 0), (1557, 1, '1472', 'lr-live.gif', 9.0000, '2005-10-28 12:20:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1558, 1, '1473', 'heartbreaker.jpg', 10.0000, '2005-10-28 12:24:32', NULL, NULL, 0.00, 1, 0, 0, 0), (1559, 1, '1474', 'poland.jpg', 15.0000, '2005-10-28 12:28:21', NULL, NULL, 0.00, 1, 0, 0, 0), (1560, 1, '1475', 'construction-time-again.jpg', 8.0000, '2005-10-28 12:32:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1561, 1, '1476', 'peace-&-understanding.jpg', 20.0000, '2005-10-28 12:37:15', '2005-10-28 12:40:20', NULL, 0.00, 1, 0, 0, 0), (1562, 1, '1477', 'night-after-night.jpg', 9.0000, '2005-10-28 12:51:24', NULL, NULL, 0.00, 1, 0, 0, 0), (1563, 1, '1478', 'full-circle.jpg', 12.0000, '2005-10-28 16:14:13', '2005-10-28 16:17:31', NULL, 0.00, 1, 0, 0, 0), (1564, 1, '1479', 'weird-scenes-inside-the-goldmine.jpg', 12.0000, '2005-10-28 16:17:02', '2005-10-28 16:19:45', NULL, 0.00, 1, 0, 0, 0), (1565, 1, '1480', 'rough-and-ready.jpg', 9.0000, '2005-10-28 16:24:31', NULL, NULL, 0.00, 1, 0, 0, 0), (1566, 1, '1481', 'mariposa-de-oro.jpg', 7.0000, '2005-10-28 16:53:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1567, 1, '1482', 'mani-in-germani.jpg', 17.0000, '2005-10-28 17:01:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1568, 1, '1483', 'mind-games.jpg', 9.0000, '2005-10-28 17:06:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1569, 1, '1484', 'backtrackin.jpg', 9.0000, '2005-10-29 08:33:35', NULL, NULL, 0.00, 1, 0, 0, 0), (1570, 1, '1485', 'needles-and-pins.jpg', 13.0000, '2005-10-29 10:00:15', NULL, NULL, 0.00, 1, 0, 0, 0), (1571, 1, '1486', 'bring-the-family.jpg', 7.0000, '2005-10-29 10:05:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1572, 1, '1487', '1967-69.jpg', 21.0000, '2005-10-29 10:11:36', NULL, NULL, 0.00, 1, 0, 0, 0), (1573, 1, '1488', 'difference.jpg', 9.0000, '2005-10-30 09:44:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1574, 1, '1489', 'vanilla-fudge.jpg', 21.0000, '2005-10-30 09:51:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1575, 1, '1490', 'declaration-of-war.jpg', 25.0000, '2005-10-30 09:58:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1576, 1, '1491', 'one-big-family.jpg', 7.0000, '2005-10-30 10:35:13', NULL, NULL, 0.00, 1, 0, 0, 0), (1577, 1, '1492', 'ft-tosh.jpg', 8.0000, '2005-10-30 10:45:12', NULL, NULL, 0.00, 1, 0, 0, 0), (1578, 1, '1493', 'gone-troppo.jpg', 9.0000, '2005-10-30 10:57:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1579, 1, '1494', 'pearl.jpg', 10.0000, '2005-10-30 11:02:27', NULL, NULL, 0.00, 1, 0, 0, 0), (1580, 1, '1495', 'a-childs-adventure.jpg', 7.0000, '2005-10-30 11:06:07', NULL, NULL, 0.00, 1, 0, 0, 0), (1581, 1, '1496', 'american-dream.jpg', 9.0000, '2005-10-30 11:13:14', NULL, NULL, 0.00, 1, 0, 0, 0), (1582, 1, '1497', 'opel-gang.jpg', 7.0000, '2005-10-30 11:22:52', NULL, NULL, 0.00, 1, 0, 0, 0), (1583, 1, '1498', 'sinsemilla.jpg', 7.0000, '2005-10-30 11:28:59', NULL, NULL, 0.00, 1, 0, 0, 0), (1584, 1, '1499', 'fm-best-of.jpg', 9.0000, '2005-10-30 11:35:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1585, 1, '1500', 'the-name.jpg', 15.0000, '2005-10-30 11:40:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1586, 1, '1501', 'no-strings.jpg', 7.0000, '2005-10-30 12:09:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1587, 1, '1502', 'never-too-much.jpg', 7.0000, '2005-10-30 12:13:37', NULL, NULL, 0.00, 1, 0, 0, 0), (1588, 1, '1503', 'on-my-feet-again.jpg', 12.0000, '2005-10-30 12:19:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1589, 1, '1504', 'something-to-remember.jpg', 10.0000, '2005-10-30 12:25:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1590, 1, '1505', 'beauty-on-a.jpg', 9.0000, '2005-10-30 12:32:57', NULL, NULL, 0.00, 1, 0, 0, 0), (1591, 1, '1506', 'now.jpg', 8.0000, '2005-10-30 12:36:53', NULL, NULL, 0.00, 1, 0, 0, 0), (1592, 1, '1507', 'flavours.jpg', 10.0000, '2005-10-30 12:42:16', NULL, NULL, 0.00, 1, 0, 0, 0), (1593, 1, '1508', 'gg-same.jpg', 10.0000, '2005-10-30 12:46:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1594, 1, '1509', 'big-boss-man.jpg', 9.0000, '2005-10-30 12:50:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1595, 1, '1510', 'the-adventures-of-women.jpg', 8.0000, '2005-10-30 12:56:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1596, 1, '1511', 'Blind-Faith-original-cover.jpg', 19.0000, '2005-10-30 14:24:43', NULL, NULL, 0.00, 1, 0, 0, 0), (1597, 1, '1512', 'wcp-vol2.jpg', 30.0000, '2005-10-30 14:38:30', NULL, NULL, 0.00, 1, 0, 0, 0), (1598, 1, '1513', 'good-bye.jpg', 35.0000, '2005-10-30 14:47:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1599, 1, '1514', 'sh-collection.jpg', 9.0000, '2005-10-30 15:01:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1600, 1, '1515', 'whoosh.jpg', 5.0000, '2005-10-30 15:07:39', NULL, NULL, 0.00, 1, 0, 0, 0), (1601, 1, '1516', 'best-of-the-rest.jpg', 9.0000, '2005-10-30 15:25:25', NULL, NULL, 0.00, 1, 0, 0, 0), (1602, 1, '1517', 'nrbq-irgendwas.jpg', 9.0000, '2005-10-30 15:31:56', NULL, NULL, 0.00, 1, 0, 0, 0), (1603, 1, '1518', 'migration.jpg', 25.0000, '2005-10-30 15:37:38', NULL, NULL, 0.00, 1, 0, 0, 0), (1604, 1, '1519', 'music-for-the-masses.jpg', 11.0000, '2005-10-30 15:43:10', NULL, NULL, 0.00, 1, 0, 0, 0), (1605, 1, '1520', 'heydu.jpg', 10.0000, '2005-10-30 15:46:23', NULL, NULL, 0.00, 1, 0, 0, 0), (1606, 1, '1521', 'live-songs.jpg', 5.0000, '2005-10-30 16:09:26', NULL, NULL, 0.00, 1, 0, 0, 0), (1607, 1, '1522', 'daf.jpg', 6.0000, '2005-10-30 16:15:17', NULL, NULL, 0.00, 1, 0, 0, 0), (1608, 1, '1523', 'pendulum.jpg', 8.0000, '2005-10-30 16:23:55', NULL, NULL, 0.00, 1, 0, 0, 0), (1609, 1, '1524', 'another-breath.jpg', 7.0000, '2005-10-30 16:27:48', NULL, NULL, 0.00, 1, 0, 0, 0), (1610, 1, '1525', 'galaxy.jpg', 9.0000, '2005-10-30 16:40:19', NULL, NULL, 0.00, 1, 0, 0, 0), (1611, 1, '1526', 'td-encore.jpg', 18.0000, '2005-10-30 16:46:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1612, 1, '1527', 'underwater-sunlight.jpg', 9.0000, '2005-10-30 16:50:34', NULL, NULL, 0.00, 1, 0, 0, 0), (1613, 1, '1528', 'recorded-live.jpg', 13.0000, '2005-10-30 16:55:47', NULL, NULL, 0.00, 1, 0, 0, 0), (1614, 1, '1528', 'return-to-forever.jpg', 10.0000, '2005-10-30 17:00:09', NULL, NULL, 0.00, 1, 0, 0, 0), (1615, 1, '1529', 'a-period-of-transition.jpg', 13.0000, '2005-10-30 17:07:32', NULL, NULL, 0.00, 1, 0, 0, 0); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `products_attributes` -- CREATE TABLE `products_attributes` ( `products_attributes_id` int(11) NOT NULL auto_increment, `products_id` int(11) NOT NULL default '0', `options_id` int(11) NOT NULL default '0', `options_values_id` int(11) NOT NULL default '0', `options_values_price` decimal(15,4) NOT NULL default '0.0000', `price_prefix` char(1) NOT NULL default '', PRIMARY KEY (`products_attributes_id`) ) TYPE=MyISAM AUTO_INCREMENT=28 ; -- -- Daten für Tabelle `products_attributes` -- -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `products_attributes_download` -- CREATE TABLE `products_attributes_download` ( `products_attributes_id` int(11) NOT NULL default '0', `products_attributes_filename` varchar(255) NOT NULL default '', `products_attributes_maxdays` int(2) default '0', `products_attributes_maxcount` int(2) default '0', PRIMARY KEY (`products_attributes_id`) ) TYPE=MyISAM; -- -- Daten für Tabelle `products_attributes_download` -- INSERT INTO `products_attributes_download` (`products_attributes_id`, `products_attributes_filename`, `products_attributes_maxdays`, `products_attributes_maxcount`) VALUES (26, 'unreal.zip', 7, 3); -- -------------------------------------------------------- -- -- Tabellenstruktur für Tabelle `products_description` -- CREATE TABLE `products_description` ( `products_id` int(11) NOT NULL auto_increment, `language_id` int(11) NOT NULL default '1', `products_name` varchar(64) NOT NULL default '', `products_description` text, `products_url` varchar(255) default NULL, `products_viewed` int(5) default '0', PRIMARY KEY (`products_id`,`language_id`), KEY `products_name` (`products_name`), KEY `products_id` (`products_id`) ) TYPE=MyISAM AUTO_INCREMENT=1616 ; -- -- Daten für Tabelle `products_description` -- INSERT INTO `products_description` (`products_id`, `language_id`, `products_name`, `products_description`, `products_url`, `products_viewed`) VALUES (90, 2, 'Charlie Daniels Band - Fire On The Mountain', 'Charlie Daniels Band US 1974 Kamasutra
\r\nLP gebraucht
\r\nZustand gut', '', 2), (89, 2, 'Marius Müller-Westernhagen - Westernhagen', 'Marius Müller-Westerhagen 1987
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (88, 2, 'Rare Bird - Somebody''s Watching', 'Rare Bird US 1973
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPolydor PD1-6502', '', 7), (86, 2, 'Kim Carnes - Voyeur', 'Kim Carnes 1982
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (87, 2, 'Kim Carnes - Sailin''', 'Kim Carnes 1976
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (67, 2, 'Marius Müller-Westernhagen - Halleluja', 'Marius Müller-Westernhagen 1989
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (68, 2, 'Marius Müller-Westernhagen - Stinker', 'Marius Müller-Westernhagen 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 6), (69, 2, 'Marius Müller-Westernhagen - Lausige Zeiten', 'Marius Müller-Westernhagen 1986
\r\nLP gebraucht
\r\nZustand gut', '', 5), (70, 2, 'Marius Müller-Westernhagen - Das Herz Eines Boxers', 'Marius Müller-Westernhagen 1982
\r\nLP gebraucht
\r\nZustand sehr gut', '', 3), (71, 2, 'Marius Müller-Westernhagen - Die Sonne So Rot', 'Marius Müller-Westernhagen
\r\nLP gebraucht
\r\nZustand sehr gut', '', 3), (72, 2, 'Marius Müller-Westernhagen - Ganz Allein Krieg Ich''s Nicht Hin', 'Marius Müller-Westernhagen 1977
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 5), (73, 2, 'Marius Müller-Westernhagen - Mit Pfefferminz Bin Ich Dein Prinz', 'Marius Müller-Westernhagen 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 1), (74, 2, 'Marius Müller-Westernhagen - Geiler Is'' Schon', 'Marius Müller-Westernhagen 1983
\r\nLP gebraucht
\r\nZustand sehr gut', '', 6), (75, 2, 'Procol Harum - Broken Barricades', 'Procol Harum 1971
\r\nLP gebraucht
\r\nZustand gut', '', 9), (76, 2, 'Kim Carnes - Broken Identity', 'Kim Carnes
\r\nLP gebraucht
\r\nZustand sehr gut', '', 11), (77, 2, 'Sade - Diamond Life', 'Sade 1984
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 4), (78, 2, 'Sade - Promise', 'Sade 1985
\r\nLP gebraucht
\r\nZustand sehr gut', '', 4), (79, 2, 'Tim Buckley - Greatings From LA', 'Tim Buckley
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (80, 2, 'Tim Buckley - Look At The Fool', 'Tim Buckley
\r\nLP gebraucht
\r\nZustand sehr gut', '', 4), (81, 2, 'Tim Buckley - Sefronia', 'Tim Buckley
\r\nLP gebraucht
\r\nZustand sehr gut', '', 3), (82, 2, 'Juicy Lucy - Get A Whiff A This', 'Juicy Lucy 1971
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 6), (83, 2, 'David Bowie - Hunky Dory', 'David Bowie UK 1971
\r\nLP gebraucht
\r\nZustand sehr gut', '', 2), (84, 2, 'Juicy Lucy - Lie Back And Enjoy It', 'Juicy Lucy 1970
\r\nLP gebraucht
\r\nZustand sehr gut', '', 2), (85, 2, 'Big Audio Dynamite', 'Big Audio Dynamite UK 1989
\r\nLP gebraucht
\r\nZustand sehr gut, zum Teil exzellent\r\n


\r\nCBS 465790 1', '', 2), (91, 2, 'Kim Carnes - Light House', 'Kim Carnes 1986
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (92, 2, 'Chicago - Greatest Hits', 'Chicago UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (93, 2, 'Rod Stewart - Every Beat Of My Heart', 'Rod Stewart 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (94, 2, 'Peter Gabriel - First Album', 'Peter Gabriel 1977
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 2), (95, 2, 'Billy Joel - The Stranger', 'Billy Joel 1977
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 1), (96, 2, 'Wham! - Fantastic', 'Wham! ft George Michael 1983
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (97, 2, 'Roy Buchanan - Live Stock', 'Roy Buchanan 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 1), (98, 2, 'Bryan Ferry - Boys And Girls', 'Bryan Ferry D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nEG Virgin 207 961-620', '', 3), (173, 2, 'Jethro Tull - Stormwatch', 'Jethro Tull BeNeLux 1979
\r\nLP gebraucht
\r\nZustand befriedigend', '', 1), (100, 2, 'Bruce Springsteen - The Wild The Innocent & The E Street Shuffle', 'Bruce Springsteen US 1973
\r\nLP gebraucht
\r\nZuastand sehr gut', '', 1), (101, 2, '10cc - The Original Soundtrack', '10cc US 1975
\r\nLP gebraucht
\r\nZustand befriedigend. Das Vinyl ist leicht gewellt, aber gut abspielbar.', '', 0), (102, 2, '10cc - How Dare You', '10cc 1976
\r\nLP (klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (103, 2, 'Eric Clapton - 461 Ocean Boulevard', 'Eric Clapton 1974
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (104, 2, 'Billy Idol - Rebel Yell', 'Billy Idol 1983
\r\nLP gebraucht
\r\nZustand sehr Gut', '', 0), (105, 2, 'Steely Dan - Can''t Buy A Thrill', 'Steely Dan US 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 0), (106, 2, 'Donny Hathaway - Live', 'Donny Hathaway 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (107, 2, 'Barclay James Harvest - Gone To Earth', 'Barclay James Harvest 1977
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (108, 2, 'The Alan Parsons Project - Ammonia Avenue', 'The Alan Parsons Project 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (109, 2, 'David Bowie - Scary Monstery And Supercreeps', 'David Bowie 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (110, 2, 'Frank Zappa - Overnite Sensation', 'Frank Zappa 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 2), (111, 2, 'Men At Work - Business As Usual', 'Men At Work 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (112, 2, 'Robert Palmer - Sneakin'' Sally Through The Alley', 'Robert Palmer UK 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut
', '', 0), (113, 2, 'Barclay James Harvest - Once Again', 'Barclay James Harvest UK 1971
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (114, 2, 'Supertramp - Breakfast In America', 'Supertramp NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (115, 2, 'Supertramp - Crisis? What Crisis?', 'Supertramp UK 1975
\r\nLP gebraucht
\r\nZustand gut', '', 1), (116, 2, 'Supertramp - Crime Of The Century', 'Supertramp 1974
\r\nLP gebraucht
\r\nZustand ausreichend bis befriedigend', '', 2), (117, 2, 'Supertramp - Even In Quietest Moments...', 'Supertramp 1977
\r\nLP gebraucht
\r\nZustand befriedigend bis gut', '', 1), (118, 2, 'Steely Dan - Countdown To Ecstasy', 'Steely Dan 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (119, 2, 'Patti Smith - Horses', 'Patti Smith UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (120, 2, 'Herbert Grönemeyer - 4630 Bochum', 'Herbert Grönemeyer 1984
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (681, 6, 'The Fixx - React', 'The Fixx D 1987
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMCA 254 784-1', '', 0), (122, 2, 'Grace Jones - Nightclubbing', 'Grace Jones 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (123, 2, 'The Senstional Alex Harvey Band - Next...', 'The Senstional Alex Harvey Band UK 1974
\r\nLP gebraucht
\r\nZUstand sehr gut', '', 2), (124, 2, 'Al Stewart - Year Of The Cat', 'Al Stewart UK 1976
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 1), (125, 2, 'George Benson - In Flight', 'George Benson US 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (127, 2, 'Christopher Cross', 'Christopher Cross 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (128, 2, 'The Doobie Brothers - Living On The Fault Line', 'The Doobie Brothers 1977
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (129, 2, 'Steely Dan - Katy Lied', 'Steely Dan US 1975
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (130, 2, 'Nik Kershaw - Human Racing', 'Nik Kershaw 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (131, 2, 'David Bowie - Let''s Dance', 'David Bowie 1983
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (132, 2, 'Pretenders', 'Pretenders RI 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (133, 2, 'Manfred Mann''s Earth Band - Nightingales And Bombers', 'Manfred Mann''s Earth Band 1977
\r\nLP gebraucht
\r\nZustand sehr gut', '', 4), (134, 2, 'Jennifer Rush - Passion', 'Jennifer Rush 1988
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (135, 2, 'The Alan Parsons Project - I Robot', 'The Alan Parsons Project UK 1977
\r\nLP gebraucht
\r\nZustans sehr gut', '', 0), (136, 2, 'Mick Jagger - She''s The Boss', 'Mick Jagger 1985
\r\nLP gebraucht
\r\nZustand sehr gut', '', 2), (137, 2, 'Mike Oldfield - Tubular Bells', 'Mike Oldfield D 1973
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (138, 2, 'The Rolling Stones - Black And Blue', 'The Rolling Stones D 1976
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 1), (139, 2, 'Steve Winwood - Arc Of A Diver', 'Steve Winwood D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 1), (140, 2, 'Mahavishnu Orchestra - Birds Of Fire', 'Mahavishnu Orchestra 1973
\r\nLP gebraucht
\r\nZustand sehr gut', '', 29), (141, 2, 'Joe Jackson - Night And Day', 'Joe Jackson D 1982
\r\nLP (Klapp-Cover)
\r\nZustand sehr gut', '', 6), (194, 2, 'Electric Light Orchestra - Out Of The Blue', 'Electric Light Orchestra D 1977
\r\nDoppel-LP (Klapp-Cover + Inlet) gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artist Jet Records UAS 30309 FT', '', 2), (143, 2, 'Billy Joel - The Bridge', 'Billy Joel 1986
\r\nLP gebraucht
\r\nZustand sehr gut', '', 8), (144, 2, 'Bob Seger - The Distance', 'Bob Seger 1983
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCapitol EMI 1C 064-400150', '', 1), (145, 2, 'Steve Hackett - Defector', 'Steve Hackett (Ex-Genesis) D 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 2), (984, 2, 'Clannad - Legend', 'Clannad D 1984
\r\nLP gebraucht
\r\nZustand sehr gut (vg/vg)\r\n


\r\nRCA PL 70188', '', 0), (147, 2, 'Dire Straits', 'Dire Straits D 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (148, 2, 'The Alan Parsons Project - Tales Of Mystery And Imagination', 'The Alan Parson Project UK 1976
\r\nLP (Klapp-Cover & Booklet) gebraucht
\r\nZustand sehr gut', '', 1), (149, 2, 'Dire Straits - Communiqué', 'Dire Straits D 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 5), (150, 2, 'Huey Lewis And The News - Small World', 'Huey Lewis And The News D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (151, 2, 'Tina Turner - Private Dancer', 'Tina Turner D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 1), (152, 2, 'Joan Baez - Lovesongs', 'Joan Baez Collection Variété F
\r\nLP gebraucht
\r\nZustand Cover mangelhaft, Vinyl nahezu Exzellent', '', 0), (153, 2, 'Kate Bush - Hounds Of Love', 'Kate Bush NL 1985
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (154, 2, 'Bruce Springsteen - Darkness On The Edge Of Town', 'Bruce Springsteen NL 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 2), (155, 2, 'Steve Harley & Cockney Rebel - Timeless Flight', 'Steve Harley & Cockney Rebel UK 1976
\r\nLP gebraucht
\r\nZustand gut', '', 0), (156, 2, 'Gerry Rafferty - Snakes And Ladders', 'Gerry Rafferty D 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (157, 2, 'Depeche Mode - Black Celebration', 'Depeche Mode D 1986
\r\nLP (Grey Wax) gebraucht
\r\nZustand gut', '', 0), (158, 2, 'Ijahman Levi - Lilly Of My Valley', 'Ijahman Levi UK 1985
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (160, 2, 'Bryan Adams - Reckless', 'Bryan Adams D 1985 RI\r\nZustand sehr gut', '', 1), (161, 2, 'Gary Wright - Dream Weaver', 'Gary Wright (Ex-Spooky Tooth) D 1976
\r\nLP gebraucht
\r\nZustand gut', '', 0), (162, 2, 'Rita Coolidge - Inside The Fire', 'Rita Coolidge NL 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (163, 2, 'John Cougar Mellencamp - Scarecrow', 'John Cougar Mellencamp D 1985
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (164, 2, 'Little River Band - Get Lucky', 'Little River Band
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (165, 2, 'The Tubes - The Completition Backward Principle', 'The Tubes D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (166, 2, 'Achim Reichel - Blues In Blond', 'Achim Reichel D 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (190, 2, 'Little River Band - It''s A Long Way There', 'Little River Band NL 1978
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nOZ EMI 5C 058-82516 (Australia) Limited', '', 0), (168, 2, 'Jethro Tull - The Broadsword And The Beast', 'Jethro Tull D 1982
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (169, 2, 'Jethro Tull - Aqualung', 'Jethro Tull UK 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut', '', 1), (170, 2, 'Jethro Tull - Stormwatch', 'Jethro Tull D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 1), (171, 2, 'Jethro Tull - Thick As A Brick', 'Jethro Tull D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (172, 2, 'Jethro Tull - Heavy Horses', 'Jethro Tull US 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (174, 2, 'Jethro Tull - "A"', 'Jethro Tull D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 5), (175, 2, 'Andy Mackay - Resolving Contradiction', 'Andy Mackay (Ex-Roxy Music) NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 8), (176, 2, 'Camel - I Can See Your House From Here', 'Camel D 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (177, 2, 'John Cougar Mellencamp - John Cougar', 'John Cougar Mellencamp D 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (178, 2, 'Rory Gallagher - Defender', 'Rory Gallagher D 1987
\r\nLP + 7" Single gebraucht
\r\nZustand sehr gut', '', 0), (179, 2, 'Mickey Jupp - Some People Can''t Dance', 'Mickey Jupp D 1985 RI
\r\nLP (white Vinyl) gebraucht
\r\nZustand exzellent', '', 0), (180, 2, 'The Stranglers - Live (XCERT)', 'The Stranglers UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (191, 2, 'Little River Band - Backstage Pass Live', 'Little River Band Australia 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (181, 2, 'Bob Dylan - Saved', 'Bob Dylan CA 1980 (Columbia)
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (182, 2, 'Donovan - Essence To Essence', 'Donovan NL 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 0), (183, 2, 'Lynyrd Skynyrd - Street Survivors', 'Lynyrd Skynyrd D 1977
\r\nLP gebraucht
\r\nZustand sehr gut', '', 2), (184, 2, 'Queen - News Of The World', 'Queen D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (185, 2, 'Queen - The Game', 'Queen D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 2), (186, 2, 'Ijahman Levi - Africa', 'Ijahman Levi UK 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 5), (187, 2, 'Rick Derringer - Guitars And Women', 'Rick Derringer US 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (188, 2, 'Rick Derringer - If I Weren''t So Romantic, I''d Shoot You', 'Rick Derringer NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (189, 2, 'Rick Derringer - Face To Face', 'Rick Derringer NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (192, 2, 'Little River Band - Backstage Pass', 'Little River Band NL 1980
\r\nDoppel-LP (Live) gebraucht
\r\nZustand sehr gut', '', 0), (193, 2, 'Wings - Back To The Egg', 'Wings (Paul McCartney) D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (195, 2, 'Cat Stevens - Tea For The Tillerman', 'Cat Stevens D1971 RI
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (196, 2, 'Robert Palmer - Double Fun', 'Robert Palmer D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (197, 2, 'Live Wire - Pick It Up', 'Live Wire D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 4), (198, 2, 'Camel - Snow Goose', 'Camel D 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (199, 2, 'Gary Wright - The Light of Smiles', 'Gary Wright (Ex-Spooky Tooth) D 1977
\r\nLP gebraucht
\r\nZustand gut', '', 0), (200, 2, 'Sniff ''n'' The Tears - Fickle Heart', 'Sniff ''n'' The Tears D 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nChiswick Metronome 0067.065', '', 0), (201, 2, 'John Cougar Mellencamp - The Lonesome Jubilee', 'John Cougar Mellencamp NL 1987
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (202, 2, 'Emerson Lake & Palmer - Trilogy', 'Emerson Lake & Palmer ESP 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand : bis auf einige Macken erstaunlich gut', '', 0), (203, 2, 'Electric Light Orchestra - Discovery', 'Electric Light Orchestra ESP 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nJet Records CBS JET LX 500', '', 1), (204, 2, 'Emerson Lake & Powel', 'Emerson Lake & Powel UK 1986
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (205, 2, 'Iron Butterfly - In a Gadda Da Vida', 'Iron Butterfly D 1973 RI
\r\nLP gebraucht
\r\nZustand sehr gut (vg/vg)\r\n


\r\nAtlantic WEA ATL 40 022', '', 0), (206, 2, 'Tony Carey - For You', 'Tony Carey (EX-Rainbow) D 1989
\r\nLP gebraucht
\r\nZustand sehr gut', '', 2), (207, 2, 'Berlin - Count Three & Pray', 'Berlin NL 1986
\r\nLP gebraucht
\r\nZustand exzellent', '', 2), (208, 2, 'Raindogs - Lost Souls', 'Raindogs D 1989
\r\nLP gebraucht
\r\nZustand exzellent', '', 2), (209, 2, 'Rick Springfield - Living in Oz', 'Rick Springfield D 1983
\r\nLP gebraucht
\r\nZustand exzellent', '', 1), (210, 2, 'Matt Bianco - Whose Side Are You On', 'Matt Bianco D 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 1), (211, 2, 'Helen Watson - The Weather Inside', 'Helen Watson NL 1989
\r\nLP gebraucht
\r\nZustand exzellent', '', 3), (212, 2, 'James Taylor - JT', 'James Taylor UK 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand exzellent', '', 1), (213, 2, 'Rick Springfield - Tao', 'Rick Springfield D 1985
\r\nLP gebraucht
\r\nZustand exzellent', '', 1), (214, 2, 'Clannad 2', 'Clannad (Irish Folk) D 1976 RI
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIntercord INT 160.058', '', 5), (215, 2, 'Jan Akkerman - It Could Happen To You', 'Jan Akkerman (Ex-Focus) PL 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nTonpress SX-T 91', '', 0), (216, 2, 'Gianna Nannini - California', 'Gianna Nannini D 1979
\r\nLP gebraucht
\r\nZustand exzellent
\r\n
\r\n
\r\nDischi Ricordi CBS 65014', '', 4), (217, 2, 'Steve Winwood - Roll With It', 'Steve Winwood D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIsland Ariola 209165', '', 3), (218, 2, 'Bachman Turner Overdrive - BTO', 'Bachman Turner Overdrive D 1991
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nSun Bellaphon 250-13-016', '', 1), (219, 2, 'Tom Robinson Band - Power In The Darkness', 'Tom Robinson Band D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI Electrola 1C 064-06 687', '', 1), (220, 2, 'Tom Robinson Band - TRB Two', 'Tom Robinson Band D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI Electrola 1C 064-06 977', '', 0), (221, 2, 'Carmel - Everybody''s Got A Little ... Soul', 'Carmel D 1987
\r\nLP gebraucht
\r\nZustand sehr gut, zum Teil exzellent\r\n


\r\nMetronome 828 067-1', '', 1), (222, 2, 'Carmel - Set Me Free', 'Carmel D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nLondon Metronome 828 148.1', '', 0), (223, 2, 'The Steve Miller Band - Book Of Dreams', 'The Steve Miller Band D 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6303 926', '', 0), (224, 2, 'The Steve Miller Band - Abracadabra', 'The Steve Miller Band D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 6302 204', '', 0), (226, 2, 'The Steve Miller Band - Circle of Love', 'The Steve Miller Band D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6302 061', '', 0), (227, 2, 'The Steve Miller Band - Italian Xras', 'The Steve Miller Band D 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 822 823-1 Q', '', 0), (228, 2, 'Eagles - Hotel California', 'Eagles D 1976
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand exzellent\r\n


\r\nAsylum WEA AS 53051', '', 4), (229, 2, 'Gianna Nannini - Latin Lover', 'Gianna Nannini D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMetronome 0065.027', '', 0), (230, 2, 'Gianna Nannini - Malafemmina', 'Gianna Nannini D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor Metronome 837 339-1', '', 0), (231, 2, 'Phil Carmen - Changes', 'Phil Carmen D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMetronome 837 353-1', '', 2), (232, 2, 'Achim Reichel - Nachtexpress', 'Achim Reichel D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAhorn Metronome 813 360-1 ME', '', 0), (233, 2, 'KGB', 'KGB UK 1976
\r\nMike Bloomfield, Barry Goldberg, Carmine Appice, Rick Grech, Ray Kennedy\r\n
LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Records MCF 2749', '', 2), (234, 2, 'Gianna Nannini - Scandalo', 'Gianna Nannini D 1990
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMetronome 843 977-1', '', 0), (235, 2, 'Cock Robin', 'Cock Robin (Pop Duo) D 1985
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nCBS 26448', '', 0), (236, 2, 'Ultravox - Quartet', 'Ultravox D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 205 043-320', '', 0), (237, 2, 'Jean Michel Jarre - Oxygene', 'Jean Michel Jarre D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 2344 068', '', 2), (238, 2, 'A Flock Of Seagulls - Listen', 'A Flock Of Seagulls D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nJive Teldec 6.25502 AO', '', 1), (239, 2, 'Tina Turner - Break Every Rule', 'Tina Turner D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 062 24 0611 1', '', 3), (240, 2, 'Robert Palmer - Secrets', 'Robert Palmer D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIsland Ariola 200 662-320', '', 0), (241, 2, 'Al Jarreau - Glow', 'Al Jareau D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nReprise WEA REP 54073', '', 0), (242, 2, 'Atlantis - Get On Board', 'Atlantis D 1975
\r\nEx-Frumpy ft. Inga Rumpf
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nVertigo Phonogram 6360 630', '', 0), (243, 2, 'New Kids On The Block - Step By Step', 'New Kids On The Block 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 466686 1', '', 0), (244, 2, 'The Fixx - Reach The Beach', 'The Fixx D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMCA Ariola 205 479-320', '', 0), (245, 2, 'Spliff - Herzlichen Glueckwunsch', 'Spliff D 1982
\r\nEx-Nina Hagen Band
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 25 152', '', 1), (246, 2, 'Lisa Stansfield - Real Love', 'Lisa Stansfield D 1991
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nArista Ariola 212 300', '', 0), (247, 2, 'Heinz Rudolf Kunze - Dein Ist Mein Ganzes Herz', 'Heinz Rudolf Kunze D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA 240 744-1', '', 0), (248, 2, 'John Farnham - Age of Reason', 'John Farnham D 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL71839', '', 0), (249, 2, 'Joe Cocker - Sheffield Steel', 'Joe Cocker D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nIsland Ariola 204 668-320', '', 0), (250, 2, 'Leo Kottke', 'Leo Kottke (Gitarren-Virtuose) D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nChrysalis Phonogram 6307 587', '', 0), (251, 2, 'Robert Palmer - Don''t Explain', 'Robert Palmer D 1990
\r\nDoppel-LP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nEMI 164-79 54641', '', 0), (252, 2, 'Pat Benatar - Seven The Hard Way', 'Pat Benatar D 1985
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nChrysalis Ariola 207 429', '', 1), (253, 2, 'Sly Dunbar - Sly Wicked And Slick', 'Sly Dunbar UK 1979
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVirgin FL1042', '', 1), (254, 2, 'Dr. Alimantado - Wonderful Time', 'Dr. Alimantado UK 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nKeyman Records KM006', '', 0), (255, 2, 'Johnny Clarke - Yardstyle', 'Johnny Clarke UK 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAriwa ARI 007', '', 1), (256, 2, 'The Rolling Stones - Steel Wheels', 'The Rolling Stones D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRolling Stones Sony Music 01-465752-20', '', 0), (257, 2, 'Dr. Feelgood - Private Practice', 'Dr. Feelgood F 1978
\r\nLP (Red Vinyl) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nUnited Artists SPC 61735', '', 1), (258, 2, 'Rare Earth - Band Together', 'Rare Earth US 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nProdical Motown P7-10025R1', '', 1), (259, 2, 'Das Dritte Ohr - Zahltag', 'Das Dritte Ohr D 1980
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTelefunken 6.24397', '', 0), (260, 2, 'Kris Kristofferson - Jesus Was A Capricorn', 'Kris Kristofferson NL 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS MNT 65391', '', 2), (261, 2, 'Miles Davis - Bitches Brew', 'Miles Davis UK 1970
\r\nDoppel-LP (Klapp-Cover)
\r\nZustand nahezu exzellent\r\n


\r\nCBS 66236', '', 3), (262, 2, 'Bob Dylan - Desire', 'Bob Dylan NL 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86003', '', 0), (263, 2, 'Bob Dylan - Slow Train Coming', 'Bob Dylan D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86095', '', 0), (264, 2, 'Bob Dylan - Empire Burlesque', 'Bob Dylan NL 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 86313', '', 1), (265, 2, 'Bob Dylan - Infidels', 'Bob Dylan NL 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 25539', '', 0), (266, 2, 'Chicago - 19', 'Chicago D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nReprise 925 714-1', '', 0), (267, 2, 'Chris Spedding - Hurt', 'Chris Spedding D 1977
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRAK EMI 1C 064-99534', '', 2), (268, 2, 'Kim Wilde - Close', 'Kim Wilde D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMCA 255 588-1', '', 1), (269, 2, 'Scorpions - Savage Amusement', 'Scorpions D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nHarvest EMI 1C 064 7467041', '', 0), (270, 2, 'Graham Parker - The Up Escalator', 'Graham Parker D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nStiff Teldec 6.24355 AN', '', 0), (271, 2, 'Elton John - Too Low for Zero', 'Elton John D 193
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nRocket Phonogram 811 052-1', '', 0), (272, 2, 'Scorpions - Best of Rockers And Ballads', 'Scorpions D 1989
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nEMI Electrola1C 066Y 7934391', '', 0), (273, 2, 'Scorpions - Tokyo Tapes', 'Scorpions D 1978
\r\nLive Doppel-LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA CL28331', '', 0), (274, 2, 'Scorpions - Black Out', 'Scorpions D 1982
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nHarvest EMI 1C 064-64 686', '', 0), (275, 2, 'Stephan Remmler - Lotto', 'Stephan Remmler D 1988
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMercury Phonogram 836 556-1', '', 1), (276, 2, 'Ted Nugent - Weekend Warriors', 'Ted Nugent NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS EPC 83036', '', 0), (277, 2, 'The Michael Schenker Group - Rock Will Never die', 'The Michael Schenker Group (Ex-Scorpions Ex-Ufo) D 1984
\r\nLive-LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis 206 348-620', '', 1), (278, 2, 'Stevie Nicks - Rock A Little', 'Stevie Nicks NL 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nEMI Parlophon 062 24 0472 1', '', 0), (279, 2, 'Gianna Nannini - G.N.', 'Gianna Nannini D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nDischi Ricordi Metronome 0065.020', '', 1), (280, 2, 'Fischer-Z - Word Salad', 'Fischer-Z NL 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nUnited Artists EMI 1A 038 1575091', '', 1), (281, 2, 'Joan Armatrading - Me Myself I', 'Joan Armatrading NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64809', '', 2), (282, 2, 'Scorpions - Love At First Sting', 'Scorpions D 1984
\r\nLP gebraucht
Zustand nahezu exzellent\r\n


\r\nHarvest EMI 1C 064 2400071', '', 1), (283, 2, 'Joe Cocker - Cocker', 'Joe Cocker D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapito EMI 1C 064 24 0424 1', '', 1), (284, 2, 'Stevie Nicks - The Other Side Of The Mirror', 'Stevie Nicks NL 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI Modern Records 064 7 92542 1', '', 0), (285, 2, 'Billy Joel - Songs In The Attic', 'Billy Joel NL 1981
\r\nLive-LP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 85273', '', 2), (286, 2, 'Dave Edmunds - D.E.7', 'Dave Edmunds D 1982
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nArista Ariola 204 508', '', 3), (287, 2, 'Andreas Vollenweider - Behind the Gardens-Behind The Wall...', 'Andreas Vollenweider NL 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS VeraBra 85 545', '', 5), (288, 2, 'Art Garfunkel - Fate For Breakfast', 'Art Garfunkel NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86090', '', 2), (289, 2, 'Kris Kristofferson - Who''s To Bless And Who''s To Blame', 'Kris Kristofferson NL 1975
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS MNT 69158', '', 1), (290, 2, 'Yes - Going For The One', 'Yes D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut\r\n


\r\nAtlantic WEA ATL 50379', '', 1), (291, 2, 'Wishbone Ash - Locked In', 'Wishbone Ash UK 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA MCF 2750', '', 0), (292, 2, 'Wishbone Ash - No Smoke Without Fire', 'Wishbone Ash D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Metronome 0062.115', '', 3), (293, 2, 'Wishbone Ash - Just Testing', 'Wishbone Ash D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Ariola 201 317', '', 4), (294, 2, 'The Tubes - Remote Controll', 'The Tubes NL 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M CBS AMNP 107', '', 1), (295, 2, 'Heaven 17 - The Luxury Gap', 'Heaven 17 D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Ariola 205 337-320', '', 0), (296, 2, 'Chicago - Hot Streets', 'Chicago UK 1978
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 86069', '', 2), (297, 2, 'Genesis - Duke', 'Genesis D 1980
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCharisma Phonogram 9124 053', '', 0), (298, 2, 'Steppenwolf - Live', 'Steppenwolf FR 1970 ?
\r\nLive Doppel-LP (Klapp-Cover aus robuster Pappe) gebraucht
\r\nZustand : das Cover hat leichten Abrieb, ist aber recht ordentlich
\r\nwieder aufpolliert. Das Vinyl ist in einem nahezu exzellenten Zustand\r\n


\r\nDunhill Recocords / ABC Records 2xT/68.008-9
\r\nDistribution Carrere
\r\nAuf dem Cover steht Made in USA und auf dem Plattenlabel Made in France
\r\nDas Release-Datum sucht man vergeblich', '', 2), (299, 2, 'Little River Band - Diamantina Cocktail', 'Little River Band D 1976/77
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C 064-82376', '', 0), (300, 2, 'Sisters Of Mercy - Floodland', 'Sisters Of Mercy D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMerciful Release WEA 242232-1', '', 0), (301, 2, 'Spencer Davis Group - Featuring Steve Winwood', 'Spencer Davis Group D 1967 ?
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 85925 ET
\r\nDas Release-Datum ist leider nicht vermerkt', '', 0), (302, 2, 'Dire Straits - Love Over Gold', 'Dire Straits D 1982 Digital Recording
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVertigo Phonogram 6359 109', '', 0), (303, 2, 'Steve Winwood - Back In The Highlife', 'Steve Winwood D 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 207 769', '', 1), (304, 2, 'Enya - Watermark', 'Enya (Ex-Clannad) D 1988
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nWEA 243875-1', '', 3), (305, 2, 'Paul Simon - Graceland', 'Paul Simon D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 925 447-1', '', 5), (306, 2, 'Simon & Garfunkel - Greatest Hits', 'Simon & Garfunkel NL 1972
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nCBS 69003', '', 4), (307, 2, 'Rod Stewart - Atlantic Crossing', 'Rod Stewart D 1975
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA WB 56 151', '', 3), (308, 2, 'Simon & Garfunkel - Bridge Over Troubled Water', 'Simon & Garfunkel UK 1970
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nCBS 63699', '', 0), (309, 2, 'Billy Joel - Glass Houses', 'Billy Joel NL 1980
\r\nLP gebraucht
\r\nZustand : Das Cover hat gelitten, das Vinyl ist jedoch Exzellent\r\n


\r\nCBS 86108', '', 0), (310, 2, 'Warren Zevon - Excitable Boy', 'Warren Zevon (Werewolves Of London) NL 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nAsylum WEA AS 53073', '', 1), (311, 2, 'Elton John - Sleeping With The Past', 'Elton John NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhonogram 838 839-1', '', 0), (312, 2, 'David Knopfler - Life Lines', 'David Knopfler (Ex-Dire Straits) NL 1991
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 848 295-1', '', 0), (313, 2, 'Bruce Springsteen - Tunnel Of love', 'Bruce Springsteen NL 1987
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 460270 1', '', 3), (314, 2, 'Inga Rumpf - Der Bund', 'Inga Rumpf D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPläne 88349', '', 2), (315, 2, 'Rick Derringer - Spring Fever', 'Rick Derringer NL 1975
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS Blue Sky 80723', '', 0), (316, 2, 'Dave Edmunds - Subtle As a Flying Mallet', 'Dave Edmunds UK 1978 RI
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA PL 25129', '', 2), (317, 2, 'Joe Cocker - One Night of Sin', 'Joe Cocker EEC 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 064 791828 1', '', 0), (318, 2, 'Robert Palmer - Clues', 'Robert Palmer Canada 1980
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland ISM 9595', '', 0), (319, 2, 'The Alarm - Change', 'The Alarm EEC 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI I.R.S.Records 064 24 1029 1', '', 1), (320, 2, 'Elton John - Victim of Love', 'Elton John D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRocket Records Phonogram 9103 509', '', 0), (321, 2, 'The Alarm - Declaration', 'The Alarm NL 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS I.R.S. 24-025887-20', '', 0), (322, 2, 'Peter Green - In The Skies', 'Peter Green Schweden 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nPVK Records Lotus Records LS 4063', '', 2), (323, 2, 'Billy Joel - An Innocenr Man', 'Billy Joel NL 1983 Club-Edition
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS CL 40386-5', '', 0), (324, 2, 'Crosby, Stills, Nash & Young - Déjà Vu', 'Crosby, Stills, Nash & Young D 1970
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 001 U (SD 7200)', '', 2), (325, 2, 'The Steve Miller Band - Fly Like An Eagle', 'Steve Miller Band D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6303 925', '', 0), (326, 2, 'Spencer Davis Group - Gimme Some Lovin''', 'Spencer Davis Group D 1971
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland Ariola 85 897 ZT', '', 0), (327, 2, 'Wishbone Ash - Number The Brave', 'Wishbone Ash D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA Ariola 203 625-320', '', 0), (328, 2, 'Wishbone Ash - Front Page News', 'Wishbone Ash USA 1977
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu Exzellent\r\n


\r\nMCA 2311', '', 0), (329, 2, 'Ideal - Der Ernst des Lebens', 'Ideal D 1981
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEitel Imperial WEA K 58 400', '', 0), (330, 2, 'Nina Hagen Band', 'Nina Hagen Band NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 83136', '', 1), (331, 2, 'Humble Pie - Smokin''', 'Humble Pie D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nA&M Ariola 86 034 IT', '', 0), (332, 2, 'Rockpile - Seconds of Pleasure', 'Rockpile UK 1980
\r\nLP + Free EP (Klapp-Cover) EP fehlt leider, gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nFBeat XXLP7', '', 0), (333, 2, 'Hannes Wader - Ich Hatte Mir Noch So Viel Vorgenommen', 'Hannes Wader D 1971
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nPhillipa 6305062', '', 2), (334, 2, 'Tangerine Dream - Cyclone', 'Tangerine Dream D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Ariola 25 843 XOT', '', 0), (335, 2, 'Al Di Meola, John McLaughlin, Paco De Lucia - Friday Night In...', 'Al Di Meola, John McLaughlin, Paco De Lucia D 1981
\r\nLive-LP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhillipa CBS Phonogram 6302 137', '', 0), (336, 2, 'New Kids On The Block - Hangin'' Tough', 'New Kids On The Block NL 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 460874 1', '', 0), (337, 2, 'Tonio K. - Notes From the Lost Civilization', 'Notes From the Lost Civilization NL 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWhat? Records / A&M Records SP 763', '', 1), (338, 2, 'Steve Winwood - Talking Back To The Night', 'Steve Winwood D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIsland Ariola 204 771-320', '', 0), (339, 2, 'Chicago - 17', 'Chicago D 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWB Records 925 060-1', '', 1), (340, 2, 'Billy Idol - Charmed Life', 'Billy Idol D 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 210 644', '', 0), (341, 2, 'M. Walking On The Water - Pluto', 'M. Walking On The Water D 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nFUEGO 1121', '', 1), (342, 2, 'Gianna Nannini - Maschi E Altri - Die Grössten Erfolge', 'Gianna Nannini D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMetronome PMV LP 833952-1', '', 0), (343, 2, 'Joachim Witt - Edelweiss', 'Joachim Witt D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 58 438', '', 1), (344, 2, 'Kate Bush - Never For Ever', 'Kate Bush D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C064-07 339', '', 0), (345, 2, 'Derek & The Dominos ft. Eric Clapton - In Concert', 'Derek & The Dominos D 1973
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRSO Polydor 2479 101', '', 0), (346, 2, 'Steve Forbert - Alive On Arrival', 'Steve Forbert NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nNemperor Records Epic EPC 83308', '', 0), (347, 2, 'Steve Forbert', 'Steve Forbert NL 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nNemperor CBS EPIC 85297', '', 1), (349, 2, 'Steve Forbert - Little Stevie Orbit', 'Steve Forbert NL 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nNemperor EPIC CBS 84501', '', 1), (350, 2, 'Dire Straits - Alchemy', 'Dire Straits NL 1984
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVertigo Phonogram 818 243-1', '', 3), (351, 2, 'Roger Chapman - Mango Crazy', 'Roger Chapman D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nInstand RCA ZL 28532', '', 0), (352, 2, 'The Alarm - Strength', 'Alarm NL 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nI.R.S CBS 26673', '', 1), (353, 2, 'The Michael Schenker Group', 'Michael Schenker Group (Ex-UFO, Ex-Scorpions) D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis Ariola 202 846-320', '', 0), (354, 2, 'Roger Chapman - Chappo', 'Roger Chapman SP 1979
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAcrobat Arista Ariola 200 811-1', '', 0), (355, 2, 'Stevie Nicks - Bella Donna', 'Stevie Nicks D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nModern Records WEA 99169', '', 0), (356, 2, 'Pete Townshend - White City', 'Pete Townshend CAN 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nATCO WEA 79 04731', '', 1), (357, 2, 'The Moody Blues - Octave', 'The Moody Blues D 1978
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTelefunken DECCA 6.23482', '', 1), (358, 2, 'Gerry Rafferty - North & South', 'Gerry Rafferty D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor Polygram 835 449-1', '', 0), (359, 2, 'Mickey Jupp - Juppanese', 'Mick Jupp UK 1978
\r\nLP (Blue Vinyl) gebraucht
\r\nZustand sehr gut\r\n


\r\nStiff Records SEEZ 10', '', 0), (360, 2, 'Kris Kristofferson - Songs Of Kristofferson', 'Kris Kristofferson NL 1977
\r\nLP gebrauchr
\r\nZustand nahezu exzellent\r\n


\r\nMonument MNT 82002', '', 0), (361, 2, 'Gerry Rafferty - Sleepwalking', 'Gerry Rafferty D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nLiberty EMI 1C 064-83 332', '', 0), (362, 2, 'Scritti Politti - Provision', 'Scritti Politti D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin 209 151-630', '', 0), (363, 2, 'The Marshall Tucker Band - Carolina Dreams', 'The Marshall Tucker Band D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCapricorn Records 2429 149', '', 0), (364, 2, 'Bob Seger - Night Moves', 'Bob Seger D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-85 027', '', 0), (365, 2, 'Roger Chapman - Zipper', 'Roger Chapman D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Ariola PL 70989', '', 0), (576, 2, 'The Michael Schenker Group - Assault Attack', 'The Michael Schenker Group D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 205 094-320', '', 0), (367, 2, 'Little River Band - First Under The Wire', 'Little River Band D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-85 963', '', 0), (368, 2, 'John Cougar Mellencamp - Uh-Huh', 'John Cougar Mellencamp D 1983
\r\nLP gebraucht
\r\nZustand sehr gut
\r\n


\r\nRiva Records Phonogram 814 450-1', '', 0), (369, 2, 'Joe Cocker - Civilized Man', 'Joe Cocker NL 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCapitol EMI 1C 064 240139 1', '', 0), (370, 2, 'Electric Light Orchestra - Discovery', 'Electric Light Orchestra NL 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nJet Records CBS JET LX 500', '', 0), (371, 2, 'Roger Chapman - Hyenas Only Laugh For Fun', 'Roger Chapman D 1986
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA NL 71027', '', 0), (372, 2, 'Billy Joel - Turnstiles', 'Billy Joel NL 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 81195', '', 0), (373, 2, 'Tonio K. - America', 'Tonio K. NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 84168', '', 2), (374, 2, 'Camel - Stationary Traveller', 'Camel D 1984
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMetronome 821 504-1', '', 0), (375, 2, 'Robert Palmer - Some People Can Do What They Like', 'Robert Palmer UK 1976
\r\nLP gebraucht
\r\nZustand sehr gut
\r\n

\r\nIsland Records ILPS 9420', '', 0), (376, 2, 'Simple Minds - Street Fighting Years', 'Simple Minds D 1989
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Records 209 785', '', 0), (377, 2, 'Bryan Ferry - In Your Mind', 'Bryan Ferry D 1977
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEG Polydor 2344 060', '', 0), (378, 2, 'Jan Hammer - Snapshots', 'Jan Hammer D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nTeldec MCA 256 227-1', '', 0), (379, 2, 'Fischer-Z - Going Deaf for A Living', 'Fischer-Z D 1980
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nUnited Artists EMI 1C 064-82 867', '', 1), (680, 6, 'Electric Light Orchestra - Balance Of Power', 'Electric Light Orchestra D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS 26467', '', 0), (679, 6, 'Live Wire - No Fright', 'Live Wire NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64814', '', 0), (678, 6, 'Traffic - Best Of Traffic', 'Traffic NL 70er RI
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nIsland Arioal 88 175 XAT', '', 0), (677, 6, 'Johnny Winter - Captured Live', 'Johnny Winter NL 1976
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nBlue Sky CBS SKY 69230', '', 0), (676, 6, 'Neil Young - Live Rust', 'Neil Young NL 1979
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS S 64 280', '', 0), (675, 6, 'Softmachine - Fourth', 'Softmachine NL 1971
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS S 64 280', '', 0), (674, 6, 'Bad Company - Fame And Fortune', 'Bad Company US 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic 81 684-1', '', 0), (673, 6, 'Billy Idol', 'Billy Idol d 1982
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nChrysalis Ariola 204 790', '', 0), (672, 6, 'Jim Messina - Messina', 'Jim Messina D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWarner WEA WB56 911', '', 0), (671, 6, 'The Kinks - One for the Road', 'The Kinks US 1980
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nArista A2L 8401', '', 0), (670, 6, 'Nils Lofgren - Nils', 'Nils Lofgren NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS 64 756', '', 0), (669, 6, 'Fleetwood Mac - Tusk', 'Fleetwood Mac D 1979
\r\nDoppel-LP (4 Innen-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner WEA WB 66 088', '', 0), (668, 6, 'Status Quo - Live', 'Status Quo D 1977
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nVertigo Phonogram 6641 590', '', 0), (667, 6, 'Alison Moyet - Hoodoo', 'Alison Moyet UK 1991
\r\nLP gebraucht
\r\nZustand Exzellent\r\n


\r\nColumbia Sony PX 468272-1', '', 0), (666, 6, 'City - Dreamland', 'City D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPool Teldec 6.24391', '', 0), (665, 6, 'Chris de Burgh - The Getaway', 'Chris de Burgh NL 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M CBS AMLH 68549', '', 0), (664, 6, 'Chris de Burgh - Crusader', 'Chris de Burgh Ri D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M 394 746-1', '', 0), (663, 6, 'Chris de Burgh - At the End of a Perfect Day', 'Chris de Burgh RI NL
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M Polygram 394 647-1', '', 0), (662, 6, 'Chris de Burgh - Spanish Train And Other Stories', 'Chris de Burgh RI D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M Polygram 393 143-1', '', 0), (661, 6, 'Asia -Alpha', 'Asia (Ex-Yes, King Crimson) NL 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nGeffen CBS GEF 25508', '', 0), (660, 6, 'Herwig Mitteregger - Jedesmal', 'Herwig Mitteregger (Ex-Spliff) NL 1987
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 467221 1', '', 0), (659, 6, 'Chris de Burgh - Best Moves', 'Chris de Burgh D 1981
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M CBS AMLH 68532', '', 0), (658, 6, 'Whitney Houston - Whitney', 'Whitney Houston D 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nArista Ariola 208 142', '', 0), (657, 6, 'Bryan Adams - You Want It, You Got It', 'Bryan Adams D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nA&M 393 154-1', '', 0), (656, 6, 'Gary Moore - Corridors Of Power', 'Gary Moore (Skid Row, Thin Lizzy) D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Ariola 205082-320', '', 0), (655, 6, 'Simply Red - Men And Women', 'Simply Red D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA Elektra WX85 242071-1', '', 0), (654, 6, 'Chris Rea - On The Beach', 'Chris Rea D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMagnet Records 829 194-1', '', 0), (653, 6, 'Victory - Culture Killed The Native', 'Victory D 1989
\r\nLP (limitierte Edition mit Poster) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMetronome 837 781-1', '', 0), (652, 6, 'Taco - Swing Classics', 'Taco (Pop-Swing) D 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 827 632-1', '', 0), (651, 6, 'Taco - Tell Me That You Like It', 'Taco (Pop-Swing, Digital Master Mix) D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 831 130-1', '', 0), (650, 6, 'Taco - After Eight', 'Taco (Pop-Swing, Direct Metal Mastering) D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL 28520', '', 0), (649, 6, 'Taco - Let''s Face The Music', 'Taco (Pop-Swing, Direct Metal Mastering) D 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA PL 70195', '', 0), (648, 6, 'Latin Quarter - Mick And Caroline', 'Latin Quarter D 1987
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Rockin'' HorseZL71294', '', 0), (647, 6, 'Terence Trent D''Arby - Early Works', 'Terence Trent D''Arby D 1989 (digital remixed)
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIMP Polydor 839 303-1', '', 0), (646, 6, 'Tina Turner - Foreign Affair', 'Tina Turner D 1989
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nCapitol EMI 064 7 91873 1', '', 0), (645, 6, 'Uriah Heep - Demons And Wizards', 'Uriah Heep D 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nagezu exzellent\r\n


\r\nBronze Ariola 28 768 XOT (Cover : 86 185 XOT)', '', 0), (644, 6, 'Electric Light Orchestra - A New World Record', 'Electric Light Orchestra US 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nJet United Artists UA-LA679-G', '', 0), (643, 6, 'Yes - Drama', 'Yes D 1980
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 736', '', 0), (642, 6, 'Linda Ronstadt - Get Closer', 'Linda Ronstadt D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nElektra/Asylum WEA 96.0185-1', '', 0), (641, 6, 'Joan Armatrading - How Cruel', 'Joan Armatrading NL 1979
\r\nOnesided LP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLE 63302', '', 0), (640, 6, 'The Jeff Healey Band - Hell To Pay', 'The Jeff Healey Band NL 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nArista BMG 210815', '', 0), (639, 6, 'Gerry Rafferty - Night Owl', 'Gerry Rafferty D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artists EMI 1C 064-62 700', '', 0), (638, 6, 'Dire Straits - Brothers In Arms', 'Dire Straits D 1985
\r\nLP (Club Sonderauflage) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nVertigo Phonogram 32 310-5', '', 0), (637, 6, 'Neil Young - Harvest', 'Neil Young D 1972
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nReprise REP 44131', '', 0), (636, 6, 'Alice Cooper - Trash', 'Alice Cooper NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEpic CBS 465130 1', '', 0), (635, 6, 'Dave Edmunds - Tracks On Wax', 'Dave Edmunds D 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nSwan Song WEA SS 59407', '', 0), (634, 6, 'The Men They Couldn''t Hang - The Domino Club', 'The Men They Couldn''t Hang D 1990
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nSilverstone ZL 74709', '', 0), (633, 6, 'Latin Quarter - Swimming Against The Stream', 'Latin Quarter D 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nBMG RCA PL 74037', '', 0), (632, 6, 'Milltown Brothers - Slinky', 'Milltown Brothers NL 1991
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M Records 395 346-1', '', 0), (631, 6, 'Creedence Clearwater Revival - Chronicle', 'Creedence Clearwater Revival F 1976
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nFantasy 235', '', 0), (630, 6, 'The Beatles - White Album', 'The Beatles D 1970
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand exzellent\r\n


\r\nApple 1C 192-04173', '', 0), (629, 6, 'Van Morrison - Beautiful Vision', 'Van Morrison D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 6302 122', '', 0), (628, 6, 'Van Morrison - Inarticulate Speech Of The Heart', 'Van Morrison D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram', '', 0), (627, 6, 'Van Morrison - Wavelength', 'Van Morrison D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWarner WEA WB 56256', '', 0), (626, 6, 'Van Morrison - Common One', 'Van Morrison
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nMercury Phonogram 6302 021', '', 0), (625, 6, 'Them - Ft. Van Morrison', 'Them (Profile Series) D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nDecca 6.24005', '', 0), (624, 6, 'Pat Travers - Putting It Straight', 'Pat Travers UK 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2383-471 A', '', 0), (623, 6, 'Steve Lukather - Lukather', 'Steve Lukather NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 01-465657-20', '', 0), (621, 6, 'Mitch Ryder - Smart Ass', 'Mitch Ryder D 1982
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nLine Teldec 6.25090 AO', '', 0), (620, 6, 'Mitch Ryder - Never Kick A Sleeping Dog', 'Mitch Ryder D 1983
\r\nLP Gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 812 517-1', '', 0), (619, 6, 'Mitch Ryder - Got Change for a Million', 'Mitch Ryder D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nLine Teldec 6.24578 AP', '', 0), (618, 6, 'Jim Capaldi - Fierce Heart', 'Jim Capaldi D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA 25-0057-1', '', 0), (617, 6, 'Pink Floyd - The Dark Side Of The Moon', 'Pink Floyd D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nHarvest EMI 1C 064-05249', '', 0), (616, 6, 'The Rolling Stones - Between The Buttons', 'The Rolling Stones IS 1967
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPAX ISK 1027', '', 0), (615, 6, 'The Rolling Stones - Metamorphosis', 'The Rolling Stones US 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAbkco Records ANA-1', '', 0), (614, 6, 'The Rolling Stones - Vol.2', 'The Rolling Stones D 1970
\r\nLP (Mono) gebraucht
\r\nZustand sehr gut\r\n


\r\nDecca 6.21393 AO', '', 0), (613, 6, 'The Rolling Stones - Aftermath', 'The Rolling Stones IS 1966
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nPAX ISK 1016', '', 0), (612, 6, 'The Rolling Stones - Goats Head Soup', 'The Rolling Stones D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRolling Stones WEA COC 59 101', '', 0), (611, 6, 'The Rolling Stones - Emotional Rescue', 'The Rolling Stones IT 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRolling Stones EMI 3C 064-63774', '', 0), (610, 6, 'Humble Pie - Town And Country', 'Humble Pie D 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCharly Bellaphon BBS2513', '', 0), (609, 6, 'Steamhammer - Mountains', 'Steamhammer D 1970
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nBrain 2001 Metronome 201.006', '', 0), (608, 6, 'The Doors - Absolutey Live', 'The Doors D 1971
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA Elektra 62 005-2', '', 0), (607, 6, 'The Rolling Stones - Beggars Banquet', 'The Rolling Stones D 1986
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand noch recht gut abspielbar\r\n


\r\nDecca SLK 16665-P', '', 0), (606, 6, 'The Rolling Stones - Tattoo You', 'The Rolling Stones D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRolling Stones EMI 1C 064-64 533', '', 0), (604, 6, 'Box Of Frogs - Strange Land', 'Box Of Frogs (Ex-Yardbirds) NL 1986
\r\nFeaturing Roger Chapman, Ian Dury, Graham Parker,
\r\nJimmy Page, Rory Gallagher und Steve Hackett
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS 26375', '', 0), (603, 6, 'Babe Ruth', 'Babe Ruth UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nHarvest SHSP 4038', '', 0), (602, 6, 'Dave Edmunds - Riff Raff', 'Dave Edmunds D 1984
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nArista Ariola 206 396', '', 0), (601, 6, 'Mickey Jupp - Oxford', 'Mickey Jupp D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nLine Teldec 6.24531', '', 0), (600, 6, 'Jethro Tull - Benefit', 'Jethro Tull D 1973
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nChrysalis 6307 516', '', 0), (599, 6, 'Mitch Ryder - How I Spend My Vacation', 'Mitch Ryder D 1979
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nLine Teldec 6.23762 AP', '', 0), (597, 6, 'Golden Earring - Prisoner of the Night', 'Golden Earring D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2344 161', '', 0), (595, 6, 'Ace - Time For Another', 'Ace US 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAnchor ANCL 2013', '', 0), (596, 6, 'The Steve Gibbons Band - Down In The Bunker', 'The Steve Gibbons Band UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nPolydor POLS 1001', '', 0), (594, 6, 'Ace - Five-A-Side', 'Ace UK 1974
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAnchor ANCL 2001', '', 0), (593, 6, 'Lynyrd Skynyrd - Second Helping', 'Lynyrd Skynyrd D 1974
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMCA Decca MZPS 7345', '', 0), (592, 6, 'Eric Burdon - Declares War', 'Eric Burdon D Neuauflage
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nUnited Artists UAS 29 238 I', '', 0), (591, 6, 'Arlo Guthrie - Hobo´s Lullaby', 'Arlo Guthrie D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nReprise WEA REP 44 169', '', 0), (590, 6, 'Inner Circle - Everything Is Great', 'Inner Circle D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 200 378-320', '', 0), (589, 6, 'Andy Mackay - In Search Of Eddie Riff', 'Andy Mackay (Ex Roxy Music) UK 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPolydor 2302-064 A', '', 0), (588, 6, 'U2 - The Joshua Tree', 'U2 GR 1987
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland EMI VG 71446', '', 0), (587, 6, 'The Rolling Stones - Sticky Fingers', 'The Rolling Stones UK 1971
\r\nLP (Cover mit Reißverschluss) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRolling Stones Records COC 59100', '', 0), (586, 6, 'The Steve Miller Band - Greatest Hits 1974-78', 'The Steve Miller Band D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 9199 916', '', 0), (585, 6, 'Jim Steinman - Bad For Good', 'Jim Steinman NL 1981
\r\nLP + EP gebraucht
\r\nZustand exzellent\r\n


\r\nEpic Cleveland 84361', '', 0), (584, 6, 'Steely Dan - Pretzel Logic', 'Steely Dan UK 1974
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand noch einigermaßen gut abspielbar\r\n


\r\nABC Records ABCL 5045', '', 0), (583, 6, 'Atlantis - Live', 'Atlantis D 1975
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut


\r\nVertigo 6623 900', '', 0), (582, 6, 'T''Pau - Bridge Of Spies', 'T''Pau USA 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin WEA 90595-1', '', 0), (581, 6, 'Grace Jones - Inside Story', 'Grace Jones NL 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCapitol EMI 062 24 0643 1', '', 0), (580, 6, 'Yello - You Gotta Say Yes To Another Excess', 'Yello IT 1984
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nStiff Ariston STLP/1017', '', 0), (579, 6, 'Daryl Hall - Three Hearts In The Happy Ending Machine', 'Daryl Hall D 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRCA ariola PL 87 196', '', 0), (578, 6, 'Fury In The Slaughterhouse', 'Fury In The Slaughterhouse D 1988
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nPeppermint Park SPV 085 501', '', 0), (577, 6, 'Joachim Witt - Silberblick', 'Joachim Witt D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA 58 231', '', 0), (575, 6, 'Scorpions - Love Drive', 'Scorpions D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nHarvest EMI 1C 064-45 275', '', 0), (574, 6, 'Midnight Oil - Blue Sky Mining', 'Midnight Oil NL 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nSprint CBS 465 653 1', '', 0), (573, 6, 'Tonio K. - Life In The Foodchain', 'Tonio K. NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEPIC EPC 83607-1', '', 0), (572, 6, 'Climax Blues Band - Lucky For Some', 'Climax Blues Band D 1981
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWarner WEA WB K 56 962', '', 0), (571, 6, 'M. Walking On The Water - Elysian', 'M. Walking On The Water D 1991
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 847778-1', '', 0), (570, 6, 'J. Geils Band - Sanctuara', 'J. Geils Band D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI America 1C 064-85 737', '', 0), (569, 6, 'Gary Moore - Wild Frontier', 'Gary Moore (Ex-Thin Lizzy) D 1987
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\n10 Records Virgin 208 183-630', '', 0), (568, 6, 'Hooters - One Way Home', 'Hooters NL 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 450 851 1', '', 0), (567, 6, 'Gloria Estefan - Cuts Both Ways', 'Gloria Estefan NL 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEPIC CBS 465 145 1', '', 0), (566, 6, 'Marianne Faithfull - Broken English', 'Marianne Faithfull D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 201 018-320', '', 0), (983, 2, 'Steve Harley & Cockney Rebel - Face To Face', 'Steve Harley & Cockney Rebel UK 1977
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut (vg+/vg+)\r\n


\r\nEMI 0C 158-06 421/2', '', 0), (565, 6, 'John Hiatt - Stolen Moments', 'John Hiatt NL 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nA&M 395 310-1', '', 0), (563, 6, 'Tracy Chapman - Crossroads', 'Tracy Chapman D 1989
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nElektra WEA 960 888-1', '', 0), (562, 6, 'Genesis - The Silent Sun', 'Genesis D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nDecca Teldec 6.24359', '', 0), (561, 6, 'Genesis', 'Genesis D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVertigo Phonogram 814 287-1', '', 0), (560, 6, 'Deodato - Deodato 2', 'Deodato D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCTI Metronome 6029', '', 0), (559, 6, 'Earth And Fire - Gate To Infinity', 'Earth And Fire NL 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2925 065', '', 0), (558, 6, 'Little River Band - After Hours', 'Little River Band NL 1976
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nHarvest EMI (Australia) Limited', '', 0), (557, 6, 'The Marshall Tucker Band - Searchin For A Rainbow', 'The Marshall Tucker Band UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapricorn Polydor 2429 129', '', 0), (556, 6, 'Steve Gibbons Band - Ridin Out The Dark', 'Steve Gibbons Band D 1990
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nSPV Records 008-88291', '', 0), (555, 6, 'Golden Earring - No Promises ... No Debts', 'Golden Earring NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nPolydor 2344 142', '', 0), (553, 6, 'To Be', 'To Be D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nBrain Metronome 60.053', '', 0), (554, 6, 'The Steve Gibbons Band - Any Road Up', 'The Steve Gibbons Band UK 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor Goldhawke 2383 381 A', '', 0), (552, 6, 'Chi Coltrane - Ready To Roll', 'Chi Coltrane D 1983 (Direct Metal Mastering)
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTeldec 6.25636 AP', '', 0), (551, 6, 'Al Jarreau - L Is For Lover', 'Al Jarreau D 1986
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA 253 080-1', '', 0), (550, 6, 'Terence Trent D´Arby - Introducing the Hardline...', 'Terence Trent D´Arby NL 1987 (Club-Edition)
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBSCL 32 619-9', '', 0), (549, 6, 'Kate Bush - The Dreaming', 'Kate Bush D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C 064-64 589', '', 0), (548, 6, 'Al DI Meola - Land of the Midnight Sun', 'Al DI Meola NL 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 81220', '', 0), (547, 6, 'Al Di Meola - Scenario', 'Al Di Meola NL 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 25718', '', 0), (546, 6, 'Bette Midler - Some People´s Lives', 'Bette Midler D 1990
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nAtlantic WEA 7567-82129-1', '', 0), (545, 6, 'Simple Minds - Real Life', 'Simple Minds Scotland 1991
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin 211 393', '', 0), (544, 6, 'Yello - Stella', 'Yello D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhonogram 822 820-1Q', '', 0), (543, 6, 'Bryan Adams', 'Bryan Adams D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M Polydor 393 100-1', '', 0), (542, 6, 'Rick Springfield - Working Class Dog', 'Rick Springfield D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA NL 84766', '', 0), (541, 6, 'Passport - Garden Of Eden', 'Passport (Klaus Doldinger) D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 586', '', 0), (540, 6, 'Elton John - The New Collection', 'Elton John 19xx
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEverest Records CBR 1027', '', 0), (539, 6, 'Helen Schneider - Schneider With the Kick', 'Helen Schneider D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA 58 294', '', 0), (538, 6, 'Fleetwood Mac - Mirage', 'Fleetwood Mac D 1983
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nWarner WEA WB K 56 952', '', 0), (537, 6, 'Hooters - Zig Zag', 'Hooters NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 465084 1', '', 0), (536, 6, 'Santana - Borboletta', 'Santana NL 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 69084', '', 0), (535, 6, 'Bryan Adams - Cuts Like A Knife', 'Bryan Adams D 1983
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M Polygram 394 919-1', '', 0), (534, 6, 'Helen Schneider - Breakout', 'Helen Schneider D 1983
\r\nLP bebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA 24-0233-1', '', 0), (533, 6, 'Joan Armatrading - Secret Secrets', 'Joan Armatrading NL 1985
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M CBS AMA 5040', '', 0), (532, 6, 'BAP - Vun Drinne Noh Drusse', 'BAP D 1982
\r\nLP (Klapp-Cover + Inlet)
\r\nZustand nahezu exzellent\r\n


\r\nMusikant EMI 1C 064-46 639', '', 0), (531, 6, 'Genesis - Invisible Touch', 'Genesis D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Charisma 207 750-630', '', 0), (530, 6, 'Santana', 'Santtana D 1969
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 28 289-7 (Clubpressung)', '', 0), (529, 6, 'Little River Band - Time Exposure', 'Little River Band D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-400042', '', 0), (528, 6, 'Gary Moore - Run For Cover', 'Gary Moore (Ex-Thin Lizzy) D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\n10 Records Virgin 207 283-620', '', 0), (527, 6, 'Alison Moyet - Raindancing', 'Alison Moyet NL 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 450152 1', '', 0), (526, 6, 'Nils Lofgren - Flip', 'Nils Lofgren (Digital Recording) D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAriola 207 041-620', '', 0), (525, 6, 'Status Quo - Rockin´All Over the World', 'Status Quo D 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVerigo Phonogram 6360 158', '', 0), (524, 6, 'Bap - Da Capo', 'Bap D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI Elektrola 1C 066-7 90778 1', '', 0), (523, 6, 'Rod Stewart - A Night On The Town', 'Rod Stewart D 1976
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nWarner WEA WB 56 234', '', 0), (522, 6, 'Genesis - And Then There Were Three', 'Genesis D 1978
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCharisma Phonogram 9124 023', '', 0), (521, 6, 'Rod Stewart - Vagabond Heart', 'Rod Stewar D 1991
\r\nLP gebrauchtRod Stewart
\r\nZustand sehr gut\r\n


\r\nWarner 7599-26598-1', '', 0), (520, 6, 'Eurythmics - Touch', 'Eurythmics (Direct Metal Mastering) D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL 70109', '', 0), (519, 6, 'Eurythmics - Revenge', 'Eurythmics D 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Ariola PL 71050', '', 0), (516, 6, 'Lee Ritenour - Banded Together', 'Lee Ritenour D 1984
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nElektra WEA 960 358-1', '', 0), (517, 6, 'George Benson - Livin´ Inside Your Love', 'George Benson D 1979
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWarner WEA WB 66 085', '', 0), (518, 6, 'Al Jarreau - Jarreau', 'Al Jarreau D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA 25-0070-1', '', 0), (515, 6, 'Melissa Etheridge - Brave And Crazy', 'Melissa Etheridge D 1989
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nIsland Ariola 210 099', '', 0), (514, 6, 'Genesis - Wind And Wuthering', 'Genesis D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Charisma 206 922-630', '', 0), (513, 6, 'Bob Seger - Against the Wind', 'Bob Seger D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapitol EMI 1C 054-86 097', '', 0), (512, 6, 'Ekseption - Motive-Serie', 'Ekseption D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPhilips Phonogram 6375 363', '', 0), (511, 6, 'Atlantis - Ooh Baby', 'Atlantis D 1974
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVenus Phonogram V 79 AT-B-1009', '', 0), (510, 6, 'David Sanborn - Change of Heart', 'David Sanborn D1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWarner 925 479-1', '', 0), (509, 6, 'Wayne Shorter - Phantom Navigator', 'Wayne Shorter D 1987
\r\nLP gebraucht
\r\nZustand nagezu exzellent\r\n


\r\nCBS 450365 1', '', 0), (508, 6, 'Talking Heads - 77', 'Talking Heads D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nSire WEA 56 647', '', 0), (507, 6, 'Daryl Hall & John Oates - Abandoned Luncheonette', 'Daryl Hall & John Oates UK 1974
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA K 40534', '', 0), (506, 6, 'Edgar Winter Group - Shock Treatment', 'Edgar Winter Group NL 1974
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEPIC CBS EPC 65640', '', 0), (505, 6, 'Loggins And Messina - On Stage', 'Loggins And Messina NL 1974
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nCBS S 88014', '', 0), (504, 6, 'Loggins And Messina - Mother Lode', 'Loggins And Messina UK 1974
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS S 80431', '', 0), (503, 6, 'Rod Stewart - Tonight I´m Yours', 'Rod Stewart D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA WB K 56 951', '', 0), (502, 6, 'Jean-Luc Ponty - Enigmatic Ocean', 'Jean-Luc Ponty D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 409', '', 0), (501, 6, 'Dexys Midnight Runners - Don´t Stand Me Down', 'Dexys Midnight Runners D 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMercury Phonogram 822 989-1Q', '', 0), (500, 6, 'Ry Cooder - Bop Till You Drop', 'Ry Cooder D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA WB 56691', '', 0), (499, 6, 'Belinda Carlisle - Live Your Life Be Free', 'Belinda Carlisle D 1991
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\n
irgin Offside 212 117', '', 0), (498, 6, 'Genesis - Abacab', 'Genesis 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCharisma Virgin CBR 102', '', 0), (497, 6, 'Little Feat - Time Loves a Hero', 'Little Feat UK 1977
\r\nLP gebraucht
\r\nZustand sehr gut (auch wenn''s nicht so aussieht :-) )\r\n


\r\nWarner K 56349', '', 0), (496, 6, 'Mink DeVille - Where Angels Fear To Tread', 'Mink DeVille D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA 78-0115-1', '', 0), (495, 6, 'Joe Cocker - Luxury You Can Afford', 'Joe Cocker D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAsylum WEA AS 53 087', '', 0), (494, 6, 'Bruce Hornsby - Scenes From the Southside', 'Bruce Hornsby USA 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA Victor 6686-1-R-A', '', 0), (493, 6, 'Kate Bush - The Kick Inside', 'Kate Bush D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C 038 15 7656 1', '', 0), (492, 6, 'Al Jarreau - The Masquerade Is Over', 'Al Jarreau D 1965 ? (Das Album gibt keinerlei Information über das Release-Datum)
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nHappy Bird Music Distributor B/90136', '', 0), (491, 6, 'Jefferson Starship - Spitfire', 'Jefferson Starship UK 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nGrunt RCA BFL1 1557', '', 0), (490, 6, 'Jan Akkerman - Pleasure Point', 'Jan Akkerman D 1982
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA wea.58.441', '', 0), (489, 6, 'Al Jarreau - High Crime', 'Al Jarreau D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 250 807-1', '', 0), (488, 6, 'Return To Forever - Live', 'Return To Forever NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 82808', '', 0), (487, 6, 'Loggins And Messina', 'Loggins And Messina IT 1973
\r\nLP gebraucht
\r\nZustand : Die Vinyloberfläche sieht trotz mehrfacher Reinigungsversuche
\r\n verschmiert aus, akkustisch ist das Vinyl jedoch einwandfrei...
\r\n sehr gut\r\n


\r\nCBS-Sugar 65194', '', 0), (486, 6, 'Les Dudek', 'Les Dudek D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 81380', '', 0), (485, 6, 'Return To Forever - Romantic Warrior', 'Return To Forever USA 1976 (for millitary Sale only !!!)
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nColumbia CBS PC 34076', '', 0), (484, 6, 'Jean-Luc Ponty - Cosmic Messenger', 'Jean-Luc Ponty D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 505', '', 0), (483, 6, 'Larry Coryell - Philip Catherine - Twin-House', 'Larry Coryell - Philip Catherine D 1977
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAtlantic WEA ATL 50 342', '', 0), (482, 6, 'Jan Akkerman - Tabernakel', 'Jan Akkerman D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 40 522', '', 0), (481, 6, 'Larry Coryell - Philip Catherine - Splendid', 'Larry Coryell - Philip Catherine D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nElektra WEA ELK 52 086', '', 0), (480, 6, 'Billy Cobham - George Duke Band - Live On Tour In Europe', 'Billy Cobham - George Duke Band D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 316', '', 0), (479, 6, 'Geoge Benson - While the City Sleeps', 'Geoge Benson D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner 925 475-1', '', 0), (478, 6, 'David Matthews - Grand Cross', 'David Matthews D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVogue Bellaphon 260-18-004', '', 0), (477, 6, 'Al Jarreau - Look to the Rainbow (Live)', 'Al Jarreau UK 1977
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA K 66059', '', 0), (476, 6, 'Tommy Bolin - Teaser', 'Tommy Bolin (Ex-Deep Purple) UK 1975
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAtlantic WEA K 50208', '', 0), (475, 6, 'Little River Band - The Net', 'Little River Band D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-400 176', '', 0), (474, 6, 'Dr. John - In The Right Place', 'Dr. John D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 017', '', 0), (473, 6, 'Kate Bush - Lionheart', 'Kate Bush D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI 1C 038 1575471', '', 0), (471, 6, 'Pat Benatar - Wide Awake in Dreamland', 'Pat Benatar D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis BMG 209 146', '', 0), (470, 6, 'Chi Coltrane - The Message', 'Chi Coltrane D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nTeldec 6.26311 AP', '', 0), (469, 6, 'Stanley Clarke - School Days', 'Stanley Clarke NL 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS Embassy 31892', '', 0), (468, 6, 'Chi Coltrane - Road To Tomorrow', 'Chi Coltrane NL 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nTK CBS TKR 82501', '', 0), (467, 6, 'Joni Mitchell - Court And Spark', 'Joni Mitchell D 1974
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nAsylum WEA AS 53002', '', 0), (466, 6, 'Al Di Meola - Casino', 'Al Di Meola NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 82645', '', 0), (465, 6, 'Pat Benatar - True Love', 'Pat Benatar (direct Metal Mastering) D 1991
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis EMI 1C 064-3 21805 1', '', 0), (464, 6, 'Pat Benatar - In The Heat Of The Night', 'Pat Benatar D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis BMG/Ariola 202 629', '', 0), (463, 6, 'Elton John - The Fox', 'Elton John D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRocket Phonogram 6302 106', '', 0), (462, 6, 'Kitaro - Towards The West', 'Kitaro (elektronische Musik) D 1986
\r\nLP gepraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 829006-1', '', 0), (461, 6, 'Pat Benatar - Live From Earth', 'Pat Benatar D 1983
\r\nLive-LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis Ariola 205 771-620', '', 0), (460, 6, 'Chi Coltrane - Live', 'Chi Coltrane (Direct Metal Mastering) D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTeldec 6.25556 AP', '', 0), (459, 6, 'Men At Work - Cargo', 'Men At Work NL 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 25372', '', 0), (458, 6, 'A Flock of Seagulls', 'A Flock of Seagulls (Direct Metal Masterin) D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nJive Teldec 6.25384', '', 0), (457, 6, 'The Marshall Tucker Band - Together Forever', 'The Marshall Tucker Band D 1978
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nCapricorn Records 2429 166', '', 0), (456, 6, 'Tom Robinson - Still Loving You', 'Tom Robinson (Ex-Tom Robinson Band) D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCastaway Records RCA/Ariola PL 71142', '', 0), (455, 6, 'Bob Geldof - Deep In The Heart Of Nowhere', 'Bob Geldof (Ex-Boomtown Rats) NL 1986
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMercury Phonogram 830 607-1', '', 0), (454, 6, 'Colosseum II - Electric Savage', 'Colosseum II D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Metronome 62.079', '', 0), (453, 6, 'Bad Company - Dangerous Age', 'Bad Company D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic Teldec 781 884-1', '', 0), (452, 6, 'Mark Knopfler - The Princess Bride (Soundtrack)', 'Mark Knopfler NL 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVertigo Phonogram 832 864-1', '', 0), (451, 6, 'Ry Cooder - Boomer''s Story', 'Ry Cooder USA 1972
\r\nLP gebraucht
\r\nZustand noch relativ gut abspielbar\r\n


\r\nReprise MS 2117', '', 0), (450, 6, 'Rod Stewart - Greatest Hits', 'Rod Stewart D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA WB 56744', '', 0), (449, 6, 'Ekseption', 'Ekseption (Club-Pressung) D 1968
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 28 623-7', '', 0), (448, 6, 'Gerry Rafferty - City To City', 'Gerry Rafferty UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artists UAS 30104', '', 0), (380, 2, 'Electric Light Orchestra - Out Of The Blue', 'Electric Light Orchestra USA 1977
\r\nDoppel-LP (Klapp-Cover + Inlet) gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artist Jet Records JTLA-823-L2', '', 0), (447, 6, 'Little River Band - Sleeper Catcher', 'Little River Band FR 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nPathe Marconi EMI 2C 068 82457', '', 0), (381, 2, 'Yes - Going For The One', 'Yes D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50379', '', 0), (446, 6, 'Rainbirds - Second Album', 'Rainbirds D 1989
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 838 176-1', '', 0), (382, 2, 'Linda Ronstadt - Mad Love', 'Linda Ronstadt D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAsylum WEA AS 52 210', '', 0), (445, 6, 'The Cars', 'The Cars D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nElektra/Asylum WEA ELK 52 088', '', 0), (383, 2, 'Wilco Johnson - Solid Senders', 'Wilco Johnson (Ex-Dr. Feelgood) UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Records V2105', '', 4), (384, 2, 'Huey Lewis And The News - Picture This', 'Huey Lewis And The News D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 204 442-620', '', 1), (444, 6, 'Christopher Cross - Every Turn of the World', 'Christopher Cross USA 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWB WEA 1-25341', '', 0), (385, 2, 'Bob Dylan - Street Legal', 'Bob Dylan NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86067', '', 0), (443, 6, 'Commodores - Nightshift', 'Commodores D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMotown RCA ZL72343', '', 0), (386, 2, 'ZZ Top - Afterburner', 'ZZ Top D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner Brothers WEA 925 342-1', '', 0), (442, 6, 'Ina Deter - Frauen Kommen Langsam, Aber Gewaltig', 'Ina Deter D 1986
\r\nLP (digital Recording) gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 826 703-1Q', '', 0), (387, 2, 'Cactus - One Way ... Or Another', 'Cactus D 1971
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nATCO WEA 40216', '', 3), (441, 6, 'OMD - Junk Culture', 'OMD D 1984
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nVirgin 206 257-620', '', 0), (388, 2, 'Lou Reed - Coney Island Baby', 'Lou Reed D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA 26.21665', '', 0), (389, 2, 'Cat Stevens - Izitso', 'Cat Stevens D 1977
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland Ariola 28 824 XOT', '', 0), (440, 6, 'The Police - Zeniatta Mondatta', 'The Police D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64831', '', 0), (390, 2, 'Electric Light Orchestra - Time', 'Electric Light Orchestra D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nJet Records CBS JET LP 236', '', 0), (439, 6, 'Mr. Mister - Welcome To The Real World', 'Mr. Mister D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA PL 89647', '', 0), (391, 2, 'Chris Spedding - Enemy Within', 'Chris Spedding D 1986\r\nLP (white Vinyl) gebraucht
\r\nZustand sehr gut\r\n


\r\nDate Line DALP 4.001 40 J', '', 1), (438, 6, 'Chi Coltrane - Silk & Steel', 'Chi Coltrane NL 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 85 277', '', 0), (392, 2, 'Stevie Ray Vaughan - In Step', 'Stevie Ray Vaughan NL 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEPIC CBS 01-463395-20', '', 0), (437, 6, 'Ekseption - 5', 'Ekseption D 1972
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 6423 042', '', 0), (393, 2, 'The Screaming Blue Messiahs - Bikini Red', 'Screaming Blue Messiahs D 1987
\r\nLP gebraucht
\r\nZustand Exzellent\r\n


\r\nWEA 242212-1', '', 1), (436, 6, 'David Knopfler - Release', 'David Knopfler D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIntercord INT 145.080', '', 0), (394, 2, 'Ijahman Levi - Tell It To The Children', 'Ijahman Levi 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nJahmani JMI 300', '', 0), (435, 6, 'Kenny Loggins - In High Adventure', 'Kenny Loggins NL 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 85932', '', 0), (395, 2, 'Bob Marley - Kaya', 'Bob Marley D 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nIsland Ariola 25821 XOT', '', 2), (434, 6, 'Jennifer Rush - Heart Over Mind', 'Jennifer Rush NL 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 450 470 1', '', 0), (396, 2, 'Linton Kwesi Johnson - Forces Of Victory', 'Linton Kwesi Johnson D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut
\r\n


\r\nIsland Ariola 200 459-320', '', 8), (433, 6, 'The Montellas - Conscience', 'The Montellas D 1988
\r\nLP gebraucht
\r\nZustand exzellent
\r\n

\r\nArista BMG 208 965', '', 0), (397, 2, 'Culture - Harder Than The Rest', 'Culture UK 1978
\r\nLP bebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin FL 1016', '', 8), (432, 6, 'Bamboo Industry - Tortured By Pleasur', 'Bamboo Industry D 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nBMG Ariola 210 648', '', 0), (398, 2, 'Yes - Tormato', 'Yes D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 518', '', 0), (431, 6, 'Caro', 'Caro D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 58 208', '', 0), (399, 2, 'Jane - Together', 'Jane D 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nBrain Metronome 1002', '', 1), (430, 6, 'The Christians - Colour', 'The Christians D 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland BMG 210 455', '', 0), (400, 2, 'Eurythmics - Savage', 'Eurythmics D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA BMG/Ariola PL 71555', '', 0), (429, 6, 'Billy Joel - Streetlife Serenade', 'Billy Joel NL 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 80766', '', 0), (401, 2, 'George Harrison - All Things Must Pass', 'George Harrison D 1970
\r\n3-LP-Box (+ Farb-Poster) gebraucht
\r\nZustand sehr gut\r\n


\r\nApple EMI 1C 172-04 707/8/9 Y', '', 0), (428, 6, 'Quantum Jump', 'Quantum Jump (featuring Rupert Hine) UK 1976
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nThe Electric Records TRIX 1', '', 0), (402, 2, 'Dr. Feelgood - Malpractice', 'Dr.Feelgood Israel 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nUnited Artists UAS 29880', '', 1), (427, 6, 'Viktor Lazlo - She', 'Viktor Lazlo D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 827 958-1', '', 0), (403, 2, 'Jim Capaldi - One Man Mission', 'Jim Capaldi (Ex-Traffic) D 1984
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA 251 350-1', '', 0), (426, 6, 'Viktor Lazlo', 'Viktor Lazlo D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 832 147-1 Y', '', 0), (404, 2, 'Jim Capaldi - Whale Meat Again', 'Jim Capaldi (Ex-Traffic) UK 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland ILPS 9254', '', 2), (425, 6, 'Joan Armatrading - Walk Under Ladders', 'Joan Armatrading NL 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64876', '', 0), (405, 2, 'Jim Capaldi - Short Cut Draw Blood', 'Jim Capaldi (Ex-Traffic) USA 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Records ILPS 9336', '', 1), (424, 6, 'Nils Lofgren - Night Fades Away', 'Nils Lofgren D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMCA Ariola 203 672', '', 0), (406, 2, 'Jim Capaldi - The Contender', 'Jim Capaldi (Ex-Traffic) NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2383 490', '', 0), (423, 6, 'Godley & Creme - L', 'Godley & Creme (Ex-10cc) D 1978
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 6310 032', '', 0), (407, 2, 'Jim Capaldi - Electric Nights', 'Jim Capaldi (Ex-Traffic) D 1979
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 2383 534', '', 1), (422, 6, 'Quantum Jump - Barracuda', 'Quantum Jump (Featuring Rupert Hine) UK 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nThe Electric Records TRIX3', '', 0), (408, 2, 'Jim Capaldi - Some Come Running', 'Jim Capaldi IT 1988
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nIsland Dischi Ricordi ILPS 9921', '', 0), (409, 2, 'Jim Capaldi - Oh How We Danced', 'Jim Capaldi D 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 86 031 IT', '', 1), (421, 6, 'Ekseption - With Love From', 'Ekseption D 1978
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 6677 025', '', 0), (410, 2, 'Jim Capaldi - The Sweet Smell Of Success', '', '', 0), (420, 6, 'Ekseption - Trinity', 'Ekseption D 1973
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 6423 056', '', 0), (411, 2, 'Jim Capaldi - Let The Thunder Cry', 'Jim Capaldi NL 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI 1C 064-64 342', '', 0), (419, 6, 'Bruce Hornsby - The Way It Is', 'Bruce Hornsby D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Ariola PL 89901', '', 0), (412, 2, 'Latin Quarter - Modern Times', 'Latin Quarter D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRockin'' Horse Records RCA RH LP1', '', 0), (418, 6, 'Bette Midler - Songs For The New Depression', 'Bette Midler D 1976
\r\nLP gebraucht
\r\nZustand Vinyl nahezu exzellent, Coverfoto hat Abriss-Beschädigung :-(\r\n


\r\nAtlantic WEA ATL 50 212', '', 0), (413, 2, 'Joan Armatrading - The Key', 'Joan Armatrading NL 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLX 64912', '', 0), (417, 6, 'Ray Kennedy', 'Ray Kennedy (Ex-KGB) D 1980
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 84359', '', 0), (414, 2, 'Steve Winwood - Refugees of the Heart', 'Steve Winwood D 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin 211 032', '', 0), (415, 2, 'Billy Joel - Storm Front', 'Billy Joel NL 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 465658 1', '', 0), (416, 6, 'Gary Moore - After The War', 'Gary Moore (Ex-Skid Row, Ex-Thin Lizzy) D 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVirgin 209 534-630', '', 0), (416, 2, 'Gary Moore - After The War', 'Gary Moore (Ex-Skid Row, Ex-Thin Lizzy) D 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVirgin 209 534-630', '', 0), (415, 6, 'Billy Joel - Storm Front', 'Billy Joel NL 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 465658 1', '', 0), (417, 2, 'Ray Kennedy', 'Ray Kennedy (Ex-KGB) D 1980
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 84359', '', 0), (414, 6, 'Steve Winwood - Refugees of the Heart', 'Steve Winwood D 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin 211 032', '', 0), (418, 2, 'Bette Midler - Songs For The New Depression', 'Bette Midler D 1976
\r\nLP gebraucht
\r\nZustand Vinyl nahezu exzellent, Coverfoto hat Abriss-Beschädigung :-(\r\n


\r\nAtlantic WEA ATL 50 212', '', 1), (413, 6, 'Joan Armatrading - The Key', 'Joan Armatrading NL 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLX 64912', '', 0), (419, 2, 'Bruce Hornsby - The Way It Is', 'Bruce Hornsby D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Ariola PL 89901', '', 0), (412, 6, 'Latin Quarter - Modern Times', 'Latin Quarter D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRockin'' Horse Records RCA RH LP1', '', 0), (420, 2, 'Ekseption - Trinity', 'Ekseption D 1973
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 6423 056', '', 0), (421, 2, 'Ekseption - With Love From', 'Ekseption D 1978
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 6677 025', '', 1), (410, 6, 'Jim Capaldi - The Sweet Smell Of Success', '', '', 0), (411, 6, 'Jim Capaldi - Let The Thunder Cry', 'Jim Capaldi NL 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI 1C 064-64 342', '', 0), (422, 2, 'Quantum Jump - Barracuda', 'Quantum Jump (Featuring Rupert Hine) UK 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nThe Electric Records TRIX3', '', 0), (409, 6, 'Jim Capaldi - Oh How We Danced', 'Jim Capaldi D 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 86 031 IT', '', 0), (423, 2, 'Godley & Creme - L', 'Godley & Creme (Ex-10cc) D 1978
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 6310 032', '', 0), (424, 2, 'Nils Lofgren - Night Fades Away', 'Nils Lofgren D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMCA Ariola 203 672', '', 0), (408, 6, 'Jim Capaldi - Some Come Running', 'Jim Capaldi IT 1988
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nIsland Dischi Ricordi ILPS 9921', '', 0), (425, 2, 'Joan Armatrading - Walk Under Ladders', 'Joan Armatrading NL 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64876', '', 0), (407, 6, 'Jim Capaldi - Electric Nights', 'Jim Capaldi (Ex-Traffic) D 1979
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 2383 534', '', 0), (426, 2, 'Viktor Lazlo', 'Viktor Lazlo D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 832 147-1 Y', '', 0), (406, 6, 'Jim Capaldi - The Contender', 'Jim Capaldi (Ex-Traffic) NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2383 490', '', 0), (427, 2, 'Viktor Lazlo - She', 'Viktor Lazlo D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 827 958-1', '', 1), (428, 2, 'Quantum Jump', 'Quantum Jump (featuring Rupert Hine) UK 1976
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nThe Electric Records TRIX 1', '', 1), (405, 6, 'Jim Capaldi - Short Cut Draw Blood', 'Jim Capaldi (Ex-Traffic) USA 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Records ILPS 9336', '', 0), (429, 2, 'Billy Joel - Streetlife Serenade', 'Billy Joel NL 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 80766', '', 0), (404, 6, 'Jim Capaldi - Whale Meat Again', 'Jim Capaldi (Ex-Traffic) UK 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland ILPS 9254', '', 0), (430, 2, 'The Christians - Colour', 'The Christians D 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland BMG 210 455', '', 1), (431, 2, 'Caro', 'Caro D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 58 208', '', 0), (403, 6, 'Jim Capaldi - One Man Mission', 'Jim Capaldi (Ex-Traffic) D 1984
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA 251 350-1', '', 0), (432, 2, 'Bamboo Industry - Tortured By Pleasur', 'Bamboo Industry D 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nBMG Ariola 210 648', '', 0), (402, 6, 'Dr. Feelgood - Malpractice', 'Dr.Feelgood Israel 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nUnited Artists UAS 29880', '', 0), (433, 2, 'The Montellas - Conscience', 'The Montellas D 1988
\r\nLP gebraucht
\r\nZustand exzellent
\r\n

\r\nArista BMG 208 965', '', 0), (401, 6, 'George Harrison - All Things Must Pass', 'George Harrison D 1970
\r\n3-LP-Box (+ Farb-Poster) gebraucht
\r\nZustand sehr gut\r\n


\r\nApple EMI 1C 172-04 707/8/9 Y', '', 0), (434, 2, 'Jennifer Rush - Heart Over Mind', 'Jennifer Rush NL 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 450 470 1', '', 0), (400, 6, 'Eurythmics - Savage', 'Eurythmics D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA BMG/Ariola PL 71555', '', 0), (435, 2, 'Kenny Loggins - In High Adventure', 'Kenny Loggins NL 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 85932', '', 0), (399, 6, 'Jane - Together', 'Jane D 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nBrain Metronome 1002', '', 0), (436, 2, 'David Knopfler - Release', 'David Knopfler D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIntercord INT 145.080', '', 0), (398, 6, 'Yes - Tormato', 'Yes D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 518', '', 0), (437, 2, 'Ekseption - 5', 'Ekseption D 1972
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 6423 042', '', 0), (438, 2, 'Chi Coltrane - Silk & Steel', 'Chi Coltrane NL 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 85 277', '', 0), (397, 6, 'Culture - Harder Than The Rest', 'Culture UK 1978
\r\nLP bebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin FL 1016', '', 0), (439, 2, 'Mr. Mister - Welcome To The Real World', 'Mr. Mister D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA PL 89647', '', 0), (396, 6, 'Linton Kwesi Johnson - Forces Of Victory', 'Linton Kwesi Johnson D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut
\r\n


\r\nIsland Ariola 200 459-320', '', 0), (440, 2, 'The Police - Zeniatta Mondatta', 'The Police D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64831', '', 0), (395, 6, 'Bob Marley - Kaya', 'Bob Marley D 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nIsland Ariola 25821 XOT', '', 0), (441, 2, 'OMD - Junk Culture', 'OMD D 1984
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nVirgin 206 257-620', '', 0), (394, 6, 'Ijahman Levi - Tell It To The Children', 'Ijahman Levi 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nJahmani JMI 300', '', 0), (442, 2, 'Ina Deter - Frauen Kommen Langsam, Aber Gewaltig', 'Ina Deter D 1986
\r\nLP (digital Recording) gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 826 703-1Q', '', 0), (443, 2, 'Commodores - Nightshift', 'Commodores D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMotown RCA ZL72343', '', 2), (393, 6, 'The Screaming Blue Messiahs - Bikini Red', 'Screaming Blue Messiahs D 1987
\r\nLP gebraucht
\r\nZustand Exzellent\r\n


\r\nWEA 242212-1', '', 0), (444, 2, 'Christopher Cross - Every Turn of the World', 'Christopher Cross USA 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWB WEA 1-25341', '', 0), (392, 6, 'Stevie Ray Vaughan - In Step', 'Stevie Ray Vaughan NL 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEPIC CBS 01-463395-20', '', 0), (445, 2, 'The Cars', 'The Cars D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nElektra/Asylum WEA ELK 52 088', '', 0), (391, 6, 'Chris Spedding - Enemy Within', 'Chris Spedding D 1986\r\nLP (white Vinyl) gebraucht
\r\nZustand sehr gut\r\n


\r\nDate Line DALP 4.001 40 J', '', 0), (446, 2, 'Rainbirds - Second Album', 'Rainbirds D 1989
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 838 176-1', '', 3), (390, 6, 'Electric Light Orchestra - Time', 'Electric Light Orchestra D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nJet Records CBS JET LP 236', '', 0), (447, 2, 'Little River Band - Sleeper Catcher', 'Little River Band FR 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nPathe Marconi EMI 2C 068 82457', '', 0), (389, 6, 'Cat Stevens - Izitso', 'Cat Stevens D 1977
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland Ariola 28 824 XOT', '', 0), (448, 2, 'Gerry Rafferty - City To City', 'Gerry Rafferty UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artists UAS 30104', '', 3), (388, 6, 'Lou Reed - Coney Island Baby', 'Lou Reed D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA 26.21665', '', 0), (449, 2, 'Ekseption', 'Ekseption (Club-Pressung) D 1968
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhilips 28 623-7', '', 2), (450, 2, 'Rod Stewart - Greatest Hits', 'Rod Stewart D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA WB 56744', '', 1), (387, 6, 'Cactus - One Way ... Or Another', 'Cactus D 1971
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nATCO WEA 40216', '', 0), (451, 2, 'Ry Cooder - Boomer''s Story', 'Ry Cooder USA 1972
\r\nLP gebraucht
\r\nZustand noch relativ gut abspielbar\r\n


\r\nReprise MS 2117', '', 0), (386, 6, 'ZZ Top - Afterburner', 'ZZ Top D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner Brothers WEA 925 342-1', '', 0), (452, 2, 'Mark Knopfler - The Princess Bride (Soundtrack)', 'Mark Knopfler NL 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVertigo Phonogram 832 864-1', '', 0), (385, 6, 'Bob Dylan - Street Legal', 'Bob Dylan NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86067', '', 0), (453, 2, 'Bad Company - Dangerous Age', 'Bad Company D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic Teldec 781 884-1', '', 0), (384, 6, 'Huey Lewis And The News - Picture This', 'Huey Lewis And The News D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 204 442-620', '', 0), (454, 2, 'Colosseum II - Electric Savage', 'Colosseum II D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Metronome 62.079', '', 0), (383, 6, 'Wilco Johnson - Solid Senders', 'Wilco Johnson (Ex-Dr. Feelgood) UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Records V2105', '', 0), (455, 2, 'Bob Geldof - Deep In The Heart Of Nowhere', 'Bob Geldof (Ex-Boomtown Rats) NL 1986
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMercury Phonogram 830 607-1', '', 0), (382, 6, 'Linda Ronstadt - Mad Love', 'Linda Ronstadt D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAsylum WEA AS 52 210', '', 0), (456, 2, 'Tom Robinson - Still Loving You', 'Tom Robinson (Ex-Tom Robinson Band) D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCastaway Records RCA/Ariola PL 71142', '', 0), (381, 6, 'Yes - Going For The One', 'Yes D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50379', '', 0), (457, 2, 'The Marshall Tucker Band - Together Forever', 'The Marshall Tucker Band D 1978
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nCapricorn Records 2429 166', '', 2), (380, 6, 'Electric Light Orchestra - Out Of The Blue', 'Electric Light Orchestra USA 1977
\r\nDoppel-LP (Klapp-Cover + Inlet) gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artist Jet Records JTLA-823-L2', '', 0), (458, 2, 'A Flock of Seagulls', 'A Flock of Seagulls (Direct Metal Masterin) D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nJive Teldec 6.25384', '', 2), (459, 2, 'Men At Work - Cargo', 'Men At Work NL 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 25372', '', 4), (379, 6, 'Fischer-Z - Going Deaf for A Living', 'Fischer-Z D 1980
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nUnited Artists EMI 1C 064-82 867', '', 0), (460, 2, 'Chi Coltrane - Live', 'Chi Coltrane (Direct Metal Mastering) D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTeldec 6.25556 AP', '', 0), (378, 6, 'Jan Hammer - Snapshots', 'Jan Hammer D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nTeldec MCA 256 227-1', '', 0), (461, 2, 'Pat Benatar - Live From Earth', 'Pat Benatar D 1983
\r\nLive-LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis Ariola 205 771-620', '', 0), (377, 6, 'Bryan Ferry - In Your Mind', 'Bryan Ferry D 1977
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEG Polydor 2344 060', '', 0), (462, 2, 'Kitaro - Towards The West', 'Kitaro (elektronische Musik) D 1986
\r\nLP gepraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 829006-1', '', 0), (376, 6, 'Simple Minds - Street Fighting Years', 'Simple Minds D 1989
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Records 209 785', '', 0), (463, 2, 'Elton John - The Fox', 'Elton John D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRocket Phonogram 6302 106', '', 0), (464, 2, 'Pat Benatar - In The Heat Of The Night', 'Pat Benatar D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis BMG/Ariola 202 629', '', 3), (374, 6, 'Camel - Stationary Traveller', 'Camel D 1984
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMetronome 821 504-1', '', 0), (375, 6, 'Robert Palmer - Some People Can Do What They Like', 'Robert Palmer UK 1976
\r\nLP gebraucht
\r\nZustand sehr gut
\r\n

\r\nIsland Records ILPS 9420', '', 0), (465, 2, 'Pat Benatar - True Love', 'Pat Benatar (direct Metal Mastering) D 1991
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis EMI 1C 064-3 21805 1', '', 2), (466, 2, 'Al Di Meola - Casino', 'Al Di Meola NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 82645', '', 2), (373, 6, 'Tonio K. - America', 'Tonio K. NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 84168', '', 0), (467, 2, 'Joni Mitchell - Court And Spark', 'Joni Mitchell D 1974
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nAsylum WEA AS 53002', '', 1), (372, 6, 'Billy Joel - Turnstiles', 'Billy Joel NL 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 81195', '', 0), (468, 2, 'Chi Coltrane - Road To Tomorrow', 'Chi Coltrane NL 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nTK CBS TKR 82501', '', 1), (371, 6, 'Roger Chapman - Hyenas Only Laugh For Fun', 'Roger Chapman D 1986
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA NL 71027', '', 0), (469, 2, 'Stanley Clarke - School Days', 'Stanley Clarke NL 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS Embassy 31892', '', 0), (370, 6, 'Electric Light Orchestra - Discovery', 'Electric Light Orchestra NL 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nJet Records CBS JET LX 500', '', 0), (470, 2, 'Chi Coltrane - The Message', 'Chi Coltrane D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nTeldec 6.26311 AP', '', 1), (369, 6, 'Joe Cocker - Civilized Man', 'Joe Cocker NL 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCapitol EMI 1C 064 240139 1', '', 0), (471, 2, 'Pat Benatar - Wide Awake in Dreamland', 'Pat Benatar D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis BMG 209 146', '', 0), (472, 2, 'Bette Midler - Thighs And Whispers', 'Bette Midler D 1979
\r\nLP gebraucht
\r\nZustand noch einigermaßen abspielbar\r\n


\r\nAtlantic WEA ATL 50 636', '', 2), (368, 6, 'John Cougar Mellencamp - Uh-Huh', 'John Cougar Mellencamp D 1983
\r\nLP gebraucht
\r\nZustand sehr gut
\r\n


\r\nRiva Records Phonogram 814 450-1', '', 0), (473, 2, 'Kate Bush - Lionheart', 'Kate Bush D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI 1C 038 1575471', '', 1), (367, 6, 'Little River Band - First Under The Wire', 'Little River Band D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-85 963', '', 0), (474, 2, 'Dr. John - In The Right Place', 'Dr. John D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 017', '', 2), (576, 6, 'The Michael Schenker Group - Assault Attack', 'The Michael Schenker Group D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 205 094-320', '', 0), (475, 2, 'Little River Band - The Net', 'Little River Band D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-400 176', '', 4), (365, 6, 'Roger Chapman - Zipper', 'Roger Chapman D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Ariola PL 70989', '', 0), (476, 2, 'Tommy Bolin - Teaser', 'Tommy Bolin (Ex-Deep Purple) UK 1975
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAtlantic WEA K 50208', '', 0), (364, 6, 'Bob Seger - Night Moves', 'Bob Seger D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-85 027', '', 0), (477, 2, 'Al Jarreau - Look to the Rainbow (Live)', 'Al Jarreau UK 1977
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA K 66059', '', 0), (478, 2, 'David Matthews - Grand Cross', 'David Matthews D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVogue Bellaphon 260-18-004', '', 0), (363, 6, 'The Marshall Tucker Band - Carolina Dreams', 'The Marshall Tucker Band D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCapricorn Records 2429 149', '', 0), (479, 2, 'Geoge Benson - While the City Sleeps', 'Geoge Benson D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner 925 475-1', '', 1), (362, 6, 'Scritti Politti - Provision', 'Scritti Politti D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin 209 151-630', '', 0), (480, 2, 'Billy Cobham - George Duke Band - Live On Tour In Europe', 'Billy Cobham - George Duke Band D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 316', '', 2), (361, 6, 'Gerry Rafferty - Sleepwalking', 'Gerry Rafferty D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nLiberty EMI 1C 064-83 332', '', 0), (481, 2, 'Larry Coryell - Philip Catherine - Splendid', 'Larry Coryell - Philip Catherine D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nElektra WEA ELK 52 086', '', 0), (360, 6, 'Kris Kristofferson - Songs Of Kristofferson', 'Kris Kristofferson NL 1977
\r\nLP gebrauchr
\r\nZustand nahezu exzellent\r\n


\r\nMonument MNT 82002', '', 0), (482, 2, 'Jan Akkerman - Tabernakel', 'Jan Akkerman D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 40 522', '', 0), (359, 6, 'Mickey Jupp - Juppanese', 'Mick Jupp UK 1978
\r\nLP (Blue Vinyl) gebraucht
\r\nZustand sehr gut\r\n


\r\nStiff Records SEEZ 10', '', 0), (483, 2, 'Larry Coryell - Philip Catherine - Twin-House', 'Larry Coryell - Philip Catherine D 1977
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAtlantic WEA ATL 50 342', '', 0), (358, 6, 'Gerry Rafferty - North & South', 'Gerry Rafferty D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor Polygram 835 449-1', '', 0), (484, 2, 'Jean-Luc Ponty - Cosmic Messenger', 'Jean-Luc Ponty D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 505', '', 0), (357, 6, 'The Moody Blues - Octave', 'The Moody Blues D 1978
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTelefunken DECCA 6.23482', '', 0), (485, 2, 'Return To Forever - Romantic Warrior', 'Return To Forever USA 1976 (for millitary Sale only !!!)
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nColumbia CBS PC 34076', '', 0), (356, 6, 'Pete Townshend - White City', 'Pete Townshend CAN 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nATCO WEA 79 04731', '', 0), (486, 2, 'Les Dudek', 'Les Dudek D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 81380', '', 0), (355, 6, 'Stevie Nicks - Bella Donna', 'Stevie Nicks D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nModern Records WEA 99169', '', 0), (487, 2, 'Loggins And Messina', 'Loggins And Messina IT 1973
\r\nLP gebraucht
\r\nZustand : Die Vinyloberfläche sieht trotz mehrfacher Reinigungsversuche
\r\n verschmiert aus, akkustisch ist das Vinyl jedoch einwandfrei...
\r\n sehr gut\r\n


\r\nCBS-Sugar 65194', '', 0), (354, 6, 'Roger Chapman - Chappo', 'Roger Chapman SP 1979
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAcrobat Arista Ariola 200 811-1', '', 0), (488, 2, 'Return To Forever - Live', 'Return To Forever NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 82808', '', 0), (353, 6, 'The Michael Schenker Group', 'Michael Schenker Group (Ex-UFO, Ex-Scorpions) D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis Ariola 202 846-320', '', 0), (489, 2, 'Al Jarreau - High Crime', 'Al Jarreau D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 250 807-1', '', 0), (352, 6, 'The Alarm - Strength', 'Alarm NL 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nI.R.S CBS 26673', '', 0), (490, 2, 'Jan Akkerman - Pleasure Point', 'Jan Akkerman D 1982
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA wea.58.441', '', 0), (491, 2, 'Jefferson Starship - Spitfire', 'Jefferson Starship UK 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nGrunt RCA BFL1 1557', '', 0), (350, 6, 'Dire Straits - Alchemy', 'Dire Straits NL 1984
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVertigo Phonogram 818 243-1', '', 0), (351, 6, 'Roger Chapman - Mango Crazy', 'Roger Chapman D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nInstand RCA ZL 28532', '', 0), (492, 2, 'Al Jarreau - The Masquerade Is Over', 'Al Jarreau D 1965 ? (Das Album gibt keinerlei Information über das Release-Datum)
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nHappy Bird Music Distributor B/90136', '', 0), (493, 2, 'Kate Bush - The Kick Inside', 'Kate Bush D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C 038 15 7656 1', '', 0), (349, 6, 'Steve Forbert - Little Stevie Orbit', 'Steve Forbert NL 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nNemperor EPIC CBS 84501', '', 0), (494, 2, 'Bruce Hornsby - Scenes From the Southside', 'Bruce Hornsby USA 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA Victor 6686-1-R-A', '', 1), (347, 6, 'Steve Forbert', 'Steve Forbert NL 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nNemperor CBS EPIC 85297', '', 0), (495, 2, 'Joe Cocker - Luxury You Can Afford', 'Joe Cocker D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAsylum WEA AS 53 087', '', 0), (346, 6, 'Steve Forbert - Alive On Arrival', 'Steve Forbert NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nNemperor Records Epic EPC 83308', '', 0), (496, 2, 'Mink DeVille - Where Angels Fear To Tread', 'Mink DeVille D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA 78-0115-1', '', 0), (345, 6, 'Derek & The Dominos ft. Eric Clapton - In Concert', 'Derek & The Dominos D 1973
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRSO Polydor 2479 101', '', 0), (497, 2, 'Little Feat - Time Loves a Hero', 'Little Feat UK 1977
\r\nLP gebraucht
\r\nZustand sehr gut (auch wenn''s nicht so aussieht :-) )\r\n


\r\nWarner K 56349', '', 1), (498, 2, 'Genesis - Abacab', 'Genesis 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCharisma Virgin CBR 102', '', 0), (344, 6, 'Kate Bush - Never For Ever', 'Kate Bush D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C064-07 339', '', 0), (499, 2, 'Belinda Carlisle - Live Your Life Be Free', 'Belinda Carlisle D 1991
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\n
irgin Offside 212 117', '', 0), (343, 6, 'Joachim Witt - Edelweiss', 'Joachim Witt D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 58 438', '', 0), (500, 2, 'Ry Cooder - Bop Till You Drop', 'Ry Cooder D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA WB 56691', '', 1), (342, 6, 'Gianna Nannini - Maschi E Altri - Die Grössten Erfolge', 'Gianna Nannini D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMetronome PMV LP 833952-1', '', 0), (501, 2, 'Dexys Midnight Runners - Don´t Stand Me Down', 'Dexys Midnight Runners D 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMercury Phonogram 822 989-1Q', '', 0), (341, 6, 'M. Walking On The Water - Pluto', 'M. Walking On The Water D 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nFUEGO 1121', '', 0), (502, 2, 'Jean-Luc Ponty - Enigmatic Ocean', 'Jean-Luc Ponty D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 409', '', 0), (340, 6, 'Billy Idol - Charmed Life', 'Billy Idol D 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 210 644', '', 0), (503, 2, 'Rod Stewart - Tonight I´m Yours', 'Rod Stewart D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA WB K 56 951', '', 0), (339, 6, 'Chicago - 17', 'Chicago D 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWB Records 925 060-1', '', 0), (504, 2, 'Loggins And Messina - Mother Lode', 'Loggins And Messina UK 1974
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS S 80431', '', 0), (338, 6, 'Steve Winwood - Talking Back To The Night', 'Steve Winwood D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIsland Ariola 204 771-320', '', 0), (505, 2, 'Loggins And Messina - On Stage', 'Loggins And Messina NL 1974
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nCBS S 88014', '', 0), (337, 6, 'Tonio K. - Notes From the Lost Civilization', 'Notes From the Lost Civilization NL 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWhat? Records / A&M Records SP 763', '', 0), (506, 2, 'Edgar Winter Group - Shock Treatment', 'Edgar Winter Group NL 1974
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEPIC CBS EPC 65640', '', 0), (336, 6, 'New Kids On The Block - Hangin'' Tough', 'New Kids On The Block NL 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 460874 1', '', 0), (507, 2, 'Daryl Hall & John Oates - Abandoned Luncheonette', 'Daryl Hall & John Oates UK 1974
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAtlantic WEA K 40534', '', 0), (508, 2, 'Talking Heads - 77', 'Talking Heads D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nSire WEA 56 647', '', 0), (335, 6, 'Al Di Meola, John McLaughlin, Paco De Lucia - Friday Night In...', 'Al Di Meola, John McLaughlin, Paco De Lucia D 1981
\r\nLive-LP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhillipa CBS Phonogram 6302 137', '', 0), (509, 2, 'Wayne Shorter - Phantom Navigator', 'Wayne Shorter D 1987
\r\nLP gebraucht
\r\nZustand nagezu exzellent\r\n


\r\nCBS 450365 1', '', 0), (510, 2, 'David Sanborn - Change of Heart', 'David Sanborn D1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWarner 925 479-1', '', 0), (334, 6, 'Tangerine Dream - Cyclone', 'Tangerine Dream D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Ariola 25 843 XOT', '', 0), (511, 2, 'Atlantis - Ooh Baby', 'Atlantis D 1974
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVenus Phonogram V 79 AT-B-1009', '', 0), (333, 6, 'Hannes Wader - Ich Hatte Mir Noch So Viel Vorgenommen', 'Hannes Wader D 1971
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nPhillipa 6305062', '', 0), (512, 2, 'Ekseption - Motive-Serie', 'Ekseption D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPhilips Phonogram 6375 363', '', 0), (513, 2, 'Bob Seger - Against the Wind', 'Bob Seger D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapitol EMI 1C 054-86 097', '', 0), (332, 6, 'Rockpile - Seconds of Pleasure', 'Rockpile UK 1980
\r\nLP + Free EP (Klapp-Cover) EP fehlt leider, gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nFBeat XXLP7', '', 0), (514, 2, 'Genesis - Wind And Wuthering', 'Genesis D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Charisma 206 922-630', '', 1), (331, 6, 'Humble Pie - Smokin''', 'Humble Pie D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nA&M Ariola 86 034 IT', '', 0), (515, 2, 'Melissa Etheridge - Brave And Crazy', 'Melissa Etheridge D 1989
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nIsland Ariola 210 099', '', 0), (330, 6, 'Nina Hagen Band', 'Nina Hagen Band NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 83136', '', 0), (516, 2, 'Lee Ritenour - Banded Together', 'Lee Ritenour D 1984
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nElektra WEA 960 358-1', '', 0), (329, 6, 'Ideal - Der Ernst des Lebens', 'Ideal D 1981
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEitel Imperial WEA K 58 400', '', 0), (517, 2, 'George Benson - Livin´ Inside Your Love', 'George Benson D 1979
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWarner WEA WB 66 085', '', 1), (328, 6, 'Wishbone Ash - Front Page News', 'Wishbone Ash USA 1977
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu Exzellent\r\n


\r\nMCA 2311', '', 0), (518, 2, 'Al Jarreau - Jarreau', 'Al Jarreau D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA 25-0070-1', '', 1), (327, 6, 'Wishbone Ash - Number The Brave', 'Wishbone Ash D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA Ariola 203 625-320', '', 0), (519, 2, 'Eurythmics - Revenge', 'Eurythmics D 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Ariola PL 71050', '', 0), (520, 2, 'Eurythmics - Touch', 'Eurythmics (Direct Metal Mastering) D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL 70109', '', 0), (326, 6, 'Spencer Davis Group - Gimme Some Lovin''', 'Spencer Davis Group D 1971
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland Ariola 85 897 ZT', '', 0), (521, 2, 'Rod Stewart - Vagabond Heart', 'Rod Stewar D 1991
\r\nLP gebrauchtRod Stewart
\r\nZustand sehr gut\r\n


\r\nWarner 7599-26598-1', '', 0), (325, 6, 'The Steve Miller Band - Fly Like An Eagle', 'Steve Miller Band D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6303 925', '', 0), (522, 2, 'Genesis - And Then There Were Three', 'Genesis D 1978
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCharisma Phonogram 9124 023', '', 1), (324, 6, 'Crosby, Stills, Nash & Young - Déjà Vu', 'Crosby, Stills, Nash & Young D 1970
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 001 U (SD 7200)', '', 0), (523, 2, 'Rod Stewart - A Night On The Town', 'Rod Stewart D 1976
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nWarner WEA WB 56 234', '', 0), (524, 2, 'Bap - Da Capo', 'Bap D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI Elektrola 1C 066-7 90778 1', '', 0), (323, 6, 'Billy Joel - An Innocenr Man', 'Billy Joel NL 1983 Club-Edition
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS CL 40386-5', '', 0), (525, 2, 'Status Quo - Rockin´All Over the World', 'Status Quo D 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVerigo Phonogram 6360 158', '', 2), (322, 6, 'Peter Green - In The Skies', 'Peter Green Schweden 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nPVK Records Lotus Records LS 4063', '', 0), (526, 2, 'Nils Lofgren - Flip', 'Nils Lofgren (Digital Recording) D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAriola 207 041-620', '', 1), (321, 6, 'The Alarm - Declaration', 'The Alarm NL 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS I.R.S. 24-025887-20', '', 0), (527, 2, 'Alison Moyet - Raindancing', 'Alison Moyet NL 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 450152 1', '', 1), (320, 6, 'Elton John - Victim of Love', 'Elton John D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRocket Records Phonogram 9103 509', '', 0), (528, 2, 'Gary Moore - Run For Cover', 'Gary Moore (Ex-Thin Lizzy) D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\n10 Records Virgin 207 283-620', '', 0), (319, 6, 'The Alarm - Change', 'The Alarm EEC 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI I.R.S.Records 064 24 1029 1', '', 0), (529, 2, 'Little River Band - Time Exposure', 'Little River Band D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 1C 064-400042', '', 0), (530, 2, 'Santana', 'Santtana D 1969
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 28 289-7 (Clubpressung)', '', 0), (318, 6, 'Robert Palmer - Clues', 'Robert Palmer Canada 1980
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIsland ISM 9595', '', 0), (531, 2, 'Genesis - Invisible Touch', 'Genesis D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Charisma 207 750-630', '', 2), (317, 6, 'Joe Cocker - One Night of Sin', 'Joe Cocker EEC 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 064 791828 1', '', 0), (532, 2, 'BAP - Vun Drinne Noh Drusse', 'BAP D 1982
\r\nLP (Klapp-Cover + Inlet)
\r\nZustand nahezu exzellent\r\n


\r\nMusikant EMI 1C 064-46 639', '', 0), (316, 6, 'Dave Edmunds - Subtle As a Flying Mallet', 'Dave Edmunds UK 1978 RI
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA PL 25129', '', 0), (533, 2, 'Joan Armatrading - Secret Secrets', 'Joan Armatrading NL 1985
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M CBS AMA 5040', '', 0), (315, 6, 'Rick Derringer - Spring Fever', 'Rick Derringer NL 1975
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS Blue Sky 80723', '', 0), (534, 2, 'Helen Schneider - Breakout', 'Helen Schneider D 1983
\r\nLP bebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA 24-0233-1', '', 1), (314, 6, 'Inga Rumpf - Der Bund', 'Inga Rumpf D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPläne 88349', '', 0), (535, 2, 'Bryan Adams - Cuts Like A Knife', 'Bryan Adams D 1983
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M Polygram 394 919-1', '', 0), (313, 6, 'Bruce Springsteen - Tunnel Of love', 'Bruce Springsteen NL 1987
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 460270 1', '', 0), (536, 2, 'Santana - Borboletta', 'Santana NL 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 69084', '', 0), (537, 2, 'Hooters - Zig Zag', 'Hooters NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 465084 1', '', 1), (312, 6, 'David Knopfler - Life Lines', 'David Knopfler (Ex-Dire Straits) NL 1991
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 848 295-1', '', 0), (538, 2, 'Fleetwood Mac - Mirage', 'Fleetwood Mac D 1983
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nWarner WEA WB K 56 952', '', 1), (311, 6, 'Elton John - Sleeping With The Past', 'Elton John NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhonogram 838 839-1', '', 0), (539, 2, 'Helen Schneider - Schneider With the Kick', 'Helen Schneider D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA 58 294', '', 0), (310, 6, 'Warren Zevon - Excitable Boy', 'Warren Zevon (Werewolves Of London) NL 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nAsylum WEA AS 53073', '', 0), (540, 2, 'Elton John - The New Collection', 'Elton John 19xx
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEverest Records CBR 1027', '', 1), (541, 2, 'Passport - Garden Of Eden', 'Passport (Klaus Doldinger) D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 586', '', 0), (309, 6, 'Billy Joel - Glass Houses', 'Billy Joel NL 1980
\r\nLP gebraucht
\r\nZustand : Das Cover hat gelitten, das Vinyl ist jedoch Exzellent\r\n


\r\nCBS 86108', '', 0), (542, 2, 'Rick Springfield - Working Class Dog', 'Rick Springfield D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA NL 84766', '', 0), (308, 6, 'Simon & Garfunkel - Bridge Over Troubled Water', 'Simon & Garfunkel UK 1970
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nCBS 63699', '', 0), (543, 2, 'Bryan Adams', 'Bryan Adams D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M Polydor 393 100-1', '', 0), (307, 6, 'Rod Stewart - Atlantic Crossing', 'Rod Stewart D 1975
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA WB 56 151', '', 0), (544, 2, 'Yello - Stella', 'Yello D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPhonogram 822 820-1Q', '', 0), (306, 6, 'Simon & Garfunkel - Greatest Hits', 'Simon & Garfunkel NL 1972
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nCBS 69003', '', 0), (545, 2, 'Simple Minds - Real Life', 'Simple Minds Scotland 1991
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin 211 393', '', 1), (305, 6, 'Paul Simon - Graceland', 'Paul Simon D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA 925 447-1', '', 0), (546, 2, 'Bette Midler - Some People´s Lives', 'Bette Midler D 1990
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nAtlantic WEA 7567-82129-1', '', 1), (304, 6, 'Enya - Watermark', 'Enya (Ex-Clannad) D 1988
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nWEA 243875-1', '', 0), (547, 2, 'Al Di Meola - Scenario', 'Al Di Meola NL 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 25718', '', 0), (548, 2, 'Al DI Meola - Land of the Midnight Sun', 'Al DI Meola NL 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 81220', '', 0), (303, 6, 'Steve Winwood - Back In The Highlife', 'Steve Winwood D 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 207 769', '', 0), (549, 2, 'Kate Bush - The Dreaming', 'Kate Bush D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C 064-64 589', '', 0), (302, 6, 'Dire Straits - Love Over Gold', 'Dire Straits D 1982 Digital Recording
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVertigo Phonogram 6359 109', '', 0), (550, 2, 'Terence Trent D´Arby - Introducing the Hardline...', 'Terence Trent D´Arby NL 1987 (Club-Edition)
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBSCL 32 619-9', '', 0), (301, 6, 'Spencer Davis Group - Featuring Steve Winwood', 'Spencer Davis Group D 1967 ?
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 85925 ET
\r\nDas Release-Datum ist leider nicht vermerkt', '', 0), (551, 2, 'Al Jarreau - L Is For Lover', 'Al Jarreau D 1986
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA 253 080-1', '', 0), (300, 6, 'Sisters Of Mercy - Floodland', 'Sisters Of Mercy D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMerciful Release WEA 242232-1', '', 0), (552, 2, 'Chi Coltrane - Ready To Roll', 'Chi Coltrane D 1983 (Direct Metal Mastering)
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTeldec 6.25636 AP', '', 0), (553, 2, 'To Be', 'To Be D 1977
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nBrain Metronome 60.053', '', 0), (299, 6, 'Little River Band - Diamantina Cocktail', 'Little River Band D 1976/77
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI 1C 064-82376', '', 0), (554, 2, 'The Steve Gibbons Band - Any Road Up', 'The Steve Gibbons Band UK 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor Goldhawke 2383 381 A', '', 0), (555, 2, 'Golden Earring - No Promises ... No Debts', 'Golden Earring NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nPolydor 2344 142', '', 0), (556, 2, 'Steve Gibbons Band - Ridin Out The Dark', 'Steve Gibbons Band D 1990
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nSPV Records 008-88291', '', 0), (298, 6, 'Steppenwolf - Live', 'Steppenwolf FR 1970 ?
\r\nLive Doppel-LP (Klapp-Cover aus robuster Pappe) gebraucht
\r\nZustand : das Cover hat leichten Abrieb, ist aber recht ordentlich
\r\nwieder aufpolliert. Das Vinyl ist in einem nahezu exzellenten Zustand\r\n


\r\nDunhill Recocords / ABC Records 2xT/68.008-9
\r\nDistribution Carrere
\r\nAuf dem Cover steht Made in USA und auf dem Plattenlabel Made in France
\r\nDas Release-Datum sucht man vergeblich', '', 0), (557, 2, 'The Marshall Tucker Band - Searchin For A Rainbow', 'The Marshall Tucker Band UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapricorn Polydor 2429 129', '', 0), (297, 6, 'Genesis - Duke', 'Genesis D 1980
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCharisma Phonogram 9124 053', '', 0), (558, 2, 'Little River Band - After Hours', 'Little River Band NL 1976
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nHarvest EMI (Australia) Limited', '', 0), (296, 6, 'Chicago - Hot Streets', 'Chicago UK 1978
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 86069', '', 0), (559, 2, 'Earth And Fire - Gate To Infinity', 'Earth And Fire NL 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2925 065', '', 1), (295, 6, 'Heaven 17 - The Luxury Gap', 'Heaven 17 D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Ariola 205 337-320', '', 0), (560, 2, 'Deodato - Deodato 2', 'Deodato D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCTI Metronome 6029', '', 2), (294, 6, 'The Tubes - Remote Controll', 'The Tubes NL 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M CBS AMNP 107', '', 0), (561, 2, 'Genesis', 'Genesis D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVertigo Phonogram 814 287-1', '', 0), (293, 6, 'Wishbone Ash - Just Testing', 'Wishbone Ash D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Ariola 201 317', '', 0), (562, 2, 'Genesis - The Silent Sun', 'Genesis D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nDecca Teldec 6.24359', '', 0), (292, 6, 'Wishbone Ash - No Smoke Without Fire', 'Wishbone Ash D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Metronome 0062.115', '', 0), (563, 2, 'Tracy Chapman - Crossroads', 'Tracy Chapman D 1989
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nElektra WEA 960 888-1', '', 0), (983, 6, 'Steve Harley & Cockney Rebel - Face To Face', 'Steve Harley & Cockney Rebel UK 1977
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut (vg+/vg+)\r\n


\r\nEMI 0C 158-06 421/2', '', 0), (291, 6, 'Wishbone Ash - Locked In', 'Wishbone Ash UK 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA MCF 2750', '', 0), (565, 2, 'John Hiatt - Stolen Moments', 'John Hiatt NL 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nA&M 395 310-1', '', 0), (290, 6, 'Yes - Going For The One', 'Yes D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut\r\n


\r\nAtlantic WEA ATL 50379', '', 0), (566, 2, 'Marianne Faithfull - Broken English', 'Marianne Faithfull D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 201 018-320', '', 0), (289, 6, 'Kris Kristofferson - Who''s To Bless And Who''s To Blame', 'Kris Kristofferson NL 1975
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS MNT 69158', '', 0), (567, 2, 'Gloria Estefan - Cuts Both Ways', 'Gloria Estefan NL 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEPIC CBS 465 145 1', '', 2), (288, 6, 'Art Garfunkel - Fate For Breakfast', 'Art Garfunkel NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86090', '', 0), (568, 2, 'Hooters - One Way Home', 'Hooters NL 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 450 851 1', '', 0), (287, 6, 'Andreas Vollenweider - Behind the Gardens-Behind The Wall...', 'Andreas Vollenweider NL 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS VeraBra 85 545', '', 0), (569, 2, 'Gary Moore - Wild Frontier', 'Gary Moore (Ex-Thin Lizzy) D 1987
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\n10 Records Virgin 208 183-630', '', 0), (286, 6, 'Dave Edmunds - D.E.7', 'Dave Edmunds D 1982
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nArista Ariola 204 508', '', 0), (570, 2, 'J. Geils Band - Sanctuara', 'J. Geils Band D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI America 1C 064-85 737', '', 0), (571, 2, 'M. Walking On The Water - Elysian', 'M. Walking On The Water D 1991
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 847778-1', '', 0), (285, 6, 'Billy Joel - Songs In The Attic', 'Billy Joel NL 1981
\r\nLive-LP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 85273', '', 0), (572, 2, 'Climax Blues Band - Lucky For Some', 'Climax Blues Band D 1981
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWarner WEA WB K 56 962', '', 0), (284, 6, 'Stevie Nicks - The Other Side Of The Mirror', 'Stevie Nicks NL 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nEMI Modern Records 064 7 92542 1', '', 0), (573, 2, 'Tonio K. - Life In The Foodchain', 'Tonio K. NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEPIC EPC 83607-1', '', 4), (283, 6, 'Joe Cocker - Cocker', 'Joe Cocker D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapito EMI 1C 064 24 0424 1', '', 0), (574, 2, 'Midnight Oil - Blue Sky Mining', 'Midnight Oil NL 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nSprint CBS 465 653 1', '', 5), (282, 6, 'Scorpions - Love At First Sting', 'Scorpions D 1984
\r\nLP gebraucht
Zustand nahezu exzellent\r\n


\r\nHarvest EMI 1C 064 2400071', '', 0), (575, 2, 'Scorpions - Love Drive', 'Scorpions D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nHarvest EMI 1C 064-45 275', '', 5), (577, 2, 'Joachim Witt - Silberblick', 'Joachim Witt D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA 58 231', '', 0), (281, 6, 'Joan Armatrading - Me Myself I', 'Joan Armatrading NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64809', '', 0), (578, 2, 'Fury In The Slaughterhouse', 'Fury In The Slaughterhouse D 1988
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nPeppermint Park SPV 085 501', '', 3), (280, 6, 'Fischer-Z - Word Salad', 'Fischer-Z NL 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nUnited Artists EMI 1A 038 1575091', '', 0), (579, 2, 'Daryl Hall - Three Hearts In The Happy Ending Machine', 'Daryl Hall D 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRCA ariola PL 87 196', '', 2), (279, 6, 'Gianna Nannini - G.N.', 'Gianna Nannini D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nDischi Ricordi Metronome 0065.020', '', 0), (580, 2, 'Yello - You Gotta Say Yes To Another Excess', 'Yello IT 1984
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nStiff Ariston STLP/1017', '', 8), (278, 6, 'Stevie Nicks - Rock A Little', 'Stevie Nicks NL 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nEMI Parlophon 062 24 0472 1', '', 0), (581, 2, 'Grace Jones - Inside Story', 'Grace Jones NL 1986
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCapitol EMI 062 24 0643 1', '', 24), (582, 2, 'T''Pau - Bridge Of Spies', 'T''Pau USA 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nVirgin WEA 90595-1', '', 10), (277, 6, 'The Michael Schenker Group - Rock Will Never die', 'The Michael Schenker Group (Ex-Scorpions Ex-Ufo) D 1984
\r\nLive-LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis 206 348-620', '', 0), (622, 6, 'Mitch Ryder - Naked But Not Dead', 'Mitch Ryder D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nLine Teldec 6.24319 AP', '', 0), (1097, 6, 'It''s A Beautiful Day', 'It''s A Beautiful Day (inkl. White Bird) RI NL 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut (vg+/vg+)\r\n


\r\nCBS 83797', '', 0), (472, 6, 'Bette Midler - Thighs And Whispers', 'Bette Midler D 1979
\r\nLP gebraucht
\r\nZustand noch einigermaßen abspielbar\r\n


\r\nAtlantic WEA ATL 50 636', '', 0), (605, 6, 'The Rolling Stones - Let It Bleed', 'The Rolling Stones D 1970
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nDecca Nova 6.21417 AO', '', 0), (583, 2, 'Atlantis - Live', 'Atlantis D 1975
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut


\r\nVertigo 6623 900', '', 2), (276, 6, 'Ted Nugent - Weekend Warriors', 'Ted Nugent NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS EPC 83036', '', 0), (584, 2, 'Steely Dan - Pretzel Logic', 'Steely Dan UK 1974
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand noch einigermaßen gut abspielbar\r\n


\r\nABC Records ABCL 5045', '', 0), (585, 2, 'Jim Steinman - Bad For Good', 'Jim Steinman NL 1981
\r\nLP + EP gebraucht
\r\nZustand exzellent\r\n


\r\nEpic Cleveland 84361', '', 1), (275, 6, 'Stephan Remmler - Lotto', 'Stephan Remmler D 1988
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMercury Phonogram 836 556-1', '', 0), (586, 2, 'The Steve Miller Band - Greatest Hits 1974-78', 'The Steve Miller Band D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 9199 916', '', 0), (273, 6, 'Scorpions - Tokyo Tapes', 'Scorpions D 1978
\r\nLive Doppel-LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRCA CL28331', '', 0), (274, 6, 'Scorpions - Black Out', 'Scorpions D 1982
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nHarvest EMI 1C 064-64 686', '', 0), (587, 2, 'The Rolling Stones - Sticky Fingers', 'The Rolling Stones UK 1971
\r\nLP (Cover mit Reißverschluss) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRolling Stones Records COC 59100', '', 0), (588, 2, 'U2 - The Joshua Tree', 'U2 GR 1987
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland EMI VG 71446', '', 1), (272, 6, 'Scorpions - Best of Rockers And Ballads', 'Scorpions D 1989
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nEMI Electrola1C 066Y 7934391', '', 0), (589, 2, 'Andy Mackay - In Search Of Eddie Riff', 'Andy Mackay (Ex Roxy Music) UK 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPolydor 2302-064 A', '', 0), (271, 6, 'Elton John - Too Low for Zero', 'Elton John D 193
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nRocket Phonogram 811 052-1', '', 0), (590, 2, 'Inner Circle - Everything Is Great', 'Inner Circle D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nIsland Ariola 200 378-320', '', 1), (270, 6, 'Graham Parker - The Up Escalator', 'Graham Parker D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nStiff Teldec 6.24355 AN', '', 0), (591, 2, 'Arlo Guthrie - Hobo´s Lullaby', 'Arlo Guthrie D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nReprise WEA REP 44 169', '', 2), (269, 6, 'Scorpions - Savage Amusement', 'Scorpions D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nHarvest EMI 1C 064 7467041', '', 0), (592, 2, 'Eric Burdon - Declares War', 'Eric Burdon D Neuauflage
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nUnited Artists UAS 29 238 I', '', 2), (268, 6, 'Kim Wilde - Close', 'Kim Wilde D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMCA 255 588-1', '', 0), (593, 2, 'Lynyrd Skynyrd - Second Helping', 'Lynyrd Skynyrd D 1974
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMCA Decca MZPS 7345', '', 0), (267, 6, 'Chris Spedding - Hurt', 'Chris Spedding D 1977
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRAK EMI 1C 064-99534', '', 0), (594, 2, 'Ace - Five-A-Side', 'Ace UK 1974
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAnchor ANCL 2001', '', 0), (595, 2, 'Ace - Time For Another', 'Ace US 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAnchor ANCL 2013', '', 1), (265, 6, 'Bob Dylan - Infidels', 'Bob Dylan NL 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 25539', '', 0), (266, 6, 'Chicago - 19', 'Chicago D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nReprise 925 714-1', '', 0), (596, 2, 'The Steve Gibbons Band - Down In The Bunker', 'The Steve Gibbons Band UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nPolydor POLS 1001', '', 0), (597, 2, 'Golden Earring - Prisoner of the Night', 'Golden Earring D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2344 161', '', 1), (263, 6, 'Bob Dylan - Slow Train Coming', 'Bob Dylan D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86095', '', 0), (264, 6, 'Bob Dylan - Empire Burlesque', 'Bob Dylan NL 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 86313', '', 0), (598, 2, 'Dexys Midnight Runners - Searching for the young soul rebels', 'Dexys Midnight Runners D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nOdeon 1C 064-07319', '', 4), (262, 6, 'Bob Dylan - Desire', 'Bob Dylan NL 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 86003', '', 0), (599, 2, 'Mitch Ryder - How I Spend My Vacation', 'Mitch Ryder D 1979
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nLine Teldec 6.23762 AP', '', 0), (600, 2, 'Jethro Tull - Benefit', 'Jethro Tull D 1973
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nChrysalis 6307 516', '', 2), (261, 6, 'Miles Davis - Bitches Brew', 'Miles Davis UK 1970
\r\nDoppel-LP (Klapp-Cover)
\r\nZustand nahezu exzellent\r\n


\r\nCBS 66236', '', 0), (601, 2, 'Mickey Jupp - Oxford', 'Mickey Jupp D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nLine Teldec 6.24531', '', 0), (260, 6, 'Kris Kristofferson - Jesus Was A Capricorn', 'Kris Kristofferson NL 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS MNT 65391', '', 0), (602, 2, 'Dave Edmunds - Riff Raff', 'Dave Edmunds D 1984
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nArista Ariola 206 396', '', 1), (259, 6, 'Das Dritte Ohr - Zahltag', 'Das Dritte Ohr D 1980
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nTelefunken 6.24397', '', 0), (603, 2, 'Babe Ruth', 'Babe Ruth UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nHarvest SHSP 4038', '', 0), (258, 6, 'Rare Earth - Band Together', 'Rare Earth US 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nProdical Motown P7-10025R1', '', 0), (604, 2, 'Box Of Frogs - Strange Land', 'Box Of Frogs (Ex-Yardbirds) NL 1986
\r\nFeaturing Roger Chapman, Ian Dury, Graham Parker,
\r\nJimmy Page, Rory Gallagher und Steve Hackett
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS 26375', '', 2), (257, 6, 'Dr. Feelgood - Private Practice', 'Dr. Feelgood F 1978
\r\nLP (Red Vinyl) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nUnited Artists SPC 61735', '', 0), (605, 2, 'The Rolling Stones - Let It Bleed', 'The Rolling Stones D 1970
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nDecca Nova 6.21417 AO', '', 0), (256, 6, 'The Rolling Stones - Steel Wheels', 'The Rolling Stones D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nRolling Stones Sony Music 01-465752-20', '', 0), (606, 2, 'The Rolling Stones - Tattoo You', 'The Rolling Stones D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRolling Stones EMI 1C 064-64 533', '', 0), (255, 6, 'Johnny Clarke - Yardstyle', 'Johnny Clarke UK 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAriwa ARI 007', '', 0), (607, 2, 'The Rolling Stones - Beggars Banquet', 'The Rolling Stones D 1986
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand noch recht gut abspielbar\r\n


\r\nDecca SLK 16665-P', '', 1), (254, 6, 'Dr. Alimantado - Wonderful Time', 'Dr. Alimantado UK 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nKeyman Records KM006', '', 0), (608, 2, 'The Doors - Absolutey Live', 'The Doors D 1971
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA Elektra 62 005-2', '', 4), (253, 6, 'Sly Dunbar - Sly Wicked And Slick', 'Sly Dunbar UK 1979
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nVirgin FL1042', '', 0), (609, 2, 'Steamhammer - Mountains', 'Steamhammer D 1970
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nBrain 2001 Metronome 201.006', '', 1), (252, 6, 'Pat Benatar - Seven The Hard Way', 'Pat Benatar D 1985
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nChrysalis Ariola 207 429', '', 0), (610, 2, 'Humble Pie - Town And Country', 'Humble Pie D 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCharly Bellaphon BBS2513', '', 0), (251, 6, 'Robert Palmer - Don''t Explain', 'Robert Palmer D 1990
\r\nDoppel-LP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nEMI 164-79 54641', '', 0), (611, 2, 'The Rolling Stones - Emotional Rescue', 'The Rolling Stones IT 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRolling Stones EMI 3C 064-63774', '', 0), (250, 6, 'Leo Kottke', 'Leo Kottke (Gitarren-Virtuose) D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nChrysalis Phonogram 6307 587', '', 0), (612, 2, 'The Rolling Stones - Goats Head Soup', 'The Rolling Stones D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nRolling Stones WEA COC 59 101', '', 0), (249, 6, 'Joe Cocker - Sheffield Steel', 'Joe Cocker D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nIsland Ariola 204 668-320', '', 0), (613, 2, 'The Rolling Stones - Aftermath', 'The Rolling Stones IS 1966
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nPAX ISK 1016', '', 0), (248, 6, 'John Farnham - Age of Reason', 'John Farnham D 1988
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL71839', '', 0), (614, 2, 'The Rolling Stones - Vol.2', 'The Rolling Stones D 1970
\r\nLP (Mono) gebraucht
\r\nZustand sehr gut\r\n


\r\nDecca 6.21393 AO', '', 2), (247, 6, 'Heinz Rudolf Kunze - Dein Ist Mein Ganzes Herz', 'Heinz Rudolf Kunze D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWEA 240 744-1', '', 0), (615, 2, 'The Rolling Stones - Metamorphosis', 'The Rolling Stones US 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAbkco Records ANA-1', '', 0), (616, 2, 'The Rolling Stones - Between The Buttons', 'The Rolling Stones IS 1967
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPAX ISK 1027', '', 0), (246, 6, 'Lisa Stansfield - Real Love', 'Lisa Stansfield D 1991
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nArista Ariola 212 300', '', 0), (617, 2, 'Pink Floyd - The Dark Side Of The Moon', 'Pink Floyd D 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nHarvest EMI 1C 064-05249', '', 1), (245, 6, 'Spliff - Herzlichen Glueckwunsch', 'Spliff D 1982
\r\nEx-Nina Hagen Band
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 25 152', '', 0), (618, 2, 'Jim Capaldi - Fierce Heart', 'Jim Capaldi D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA 25-0057-1', '', 0), (244, 6, 'The Fixx - Reach The Beach', 'The Fixx D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMCA Ariola 205 479-320', '', 0), (619, 2, 'Mitch Ryder - Got Change for a Million', 'Mitch Ryder D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nLine Teldec 6.24578 AP', '', 1), (243, 6, 'New Kids On The Block - Step By Step', 'New Kids On The Block 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nCBS 466686 1', '', 0), (620, 2, 'Mitch Ryder - Never Kick A Sleeping Dog', 'Mitch Ryder D 1983
\r\nLP Gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 812 517-1', '', 0), (242, 6, 'Atlantis - Get On Board', 'Atlantis D 1975
\r\nEx-Frumpy ft. Inga Rumpf
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nVertigo Phonogram 6360 630', '', 0), (621, 2, 'Mitch Ryder - Smart Ass', 'Mitch Ryder D 1982
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nLine Teldec 6.25090 AO', '', 1), (241, 6, 'Al Jarreau - Glow', 'Al Jareau D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nReprise WEA REP 54073', '', 0), (622, 2, 'Mitch Ryder - Naked But Not Dead', 'Mitch Ryder D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nLine Teldec 6.24319 AP', '', 0), (623, 2, 'Steve Lukather - Lukather', 'Steve Lukather NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 01-465657-20', '', 0), (240, 6, 'Robert Palmer - Secrets', 'Robert Palmer D 1979
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIsland Ariola 200 662-320', '', 0), (624, 2, 'Pat Travers - Putting It Straight', 'Pat Travers UK 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nPolydor 2383-471 A', '', 2), (239, 6, 'Tina Turner - Break Every Rule', 'Tina Turner D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapitol EMI 062 24 0611 1', '', 0), (625, 2, 'Them - Ft. Van Morrison', 'Them (Profile Series) D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nDecca 6.24005', '', 0), (238, 6, 'A Flock Of Seagulls - Listen', 'A Flock Of Seagulls D 1983
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nJive Teldec 6.25502 AO', '', 0), (626, 2, 'Van Morrison - Common One', 'Van Morrison
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nMercury Phonogram 6302 021', '', 0), (237, 6, 'Jean Michel Jarre - Oxygene', 'Jean Michel Jarre D 1976
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 2344 068', '', 0), (627, 2, 'Van Morrison - Wavelength', 'Van Morrison D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWarner WEA WB 56256', '', 0), (236, 6, 'Ultravox - Quartet', 'Ultravox D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nChrysalis Ariola 205 043-320', '', 0), (628, 2, 'Van Morrison - Inarticulate Speech Of The Heart', 'Van Morrison D 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram', '', 1), (235, 6, 'Cock Robin', 'Cock Robin (Pop Duo) D 1985
\r\nLP gebraucht
\r\nZustand nahezu Exzellent\r\n


\r\nCBS 26448', '', 0), (629, 2, 'Van Morrison - Beautiful Vision', 'Van Morrison D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 6302 122', '', 0), (234, 6, 'Gianna Nannini - Scandalo', 'Gianna Nannini D 1990
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMetronome 843 977-1', '', 0), (630, 2, 'The Beatles - White Album', 'The Beatles D 1970
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand exzellent\r\n


\r\nApple 1C 192-04173', '', 2), (233, 6, 'KGB', 'KGB UK 1976
\r\nMike Bloomfield, Barry Goldberg, Carmine Appice, Rick Grech, Ray Kennedy\r\n
LP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMCA Records MCF 2749', '', 0), (631, 2, 'Creedence Clearwater Revival - Chronicle', 'Creedence Clearwater Revival F 1976
\r\nDoppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nFantasy 235', '', 2), (232, 6, 'Achim Reichel - Nachtexpress', 'Achim Reichel D 1983
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAhorn Metronome 813 360-1 ME', '', 0), (632, 2, 'Milltown Brothers - Slinky', 'Milltown Brothers NL 1991
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M Records 395 346-1', '', 0), (231, 6, 'Phil Carmen - Changes', 'Phil Carmen D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMetronome 837 353-1', '', 0), (633, 2, 'Latin Quarter - Swimming Against The Stream', 'Latin Quarter D 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nBMG RCA PL 74037', '', 0), (230, 6, 'Gianna Nannini - Malafemmina', 'Gianna Nannini D 1988
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor Metronome 837 339-1', '', 0), (634, 2, 'The Men They Couldn''t Hang - The Domino Club', 'The Men They Couldn''t Hang D 1990
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nSilverstone ZL 74709', '', 0), (635, 2, 'Dave Edmunds - Tracks On Wax', 'Dave Edmunds D 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nSwan Song WEA SS 59407', '', 0), (229, 6, 'Gianna Nannini - Latin Lover', 'Gianna Nannini D 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMetronome 0065.027', '', 0), (636, 2, 'Alice Cooper - Trash', 'Alice Cooper NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nEpic CBS 465130 1', '', 0), (228, 6, 'Eagles - Hotel California', 'Eagles D 1976
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand exzellent\r\n


\r\nAsylum WEA AS 53051', '', 0), (637, 2, 'Neil Young - Harvest', 'Neil Young D 1972
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nReprise REP 44131', '', 1), (227, 6, 'The Steve Miller Band - Italian Xras', 'The Steve Miller Band D 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 822 823-1 Q', '', 0), (638, 2, 'Dire Straits - Brothers In Arms', 'Dire Straits D 1985
\r\nLP (Club Sonderauflage) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nVertigo Phonogram 32 310-5', '', 0), (226, 6, 'The Steve Miller Band - Circle of Love', 'The Steve Miller Band D 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6302 061', '', 0), (639, 2, 'Gerry Rafferty - Night Owl', 'Gerry Rafferty D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artists EMI 1C 064-62 700', '', 1), (224, 6, 'The Steve Miller Band - Abracadabra', 'The Steve Miller Band D 1982
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nMercury Phonogram 6302 204', '', 0), (640, 2, 'The Jeff Healey Band - Hell To Pay', 'The Jeff Healey Band NL 1990
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nArista BMG 210815', '', 0), (641, 2, 'Joan Armatrading - How Cruel', 'Joan Armatrading NL 1979
\r\nOnesided LP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLE 63302', '', 0), (223, 6, 'The Steve Miller Band - Book Of Dreams', 'The Steve Miller Band D 1977
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6303 926', '', 0), (642, 2, 'Linda Ronstadt - Get Closer', 'Linda Ronstadt D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nElektra/Asylum WEA 96.0185-1', '', 0), (222, 6, 'Carmel - Set Me Free', 'Carmel D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nLondon Metronome 828 148.1', '', 0), (643, 2, 'Yes - Drama', 'Yes D 1980
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic WEA ATL 50 736', '', 1), (221, 6, 'Carmel - Everybody''s Got A Little ... Soul', 'Carmel D 1987
\r\nLP gebraucht
\r\nZustand sehr gut, zum Teil exzellent\r\n


\r\nMetronome 828 067-1', '', 0), (644, 2, 'Electric Light Orchestra - A New World Record', 'Electric Light Orchestra US 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nJet United Artists UA-LA679-G', '', 0), (220, 6, 'Tom Robinson Band - TRB Two', 'Tom Robinson Band D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI Electrola 1C 064-06 977', '', 0), (645, 2, 'Uriah Heep - Demons And Wizards', 'Uriah Heep D 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nagezu exzellent\r\n


\r\nBronze Ariola 28 768 XOT (Cover : 86 185 XOT)', '', 0), (219, 6, 'Tom Robinson Band - Power In The Darkness', 'Tom Robinson Band D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI Electrola 1C 064-06 687', '', 0), (646, 2, 'Tina Turner - Foreign Affair', 'Tina Turner D 1989
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nCapitol EMI 064 7 91873 1', '', 0), (218, 6, 'Bachman Turner Overdrive - BTO', 'Bachman Turner Overdrive D 1991
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nSun Bellaphon 250-13-016', '', 0), (647, 2, 'Terence Trent D''Arby - Early Works', 'Terence Trent D''Arby D 1989 (digital remixed)
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIMP Polydor 839 303-1', '', 0), (217, 6, 'Steve Winwood - Roll With It', 'Steve Winwood D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIsland Ariola 209165', '', 0), (648, 2, 'Latin Quarter - Mick And Caroline', 'Latin Quarter D 1987
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA Rockin'' HorseZL71294', '', 0), (216, 6, 'Gianna Nannini - California', 'Gianna Nannini D 1979
\r\nLP gebraucht
\r\nZustand exzellent
\r\n
\r\n
\r\nDischi Ricordi CBS 65014', '', 0), (649, 2, 'Taco - Let''s Face The Music', 'Taco (Pop-Swing, Direct Metal Mastering) D 1984
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRCA PL 70195', '', 0), (215, 6, 'Jan Akkerman - It Could Happen To You', 'Jan Akkerman (Ex-Focus) PL 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nTonpress SX-T 91', '', 0), (650, 2, 'Taco - After Eight', 'Taco (Pop-Swing, Direct Metal Mastering) D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL 28520', '', 0), (214, 6, 'Clannad 2', 'Clannad (Irish Folk) D 1976 RI
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nIntercord INT 160.058', '', 0), (651, 2, 'Taco - Tell Me That You Like It', 'Taco (Pop-Swing, Digital Master Mix) D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 831 130-1', '', 0), (213, 6, 'Rick Springfield - Tao', 'Rick Springfield D 1985
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (652, 2, 'Taco - Swing Classics', 'Taco (Pop-Swing) D 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPolydor 827 632-1', '', 0), (212, 6, 'James Taylor - JT', 'James Taylor UK 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand exzellent', '', 0), (653, 2, 'Victory - Culture Killed The Native', 'Victory D 1989
\r\nLP (limitierte Edition mit Poster) gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMetronome 837 781-1', '', 2), (211, 6, 'Helen Watson - The Weather Inside', 'Helen Watson NL 1989
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (654, 2, 'Chris Rea - On The Beach', 'Chris Rea D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nMagnet Records 829 194-1', '', 0), (210, 6, 'Matt Bianco - Whose Side Are You On', 'Matt Bianco D 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (655, 2, 'Simply Red - Men And Women', 'Simply Red D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nWEA Elektra WX85 242071-1', '', 0), (208, 6, 'Raindogs - Lost Souls', 'Raindogs D 1989
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (209, 6, 'Rick Springfield - Living in Oz', 'Rick Springfield D 1983
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (656, 2, 'Gary Moore - Corridors Of Power', 'Gary Moore (Skid Row, Thin Lizzy) D 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nVirgin Ariola 205082-320', '', 0), (207, 6, 'Berlin - Count Three & Pray', 'Berlin NL 1986
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (657, 2, 'Bryan Adams - You Want It, You Got It', 'Bryan Adams D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nA&M 393 154-1', '', 0), (206, 6, 'Tony Carey - For You', 'Tony Carey (EX-Rainbow) D 1989
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (658, 2, 'Whitney Houston - Whitney', 'Whitney Houston D 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nArista Ariola 208 142', '', 1), (205, 6, 'Iron Butterfly - In a Gadda Da Vida', 'Iron Butterfly D 1973 RI
\r\nLP gebraucht
\r\nZustand sehr gut (vg/vg)\r\n


\r\nAtlantic WEA ATL 40 022', '', 0), (659, 2, 'Chris de Burgh - Best Moves', 'Chris de Burgh D 1981
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M CBS AMLH 68532', '', 0), (204, 6, 'Emerson Lake & Powel', 'Emerson Lake & Powel UK 1986
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (660, 2, 'Herwig Mitteregger - Jedesmal', 'Herwig Mitteregger (Ex-Spliff) NL 1987
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 467221 1', '', 0), (203, 6, 'Electric Light Orchestra - Discovery', 'Electric Light Orchestra ESP 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nJet Records CBS JET LX 500', '', 0), (661, 2, 'Asia -Alpha', 'Asia (Ex-Yes, King Crimson) NL 1983
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nGeffen CBS GEF 25508', '', 0), (202, 6, 'Emerson Lake & Palmer - Trilogy', 'Emerson Lake & Palmer ESP 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand : bis auf einige Macken erstaunlich gut', '', 0), (662, 2, 'Chris de Burgh - Spanish Train And Other Stories', 'Chris de Burgh RI D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M Polygram 393 143-1', '', 0), (201, 6, 'John Cougar Mellencamp - The Lonesome Jubilee', 'John Cougar Mellencamp NL 1987
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (663, 2, 'Chris de Burgh - At the End of a Perfect Day', 'Chris de Burgh RI NL
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M Polygram 394 647-1', '', 0), (664, 2, 'Chris de Burgh - Crusader', 'Chris de Burgh Ri D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M 394 746-1', '', 0), (200, 6, 'Sniff ''n'' The Tears - Fickle Heart', 'Sniff ''n'' The Tears D 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nChiswick Metronome 0067.065', '', 0), (665, 2, 'Chris de Burgh - The Getaway', 'Chris de Burgh NL 1982
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nA&M CBS AMLH 68549', '', 0), (199, 6, 'Gary Wright - The Light of Smiles', 'Gary Wright (Ex-Spooky Tooth) D 1977
\r\nLP gebraucht
\r\nZustand gut', '', 0), (666, 2, 'City - Dreamland', 'City D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPool Teldec 6.24391', '', 0), (198, 6, 'Camel - Snow Goose', 'Camel D 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (667, 2, 'Alison Moyet - Hoodoo', 'Alison Moyet UK 1991
\r\nLP gebraucht
\r\nZustand Exzellent\r\n


\r\nColumbia Sony PX 468272-1', '', 0), (196, 6, 'Robert Palmer - Double Fun', 'Robert Palmer D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (197, 6, 'Live Wire - Pick It Up', 'Live Wire D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (668, 2, 'Status Quo - Live', 'Status Quo D 1977
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nVertigo Phonogram 6641 590', '', 0), (195, 6, 'Cat Stevens - Tea For The Tillerman', 'Cat Stevens D1971 RI
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (669, 2, 'Fleetwood Mac - Tusk', 'Fleetwood Mac D 1979
\r\nDoppel-LP (4 Innen-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner WEA WB 66 088', '', 1), (193, 6, 'Wings - Back To The Egg', 'Wings (Paul McCartney) D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (670, 2, 'Nils Lofgren - Nils', 'Nils Lofgren NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS 64 756', '', 0), (192, 6, 'Little River Band - Backstage Pass', 'Little River Band NL 1980
\r\nDoppel-LP (Live) gebraucht
\r\nZustand sehr gut', '', 0), (671, 2, 'The Kinks - One for the Road', 'The Kinks US 1980
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nArista A2L 8401', '', 1), (189, 6, 'Rick Derringer - Face To Face', 'Rick Derringer NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (672, 2, 'Jim Messina - Messina', 'Jim Messina D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWarner WEA WB56 911', '', 0), (673, 2, 'Billy Idol', 'Billy Idol d 1982
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nChrysalis Ariola 204 790', '', 1), (188, 6, 'Rick Derringer - If I Weren''t So Romantic, I''d Shoot You', 'Rick Derringer NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (674, 2, 'Bad Company - Fame And Fortune', 'Bad Company US 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic 81 684-1', '', 0), (187, 6, 'Rick Derringer - Guitars And Women', 'Rick Derringer US 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (675, 2, 'Softmachine - Fourth', 'Softmachine NL 1971
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS S 64 280', '', 1), (185, 6, 'Queen - The Game', 'Queen D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (186, 6, 'Ijahman Levi - Africa', 'Ijahman Levi UK 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (676, 2, 'Neil Young - Live Rust', 'Neil Young NL 1979
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS S 64 280', '', 1), (184, 6, 'Queen - News Of The World', 'Queen D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (677, 2, 'Johnny Winter - Captured Live', 'Johnny Winter NL 1976
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nBlue Sky CBS SKY 69230', '', 2), (183, 6, 'Lynyrd Skynyrd - Street Survivors', 'Lynyrd Skynyrd D 1977
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (678, 2, 'Traffic - Best Of Traffic', 'Traffic NL 70er RI
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nIsland Arioal 88 175 XAT', '', 0), (182, 6, 'Donovan - Essence To Essence', 'Donovan NL 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 0), (679, 2, 'Live Wire - No Fright', 'Live Wire NL 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64814', '', 0), (181, 6, 'Bob Dylan - Saved', 'Bob Dylan CA 1980 (Columbia)
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (680, 2, 'Electric Light Orchestra - Balance Of Power', 'Electric Light Orchestra D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS 26467', '', 0), (191, 6, 'Little River Band - Backstage Pass Live', 'Little River Band Australia 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (681, 2, 'The Fixx - React', 'The Fixx D 1987
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMCA 254 784-1', '', 0), (180, 6, 'The Stranglers - Live (XCERT)', 'The Stranglers UK 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (682, 2, 'Melanie - Profileserie', 'Melanie D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nBuddah Teldec 6.24022 AL', '', 0), (179, 6, 'Mickey Jupp - Some People Can''t Dance', 'Mickey Jupp D 1985 RI
\r\nLP (white Vinyl) gebraucht
\r\nZustand exzellent', '', 0), (683, 2, 'Johnny Winter - Still Alive And Well', 'Johnny Wintert NL 1973
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nCBS S 65484', '', 0), (178, 6, 'Rory Gallagher - Defender', 'Rory Gallagher D 1987
\r\nLP + 7" Single gebraucht
\r\nZustand sehr gut', '', 0), (684, 2, 'J.J. Cale - Troubadour', 'J.J. Cale D 1976 RI
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nShelter Ariola', '', 0), (177, 6, 'John Cougar Mellencamp - John Cougar', 'John Cougar Mellencamp D 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (685, 2, 'Joan Baez - The Contemporary Balladbook', 'Joan Baez FR 1974
\r\nDoppel-LP (Klapp-Cover)
\r\nZustand sehr gut\r\n


\r\nVanguard VSD 49/50', '', 1), (176, 6, 'Camel - I Can See Your House From Here', 'Camel D 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (686, 2, 'Rod Stewart - Body Wishes', 'Rod Stewart D 1983
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nWarner Brothers 92-3877-1', '', 0), (175, 6, 'Andy Mackay - Resolving Contradiction', 'Andy Mackay (Ex-Roxy Music) NL 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (687, 2, 'Eric Burdon - Declares War', 'Eric Burdon D 1970
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPolydor 2310 041', '', 2), (174, 6, 'Jethro Tull - "A"', 'Jethro Tull D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (688, 2, 'Little Feat - Waiting For Columbus', 'Little Feat D 1978
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWarner WEA WB 66075', '', 0), (172, 6, 'Jethro Tull - Heavy Horses', 'Jethro Tull US 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (689, 2, 'The Band - The Last Waltz', 'The Band D 1978
\r\n3-LP-Set Live gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWarner WEA WB 66076', '', 1), (170, 6, 'Jethro Tull - Stormwatch', 'Jethro Tull D 1979
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (171, 6, 'Jethro Tull - Thick As A Brick', 'Jethro Tull D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (690, 2, 'Atlantis - Live', 'Atlantis - RI D 1979
\r\nLive Doppel-LP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nVenus V79 AT - DW 1010', '', 0), (169, 6, 'Jethro Tull - Aqualung', 'Jethro Tull UK 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut', '', 0), (691, 2, 'Nina Hagen - Unbehageb', 'Nina Hagen D 1979
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 84 104', '', 1), (168, 6, 'Jethro Tull - The Broadsword And The Beast', 'Jethro Tull D 1982
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (692, 2, 'Rory Gallagher - Blueprint', 'Rory Gallagher D 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPolydor 2383 189', '', 0), (693, 2, 'Jennifer Rush - Movin''', 'Jennifer Rush D 1985
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCBS 26710', '', 0), (190, 6, 'Little River Band - It''s A Long Way There', 'Little River Band NL 1978
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nOZ EMI 5C 058-82516 (Australia) Limited', '', 0), (694, 2, 'a-ha - East of the Sun West of the Moon', 'a-ha D 1990
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nWarner Brothers 7599-26314-1 U', '', 0), (166, 6, 'Achim Reichel - Blues In Blond', 'Achim Reichel D 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (695, 2, 'Carolyne Mas - Mas Hysteria', 'Carolyne Mas D 1979
\r\nLimitierte Live-LP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 6337 163', '', 0), (165, 6, 'The Tubes - The Completition Backward Principle', 'The Tubes D 1981
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (696, 2, 'The Alan Parsons Project - Eve', 'The Alan Parsons Project NL 1982
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nArista EMI 1C 064-63063', '', 0), (164, 6, 'Little River Band - Get Lucky', 'Little River Band
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (697, 2, 'The Yardbirds - Remember...', 'The Yardbirds UK 1971
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nStarline EMI SRS 5069', '', 0), (163, 6, 'John Cougar Mellencamp - Scarecrow', 'John Cougar Mellencamp D 1985
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (698, 2, 'Peter Wolf - Come As You Are', 'Peter Wolf (Ex-J.Geils Band) NL 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nEMI America 064 24 0744 1', '', 0), (162, 6, 'Rita Coolidge - Inside The Fire', 'Rita Coolidge NL 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (161, 6, 'Gary Wright - Dream Weaver', 'Gary Wright (Ex-Spooky Tooth) D 1976
\r\nLP gebraucht
\r\nZustand gut', '', 0), (699, 2, 'Thinkman - Life Is A Full Time Occupation', 'Thinkman (ft. Rupert Hine) D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nAriola 208 894', '', 0), (160, 6, 'Bryan Adams - Reckless', 'Bryan Adams D 1985 RI\r\nZustand sehr gut', '', 0), (700, 2, 'Little Steven - Men Without Women', 'Little Steven (Ex-E-Street Band) NL 1982
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEMI America 1A 064-400136', '', 0), (1097, 2, 'It''s A Beautiful Day', 'It''s A Beautiful Day (inkl. White Bird) RI NL 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut (vg+/vg+)\r\n


\r\nCBS 83797', '', 1), (701, 2, 'Jackson Browne - Hold Out', 'Jackson Browne D 1980
\r\nLP gebraucht
\r\nZustand gut, z.T gut bis sehr gut\r\n


\r\nWEA Asylum AS 52 226', '', 0), (702, 2, 'Billy Idol - Whiplash Smile', 'Billy Idol D 1986
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nChrysalis Ariola 207 689', '', 2), (157, 6, 'Depeche Mode - Black Celebration', 'Depeche Mode D 1986
\r\nLP (Grey Wax) gebraucht
\r\nZustand gut', '', 0), (703, 2, 'Golden Earring - Contraband', 'Golden Earring D 1976
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nPolydor 2344 059', '', 0), (156, 6, 'Gerry Rafferty - Snakes And Ladders', 'Gerry Rafferty D 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (704, 2, 'The Tubes - Love Bomb', 'The Tubes NL 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapitol EMI 1C 064 24 0306 1', '', 0), (155, 6, 'Steve Harley & Cockney Rebel - Timeless Flight', 'Steve Harley & Cockney Rebel UK 1976
\r\nLP gebraucht
\r\nZustand gut', '', 0), (705, 2, 'Wishbone Ash - Pilgrimage', 'Wishbone Ash D 1971
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut, z.T. gut bis sehr gut\r\n


\r\nMCA Teldec MAPS 5060', '', 0), (158, 6, 'Ijahman Levi - Lilly Of My Valley', 'Ijahman Levi UK 1985
\r\nLP gebraucht
\r\nZustand exzellent', '', 0), (154, 6, 'Bruce Springsteen - Darkness On The Edge Of Town', 'Bruce Springsteen NL 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (706, 2, 'Wishbone Ash - There''s The Rub', 'Wishbone Ash D 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nMCA Teldec 6.22075 AO', '', 0), (153, 6, 'Kate Bush - Hounds Of Love', 'Kate Bush NL 1985
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (707, 2, 'Steely Dan - The Royal Scam', 'Steely Dan D 1976
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nabc Records ABCD-931', '', 0), (152, 6, 'Joan Baez - Lovesongs', 'Joan Baez Collection Variété F
\r\nLP gebraucht
\r\nZustand Cover mangelhaft, Vinyl nahezu Exzellent', '', 0), (708, 2, 'Steve Hackett - Please Don''t Touch', 'Steve Hackett D 1978
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCharisma Phonogram 9124 024', '', 2), (151, 6, 'Tina Turner - Private Dancer', 'Tina Turner D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (709, 2, 'Simple Minds - Real To Real Cacophony', 'Simple Minds D 1982
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nVirgin 204 938-270', '', 0), (150, 6, 'Huey Lewis And The News - Small World', 'Huey Lewis And The News D 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent', '', 0), (710, 2, 'Styx - Cornerstone', 'Styx NL 1979
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLK 63711', '', 0), (149, 6, 'Dire Straits - Communiqué', 'Dire Straits D 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (711, 2, 'R.E.M. - Document', 'R.E.M. US 1988
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nIRS CBS IRS-42059', '', 0), (712, 2, 'Ian Cussick - Right Through The Heart', 'Ian Cussick D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL 28403', '', 0), (147, 6, 'Dire Straits', 'Dire Straits D 1978
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (148, 6, 'The Alan Parsons Project - Tales Of Mystery And Imagination', 'The Alan Parson Project UK 1976
\r\nLP (Klapp-Cover & Booklet) gebraucht
\r\nZustand sehr gut', '', 0), (713, 2, 'The Steve Miller Band - Masters Of Rock', 'The Steve Miller Band D 1974
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapitol EMI 1C054-81583', '', 0), (714, 2, 'Patti Smith - Easter', 'Patti Smith D 1978
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nArista Ariola 201 128', '', 1), (145, 6, 'Steve Hackett - Defector', 'Steve Hackett (Ex-Genesis) D 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (715, 2, 'Nils Lofgren - Nils Lofgren & Grin', 'Nils Lofgren UK 1979
\r\nLP gebraucht
\r\nZustand gut\r\n


\r\nEmbassy CBS EMB 31770', '', 0), (144, 6, 'Bob Seger - The Distance', 'Bob Seger 1983
\r\nLP gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCapitol EMI 1C 064-400150', '', 0), (716, 2, 'Daryl Hall & John Oates - Whole Oats', 'Daryl Hall & John Oates US 1972
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nAtlantic SD 7242', '', 0), (143, 6, 'Billy Joel - The Bridge', 'Billy Joel 1986
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (717, 2, 'The Alan Parsons Project - Pyramid', 'The Alan Parsons Project D 1978
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nArista EMI 1C 064-60 792', '', 0), (718, 2, 'Daryl Hall & John Oates - Live At The Apollo', 'Daryl Hall & John Oates D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nRCA PL 87035', '', 0), (141, 6, 'Joe Jackson - Night And Day', 'Joe Jackson D 1982
\r\nLP (Klapp-Cover)
\r\nZustand sehr gut', '', 0), (194, 6, 'Electric Light Orchestra - Out Of The Blue', 'Electric Light Orchestra D 1977
\r\nDoppel-LP (Klapp-Cover + Inlet) gebraucht
\r\nZustand sehr gut\r\n


\r\nUnited Artist Jet Records UAS 30309 FT', '', 0), (719, 2, 'Curiosity Killed The Cat - Get Ahead', 'Curiosity Killed The Cat NL 1989
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nMercury Phonogram 842 010 1', '', 0), (140, 6, 'Mahavishnu Orchestra - Birds Of Fire', 'Mahavishnu Orchestra 1973
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (720, 2, 'Santana - Abraxas', 'Santana NL 1970
\r\nLP (klapp-Cover) gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 64087', '', 0), (139, 6, 'Steve Winwood - Arc Of A Diver', 'Steve Winwood D 1980
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (721, 2, 'The Clarke/Duke Project', 'The Clarke/Duke Project NL 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nEpic CBS 32531', '', 0), (137, 6, 'Mike Oldfield - Tubular Bells', 'Mike Oldfield D 1973
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (138, 6, 'The Rolling Stones - Black And Blue', 'The Rolling Stones D 1976
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 0), (722, 2, 'Phil Manzanera - Listen Now', 'Phil Manzanera (Ex-Roxy Music mit Eno u.a.) UK 1977
\r\nLP gebraucht (Cover und Platte haben einen stecknadelkopfgroßen
\r\n"Durchschuss" im Plattenlabel-Bereich, der erst beim zweiten
\r\nHinsehen auffällt)
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nE.G. Polydor 2302 074', '', 0), (135, 6, 'The Alan Parsons Project - I Robot', 'The Alan Parsons Project UK 1977
\r\nLP gebraucht
\r\nZustans sehr gut', '', 0), (136, 6, 'Mick Jagger - She''s The Boss', 'Mick Jagger 1985
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (723, 2, 'Creedence Clearwater Revival - Greatest Hits', 'Creedence Clearwater Revival (Sonderauflage Sonocord) D 19??
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nBellaphon 27 133-8', '', 0), (724, 2, 'Cosa Rosa - Kein Zufall', 'Cosa Rosa (Ex-Spliff) D 1985
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCBS 25 427', '', 0), (134, 6, 'Jennifer Rush - Passion', 'Jennifer Rush 1988
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (133, 6, 'Manfred Mann''s Earth Band - Nightingales And Bombers', 'Manfred Mann''s Earth Band 1977
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (725, 2, 'Extrabreit - Ihre Grössten Erfolge', 'Extrabreit D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nReflektor CBS 0060.348', '', 0), (132, 6, 'Pretenders', 'Pretenders RI 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (726, 2, 'Cutting Crew - Broadcast', 'Cutting Crew US 1987
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nSiren Virgin1-90573', '', 0), (131, 6, 'David Bowie - Let''s Dance', 'David Bowie 1983
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (727, 2, 'Elton John - Ice On Fire', 'Elton John D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nRocket Phonogram 826 213 1Q', '', 0), (129, 6, 'Steely Dan - Katy Lied', 'Steely Dan US 1975
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (130, 6, 'Nik Kershaw - Human Racing', 'Nik Kershaw 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (728, 2, 'Roger Hodgson - In the Eye of the Storm', 'Roger Hodgson NL 1984
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nA&M CBS AMLX 65004', '', 0), (729, 2, 'Passport - Ataraxia', 'Passport D 1978
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nAtlantic WEA ATL 50 456', '', 0), (127, 6, 'Christopher Cross', 'Christopher Cross 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (128, 6, 'The Doobie Brothers - Living On The Fault Line', 'The Doobie Brothers 1977
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (730, 2, 'Van Halen - OU812', 'Van Halen D 1988
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nWEA WB 925 732-1', '', 1), (125, 6, 'George Benson - In Flight', 'George Benson US 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (731, 2, 'Laura Branigan - Touch', 'Laura Branigan D 1987
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAtlantic WEA 781 747-1', '', 1), (124, 6, 'Al Stewart - Year Of The Cat', 'Al Stewart UK 1976
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 0), (732, 2, 'Bob Dylan - Pat Garrett & Billy The Kid', 'Bob Dylan NL 1973
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nCBS 32098', '', 0), (123, 6, 'The Senstional Alex Harvey Band - Next...', 'The Senstional Alex Harvey Band UK 1974
\r\nLP gebraucht
\r\nZUstand sehr gut', '', 0), (733, 2, 'Steely Dan - aja', 'Steely Dan D 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut\r\n


\r\nabc Ariola 25 046 XOT', '', 0), (122, 6, 'Grace Jones - Nightclubbing', 'Grace Jones 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (734, 2, 'Paul Simon - The Rhythm Of The Saints', 'Paul Simon D 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWarner Brothers 7599-26098-1', '', 0), (120, 6, 'Herbert Grönemeyer - 4630 Bochum', 'Herbert Grönemeyer 1984
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (735, 2, 'Kevin Johnson - Rock''n''Roll I Gave You...', 'Kevin Johnson D 1975
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nnova Teldec 6.22140', '', 1), (118, 6, 'Steely Dan - Countdown To Ecstasy', 'Steely Dan 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (119, 6, 'Patti Smith - Horses', 'Patti Smith UK 1975
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (736, 2, 'Yukihiro Takahashi - Wild & Moody', 'Yukihiro Takahashi (elektronische Musik) D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nPick Up LPU 0013', '', 0), (117, 6, 'Supertramp - Even In Quietest Moments...', 'Supertramp 1977
\r\nLP gebraucht
\r\nZustand befriedigend bis gut', '', 0), (737, 2, 'GTR', 'GTR (ft. Steve Hackett(Genesis) & Steve Howe(YES)) D 1986
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nArista Ariola 207 716', '', 0), (116, 6, 'Supertramp - Crime Of The Century', 'Supertramp 1974
\r\nLP gebraucht
\r\nZustand ausreichend bis befriedigend', '', 0), (738, 2, 'Linda Ronstadt - Different Drum', 'Linda Ronstadt D 1974
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nCapitol Crystal 038 EVC 81 995', '', 0), (115, 6, 'Supertramp - Crisis? What Crisis?', 'Supertramp UK 1975
\r\nLP gebraucht
\r\nZustand gut', '', 0), (739, 2, 'Dire Straits', 'Dire Straits DDR 1981
\r\nLP gebraucht
\r\nZustand gut, es ist ein stetes, jedoch moderates Knistern zu hören,
\r\ndennoch ist das Abspielen dieser Platte sehr wohl genießbar.\r\n


\r\nAmiga 8 55 883', '', 1), (113, 6, 'Barclay James Harvest - Once Again', 'Barclay James Harvest UK 1971
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (114, 6, 'Supertramp - Breakfast In America', 'Supertramp NL 1979
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (740, 2, 'Bruce Springsteen - Greetings From Asbury Park N.J.', 'Bruce Springsteen NL 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nCBS S 65480', '', 0), (741, 2, 'Huey Lewis And The News', 'Huey Lewis And The News D 1980
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nChrysalis Ariola 202 700', '', 0), (111, 6, 'Men At Work - Business As Usual', 'Men At Work 1981
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (112, 6, 'Robert Palmer - Sneakin'' Sally Through The Alley', 'Robert Palmer UK 1974
\r\nLP gebraucht
\r\nZustand gut bis sehr gut
', '', 0), (742, 2, 'Belinda Carlisle - Runaway Horses', 'Belinda Carlisle D 1989
\r\nLP gebraucht
\r\nZustand nahezu exzellent (m-/vg+)\r\n


\r\nVirgin 210 303', '', 1), (110, 6, 'Frank Zappa - Overnite Sensation', 'Frank Zappa 1973
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (743, 2, 'Fee Waybill - Read My Lips', 'Fee Waybill (Ex-Tubes) NL 1984
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nCapigtol EMI 1C 064 24 0251 1', '', 0), (109, 6, 'David Bowie - Scary Monstery And Supercreeps', 'David Bowie 1980
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (744, 2, 'Pat Benatar - Tropico', 'Pat Benatar D 1984
\r\nLP gebraucht
\r\nZustand nahezu exzelent\r\n


\r\nChrysalis Ariola 206 582-620', '', 0), (598, 6, 'Dexys Midnight Runners - Searching for the young soul rebels', 'Dexys Midnight Runners D 1980
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nOdeon 1C 064-07319', '', 0), (108, 6, 'The Alan Parsons Project - Ammonia Avenue', 'The Alan Parsons Project 1984
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (745, 2, 'Sniff ''n'' The Tears - The Game''s Up', 'Sniff ''n'' The Tears D 1980
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nChiswick Metronome 0067.071', '', 0), (106, 6, 'Donny Hathaway - Live', 'Donny Hathaway 1972
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (107, 6, 'Barclay James Harvest - Gone To Earth', 'Barclay James Harvest 1977
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (746, 2, 'Andreas Vollenweider - Caverna Magica', 'Andreas Vollenweider D 1983
\r\nLP (Halfspeed Mastered) gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nveraBras CBS 25 265', '', 0), (105, 6, 'Steely Dan - Can''t Buy A Thrill', 'Steely Dan US 1972
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand sehr gut', '', 0), (747, 2, 'Tanita Tikaram - The Sweet Keeper', 'Tanita Tikaram D 1990
\r\nLP gebraucht
\r\nZustand nahezu exzellent\r\n


\r\nWEA Warner 9031-70800-1 U', '', 0), (104, 6, 'Billy Idol - Rebel Yell', 'Billy Idol 1983
\r\nLP gebraucht
\r\nZustand sehr Gut', '', 0), (748, 2, 'Chicago - 16', 'Chicago D 1982
\r\nLP gebraucht
\r\nZustand sehr gut, z.T. nahezu exzellent\r\n


\r\nFull Moon WEA WEA K 99235', '', 1), (103, 6, 'Eric Clapton - 461 Ocean Boulevard', 'Eric Clapton 1974
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (749, 2, 'Saga - Heads Or Tales', 'Saga D 1983
\r\nLP (Digital Master Mix) gebraucht
\r\nZustand exzellent\r\n


\r\nPolydor 815 410-1 Y', '', 0), (102, 6, '10cc - How Dare You', '10cc 1976
\r\nLP (klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut', '', 0), (750, 2, 'The Tubes - T.R.A.S.H.', 'The Tubes NL 1981
\r\nLP gebraucht
\r\nZustand sehr gut\r\n


\r\nA&M CBS AMLH 64870', '', 0), (101, 6, '10cc - The Original Soundtrack', '10cc US 1975
\r\nLP gebraucht
\r\nZustand befriedigend. Das Vinyl ist leicht gewellt, aber gut abspielbar.', '', 0), (751, 2, 'Chicago - XI', 'Chicago NL 1977
\r\nLP (Klapp-Cover) gebraucht
\r\nZustand gut bis sehr gut\r\n


\r\nCBS 86031', '', 0), (752, 2, 'Foreigner - 4', 'Foreigner D 1981
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nAtlantic WEA 91 607 2', '', 0), (100, 6, 'Bruce Springsteen - The Wild The Innocent & The E Street Shuffle', 'Bruce Springsteen US 1973
\r\nLP gebraucht
\r\nZuastand sehr gut', '', 0), (753, 2, 'Lisa Stansfield - Affection', 'Lisa Stansfield D 1989
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nArista Ariola 210 379', '', 1), (96, 6, 'Wham! - Fantastic', 'Wham! ft George Michael 1983
\r\nLP gebraucht
\r\nZustand sehr gut', '', 0), (97, 6, 'Roy Buchanan - Live Stock', 'Roy Buchanan 1975
\r\nLP gebraucht
\r\nZustand gut bis sehr gut', '', 0), (98, 6, 'Bryan Ferry - Boys And Girls', 'Bryan Ferry D 1985
\r\nLP gebraucht
\r\nZustand exzellent\r\n


\r\nEG Virgin 207 961-620',