%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /backups/db_backups/old_mysql/gnufm/
Upload File :
Create Path :
Current File : //backups/db_backups/old_mysql/gnufm/Track.sql

-- MariaDB dump 10.19  Distrib 10.6.12-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: gnufm
-- ------------------------------------------------------
-- Server version	10.6.12-MariaDB-0ubuntu0.22.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;

--
-- Table structure for table `Track`
--

DROP TABLE IF EXISTS `Track`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `Track` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `artist_name` varchar(255) DEFAULT NULL,
  `album_name` varchar(255) DEFAULT NULL,
  `mbid` varchar(36) DEFAULT NULL,
  `duration` int(11) DEFAULT NULL,
  `streamable` int(11) DEFAULT 0,
  `license` varchar(255) DEFAULT NULL,
  `downloadurl` varchar(255) DEFAULT NULL,
  `streamurl` varchar(255) DEFAULT NULL,
  `otherid` varchar(16) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `track_streamable_idx` (`streamable`),
  KEY `track_name_idx` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=1143 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `Track`
--

LOCK TABLES `Track` WRITE;
/*!40000 ALTER TABLE `Track` DISABLE KEYS */;
INSERT INTO `Track` VALUES (1,'Gods of War Arise','Amon Amarth','With Oden on Our Side (disc 1)',NULL,362,0,NULL,NULL,NULL,NULL),(2,'With Oden on Our Side','Amon Amarth','With Oden on Our Side (disc 1)',NULL,274,0,NULL,NULL,NULL,NULL),(3,'Cry of the Black Birds','Amon Amarth','With Oden on Our Side (disc 1)',NULL,229,0,NULL,NULL,NULL,NULL),(4,'Under the Northern Star','Amon Amarth','With Oden on Our Side (disc 1)',NULL,257,0,NULL,NULL,NULL,NULL),(5,'Prediction of Warfare','Amon Amarth','With Oden on Our Side (disc 1)',NULL,398,0,NULL,NULL,NULL,NULL),(6,'Two Moons','Amorphis','Eclipse',NULL,202,0,NULL,NULL,NULL,NULL),(7,'House Of Sleep','Amorphis','Eclipse',NULL,250,0,NULL,NULL,NULL,NULL),(8,'Leaves Scar','Amorphis','Eclipse',NULL,218,0,NULL,NULL,NULL,NULL),(9,'Born From Fire','Amorphis','Eclipse',NULL,240,0,NULL,NULL,NULL,NULL),(10,'Under A Soil And Black Stone','Amorphis','Eclipse',NULL,253,0,NULL,NULL,NULL,NULL),(11,'Perkele (The God Of Fire)','Amorphis','Eclipse',NULL,211,0,NULL,NULL,NULL,NULL),(12,'The Smoke','Amorphis','Eclipse',NULL,219,0,NULL,NULL,NULL,NULL),(13,'Same Flesh','Amorphis','Eclipse',NULL,280,0,NULL,NULL,NULL,NULL),(14,'Brother Moon','Amorphis','Eclipse',NULL,287,0,NULL,NULL,NULL,NULL),(15,'Empty Opening','Amorphis','Eclipse',NULL,349,0,NULL,NULL,NULL,NULL),(16,'Stone Woman (Bonus Track)','Amorphis','Eclipse',NULL,215,0,NULL,NULL,NULL,NULL),(17,'Delilah\'s Lie','Asrai','Pearls In Dirt',NULL,235,0,NULL,NULL,NULL,NULL),(18,'Your Hands So Cold','Asrai','Pearls In Dirt',NULL,235,0,NULL,NULL,NULL,NULL),(19,'Stay With Me','Asrai','Pearls In Dirt',NULL,296,0,NULL,NULL,NULL,NULL),(20,'Go','Asrai','Pearls In Dirt',NULL,184,0,NULL,NULL,NULL,NULL),(21,'Lost','Asrai','Pearls In Dirt',NULL,288,0,NULL,NULL,NULL,NULL),(22,'Something I Said','Asrai','Pearls In Dirt',NULL,336,0,NULL,NULL,NULL,NULL),(23,'Awaken','Asrai','Pearls In Dirt',NULL,219,0,NULL,NULL,NULL,NULL),(24,'Sour Ground','Asrai','Pearls In Dirt',NULL,239,0,NULL,NULL,NULL,NULL),(25,'Roses','Asrai','Pearls In Dirt',NULL,245,0,NULL,NULL,NULL,NULL),(26,'Chain Me','Asrai','Pearls In Dirt',NULL,312,0,NULL,NULL,NULL,NULL),(27,'Sour Ground (Radio Edit)','Asrai','Pearls In Dirt',NULL,203,0,NULL,NULL,NULL,NULL),(28,'Prelude','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,71,0,NULL,NULL,NULL,NULL),(29,'Reach Out For The Light','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,392,0,NULL,NULL,NULL,NULL),(30,'Serpents In Paradise','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,377,0,NULL,NULL,NULL,NULL),(31,'Malleus Maleficarum','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,102,0,NULL,NULL,NULL,NULL),(32,'Breaking Away','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,276,0,NULL,NULL,NULL,NULL),(33,'Farewell','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,393,0,NULL,NULL,NULL,NULL),(34,'The Glory Of Rome','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,330,0,NULL,NULL,NULL,NULL),(35,'In Nomine Patris','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,64,0,NULL,NULL,NULL,NULL),(36,'Avantasia','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,332,0,NULL,NULL,NULL,NULL),(37,'A New Dimension','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,99,0,NULL,NULL,NULL,NULL),(38,'Inside','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,144,0,NULL,NULL,NULL,NULL),(39,'Sign Of The Cross','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,386,0,NULL,NULL,NULL,NULL),(40,'The Tower','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,585,0,NULL,NULL,NULL,NULL),(41,'Avantasia (Single Edit)','Avantasia','The Metal Opera Pt. I (Gold Edition)',NULL,250,0,NULL,NULL,NULL,NULL),(42,'Critical Acclaim','Avenged Sevenfold','Avenged Sevenfold',NULL,314,0,NULL,NULL,NULL,NULL),(43,'Almost Easy','Avenged Sevenfold','Avenged Sevenfold',NULL,234,0,NULL,NULL,NULL,NULL),(44,'Scream','Avenged Sevenfold','Avenged Sevenfold',NULL,288,0,NULL,NULL,NULL,NULL),(45,'Afterlife','Avenged Sevenfold','Avenged Sevenfold',NULL,353,0,NULL,NULL,NULL,NULL),(46,'Gunslinger','Avenged Sevenfold','Avenged Sevenfold',NULL,251,0,NULL,NULL,NULL,NULL),(47,'Unbound (The Wild Ride)','Avenged Sevenfold','Avenged Sevenfold',NULL,311,0,NULL,NULL,NULL,NULL),(48,'Brompton Cocktail','Avenged Sevenfold','Avenged Sevenfold',NULL,253,0,NULL,NULL,NULL,NULL),(49,'Lost','Avenged Sevenfold','Avenged Sevenfold',NULL,302,0,NULL,NULL,NULL,NULL),(50,'A Little Piece Of Heaven','Avenged Sevenfold','Avenged Sevenfold',NULL,480,0,NULL,NULL,NULL,NULL),(51,'Dear God','Avenged Sevenfold','Avenged Sevenfold',NULL,393,0,NULL,NULL,NULL,NULL),(52,'Connect the Dots','Ayreon','01011001 (disc 1)',NULL,253,0,NULL,NULL,NULL,NULL),(53,'E=mc²','Ayreon','01011001 (disc 2)',NULL,350,0,NULL,NULL,NULL,NULL),(54,'Space Oddity','Ayreon','Day Eleven - Love',NULL,296,0,NULL,NULL,NULL,NULL),(55,'Day Six: Childhood','Ayreon','The Human Equation [CD1]',NULL,305,0,NULL,NULL,NULL,NULL),(56,'Day Eight: School','Ayreon','The Human Equation [CD1]',NULL,262,0,NULL,NULL,NULL,NULL),(57,'Day Sixteen: Loser','Ayreon','The Human Equation [CD2]',NULL,286,0,NULL,NULL,NULL,NULL),(58,'Sail Away To Avalon','AYREON','The Final Experiment [2005 - Bonus CD]',NULL,206,0,NULL,NULL,NULL,NULL),(59,'Way To Mandalay','Blackmore\'s Night','Ghost Of A Rose',NULL,385,0,NULL,NULL,NULL,NULL),(60,'3 Black Crows','Blackmore\'s Night','Ghost Of A Rose',NULL,220,0,NULL,NULL,NULL,NULL),(61,'Diamonds And Rust','Blackmore\'s Night','Ghost Of A Rose',NULL,293,0,NULL,NULL,NULL,NULL),(62,'Cartouche','Blackmore\'s Night','Ghost Of A Rose',NULL,226,0,NULL,NULL,NULL,NULL),(63,'Queen For A Day (part 1)','Blackmore\'s Night','Ghost Of A Rose',NULL,185,0,NULL,NULL,NULL,NULL),(64,'Queen For A Day (part 2)','Blackmore\'s Night','Ghost Of A Rose',NULL,94,0,NULL,NULL,NULL,NULL),(65,'Ivory Tower','Blackmore\'s Night','Ghost Of A Rose',NULL,263,0,NULL,NULL,NULL,NULL),(66,'Nur Eine Minute','Blackmore\'s Night','Ghost Of A Rose',NULL,66,0,NULL,NULL,NULL,NULL),(67,'Ghost Of A Rose','Blackmore\'s Night','Ghost Of A Rose',NULL,344,0,NULL,NULL,NULL,NULL),(68,'Mr. Peagram\'s Morris and Sword','Blackmore\'s Night','Ghost Of A Rose',NULL,120,0,NULL,NULL,NULL,NULL),(69,'Loreley','Blackmore\'s Night','Ghost Of A Rose',NULL,215,0,NULL,NULL,NULL,NULL),(70,'Where Are We Going From Here','Blackmore\'s Night','Ghost Of A Rose',NULL,243,0,NULL,NULL,NULL,NULL),(71,'Rainbow Blues','Blackmore\'s Night','Ghost Of A Rose',NULL,268,0,NULL,NULL,NULL,NULL),(72,'All For One','Blackmore\'s Night','Ghost Of A Rose',NULL,333,0,NULL,NULL,NULL,NULL),(73,'Dandelion Wine','Blackmore\'s Night','Ghost Of A Rose',NULL,339,0,NULL,NULL,NULL,NULL),(74,'The Ninth Wave','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD1)',NULL,569,0,NULL,NULL,NULL,NULL),(75,'Twilight Of The Gods','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD1)',NULL,291,0,NULL,NULL,NULL,NULL),(76,'Prophecies','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD1)',NULL,327,0,NULL,NULL,NULL,NULL),(77,'At The Edge Of Time','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD1)',NULL,415,0,NULL,NULL,NULL,NULL),(78,'Ashes Of Eternity','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD1)',NULL,341,0,NULL,NULL,NULL,NULL),(79,'Distant Memories','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD1)',NULL,351,0,NULL,NULL,NULL,NULL),(80,'The Holy Grail','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,362,0,NULL,NULL,NULL,NULL),(81,'The Throne','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,476,0,NULL,NULL,NULL,NULL),(82,'Sacred Mind','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,385,0,NULL,NULL,NULL,NULL),(83,'Miracle Machine','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,183,0,NULL,NULL,NULL,NULL),(84,'Grand Parade','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,570,0,NULL,NULL,NULL,NULL),(85,'Doom','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,352,0,NULL,NULL,NULL,NULL),(86,'Time Stands Still (live)','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,314,0,NULL,NULL,NULL,NULL),(87,'The Bard\'s Song (live)','Blind Guardian','Beyond The Red Mirror (Japanese Deluxe Edition) (CD2)',NULL,220,0,NULL,NULL,NULL,NULL),(88,'Moria','Bloodbound','Unholy Cross',NULL,341,0,NULL,NULL,NULL,NULL),(89,'Drop The Bomb','Bloodbound','Unholy Cross',NULL,237,0,NULL,NULL,NULL,NULL),(90,'The Ones We Left Behind','Bloodbound','Unholy Cross',NULL,322,0,NULL,NULL,NULL,NULL),(91,'Reflections Of Evil','Bloodbound','Unholy Cross',NULL,262,0,NULL,NULL,NULL,NULL),(92,'In For The Kill','Bloodbound','Unholy Cross',NULL,270,0,NULL,NULL,NULL,NULL),(93,'Together We Fight','Bloodbound','Unholy Cross',NULL,321,0,NULL,NULL,NULL,NULL),(94,'The Dark Side Of Life','Bloodbound','Unholy Cross',NULL,239,0,NULL,NULL,NULL,NULL),(95,'Brothers Of War','Bloodbound','Unholy Cross',NULL,308,0,NULL,NULL,NULL,NULL),(96,'Message From Hell','Bloodbound','Unholy Cross',NULL,211,0,NULL,NULL,NULL,NULL),(97,'In The Dead Of Night','Bloodbound','Unholy Cross',NULL,242,0,NULL,NULL,NULL,NULL),(98,'Unholy Cross','Bloodbound','Unholy Cross',NULL,286,0,NULL,NULL,NULL,NULL),(99,'Antlered Crown and Standing Stone','Damh the Bard','Antlered Crown and Standing Stone',NULL,308,0,NULL,NULL,NULL,NULL),(100,'Under a Beltane Sun','Damh the Bard','Antlered Crown and Standing Stone',NULL,246,0,NULL,NULL,NULL,NULL),(101,'Brighid','Damh the Bard','Antlered Crown and Standing Stone',NULL,337,0,NULL,NULL,NULL,NULL),(102,'Branwen\'s Lament','Damh the Bard','Antlered Crown and Standing Stone',NULL,321,0,NULL,NULL,NULL,NULL),(103,'Sons and Daughters (of Robin Hood)','Damh the Bard','Antlered Crown and Standing Stone',NULL,374,0,NULL,NULL,NULL,NULL),(104,'The Dreaming','Damh the Bard','Antlered Crown and Standing Stone',NULL,355,0,NULL,NULL,NULL,NULL),(105,'The January Man','Damh the Bard','Antlered Crown and Standing Stone',NULL,270,0,NULL,NULL,NULL,NULL),(106,'Silent Moon','Damh the Bard','Antlered Crown and Standing Stone',NULL,286,0,NULL,NULL,NULL,NULL),(107,'Down in the Garden','Damh the Bard','Antlered Crown and Standing Stone',NULL,261,0,NULL,NULL,NULL,NULL),(108,'Ceridwen and Taliesin','Damh the Bard','Antlered Crown and Standing Stone',NULL,460,0,NULL,NULL,NULL,NULL),(109,'Song of Awen','Damh the Bard','Herne\'s Apprentice',NULL,307,0,NULL,NULL,NULL,NULL),(110,'Obsession','Damh the Bard','Herne\'s Apprentice',NULL,315,0,NULL,NULL,NULL,NULL),(111,'Blodeuwedd','Damh the Bard','Herne\'s Apprentice',NULL,439,0,NULL,NULL,NULL,NULL),(112,'Fith Fath Song','Damh the Bard','Herne\'s Apprentice',NULL,373,0,NULL,NULL,NULL,NULL),(113,'Cloak of Feathers','Damh the Bard','Herne\'s Apprentice',NULL,340,0,NULL,NULL,NULL,NULL),(114,'Gently Johnny','Damh the Bard','Herne\'s Apprentice',NULL,378,0,NULL,NULL,NULL,NULL),(115,'Raggle Taggle Gypsies','Damh the Bard','Herne\'s Apprentice',NULL,222,0,NULL,NULL,NULL,NULL),(116,'Lughnasadh','Damh the Bard','Herne\'s Apprentice',NULL,281,0,NULL,NULL,NULL,NULL),(117,'Pipes of Pan','Damh the Bard','Herne\'s Apprentice',NULL,288,0,NULL,NULL,NULL,NULL),(118,'Learning to Fly','Damh the Bard','Herne\'s Apprentice',NULL,310,0,NULL,NULL,NULL,NULL),(119,'The Selkie','Damh the Bard','Herne\'s Apprentice',NULL,340,0,NULL,NULL,NULL,NULL),(120,'Winds of Change','Damh the Bard','Herne\'s Apprentice',NULL,272,0,NULL,NULL,NULL,NULL),(121,'Sever','Delain','Lucidity',NULL,290,0,NULL,NULL,NULL,NULL),(122,'Frozen','Delain','Lucidity',NULL,281,0,NULL,NULL,NULL,NULL),(123,'Silhouette Of A Dancer','Delain','Lucidity',NULL,324,0,NULL,NULL,NULL,NULL),(124,'No Compliance','Delain','Lucidity',NULL,308,0,NULL,NULL,NULL,NULL),(125,'See Me In Shadow','Delain','Lucidity',NULL,280,0,NULL,NULL,NULL,NULL),(126,'Shattered','Delain','Lucidity',NULL,259,0,NULL,NULL,NULL,NULL),(127,'The Gathering','Delain','Lucidity',NULL,214,0,NULL,NULL,NULL,NULL),(128,'Daylight Lucidity','Delain','Lucidity',NULL,275,0,NULL,NULL,NULL,NULL),(129,'Sleepwalker\'s Dream','Delain','Lucidity',NULL,266,0,NULL,NULL,NULL,NULL),(130,'A Day For Ghosts','Delain','Lucidity',NULL,216,0,NULL,NULL,NULL,NULL),(131,'Pristine','Delain','Lucidity',NULL,266,0,NULL,NULL,NULL,NULL),(132,'(Deep) Frozen','Delain','Lucidity',NULL,284,0,NULL,NULL,NULL,NULL),(133,'Rites of Passage','Demons & Wizards','Demons & Wizards',NULL,54,0,NULL,NULL,NULL,NULL),(134,'Heaven Denies','Demons & Wizards','Demons & Wizards',NULL,318,0,NULL,NULL,NULL,NULL),(135,'Poor Man\'s Crusade','Demons & Wizards','Demons & Wizards',NULL,241,0,NULL,NULL,NULL,NULL),(136,'Fiddler on the Green','Demons & Wizards','Demons & Wizards',NULL,350,0,NULL,NULL,NULL,NULL),(137,'Blood on My Hands','Demons & Wizards','Demons & Wizards',NULL,283,0,NULL,NULL,NULL,NULL),(138,'Path of Glory','Demons & Wizards','Demons & Wizards',NULL,298,0,NULL,NULL,NULL,NULL),(139,'Winter of Souls','Demons & Wizards','Demons & Wizards',NULL,345,0,NULL,NULL,NULL,NULL),(140,'The Whistler','Demons & Wizards','Demons & Wizards',NULL,314,0,NULL,NULL,NULL,NULL),(141,'Tear Down the Wall','Demons & Wizards','Demons & Wizards',NULL,287,0,NULL,NULL,NULL,NULL),(142,'Gallows Pole','Demons & Wizards','Demons & Wizards',NULL,323,0,NULL,NULL,NULL,NULL),(143,'My Last Sunrise','Demons & Wizards','Demons & Wizards',NULL,283,0,NULL,NULL,NULL,NULL),(144,'Chant','Demons & Wizards','Demons & Wizards',NULL,54,0,NULL,NULL,NULL,NULL),(145,'White Room','Demons & Wizards','Demons & Wizards',NULL,300,0,NULL,NULL,NULL,NULL),(146,'The Whistler (alternate version)','Demons & Wizards','Demons & Wizards',NULL,320,0,NULL,NULL,NULL,NULL),(147,'Balrog Boogie','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,233,0,NULL,NULL,NULL,NULL),(148,'Heroines','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,322,0,NULL,NULL,NULL,NULL),(149,'Poetic Pitbull Revolutions','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,291,0,NULL,NULL,NULL,NULL),(150,'Rag Doll Physics','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,233,0,NULL,NULL,NULL,NULL),(151,'D\'Angelo','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,114,0,NULL,NULL,NULL,NULL),(152,'Velvet Embracer','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,245,0,NULL,NULL,NULL,NULL),(153,'Gunpowder Chant','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,110,0,NULL,NULL,NULL,NULL),(154,'Infralove','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,294,0,NULL,NULL,NULL,NULL),(155,'Wedding March For A Bullet','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,193,0,NULL,NULL,NULL,NULL),(156,'Qualms Of Conscience','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,76,0,NULL,NULL,NULL,NULL),(157,'Zodiac Virtues','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,287,0,NULL,NULL,NULL,NULL),(158,'Porcelain Judas','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,249,0,NULL,NULL,NULL,NULL),(159,'Pink Noise Waltz','Diablo Swing Orchestra','The Butcher\'s Ballroom',NULL,366,0,NULL,NULL,NULL,NULL),(160,'Lead In','Divercia','Modus Operandi',NULL,61,0,NULL,NULL,NULL,NULL),(161,'Transylvanian [Love]','Divercia','Modus Operandi',NULL,253,0,NULL,NULL,NULL,NULL),(162,'Everlasting','Divercia','Modus Operandi',NULL,260,0,NULL,NULL,NULL,NULL),(163,'The Heart Of Atlantis','Divercia','Modus Operandi',NULL,297,0,NULL,NULL,NULL,NULL),(164,'As Mist Descends','Divercia','Modus Operandi',NULL,319,0,NULL,NULL,NULL,NULL),(165,'Modus Operandi','Divercia','Modus Operandi',NULL,301,0,NULL,NULL,NULL,NULL),(166,'To Forgive','Divercia','Modus Operandi',NULL,294,0,NULL,NULL,NULL,NULL),(167,'Hollowed','Divercia','Modus Operandi',NULL,357,0,NULL,NULL,NULL,NULL),(168,'Eighthundred And Seventynine','Divercia','Modus Operandi',NULL,331,0,NULL,NULL,NULL,NULL),(169,'Vaya Con Diablos','Divercia','Modus Operandi',NULL,265,0,NULL,NULL,NULL,NULL),(170,'Planeteer','Divercia','Modus Operandi',NULL,363,0,NULL,NULL,NULL,NULL),(171,'Bagdad','Divokej Bill','Mezi nima',NULL,125,0,NULL,NULL,NULL,NULL),(172,'Pocit','Divokej Bill','Mezi nima',NULL,194,0,NULL,NULL,NULL,NULL),(173,'Znameni','Divokej Bill','Mezi nima',NULL,243,0,NULL,NULL,NULL,NULL),(174,'Malovani','Divokej Bill','Mezi nima',NULL,199,0,NULL,NULL,NULL,NULL),(175,'Kvuli holkam','Divokej Bill','Mezi nima',NULL,184,0,NULL,NULL,NULL,NULL),(176,'Vokna','Divokej Bill','Mezi nima',NULL,173,0,NULL,NULL,NULL,NULL),(177,'Armada','Divokej Bill','Mezi nima',NULL,281,0,NULL,NULL,NULL,NULL),(178,'Mrazik','Divokej Bill','Mezi nima',NULL,179,0,NULL,NULL,NULL,NULL),(179,'Kolem tebe','Divokej Bill','Mezi nima',NULL,245,0,NULL,NULL,NULL,NULL),(180,'Kotle','Divokej Bill','Mezi nima',NULL,413,0,NULL,NULL,NULL,NULL),(181,'Na Tvy louce zeleny','Divokej Bill','Mezi nima',NULL,226,0,NULL,NULL,NULL,NULL),(182,'Heroes Of Our Time','Dragonforce','Ultra Beatdown',NULL,435,0,NULL,NULL,NULL,NULL),(183,'The Fire Still Burns','Dragonforce','Ultra Beatdown',NULL,472,0,NULL,NULL,NULL,NULL),(184,'Reasons To Live','Dragonforce','Ultra Beatdown',NULL,385,0,NULL,NULL,NULL,NULL),(185,'Heartbreak Armageddon','Dragonforce','Ultra Beatdown',NULL,462,0,NULL,NULL,NULL,NULL),(186,'The Last Journey Home','Dragonforce','Ultra Beatdown',NULL,495,0,NULL,NULL,NULL,NULL),(187,'A Flame For Freedom','Dragonforce','Ultra Beatdown',NULL,320,0,NULL,NULL,NULL,NULL),(188,'Inside The Winter Storm','Dragonforce','Ultra Beatdown',NULL,491,0,NULL,NULL,NULL,NULL),(189,'The Warrior Inside','Dragonforce','Ultra Beatdown',NULL,434,0,NULL,NULL,NULL,NULL),(190,'Ascending','Edenbridge','Arcana',NULL,67,0,NULL,NULL,NULL,NULL),(191,'Starlight Reverie','Edenbridge','Arcana',NULL,252,0,NULL,NULL,NULL,NULL),(192,'The Palace','Edenbridge','Arcana',NULL,416,0,NULL,NULL,NULL,NULL),(193,'A Moment Of Time','Edenbridge','Arcana',NULL,247,0,NULL,NULL,NULL,NULL),(194,'Fly On A Rainbow Dream','Edenbridge','Arcana',NULL,281,0,NULL,NULL,NULL,NULL),(195,'Color My Sky','Edenbridge','Arcana',NULL,274,0,NULL,NULL,NULL,NULL),(196,'Velvet Eyes Of Dawn (Bonus Track)','Edenbridge','Arcana',NULL,379,0,NULL,NULL,NULL,NULL),(197,'Into The Light','Edenbridge','Arcana',NULL,322,0,NULL,NULL,NULL,NULL),(198,'Suspiria','Edenbridge','Arcana',NULL,311,0,NULL,NULL,NULL,NULL),(199,'Winter Winds','Edenbridge','Arcana',NULL,282,0,NULL,NULL,NULL,NULL),(200,'Arcana','Edenbridge','Arcana',NULL,588,0,NULL,NULL,NULL,NULL),(201,'Overture','Edguy','Vain Glory Opera',NULL,92,0,NULL,NULL,NULL,NULL),(202,'Until We Rise Again','Edguy','Vain Glory Opera',NULL,267,0,NULL,NULL,NULL,NULL),(203,'How Many Miles','Edguy','Vain Glory Opera',NULL,338,0,NULL,NULL,NULL,NULL),(204,'Scarlet Rose','Edguy','Vain Glory Opera',NULL,310,0,NULL,NULL,NULL,NULL),(205,'Out of Control','Edguy','Vain Glory Opera',NULL,304,0,NULL,NULL,NULL,NULL),(206,'Vain Glory Opera','Edguy','Vain Glory Opera',NULL,368,0,NULL,NULL,NULL,NULL),(207,'Fairytale','Edguy','Vain Glory Opera',NULL,310,0,NULL,NULL,NULL,NULL),(208,'Walk on Fighting','Edguy','Vain Glory Opera',NULL,286,0,NULL,NULL,NULL,NULL),(209,'Tomorrow','Edguy','Vain Glory Opera',NULL,232,0,NULL,NULL,NULL,NULL),(210,'No More Foolin\'','Edguy','Vain Glory Opera',NULL,295,0,NULL,NULL,NULL,NULL),(211,'Hymn','Edguy','Vain Glory Opera',NULL,297,0,NULL,NULL,NULL,NULL),(212,'But Here I Am','Edguy','Vain Glory Opera',NULL,273,0,NULL,NULL,NULL,NULL),(213,'Indigo (Prologue)','Epica','The Divine Conspiracy',NULL,125,0,NULL,NULL,NULL,NULL),(214,'The Obsessive Devotion','Epica','The Divine Conspiracy',NULL,433,0,NULL,NULL,NULL,NULL),(215,'Menace of Vanity','Epica','The Divine Conspiracy',NULL,253,0,NULL,NULL,NULL,NULL),(216,'Chasing the Dragon','Epica','The Divine Conspiracy',NULL,460,0,NULL,NULL,NULL,NULL),(217,'Never Enough','Epica','The Divine Conspiracy',NULL,287,0,NULL,NULL,NULL,NULL),(218,'La\'petach Chatat Rovetz (The Final Embrace)','Epica','The Divine Conspiracy',NULL,106,0,NULL,NULL,NULL,NULL),(219,'Death of a Dream (The Embrace That Smothers Part, VII)','Epica','The Divine Conspiracy',NULL,363,0,NULL,NULL,NULL,NULL),(220,'Living a Lie (The Embrace That Smothers, Part VIII)','Epica','The Divine Conspiracy',NULL,296,0,NULL,NULL,NULL,NULL),(221,'Fools of Damnation (The Embrace That Smothers, Part IX)','Epica','The Divine Conspiracy',NULL,522,0,NULL,NULL,NULL,NULL),(222,'Beyond Belief','Epica','The Divine Conspiracy',NULL,325,0,NULL,NULL,NULL,NULL),(223,'Safeguard to Paradise','Epica','The Divine Conspiracy',NULL,226,0,NULL,NULL,NULL,NULL),(224,'Sancta Terra','Epica','The Divine Conspiracy',NULL,297,0,NULL,NULL,NULL,NULL),(225,'The Divine Conspiracy','Epica','The Divine Conspiracy',NULL,835,0,NULL,NULL,NULL,NULL),(226,'Going Under','Evanescence','Fallen',NULL,215,0,NULL,NULL,NULL,NULL),(227,'Bring Me To Life','Evanescence','Fallen',NULL,237,0,NULL,NULL,NULL,NULL),(228,'Everybody\'s Fool','Evanescence','Fallen',NULL,196,0,NULL,NULL,NULL,NULL),(229,'My Immortal','Evanescence','Fallen',NULL,264,0,NULL,NULL,NULL,NULL),(230,'Haunted','Evanescence','Fallen',NULL,186,0,NULL,NULL,NULL,NULL),(231,'Tourniquet','Evanescence','Fallen',NULL,278,0,NULL,NULL,NULL,NULL),(232,'Imaginary','Evanescence','Fallen',NULL,257,0,NULL,NULL,NULL,NULL),(233,'Taking Over Me','Evanescence','Fallen',NULL,229,0,NULL,NULL,NULL,NULL),(234,'Hello','Evanescence','Fallen',NULL,220,0,NULL,NULL,NULL,NULL),(235,'My Last Breath','Evanescence','Fallen',NULL,247,0,NULL,NULL,NULL,NULL),(236,'Whisper','Evanescence','Fallen',NULL,328,0,NULL,NULL,NULL,NULL),(237,'Farther Away','Evanescence','Fallen',NULL,239,0,NULL,NULL,NULL,NULL),(238,'Induction','Gamma Ray','No World Order',NULL,60,0,NULL,NULL,NULL,NULL),(239,'Dethrone Tyranny','Gamma Ray','No World Order',NULL,254,0,NULL,NULL,NULL,NULL),(240,'The Heart of the Unicorn','Gamma Ray','No World Order',NULL,286,0,NULL,NULL,NULL,NULL),(241,'Heaven or Hell','Gamma Ray','No World Order',NULL,256,0,NULL,NULL,NULL,NULL),(242,'New World Order','Gamma Ray','No World Order',NULL,300,0,NULL,NULL,NULL,NULL),(243,'Damn the Machine','Gamma Ray','No World Order',NULL,304,0,NULL,NULL,NULL,NULL),(244,'Solid','Gamma Ray','No World Order',NULL,264,0,NULL,NULL,NULL,NULL),(245,'Fire Below','Gamma Ray','No World Order',NULL,334,0,NULL,NULL,NULL,NULL),(246,'Follow Me','Gamma Ray','No World Order',NULL,283,0,NULL,NULL,NULL,NULL),(247,'Eagle','Gamma Ray','No World Order',NULL,365,0,NULL,NULL,NULL,NULL),(248,'Lake of Tears','Gamma Ray','No World Order',NULL,407,0,NULL,NULL,NULL,NULL),(249,'Threshold','HammerFall','Threshold',NULL,285,0,NULL,NULL,NULL,NULL),(250,'The Fire Burns Forever','HammerFall','Threshold',NULL,202,0,NULL,NULL,NULL,NULL),(251,'Rebel Inside','HammerFall','Threshold',NULL,334,0,NULL,NULL,NULL,NULL),(252,'Natural High','HammerFall','Threshold',NULL,255,0,NULL,NULL,NULL,NULL),(253,'Dark Wings, Dark Words','HammerFall','Threshold',NULL,302,0,NULL,NULL,NULL,NULL),(254,'Howlin\' With The \'Pac','HammerFall','Threshold',NULL,246,0,NULL,NULL,NULL,NULL),(255,'Shadow Empire','HammerFall','Threshold',NULL,315,0,NULL,NULL,NULL,NULL),(256,'Carved In Stone','HammerFall','Threshold',NULL,373,0,NULL,NULL,NULL,NULL),(257,'Steampunk Revolution','Abney Park','Ancient World',NULL,196,0,NULL,NULL,NULL,NULL),(258,'Scupper Shanty','Abney Park','Ancient World',NULL,176,0,NULL,NULL,NULL,NULL),(259,'The Story That Never Starts','Abney Park','Ancient World',NULL,247,0,NULL,NULL,NULL,NULL),(260,'Ancient World','Abney Park','Ancient World',NULL,269,0,NULL,NULL,NULL,NULL),(261,'Waiting for You','Abney Park','Ancient World',NULL,219,0,NULL,NULL,NULL,NULL),(262,'Terrible Affliction','Abney Park','Ancient World',NULL,182,0,NULL,NULL,NULL,NULL),(263,'Rag Time Punk (Stealing from the Past)','Abney Park','Ancient World',NULL,196,0,NULL,NULL,NULL,NULL),(264,'The Ballad of Captain Robert (Deluxe Edition)','Abney Park','Ancient World',NULL,159,0,NULL,NULL,NULL,NULL),(265,'Can\'t Talk About It','Abney Park','Ancient World',NULL,198,0,NULL,NULL,NULL,NULL),(266,'Tricked the Machine','Abney Park','Ancient World',NULL,244,0,NULL,NULL,NULL,NULL),(267,'Things Could Be Worse','Abney Park','Ancient World',NULL,159,0,NULL,NULL,NULL,NULL),(268,'Fix the Boat, or Swim','Abney Park','Ancient World',NULL,184,0,NULL,NULL,NULL,NULL),(269,'Jealousy','Abney Park','Ancient World',NULL,192,0,NULL,NULL,NULL,NULL),(270,'Automaton','Abney Park','Ancient World',NULL,238,0,NULL,NULL,NULL,NULL),(271,'Steampunk Revolution (Instrumental)','Abney Park','Ancient World',NULL,198,0,NULL,NULL,NULL,NULL),(272,'Titan','HammerFall','Threshold',NULL,264,0,NULL,NULL,NULL,NULL),(273,'The Wicker Man','Iron Maiden','Brave New World',NULL,275,0,NULL,NULL,NULL,NULL),(274,'Ghost Of The Navigator','Iron Maiden','Brave New World',NULL,410,0,NULL,NULL,NULL,NULL),(275,'Brave New World','Iron Maiden','Brave New World',NULL,378,0,NULL,NULL,NULL,NULL),(276,'Blood Brothers','Iron Maiden','Brave New World',NULL,434,0,NULL,NULL,NULL,NULL),(277,'The Mercenary','Iron Maiden','Brave New World',NULL,282,0,NULL,NULL,NULL,NULL),(278,'Dream Of Mirrors','Iron Maiden','Brave New World',NULL,561,0,NULL,NULL,NULL,NULL),(279,'The Fallen Angel','Iron Maiden','Brave New World',NULL,240,0,NULL,NULL,NULL,NULL),(280,'The Nomad','Iron Maiden','Brave New World',NULL,546,0,NULL,NULL,NULL,NULL),(281,'Out Of The Silent Planet','Iron Maiden','Brave New World',NULL,385,0,NULL,NULL,NULL,NULL),(282,'The Thin Line Between Love & Hate','Iron Maiden','Brave New World',NULL,506,0,NULL,NULL,NULL,NULL),(283,'March Of Mephisto','Kamelot','The Black Halo (Ltd. Edition)',NULL,329,0,NULL,NULL,NULL,NULL),(284,'When The Lights Are Down','Kamelot','The Black Halo (Ltd. Edition)',NULL,221,0,NULL,NULL,NULL,NULL),(285,'The Haunting (Somewhere In Time)','Kamelot','The Black Halo (Ltd. Edition)',NULL,340,0,NULL,NULL,NULL,NULL),(286,'Soul Society','Kamelot','The Black Halo (Ltd. Edition)',NULL,257,0,NULL,NULL,NULL,NULL),(287,'Interlude I - Dei Gratia','Kamelot','The Black Halo (Ltd. Edition)',NULL,57,0,NULL,NULL,NULL,NULL),(288,'Abandoned','Kamelot','The Black Halo (Ltd. Edition)',NULL,247,0,NULL,NULL,NULL,NULL),(289,'This Pain','Kamelot','The Black Halo (Ltd. Edition)',NULL,239,0,NULL,NULL,NULL,NULL),(290,'Moonlight','Kamelot','The Black Halo (Ltd. Edition)',NULL,310,0,NULL,NULL,NULL,NULL),(291,'Interlude II - Un Assassinio Molto Silenzioso','Kamelot','The Black Halo (Ltd. Edition)',NULL,40,0,NULL,NULL,NULL,NULL),(292,'The Black Halo','Kamelot','The Black Halo (Ltd. Edition)',NULL,223,0,NULL,NULL,NULL,NULL),(293,'Nothing Ever Dies','Kamelot','The Black Halo (Ltd. Edition)',NULL,285,0,NULL,NULL,NULL,NULL),(294,'Memento Mori','Kamelot','The Black Halo (Ltd. Edition)',NULL,534,0,NULL,NULL,NULL,NULL),(295,'Interlude III - Midnight, Twelve Tolls For A New Day','Kamelot','The Black Halo (Ltd. Edition)',NULL,81,0,NULL,NULL,NULL,NULL),(296,'Serenade','Kamelot','The Black Halo (Ltd. Edition)',NULL,273,0,NULL,NULL,NULL,NULL),(297,'The Haunting (Somewhere In Time) (Radio edit)','Kamelot','The Black Halo (Ltd. Edition)',NULL,222,0,NULL,NULL,NULL,NULL),(298,'March Of Mephisto (Radio edit)','Kamelot','The Black Halo (Ltd. Edition)',NULL,210,0,NULL,NULL,NULL,NULL),(299,'The Craving','Kingfisher Sky','Hallway of Dreams',NULL,222,0,NULL,NULL,NULL,NULL),(300,'Hallway of Dreams','Kingfisher Sky','Hallway of Dreams',NULL,257,0,NULL,NULL,NULL,NULL),(301,'Balance of Power','Kingfisher Sky','Hallway of Dreams',NULL,262,0,NULL,NULL,NULL,NULL),(302,'November','Kingfisher Sky','Hallway of Dreams',NULL,260,0,NULL,NULL,NULL,NULL),(303,'Big Fish','Kingfisher Sky','Hallway of Dreams',NULL,209,0,NULL,NULL,NULL,NULL),(304,'Through My Eyes','Kingfisher Sky','Hallway of Dreams',NULL,308,0,NULL,NULL,NULL,NULL),(305,'Seven Feet','Kingfisher Sky','Hallway of Dreams',NULL,253,0,NULL,NULL,NULL,NULL),(306,'Persephone','Kingfisher Sky','Hallway of Dreams',NULL,203,0,NULL,NULL,NULL,NULL),(307,'Her White Dress','Kingfisher Sky','Hallway of Dreams',NULL,249,0,NULL,NULL,NULL,NULL),(308,'Brody','Kingfisher Sky','Hallway of Dreams',NULL,277,0,NULL,NULL,NULL,NULL),(309,'Sempre Fedele','Kingfisher Sky','Hallway of Dreams',NULL,247,0,NULL,NULL,NULL,NULL),(310,'Za Welesa','KOCKO TOMAS & ORCHESTR','Godula',NULL,63,0,NULL,NULL,NULL,NULL),(311,'Zahrada','KOCKO TOMAS & ORCHESTR','Godula',NULL,317,0,NULL,NULL,NULL,NULL),(312,'Bes','KOCKO TOMAS & ORCHESTR','Godula',NULL,208,0,NULL,NULL,NULL,NULL),(313,'Ondrasova pisen','KOCKO TOMAS & ORCHESTR','Godula',NULL,238,0,NULL,NULL,NULL,NULL),(314,'Vitej Vesno','KOCKO TOMAS & ORCHESTR','Godula',NULL,227,0,NULL,NULL,NULL,NULL),(315,'Zlatohlav','KOCKO TOMAS & ORCHESTR','Godula',NULL,334,0,NULL,NULL,NULL,NULL),(316,'Ovenzok','KOCKO TOMAS & ORCHESTR','Godula',NULL,256,0,NULL,NULL,NULL,NULL),(317,'Carodejny popevek','KOCKO TOMAS & ORCHESTR','Godula',NULL,267,0,NULL,NULL,NULL,NULL),(318,'Cerna knezna','KOCKO TOMAS & ORCHESTR','Godula',NULL,300,0,NULL,NULL,NULL,NULL),(319,'Godovnica','KOCKO TOMAS & ORCHESTR','Godula',NULL,353,0,NULL,NULL,NULL,NULL),(320,'Zahrada, part II.','KOCKO TOMAS & ORCHESTR','Godula',NULL,321,0,NULL,NULL,NULL,NULL),(321,'Cerna knezna, part II.','KOCKO TOMAS & ORCHESTR','Godula',NULL,324,0,NULL,NULL,NULL,NULL),(322,'All in my Head (Radio Edit)','Kosheen','Kokopelli',NULL,245,0,NULL,NULL,NULL,NULL),(323,'Crawling','Kosheen','Kokopelli',NULL,233,0,NULL,NULL,NULL,NULL),(324,'Avalanche','Kosheen','Kokopelli',NULL,375,0,NULL,NULL,NULL,NULL),(325,'Blue Eyed Boy','Kosheen','Kokopelli',NULL,290,0,NULL,NULL,NULL,NULL),(326,'Suzy May','Kosheen','Kokopelli',NULL,331,0,NULL,NULL,NULL,NULL),(327,'Wish','Kosheen','Kokopelli',NULL,309,0,NULL,NULL,NULL,NULL),(328,'Coming Home','Kosheen','Kokopelli',NULL,329,0,NULL,NULL,NULL,NULL),(329,'Ages','Kosheen','Kokopelli',NULL,347,0,NULL,NULL,NULL,NULL),(330,'Recovery','Kosheen','Kokopelli',NULL,339,0,NULL,NULL,NULL,NULL),(331,'Little Boy','Kosheen','Kokopelli',NULL,215,0,NULL,NULL,NULL,NULL),(332,'All Systems Go','Krypteria','Bloodangel\'s Cry',NULL,251,0,NULL,NULL,NULL,NULL),(333,'The Promise','Krypteria','Bloodangel\'s Cry',NULL,249,0,NULL,NULL,NULL,NULL),(334,'Time To Bring The Pain','Krypteria','Bloodangel\'s Cry',NULL,292,0,NULL,NULL,NULL,NULL),(335,'Somebody Save Me','Krypteria','Bloodangel\'s Cry',NULL,300,0,NULL,NULL,NULL,NULL),(336,'Scream','Krypteria','Bloodangel\'s Cry',NULL,268,0,NULL,NULL,NULL,NULL),(337,'Lost','Krypteria','Bloodangel\'s Cry',NULL,278,0,NULL,NULL,NULL,NULL),(338,'Out Of Tears','Krypteria','Bloodangel\'s Cry',NULL,237,0,NULL,NULL,NULL,NULL),(339,'I Can\'t Breath','Krypteria','Bloodangel\'s Cry',NULL,202,0,NULL,NULL,NULL,NULL),(340,'The Night All Angels Cry','Krypteria','Bloodangel\'s Cry',NULL,405,0,NULL,NULL,NULL,NULL),(341,'Dream Yourself Far Away','Krypteria','Bloodangel\'s Cry',NULL,240,0,NULL,NULL,NULL,NULL),(342,'Sweet Revenge','Krypteria','Bloodangel\'s Cry',NULL,291,0,NULL,NULL,NULL,NULL),(343,'At The Gates Of Retribution','Krypteria','Bloodangel\'s Cry',NULL,603,0,NULL,NULL,NULL,NULL),(344,'Trip The Darkness','Lacuna Coil','Dark Adrenaline',NULL,193,0,NULL,NULL,NULL,NULL),(345,'Against You','Lacuna Coil','Dark Adrenaline',NULL,230,0,NULL,NULL,NULL,NULL),(346,'Kill The Light','Lacuna Coil','Dark Adrenaline',NULL,214,0,NULL,NULL,NULL,NULL),(347,'Give Me Something More','Lacuna Coil','Dark Adrenaline',NULL,235,0,NULL,NULL,NULL,NULL),(348,'Upsidedown','Lacuna Coil','Dark Adrenaline',NULL,183,0,NULL,NULL,NULL,NULL),(349,'End Of Time','Lacuna Coil','Dark Adrenaline',NULL,232,0,NULL,NULL,NULL,NULL),(350,'I Don\'t Believe In Tomorrow','Lacuna Coil','Dark Adrenaline',NULL,251,0,NULL,NULL,NULL,NULL),(351,'Intoxicated','Lacuna Coil','Dark Adrenaline',NULL,227,0,NULL,NULL,NULL,NULL),(352,'The Army Inside','Lacuna Coil','Dark Adrenaline',NULL,192,0,NULL,NULL,NULL,NULL),(353,'Losing My Religion','Lacuna Coil','Dark Adrenaline',NULL,222,0,NULL,NULL,NULL,NULL),(354,'Fire','Lacuna Coil','Dark Adrenaline',NULL,174,0,NULL,NULL,NULL,NULL),(355,'My Spirit','Lacuna Coil','Dark Adrenaline',NULL,349,0,NULL,NULL,NULL,NULL),(356,'Spirits\' Masquerade','Leaves\' Eyes','Meredead',NULL,391,0,NULL,NULL,NULL,NULL),(357,'Etain','Leaves\' Eyes','Meredead',NULL,238,0,NULL,NULL,NULL,NULL),(358,'Velvet Heart','Leaves\' Eyes','Meredead',NULL,222,0,NULL,NULL,NULL,NULL),(359,'Krakevisa','Leaves\' Eyes','Meredead',NULL,274,0,NULL,NULL,NULL,NULL),(360,'To France','Leaves\' Eyes','Meredead',NULL,277,0,NULL,NULL,NULL,NULL),(361,'Meredead','Leaves\' Eyes','Meredead',NULL,319,0,NULL,NULL,NULL,NULL),(362,'Sigrlinn','Leaves\' Eyes','Meredead',NULL,527,0,NULL,NULL,NULL,NULL),(363,'Mine Taror er ei Grimme','Leaves\' Eyes','Meredead',NULL,174,0,NULL,NULL,NULL,NULL),(364,'Empty Horizon','Leaves\' Eyes','Meredead',NULL,298,0,NULL,NULL,NULL,NULL),(365,'Veritas','Leaves\' Eyes','Meredead',NULL,48,0,NULL,NULL,NULL,NULL),(366,'Nystev','Leaves\' Eyes','Meredead',NULL,279,0,NULL,NULL,NULL,NULL),(367,'Tell-Tale Eyes','Leaves\' Eyes','Meredead',NULL,238,0,NULL,NULL,NULL,NULL),(368,'Sorhleod (Bonus Track)','Leaves\' Eyes','Meredead',NULL,304,0,NULL,NULL,NULL,NULL),(369,'Scarctic Circle Gathering','Lordi','Get Heavy',NULL,62,0,NULL,NULL,NULL,NULL),(370,'Get Heavy','Lordi','Get Heavy',NULL,180,0,NULL,NULL,NULL,NULL),(371,'Devil Is A Loser','Lordi','Get Heavy',NULL,209,0,NULL,NULL,NULL,NULL),(372,'Rock The Hell Outta You','Lordi','Get Heavy',NULL,187,0,NULL,NULL,NULL,NULL),(373,'Would You Love A Monsterman','Lordi','Get Heavy',NULL,182,0,NULL,NULL,NULL,NULL),(374,'Icon Of Dominance','Lordi','Get Heavy',NULL,277,0,NULL,NULL,NULL,NULL),(375,'Not The Nicest Guy','Lordi','Get Heavy',NULL,192,0,NULL,NULL,NULL,NULL),(376,'Hellbender Turbulence','Lordi','Get Heavy',NULL,166,0,NULL,NULL,NULL,NULL),(377,'Biomechanic Man','Lordi','Get Heavy',NULL,202,0,NULL,NULL,NULL,NULL),(378,'Last Kiss Goodbye','Lordi','Get Heavy',NULL,186,0,NULL,NULL,NULL,NULL),(379,'Dynamite Tonite','Lordi','Get Heavy',NULL,195,0,NULL,NULL,NULL,NULL),(380,'Monster Monster','Lordi','Get Heavy',NULL,203,0,NULL,NULL,NULL,NULL),(381,'13.','Lordi','Get Heavy',NULL,66,0,NULL,NULL,NULL,NULL),(382,'Does Your Mother Know','Lordi','Get Heavy',NULL,212,0,NULL,NULL,NULL,NULL),(383,'First Autumn Days','Lyriel','Autumntales',NULL,125,0,NULL,NULL,NULL,NULL),(384,'Surrender in Dance','Lyriel','Autumntales',NULL,224,0,NULL,NULL,NULL,NULL),(385,'Memoria','Lyriel','Autumntales',NULL,216,0,NULL,NULL,NULL,NULL),(386,'My favorite Dream','Lyriel','Autumntales',NULL,226,0,NULL,NULL,NULL,NULL),(387,'The Promised Land','Lyriel','Autumntales',NULL,198,0,NULL,NULL,NULL,NULL),(388,'Days of Yore','Lyriel','Autumntales',NULL,250,0,NULL,NULL,NULL,NULL),(389,'Fairyland','Lyriel','Autumntales',NULL,224,0,NULL,NULL,NULL,NULL),(390,'Autumntales','Lyriel','Autumntales',NULL,248,0,NULL,NULL,NULL,NULL),(391,'Wild Birds','Lyriel','Autumntales',NULL,193,0,NULL,NULL,NULL,NULL),(392,'Hijo de la Luna','Lyriel','Autumntales',NULL,248,0,NULL,NULL,NULL,NULL),(393,'Enchanced Moonlight','Lyriel','Autumntales',NULL,290,0,NULL,NULL,NULL,NULL),(394,'Regen','Lyriel','Autumntales',NULL,244,0,NULL,NULL,NULL,NULL),(395,'Last Autumn Days','Lyriel','Autumntales',NULL,86,0,NULL,NULL,NULL,NULL),(396,'My favorite Dream - Dedicated','Lyriel','Autumntales',NULL,226,0,NULL,NULL,NULL,NULL),(397,'The Wish','Magica','The Scroll Of Stone',NULL,54,0,NULL,NULL,NULL,NULL),(398,'A Blood Red Dream','Magica','The Scroll Of Stone',NULL,271,0,NULL,NULL,NULL,NULL),(399,'The Sun Is Gone','Magica','The Scroll Of Stone',NULL,65,0,NULL,NULL,NULL,NULL),(400,'The Sorcerer','Magica','The Scroll Of Stone',NULL,283,0,NULL,NULL,NULL,NULL),(401,'Road To The Unknown','Magica','The Scroll Of Stone',NULL,280,0,NULL,NULL,NULL,NULL),(402,'Daca','Magica','The Scroll Of Stone',NULL,236,0,NULL,NULL,NULL,NULL),(403,'E-Magic','Magica','The Scroll Of Stone',NULL,230,0,NULL,NULL,NULL,NULL),(404,'The Silent Forest','Magica','The Scroll Of Stone',NULL,266,0,NULL,NULL,NULL,NULL),(405,'Mountains of Ice','Magica','The Scroll Of Stone',NULL,305,0,NULL,NULL,NULL,NULL),(406,'The Keys','Magica','The Scroll Of Stone',NULL,153,0,NULL,NULL,NULL,NULL),(407,'The Scroll Of Stone','Magica','The Scroll Of Stone',NULL,271,0,NULL,NULL,NULL,NULL),(408,'Redemption','Magica','The Scroll Of Stone',NULL,310,0,NULL,NULL,NULL,NULL),(409,'Slow Down!','Moonspell','Sin/Pecado',NULL,40,0,NULL,NULL,NULL,NULL),(410,'HandMadeGod','Moonspell','Sin/Pecado',NULL,333,0,NULL,NULL,NULL,NULL),(411,'2econd Skin','Moonspell','Sin/Pecado',NULL,291,0,NULL,NULL,NULL,NULL),(412,'Abysmo','Moonspell','Sin/Pecado',NULL,299,0,NULL,NULL,NULL,NULL),(413,'Flesh','Moonspell','Sin/Pecado',NULL,184,0,NULL,NULL,NULL,NULL),(414,'Magdalene','Moonspell','Sin/Pecado',NULL,377,0,NULL,NULL,NULL,NULL),(415,'The Vulture Culture (Gloria Domini)','Moonspell','Sin/Pecado',NULL,299,0,NULL,NULL,NULL,NULL),(416,'EuroticA','Moonspell','Sin/Pecado',NULL,229,0,NULL,NULL,NULL,NULL),(417,'Mute','Moonspell','Sin/Pecado',NULL,359,0,NULL,NULL,NULL,NULL),(418,'Dekadance','Moonspell','Sin/Pecado',NULL,349,0,NULL,NULL,NULL,NULL),(419,'Let The Children Cum To Me...','Moonspell','Sin/Pecado',NULL,414,0,NULL,NULL,NULL,NULL),(420,'The Hanged Man','Moonspell','Sin/Pecado',NULL,386,0,NULL,NULL,NULL,NULL),(421,'13!','Moonspell','Sin/Pecado',NULL,162,0,NULL,NULL,NULL,NULL),(422,'Wish I Had an Angel','Nightwish','Highest Hopes  The Best of Nightwish',NULL,244,0,NULL,NULL,NULL,NULL),(423,'Stargazers','Nightwish','Highest Hopes  The Best of Nightwish',NULL,266,0,NULL,NULL,NULL,NULL),(424,'The Kinslayer','Nightwish','Highest Hopes  The Best of Nightwish',NULL,241,0,NULL,NULL,NULL,NULL),(425,'Ever Dream','Nightwish','Highest Hopes  The Best of Nightwish',NULL,284,0,NULL,NULL,NULL,NULL),(426,'Elvenpath','Nightwish','Highest Hopes  The Best of Nightwish',NULL,278,0,NULL,NULL,NULL,NULL),(427,'Bless the Child','Nightwish','Highest Hopes  The Best of Nightwish',NULL,372,0,NULL,NULL,NULL,NULL),(428,'Nemo','Nightwish','Highest Hopes  The Best of Nightwish',NULL,275,0,NULL,NULL,NULL,NULL),(429,'Sleeping Sun','Nightwish','Highest Hopes  The Best of Nightwish',NULL,264,0,NULL,NULL,NULL,NULL),(430,'Dead to the World','Nightwish','Highest Hopes  The Best of Nightwish',NULL,259,0,NULL,NULL,NULL,NULL),(431,'Over the Hills And Far Away','Nightwish','Highest Hopes  The Best of Nightwish',NULL,300,0,NULL,NULL,NULL,NULL),(432,'Deep Silent Complete','Nightwish','Highest Hopes  The Best of Nightwish',NULL,237,0,NULL,NULL,NULL,NULL),(433,'Sacrament of Wilderness','Nightwish','Highest Hopes  The Best of Nightwish',NULL,250,0,NULL,NULL,NULL,NULL),(434,'Walking in the Air','Nightwish','Highest Hopes  The Best of Nightwish',NULL,327,0,NULL,NULL,NULL,NULL),(435,'Wishmaster','Nightwish','Highest Hopes  The Best of Nightwish',NULL,263,0,NULL,NULL,NULL,NULL),(436,'Dead Boy\'s Poem','Nightwish','Highest Hopes  The Best of Nightwish',NULL,408,0,NULL,NULL,NULL,NULL),(437,'High Hopes','Nightwish','Highest Hopes  The Best of Nightwish',NULL,440,0,NULL,NULL,NULL,NULL),(438,'Tri martolod','Nolwenn Leroy','Bretonne',NULL,192,0,NULL,NULL,NULL,NULL),(439,'La Jument de Michao','Nolwenn Leroy','Bretonne',NULL,178,0,NULL,NULL,NULL,NULL),(440,'Suite Sudarmoricaine','Nolwenn Leroy','Bretonne',NULL,233,0,NULL,NULL,NULL,NULL),(441,'Greensleeves','Nolwenn Leroy','Bretonne',NULL,222,0,NULL,NULL,NULL,NULL),(442,'Brest','Nolwenn Leroy','Bretonne',NULL,186,0,NULL,NULL,NULL,NULL),(443,'Bro gozh va zadoů','Nolwenn Leroy','Bretonne',NULL,161,0,NULL,NULL,NULL,NULL),(444,'Mnŕ na H-Eireann','Nolwenn Leroy','Bretonne',NULL,211,0,NULL,NULL,NULL,NULL),(445,'Ma Bretagne quand elle pleut','Nolwenn Leroy','Bretonne',NULL,193,0,NULL,NULL,NULL,NULL),(446,'Je ne serai jamais ta Parisienne','Nolwenn Leroy','Bretonne',NULL,193,0,NULL,NULL,NULL,NULL),(447,'Karantez vro','Nolwenn Leroy','Bretonne',NULL,239,0,NULL,NULL,NULL,NULL),(448,'Le bagad de Lann-Bihoue','Nolwenn Leroy','Bretonne',NULL,223,0,NULL,NULL,NULL,NULL),(449,'Dans les prisons de Nantes','Nolwenn Leroy','Bretonne',NULL,169,0,NULL,NULL,NULL,NULL),(450,'Rentrer en Bretagne','Nolwenn Leroy','Bretonne',NULL,273,0,NULL,NULL,NULL,NULL),(451,'Dirty Paws','Of Monsters and Men','My Head is an Animal',NULL,266,0,NULL,NULL,NULL,NULL),(452,'King and Lionheart','Of Monsters and Men','My Head is an Animal',NULL,275,0,NULL,NULL,NULL,NULL),(453,'Numb Bears','Of Monsters and Men','My Head is an Animal',NULL,165,0,NULL,NULL,NULL,NULL),(454,'Sloom','Of Monsters and Men','My Head is an Animal',NULL,282,0,NULL,NULL,NULL,NULL),(455,'Little Talks','Of Monsters and Men','My Head is an Animal',NULL,264,0,NULL,NULL,NULL,NULL),(456,'From Finner','Of Monsters and Men','My Head is an Animal',NULL,221,0,NULL,NULL,NULL,NULL),(457,'Six Weeks','Of Monsters and Men','My Head is an Animal',NULL,331,0,NULL,NULL,NULL,NULL),(458,'Love Love Love','Of Monsters and Men','My Head is an Animal',NULL,241,0,NULL,NULL,NULL,NULL),(459,'Your Bones','Of Monsters and Men','My Head is an Animal',NULL,247,0,NULL,NULL,NULL,NULL),(460,'Lakehouse','Of Monsters and Men','My Head is an Animal',NULL,342,0,NULL,NULL,NULL,NULL),(461,'Yellow Light','Of Monsters and Men','My Head is an Animal',NULL,464,0,NULL,NULL,NULL,NULL),(462,'Wytches\' Brew','Omnia','Alive!',NULL,249,0,NULL,NULL,NULL,NULL),(463,'The Raven','Omnia','Alive!',NULL,547,0,NULL,NULL,NULL,NULL),(464,'Alive!','Omnia','Alive!',NULL,285,0,NULL,NULL,NULL,NULL),(465,'Were You at the Rock?','Omnia','Alive!',NULL,64,0,NULL,NULL,NULL,NULL),(466,'Richard Parker\'s Fancy','Omnia','Alive!',NULL,219,0,NULL,NULL,NULL,NULL),(467,'The Elven Lover','Omnia','Alive!',NULL,264,0,NULL,NULL,NULL,NULL),(468,'Satyr Sex','Omnia','Alive!',NULL,250,0,NULL,NULL,NULL,NULL),(469,'Equinox','Omnia','Alive!',NULL,320,0,NULL,NULL,NULL,NULL),(470,'Fairy Tale','Omnia','Alive!',NULL,306,0,NULL,NULL,NULL,NULL),(471,'Orden Ogan','Orden Ogan','Ravenhead (Ltd Ed)',NULL,86,0,NULL,NULL,NULL,NULL),(472,'Ravenhead','Orden Ogan','Ravenhead (Ltd Ed)',NULL,366,0,NULL,NULL,NULL,NULL),(473,'F.E.V.E.R','Orden Ogan','Ravenhead (Ltd Ed)',NULL,264,0,NULL,NULL,NULL,NULL),(474,'The Lake','Orden Ogan','Ravenhead (Ltd Ed)',NULL,256,0,NULL,NULL,NULL,NULL),(475,'Evil Lies In Every Man','Orden Ogan','Ravenhead (Ltd Ed)',NULL,345,0,NULL,NULL,NULL,NULL),(476,'Here At The End Of The World','Orden Ogan','Ravenhead (Ltd Ed)',NULL,302,0,NULL,NULL,NULL,NULL),(477,'A Reason To Give','Orden Ogan','Ravenhead (Ltd Ed)',NULL,272,0,NULL,NULL,NULL,NULL),(478,'Deaf Among The Blind','Orden Ogan','Ravenhead (Ltd Ed)',NULL,306,0,NULL,NULL,NULL,NULL),(479,'Sorrow Is Your Tale','Orden Ogan','Ravenhead (Ltd Ed)',NULL,343,0,NULL,NULL,NULL,NULL),(480,'In Grief And Chains','Orden Ogan','Ravenhead (Ltd Ed)',NULL,133,0,NULL,NULL,NULL,NULL),(481,'Too Soon','Orden Ogan','Ravenhead (Ltd Ed)',NULL,232,0,NULL,NULL,NULL,NULL),(482,'F.E.V.E.R (8-bit version)','Orden Ogan','Ravenhead (Ltd Ed)',NULL,257,0,NULL,NULL,NULL,NULL),(483,'The Things We Believe In (Folk Version)','Orden Ogan','Ravenhead (Ltd Ed)',NULL,307,0,NULL,NULL,NULL,NULL),(484,'Night Witches','Sabaton','Heroes',NULL,181,0,NULL,NULL,NULL,NULL),(485,'No Bullets Fly','Sabaton','Heroes',NULL,216,0,NULL,NULL,NULL,NULL),(486,'Smoking Snakes','Sabaton','Heroes',NULL,193,0,NULL,NULL,NULL,NULL),(487,'Inmate 4859','Sabaton','Heroes',NULL,265,0,NULL,NULL,NULL,NULL),(488,'To Hell And Back','Sabaton','Heroes',NULL,205,0,NULL,NULL,NULL,NULL),(489,'The Ballad Of Bull','Sabaton','Heroes',NULL,232,0,NULL,NULL,NULL,NULL),(490,'Resist And Bite','Sabaton','Heroes',NULL,206,0,NULL,NULL,NULL,NULL),(491,'Soldier Of 3 Armies','Sabaton','Heroes',NULL,217,0,NULL,NULL,NULL,NULL),(492,'Far From The Fame','Sabaton','Heroes',NULL,225,0,NULL,NULL,NULL,NULL),(493,'Hearts Of Iron','Sabaton','Heroes',NULL,266,0,NULL,NULL,NULL,NULL),(494,'7734','Sabaton','Heroes',NULL,211,0,NULL,NULL,NULL,NULL),(495,'Man Of War','Sabaton','Heroes',NULL,227,0,NULL,NULL,NULL,NULL),(496,'Up For the Past and Future','Salamandra','Great Moravian Elegies',NULL,86,0,NULL,NULL,NULL,NULL),(497,'Forefathers Realm','Salamandra','Great Moravian Elegies',NULL,285,0,NULL,NULL,NULL,NULL),(498,'Adyta (The Neverending Embrace)','Epica','The Phantom Agony',NULL,86,0,NULL,NULL,NULL,NULL),(499,'Fear of the Dark','Iron Maiden','Fear of the Dark',NULL,437,0,NULL,NULL,NULL,NULL),(500,'Out of the Ashes','Salamandra','Great Moravian Elegies',NULL,301,0,NULL,NULL,NULL,NULL),(501,'Homage to the Great','Salamandra','Great Moravian Elegies',NULL,251,0,NULL,NULL,NULL,NULL),(502,'Aeons Gone Away','Salamandra','Great Moravian Elegies',NULL,451,0,NULL,NULL,NULL,NULL),(503,'Mokos','Silent Stream of Godless Elegy','Navaz',NULL,381,0,NULL,NULL,NULL,NULL),(504,'Zlatohlav','Silent Stream of Godless Elegy','Navaz',NULL,289,0,NULL,NULL,NULL,NULL),(505,'Skryj Hlavu Do Dlani','Silent Stream of Godless Elegy','Navaz',NULL,452,0,NULL,NULL,NULL,NULL),(506,'Prisaham','Silent Stream of Godless Elegy','Navaz',NULL,316,0,NULL,NULL,NULL,NULL),(507,'Slava','Silent Stream of Godless Elegy','Navaz',NULL,242,0,NULL,NULL,NULL,NULL),(508,'Sudice','Silent Stream of Godless Elegy','Navaz',NULL,220,0,NULL,NULL,NULL,NULL),(509,'Dva Stiny Mam','Silent Stream of Godless Elegy','Navaz',NULL,258,0,NULL,NULL,NULL,NULL),(510,'Pramen, Co Vi','Silent Stream of Godless Elegy','Navaz',NULL,407,0,NULL,NULL,NULL,NULL),(511,'Samodiva','Silent Stream of Godless Elegy','Navaz',NULL,352,0,NULL,NULL,NULL,NULL),(512,'The Path To Decay','Sirenia','The 13th Floor',NULL,257,0,NULL,NULL,NULL,NULL),(513,'Lost In Life','Sirenia','The 13th Floor',NULL,192,0,NULL,NULL,NULL,NULL),(514,'The Mind Maelstrom','Sirenia','The 13th Floor',NULL,287,0,NULL,NULL,NULL,NULL),(515,'The Seventh Summer','Sirenia','The 13th Floor',NULL,321,0,NULL,NULL,NULL,NULL),(516,'Beyond Life\'s Scenery','Sirenia','The 13th Floor',NULL,273,0,NULL,NULL,NULL,NULL),(517,'The Lusid Door','Sirenia','The 13th Floor',NULL,288,0,NULL,NULL,NULL,NULL),(518,'Led Astray','Sirenia','The 13th Floor',NULL,275,0,NULL,NULL,NULL,NULL),(519,'Winterborn 77','Sirenia','The 13th Floor',NULL,333,0,NULL,NULL,NULL,NULL),(520,'Sirens Of The Seven Seas','Sirenia','The 13th Floor',NULL,313,0,NULL,NULL,NULL,NULL),(521,'The Path To Decay (Radio Mix)','Sirenia','The 13th Floor',NULL,214,0,NULL,NULL,NULL,NULL),(522,'The Mind Maelstrom (Instrumental)','Sirenia','The 13th Floor',NULL,289,0,NULL,NULL,NULL,NULL),(523,'Winterborn 77 (Instrumental)','Sirenia','The 13th Floor',NULL,334,0,NULL,NULL,NULL,NULL),(524,'It Won\'t Fade','Sonata Arctica','Unia',NULL,358,0,NULL,NULL,NULL,NULL),(525,'Caleb','Sonata Arctica','Unia',NULL,376,0,NULL,NULL,NULL,NULL),(526,'The Vice','Sonata Arctica','Unia',NULL,248,0,NULL,NULL,NULL,NULL),(527,'The Worlds Forgotten, The Words Forbidden','Sonata Arctica','Unia',NULL,177,0,NULL,NULL,NULL,NULL),(528,'Der Mitternachtslowe','Therion','Gothic Kabbalah (CD 1)',NULL,338,0,NULL,NULL,NULL,NULL),(529,'Gothic Kabbalah','Therion','Gothic Kabbalah (CD 1)',NULL,273,0,NULL,NULL,NULL,NULL),(530,'The Perennial Sophia','Therion','Gothic Kabbalah (CD 1)',NULL,294,0,NULL,NULL,NULL,NULL),(531,'Wisdom and the Cage','Therion','Gothic Kabbalah (CD 1)',NULL,301,0,NULL,NULL,NULL,NULL),(532,'Son of the Staves of Time','Therion','Gothic Kabbalah (CD 1)',NULL,287,0,NULL,NULL,NULL,NULL),(533,'Tuna 1613','Therion','Gothic Kabbalah (CD 1)',NULL,263,0,NULL,NULL,NULL,NULL),(534,'Trul','Therion','Gothic Kabbalah (CD 1)',NULL,311,0,NULL,NULL,NULL,NULL),(535,'Close up the Streams','Therion','Gothic Kabbalah (CD 1)',NULL,235,0,NULL,NULL,NULL,NULL),(536,'The Wand of Abaris','Therion','Gothic Kabbalah (CD 2)',NULL,351,0,NULL,NULL,NULL,NULL),(537,'Three Treasures','Therion','Gothic Kabbalah (CD 2)',NULL,320,0,NULL,NULL,NULL,NULL),(538,'Path to Arcady','Therion','Gothic Kabbalah (CD 2)',NULL,234,0,NULL,NULL,NULL,NULL),(539,'T.O.F. - The Trinity','Therion','Gothic Kabbalah (CD 2)',NULL,378,0,NULL,NULL,NULL,NULL),(540,'Chain of Minerva','Therion','Gothic Kabbalah (CD 2)',NULL,321,0,NULL,NULL,NULL,NULL),(541,'The Falling Stone','Therion','Gothic Kabbalah (CD 2)',NULL,286,0,NULL,NULL,NULL,NULL),(542,'Adulruna Rediviva','Therion','Gothic Kabbalah (CD 2)',NULL,817,0,NULL,NULL,NULL,NULL),(543,'The Beginning','Triddana','Ripe For Rebellion',NULL,278,0,NULL,NULL,NULL,NULL),(544,'The Wicked Wheel (Rage On)','Triddana','Ripe For Rebellion',NULL,247,0,NULL,NULL,NULL,NULL),(545,'The Dead End Verse','Triddana','Ripe For Rebellion',NULL,284,0,NULL,NULL,NULL,NULL),(546,'Reaper\'s Lullaby','Triddana','Ripe For Rebellion',NULL,287,0,NULL,NULL,NULL,NULL),(547,'Spoke The Firefly (Fate Called)','Triddana','Ripe For Rebellion',NULL,257,0,NULL,NULL,NULL,NULL),(548,'All Souls Night','Triddana','Ripe For Rebellion',NULL,239,0,NULL,NULL,NULL,NULL),(549,'Gone With The River','Triddana','Ripe For Rebellion',NULL,313,0,NULL,NULL,NULL,NULL),(550,'Paddy\'s Leather Breeches Set','Triddana','Ripe For Rebellion',NULL,166,0,NULL,NULL,NULL,NULL),(551,'Born In The Dark Age','Triddana','Ripe For Rebellion',NULL,290,0,NULL,NULL,NULL,NULL),(552,'Men Of Clay','Triddana','Ripe For Rebellion',NULL,240,0,NULL,NULL,NULL,NULL),(553,'Faking A War','Triddana','Ripe For Rebellion',NULL,270,0,NULL,NULL,NULL,NULL),(554,'Flames At Twilight','Triddana','Ripe For Rebellion',NULL,161,0,NULL,NULL,NULL,NULL),(555,'The March of the Varangian Guard','Turisas','Stand Up And Fight (disc 1)',NULL,231,0,NULL,NULL,NULL,NULL),(556,'Take the Day!','Turisas','Stand Up And Fight (disc 1)',NULL,326,0,NULL,NULL,NULL,NULL),(557,'Hunting Pirates','Turisas','Stand Up And Fight (disc 1)',NULL,223,0,NULL,NULL,NULL,NULL),(558,'Venetoi! - Prasinoi!','Turisas','Stand Up And Fight (disc 1)',NULL,229,0,NULL,NULL,NULL,NULL),(559,'Stand Up and Fight!','Turisas','Stand Up And Fight (disc 1)',NULL,327,0,NULL,NULL,NULL,NULL),(560,'The Great Escape','Turisas','Stand Up And Fight (disc 1)',NULL,291,0,NULL,NULL,NULL,NULL),(561,'Fear the Fear','Turisas','Stand Up And Fight (disc 1)',NULL,374,0,NULL,NULL,NULL,NULL),(562,'End of an Empire','Turisas','Stand Up And Fight (disc 1)',NULL,436,0,NULL,NULL,NULL,NULL),(563,'The Bosphorous Freezes Over','Turisas','Stand Up And Fight (disc 1)',NULL,337,0,NULL,NULL,NULL,NULL),(564,'Flames Of The Free','Týr','The Lay Of Thrym',NULL,257,0,NULL,NULL,NULL,NULL),(565,'Shadow Of The Swastika','Týr','The Lay Of Thrym',NULL,263,0,NULL,NULL,NULL,NULL),(566,'Take Your Tyrant','Týr','The Lay Of Thrym',NULL,233,0,NULL,NULL,NULL,NULL),(567,'Evening Star','Týr','The Lay Of Thrym',NULL,304,0,NULL,NULL,NULL,NULL),(568,'Hall Of Freedom','Týr','The Lay Of Thrym',NULL,246,0,NULL,NULL,NULL,NULL),(569,'Fields Of The Fallen','Týr','The Lay Of Thrym',NULL,299,0,NULL,NULL,NULL,NULL),(570,'Konning Hans','Týr','The Lay Of Thrym',NULL,267,0,NULL,NULL,NULL,NULL),(571,'Ellindur Bóndi á Jaðri','Týr','The Lay Of Thrym',NULL,235,0,NULL,NULL,NULL,NULL),(572,'Nine Worlds Of Lore','Týr','The Lay Of Thrym',NULL,244,0,NULL,NULL,NULL,NULL),(573,'The Lay Of Thrym','Týr','The Lay Of Thrym',NULL,408,0,NULL,NULL,NULL,NULL),(574,'I (Black Sabbath)','Týr','The Lay Of Thrym',NULL,283,0,NULL,NULL,NULL,NULL),(575,'Stargazer (Rainbow)','Týr','The Lay Of Thrym',NULL,379,0,NULL,NULL,NULL,NULL),(576,'Lost Forever','van Canto','Tribe of Force',NULL,280,0,NULL,NULL,NULL,NULL),(577,'To Sing a Metal Song (feat. Victor Smolski)','van Canto','Tribe of Force',NULL,204,0,NULL,NULL,NULL,NULL),(578,'One to Ten','van Canto','Tribe of Force',NULL,246,0,NULL,NULL,NULL,NULL),(579,'I Am Human','van Canto','Tribe of Force',NULL,236,0,NULL,NULL,NULL,NULL),(580,'My Voice','van Canto','Tribe of Force',NULL,330,0,NULL,NULL,NULL,NULL),(581,'Rebellion (feat. Chris Boltendahl) [Grave Digger Cover]','van Canto','Tribe of Force',NULL,245,0,NULL,NULL,NULL,NULL),(582,'Last Night of the Kings','van Canto','Tribe of Force',NULL,232,0,NULL,NULL,NULL,NULL),(583,'The Tribe of Force','van Canto','Tribe of Force',NULL,197,0,NULL,NULL,NULL,NULL),(584,'Water Fire Heaven Earth','van Canto','Tribe of Force',NULL,212,0,NULL,NULL,NULL,NULL),(585,'Master of Puppets (Metallica Cover)','van Canto','Tribe of Force',NULL,503,0,NULL,NULL,NULL,NULL),(586,'Magic Taborea','van Canto','Tribe of Force',NULL,202,0,NULL,NULL,NULL,NULL),(587,'Hearted (feat. Tony Kakko)','van Canto','Tribe of Force',NULL,240,0,NULL,NULL,NULL,NULL),(588,'Frodo\'s Dream','van Canto','Tribe of Force',NULL,186,0,NULL,NULL,NULL,NULL),(589,'Intro','Within Temptation','THE SILENT FORCE',NULL,118,0,NULL,NULL,NULL,NULL),(590,'See Who I Am','Within Temptation','THE SILENT FORCE',NULL,291,0,NULL,NULL,NULL,NULL),(591,'Jillian (I\'d Give My Heart)','Within Temptation','THE SILENT FORCE',NULL,286,0,NULL,NULL,NULL,NULL),(592,'Stand My Ground','Within Temptation','THE SILENT FORCE',NULL,267,0,NULL,NULL,NULL,NULL),(593,'Pale','Within Temptation','THE SILENT FORCE',NULL,268,0,NULL,NULL,NULL,NULL),(594,'Forsaken','Within Temptation','THE SILENT FORCE',NULL,292,0,NULL,NULL,NULL,NULL),(595,'Angels','Within Temptation','THE SILENT FORCE',NULL,239,0,NULL,NULL,NULL,NULL),(596,'Memories','Within Temptation','THE SILENT FORCE',NULL,231,0,NULL,NULL,NULL,NULL),(597,'Aquarius','Within Temptation','THE SILENT FORCE',NULL,284,0,NULL,NULL,NULL,NULL),(598,'It\'s the Fear','Within Temptation','THE SILENT FORCE',NULL,245,0,NULL,NULL,NULL,NULL),(599,'Somewhere','Within Temptation','THE SILENT FORCE',NULL,253,0,NULL,NULL,NULL,NULL),(600,'India','Xandria','India',NULL,317,0,NULL,NULL,NULL,NULL),(601,'Now & Forever','Xandria','India',NULL,200,0,NULL,NULL,NULL,NULL),(602,'In Love With The Darkness','Xandria','India',NULL,229,0,NULL,NULL,NULL,NULL),(603,'Fight Me','Xandria','India',NULL,217,0,NULL,NULL,NULL,NULL),(604,'Black And Silver','Xandria','India',NULL,236,0,NULL,NULL,NULL,NULL),(605,'Like A Rose On The Grave Of Love','Xandria','India',NULL,265,0,NULL,NULL,NULL,NULL),(606,'Widescreen','Xandria','India',NULL,255,0,NULL,NULL,NULL,NULL),(607,'The End Of Every Story','Xandria','India',NULL,294,0,NULL,NULL,NULL,NULL),(608,'Who We Are (And Who We Want To Be)','Xandria','India',NULL,257,0,NULL,NULL,NULL,NULL),(609,'Dancer','Xandria','India',NULL,230,0,NULL,NULL,NULL,NULL),(610,'Winterhearted','Xandria','India',NULL,258,0,NULL,NULL,NULL,NULL),(611,'Return To India','Xandria','India',NULL,360,0,NULL,NULL,NULL,NULL),(612,'Under the Radar','Abney Park','Aether Shanties',NULL,177,0,NULL,NULL,NULL,NULL),(613,'Building Steam','Abney Park','Aether Shanties',NULL,240,0,NULL,NULL,NULL,NULL),(614,'Until the Day You Die','Abney Park','Aether Shanties',NULL,166,0,NULL,NULL,NULL,NULL),(615,'My Life','Abney Park','Aether Shanties',NULL,184,0,NULL,NULL,NULL,NULL),(616,'Wanderlust','Abney Park','Aether Shanties',NULL,172,0,NULL,NULL,NULL,NULL),(617,'Throw Them Overboard','Abney Park','Aether Shanties',NULL,195,0,NULL,NULL,NULL,NULL),(618,'The Derelict','Abney Park','Aether Shanties',NULL,196,0,NULL,NULL,NULL,NULL),(619,'Victoria','Abney Park','Aether Shanties',NULL,283,0,NULL,NULL,NULL,NULL),(620,'Aether Shanty','Abney Park','Aether Shanties',NULL,168,0,NULL,NULL,NULL,NULL),(621,'The Clock Yard','Abney Park','Aether Shanties',NULL,206,0,NULL,NULL,NULL,NULL),(622,'Too Far to Turn Back','Abney Park','Aether Shanties',NULL,200,0,NULL,NULL,NULL,NULL),(623,'Over the Seas','Alestorm','Captain Morgan\'s Revenge',NULL,235,0,NULL,NULL,NULL,NULL),(624,'Captain Morgan\'s Revenge','Alestorm','Captain Morgan\'s Revenge',NULL,402,0,NULL,NULL,NULL,NULL),(625,'The Huntmaster','Alestorm','Captain Morgan\'s Revenge',NULL,299,0,NULL,NULL,NULL,NULL),(626,'Nancy the Tavern Wench','Alestorm','Captain Morgan\'s Revenge',NULL,292,0,NULL,NULL,NULL,NULL),(627,'Death before the Mast','Alestorm','Captain Morgan\'s Revenge',NULL,197,0,NULL,NULL,NULL,NULL),(628,'Terror on the High Seas','Alestorm','Captain Morgan\'s Revenge',NULL,231,0,NULL,NULL,NULL,NULL),(629,'Set Sail and Conquer','Alestorm','Captain Morgan\'s Revenge',NULL,278,0,NULL,NULL,NULL,NULL),(630,'Of Treasure','Alestorm','Captain Morgan\'s Revenge',NULL,178,0,NULL,NULL,NULL,NULL),(631,'Wenches & Mead','Alestorm','Captain Morgan\'s Revenge',NULL,222,0,NULL,NULL,NULL,NULL),(632,'Flower of Scotland','Alestorm','Captain Morgan\'s Revenge',NULL,157,0,NULL,NULL,NULL,NULL),(633,'The Seven Angels','Avantasia','The Metal Opera, pt. 2',NULL,857,0,NULL,NULL,NULL,NULL),(634,'No Return','Avantasia','The Metal Opera, pt. 2',NULL,270,0,NULL,NULL,NULL,NULL),(635,'The Looking Glass','Avantasia','The Metal Opera, pt. 2',NULL,293,0,NULL,NULL,NULL,NULL),(636,'In Quest For','Avantasia','The Metal Opera, pt. 2',NULL,235,0,NULL,NULL,NULL,NULL),(637,'The final Sacirifice','Avantasia','The Metal Opera, pt. 2',NULL,302,0,NULL,NULL,NULL,NULL),(638,'Neverland','Avantasia','The Metal Opera, pt. 2',NULL,301,0,NULL,NULL,NULL,NULL),(639,'Anywhere','Avantasia','The Metal Opera, pt. 2',NULL,329,0,NULL,NULL,NULL,NULL),(640,'Chalice Of Agony','Avantasia','The Metal Opera, pt. 2',NULL,361,0,NULL,NULL,NULL,NULL),(641,'Memory','Avantasia','The Metal Opera, pt. 2',NULL,343,0,NULL,NULL,NULL,NULL),(642,'Into The Unknown','Avantasia','The Metal Opera, pt. 2',NULL,267,0,NULL,NULL,NULL,NULL),(643,'Chalice of Agony (Edit)','Avantasia','The Metal Opera, pt. 2',NULL,239,0,NULL,NULL,NULL,NULL),(644,'Shadow Of The Moon','Blackmore\'s Night','Shadow Of The Moon',NULL,306,0,NULL,NULL,NULL,NULL),(645,'The Clock Ticks On','Blackmore\'s Night','Shadow Of The Moon',NULL,315,0,NULL,NULL,NULL,NULL),(646,'Be Mine Tonight','Blackmore\'s Night','Shadow Of The Moon',NULL,171,0,NULL,NULL,NULL,NULL),(647,'Play Minstrel Play','Blackmore\'s Night','Shadow Of The Moon',NULL,239,0,NULL,NULL,NULL,NULL),(648,'Ocean Gypsy','Blackmore\'s Night','Shadow Of The Moon',NULL,366,0,NULL,NULL,NULL,NULL),(649,'Minstrel Hall','Blackmore\'s Night','Shadow Of The Moon',NULL,155,0,NULL,NULL,NULL,NULL),(650,'Magical World','Blackmore\'s Night','Shadow Of The Moon',NULL,241,0,NULL,NULL,NULL,NULL),(651,'Writing On The Wall','Blackmore\'s Night','Shadow Of The Moon',NULL,275,0,NULL,NULL,NULL,NULL),(652,'Renaissance Faire','Blackmore\'s Night','Shadow Of The Moon',NULL,256,0,NULL,NULL,NULL,NULL),(653,'Memmingen','Blackmore\'s Night','Shadow Of The Moon',NULL,65,0,NULL,NULL,NULL,NULL),(654,'No Second Chance','Blackmore\'s Night','Shadow Of The Moon',NULL,338,0,NULL,NULL,NULL,NULL),(655,'Mond Tanz','Blackmore\'s Night','Shadow Of The Moon',NULL,213,0,NULL,NULL,NULL,NULL),(656,'Spirit Of The Sea','Blackmore\'s Night','Shadow Of The Moon',NULL,290,0,NULL,NULL,NULL,NULL),(657,'Greensleeves','Blackmore\'s Night','Shadow Of The Moon',NULL,226,0,NULL,NULL,NULL,NULL),(658,'Wish You Were Here','Blackmore\'s Night','Shadow Of The Moon',NULL,301,0,NULL,NULL,NULL,NULL),(659,'Sacred Worlds','Blind Guardian','At The Edge Of Time',NULL,559,0,NULL,NULL,NULL,NULL),(660,'Tanelorn (Into The Void)','Blind Guardian','At The Edge Of Time',NULL,358,0,NULL,NULL,NULL,NULL),(661,'Road Of No Release','Blind Guardian','At The Edge Of Time',NULL,390,0,NULL,NULL,NULL,NULL),(662,'Ride Into Obsession','Blind Guardian','At The Edge Of Time',NULL,287,0,NULL,NULL,NULL,NULL),(663,'Curse My Name','Blind Guardian','At The Edge Of Time',NULL,349,0,NULL,NULL,NULL,NULL),(664,'Valkyries','Blind Guardian','At The Edge Of Time',NULL,394,0,NULL,NULL,NULL,NULL),(665,'Control The Divine','Blind Guardian','At The Edge Of Time',NULL,325,0,NULL,NULL,NULL,NULL),(666,'War Of The Thrones','Blind Guardian','At The Edge Of Time',NULL,295,0,NULL,NULL,NULL,NULL),(667,'A Voice In The Dark','Blind Guardian','At The Edge Of Time',NULL,341,0,NULL,NULL,NULL,NULL),(668,'Wheel Of Time','Blind Guardian','At The Edge Of Time',NULL,536,0,NULL,NULL,NULL,NULL),(669,'Behind The Moon','Bloodbound','NOSFERATU',NULL,390,0,NULL,NULL,NULL,NULL),(670,'Into The Dark','Bloodbound','NOSFERATU',NULL,274,0,NULL,NULL,NULL,NULL),(671,'Nosferatu','Bloodbound','NOSFERATU',NULL,386,0,NULL,NULL,NULL,NULL),(672,'Metal Monster','Bloodbound','NOSFERATU',NULL,267,0,NULL,NULL,NULL,NULL),(673,'Crucified','Bloodbound','NOSFERATU',NULL,233,0,NULL,NULL,NULL,NULL),(674,'Desdemonamelia','Bloodbound','NOSFERATU',NULL,258,0,NULL,NULL,NULL,NULL),(675,'Fallen From Grace','Bloodbound','NOSFERATU',NULL,288,0,NULL,NULL,NULL,NULL),(676,'Screams In The Night','Bloodbound','NOSFERATU',NULL,283,0,NULL,NULL,NULL,NULL),(677,'For The King','Bloodbound','NOSFERATU',NULL,232,0,NULL,NULL,NULL,NULL),(678,'Midnight Sun','Bloodbound','NOSFERATU',NULL,234,0,NULL,NULL,NULL,NULL),(679,'On The Battlefield','Bloodbound','NOSFERATU',NULL,358,0,NULL,NULL,NULL,NULL),(680,'The Crow Man','Damh the Bard','Tales from the Crow Man',NULL,75,0,NULL,NULL,NULL,NULL),(681,'Twa Corbies','Damh the Bard','Tales from the Crow Man',NULL,349,0,NULL,NULL,NULL,NULL),(682,'Patapan','Damh the Bard','Tales from the Crow Man',NULL,252,0,NULL,NULL,NULL,NULL),(683,'The Cutty Wren','Damh the Bard','Tales from the Crow Man',NULL,281,0,NULL,NULL,NULL,NULL),(684,'Matty Groves','Damh the Bard','Tales from the Crow Man',NULL,359,0,NULL,NULL,NULL,NULL),(685,'Hal an Tow','Damh the Bard','Tales from the Crow Man',NULL,179,0,NULL,NULL,NULL,NULL),(686,'Bonny Black Hare','Damh the Bard','Tales from the Crow Man',NULL,148,0,NULL,NULL,NULL,NULL),(687,'Green Fields of France','Damh the Bard','Tales from the Crow Man',NULL,362,0,NULL,NULL,NULL,NULL),(688,'The Two Magicians','Damh the Bard','Tales from the Crow Man',NULL,292,0,NULL,NULL,NULL,NULL),(689,'Selkie of Sules Skerry','Damh the Bard','Tales from the Crow Man',NULL,349,0,NULL,NULL,NULL,NULL),(690,'The Parting glass','Damh the Bard','Tales from the Crow Man',NULL,320,0,NULL,NULL,NULL,NULL),(691,'Wild Mountain Thyme','Damh the Bard','Tales from the Crow Man',NULL,343,0,NULL,NULL,NULL,NULL),(692,'Crimson King','Demons and Wizards','Touched By The Crimson King CD1',NULL,347,0,NULL,NULL,NULL,NULL),(693,'Beneath These Waves','Demons and Wizards','Touched By The Crimson King CD1',NULL,312,0,NULL,NULL,NULL,NULL),(694,'Terror Train','Demons and Wizards','Touched By The Crimson King CD1',NULL,286,0,NULL,NULL,NULL,NULL),(695,'Seize The Day','Demons and Wizards','Touched By The Crimson King CD1',NULL,322,0,NULL,NULL,NULL,NULL),(696,'The Gunslinger','Demons and Wizards','Touched By The Crimson King CD1',NULL,315,0,NULL,NULL,NULL,NULL),(697,'Love\'s Tragedy Asunder','Demons and Wizards','Touched By The Crimson King CD1',NULL,328,0,NULL,NULL,NULL,NULL),(698,'Wicked Witch','Demons and Wizards','Touched By The Crimson King CD1',NULL,212,0,NULL,NULL,NULL,NULL),(699,'Dorian','Demons and Wizards','Touched By The Crimson King CD1',NULL,396,0,NULL,NULL,NULL,NULL),(700,'Down Where I Am','Demons and Wizards','Touched By The Crimson King CD1',NULL,294,0,NULL,NULL,NULL,NULL),(701,'Immigrant Song','Demons and Wizards','Touched By The Crimson King CD1',NULL,148,0,NULL,NULL,NULL,NULL),(702,'Valley Of The Damned','Dragonforce','Valley Of The Damned',NULL,432,0,NULL,NULL,NULL,NULL),(703,'Black Fire','Dragonforce','Valley Of The Damned',NULL,347,0,NULL,NULL,NULL,NULL),(704,'Black Winter Night','Dragonforce','Valley Of The Damned',NULL,391,0,NULL,NULL,NULL,NULL),(705,'Starfire','Dragonforce','Valley Of The Damned',NULL,353,0,NULL,NULL,NULL,NULL),(706,'Disciples Of Babylon','Dragonforce','Valley Of The Damned',NULL,436,0,NULL,NULL,NULL,NULL),(707,'Revelations','Dragonforce','Valley Of The Damned',NULL,412,0,NULL,NULL,NULL,NULL),(708,'Evening Star','Dragonforce','Valley Of The Damned',NULL,399,0,NULL,NULL,NULL,NULL),(709,'Heart Of A Dragon','Dragonforce','Valley Of The Damned',NULL,322,0,NULL,NULL,NULL,NULL),(710,'Hunab K\'u (A New Age Dawns-Prologue)','Epica','Consign to Oblivion',NULL,103,0,NULL,NULL,NULL,NULL),(711,'Dance Of Fate','Epica','Consign to Oblivion',NULL,313,0,NULL,NULL,NULL,NULL),(712,'The Last Crusade (A New Age Dawns #1)','Epica','Consign to Oblivion',NULL,261,0,NULL,NULL,NULL,NULL),(713,'Solitary Ground','Epica','Consign to Oblivion',NULL,261,0,NULL,NULL,NULL,NULL),(714,'Blank Infinity','Epica','Consign to Oblivion',NULL,240,0,NULL,NULL,NULL,NULL),(715,'Force Of The Shore','Epica','Consign to Oblivion',NULL,240,0,NULL,NULL,NULL,NULL),(716,'Quietus','Epica','Consign to Oblivion',NULL,225,0,NULL,NULL,NULL,NULL),(717,'Mother Of Light (A New Age Dawns #2)','Epica','Consign to Oblivion',NULL,354,0,NULL,NULL,NULL,NULL),(718,'Trois Vierges','Epica','Consign to Oblivion',NULL,280,0,NULL,NULL,NULL,NULL),(719,'Another Me \"In Lack\'ech\"','Epica','Consign to Oblivion',NULL,278,0,NULL,NULL,NULL,NULL),(720,'Consign To Oblivion (A New Age Dawns #3)','Epica','Consign to Oblivion',NULL,585,0,NULL,NULL,NULL,NULL),(721,'Templars Of Steel','HammerFall','Renegade',NULL,324,0,NULL,NULL,NULL,NULL),(722,'Keep The Flame Burning','HammerFall','Renegade',NULL,279,0,NULL,NULL,NULL,NULL),(723,'Renegade','HammerFall','Renegade',NULL,261,0,NULL,NULL,NULL,NULL),(724,'Living In Victory','HammerFall','Renegade',NULL,282,0,NULL,NULL,NULL,NULL),(725,'Always Will Be','HammerFall','Renegade',NULL,289,0,NULL,NULL,NULL,NULL),(726,'The Way Of The Warrior','HammerFall','Renegade',NULL,246,0,NULL,NULL,NULL,NULL),(727,'Destined For Glory','HammerFall','Renegade',NULL,309,0,NULL,NULL,NULL,NULL),(728,'The Champion','HammerFall','Renegade',NULL,296,0,NULL,NULL,NULL,NULL),(729,'Raise The Hammer (Instrumental)','HammerFall','Renegade',NULL,202,0,NULL,NULL,NULL,NULL),(730,'A Legend Reborn','HammerFall','Renegade',NULL,310,0,NULL,NULL,NULL,NULL),(731,'Be Quick or Be Dead','Iron Maiden','Fear of the Dark',NULL,204,0,NULL,NULL,NULL,NULL),(732,'From Here to Eternity','Iron Maiden','Fear of the Dark',NULL,218,0,NULL,NULL,NULL,NULL),(733,'Afraid to Shoot Strangers','Iron Maiden','Fear of the Dark',NULL,416,0,NULL,NULL,NULL,NULL),(734,'Fear is the Key','Iron Maiden','Fear of the Dark',NULL,335,0,NULL,NULL,NULL,NULL),(735,'Childhood\'s End','Iron Maiden','Fear of the Dark',NULL,280,0,NULL,NULL,NULL,NULL),(736,'Wasting Love','Iron Maiden','Fear of the Dark',NULL,351,0,NULL,NULL,NULL,NULL),(737,'Chains of Misery','Iron Maiden','Fear of the Dark',NULL,217,0,NULL,NULL,NULL,NULL),(738,'The Apparition','Iron Maiden','Fear of the Dark',NULL,234,0,NULL,NULL,NULL,NULL),(739,'Judas be my Guide','Iron Maiden','Fear of the Dark',NULL,188,0,NULL,NULL,NULL,NULL),(740,'Weekend Warrior','Iron Maiden','Fear of the Dark',NULL,339,0,NULL,NULL,NULL,NULL),(741,'Prologue','Kamelot','Epica',NULL,67,0,NULL,NULL,NULL,NULL),(742,'Center Of The Universe','Kamelot','Epica',NULL,327,0,NULL,NULL,NULL,NULL),(743,'Farewell','Kamelot','Epica',NULL,221,0,NULL,NULL,NULL,NULL),(744,'Interlude I (Opiate Soul)','Kamelot','Epica',NULL,70,0,NULL,NULL,NULL,NULL),(745,'The Edge Of Paradise','Kamelot','Epica',NULL,249,0,NULL,NULL,NULL,NULL),(746,'Wander','Kamelot','Epica',NULL,264,0,NULL,NULL,NULL,NULL),(747,'Interlude II (Omen)','Kamelot','Epica',NULL,40,0,NULL,NULL,NULL,NULL),(748,'Descent Of The Archangel','Kamelot','Epica',NULL,275,0,NULL,NULL,NULL,NULL),(749,'Interlude III (At the Banquet)','Kamelot','Epica',NULL,30,0,NULL,NULL,NULL,NULL),(750,'A Feast For The Vain','Kamelot','Epica',NULL,237,0,NULL,NULL,NULL,NULL),(751,'On The Coldest Winter Night','Kamelot','Epica',NULL,243,0,NULL,NULL,NULL,NULL),(752,'Lost & Damned','Kamelot','Epica',NULL,295,0,NULL,NULL,NULL,NULL),(753,'Helena\'s Theme','Kamelot','Epica',NULL,111,0,NULL,NULL,NULL,NULL),(754,'The Mourning After (Carry On)','Kamelot','Epica',NULL,299,0,NULL,NULL,NULL,NULL),(755,'III Ways To Epica','Kamelot','Epica',NULL,377,0,NULL,NULL,NULL,NULL),(756,'Snow (Ltd. Ed. Bonus Track)','Kamelot','Epica',NULL,263,0,NULL,NULL,NULL,NULL),(757,'Swamped','Lacuna Coil','Comalies',NULL,240,0,NULL,NULL,NULL,NULL),(758,'Heaven\'s a Lie','Lacuna Coil','Comalies',NULL,286,0,NULL,NULL,NULL,NULL),(759,'Daylight Dancer','Lacuna Coil','Comalies',NULL,230,0,NULL,NULL,NULL,NULL),(760,'Humane','Lacuna Coil','Comalies',NULL,252,0,NULL,NULL,NULL,NULL),(761,'Self Deception','Lacuna Coil','Comalies',NULL,212,0,NULL,NULL,NULL,NULL),(762,'Aeon','Lacuna Coil','Comalies',NULL,116,0,NULL,NULL,NULL,NULL),(763,'Tight Rope','Lacuna Coil','Comalies',NULL,255,0,NULL,NULL,NULL,NULL),(764,'The Ghost Woman and the Hunter','Lacuna Coil','Comalies',NULL,249,0,NULL,NULL,NULL,NULL),(765,'Unspoken','Lacuna Coil','Comalies',NULL,217,0,NULL,NULL,NULL,NULL),(766,'Entwined','Lacuna Coil','Comalies',NULL,239,0,NULL,NULL,NULL,NULL),(767,'The Prophet Said','Lacuna Coil','Comalies',NULL,272,0,NULL,NULL,NULL,NULL),(768,'Angel\'s Punishment','Lacuna Coil','Comalies',NULL,236,0,NULL,NULL,NULL,NULL),(769,'Comalies','Lacuna Coil','Comalies',NULL,300,0,NULL,NULL,NULL,NULL),(770,'At the Midnightsgate','Lyriel','Prisonworld',NULL,91,0,NULL,NULL,NULL,NULL),(771,'Prisonworld','Lyriel','Prisonworld',NULL,224,0,NULL,NULL,NULL,NULL),(772,'The Crown of the Twilight','Lyriel','Prisonworld',NULL,202,0,NULL,NULL,NULL,NULL),(773,'Symmetry of Disfiguration','Lyriel','Prisonworld',NULL,228,0,NULL,NULL,NULL,NULL),(774,'The singing Nightingale','Lyriel','Prisonworld',NULL,202,0,NULL,NULL,NULL,NULL),(775,'Lind E-Huil','Lyriel','Prisonworld',NULL,331,0,NULL,NULL,NULL,NULL),(776,'There\'s a Rainbow in the Rain','Lyriel','Prisonworld',NULL,242,0,NULL,NULL,NULL,NULL),(777,'The Judgment of my Harvest Heart','Lyriel','Prisonworld',NULL,261,0,NULL,NULL,NULL,NULL),(778,'Fate of Knowledge','Lyriel','Prisonworld',NULL,83,0,NULL,NULL,NULL,NULL),(779,'Day in June','Lyriel','Prisonworld',NULL,227,0,NULL,NULL,NULL,NULL),(780,'The Spring and the Flight','Lyriel','Prisonworld',NULL,254,0,NULL,NULL,NULL,NULL),(781,'Symmetry of Disfiguration (acoustic)','Lyriel','Prisonworld',NULL,227,0,NULL,NULL,NULL,NULL),(782,'The Crown of the Twilight (acoustic)','Lyriel','Prisonworld',NULL,200,0,NULL,NULL,NULL,NULL),(783,'Bless The Child','Nightwish','Century Child',NULL,372,0,NULL,NULL,NULL,NULL),(784,'End Of All Hope','Nightwish','Century Child',NULL,235,0,NULL,NULL,NULL,NULL),(785,'Dead To The World','Nightwish','Century Child',NULL,259,0,NULL,NULL,NULL,NULL),(786,'Ever Dream','Nightwish','Century Child',NULL,284,0,NULL,NULL,NULL,NULL),(787,'Slaying The Dreamer','Nightwish','Century Child',NULL,271,0,NULL,NULL,NULL,NULL),(788,'Forever Yours','Nightwish','Century Child',NULL,230,0,NULL,NULL,NULL,NULL),(789,'Ocean Soul','Nightwish','Century Child',NULL,254,0,NULL,NULL,NULL,NULL),(790,'Feel For You','Nightwish','Century Child',NULL,235,0,NULL,NULL,NULL,NULL),(791,'The Phantom Of The Opera','Nightwish','Century Child',NULL,250,0,NULL,NULL,NULL,NULL),(792,'Beauty Of The Beast','Nightwish','Century Child',NULL,621,0,NULL,NULL,NULL,NULL),(793,'The Frozen Few','Orden Ogan','To The End',NULL,116,0,NULL,NULL,NULL,NULL),(794,'To The End','Orden Ogan','To The End',NULL,353,0,NULL,NULL,NULL,NULL),(795,'The Things We Believe In','Orden Ogan','To The End',NULL,306,0,NULL,NULL,NULL,NULL),(796,'Land Of The Dead','Orden Ogan','To The End',NULL,282,0,NULL,NULL,NULL,NULL),(797,'The Ice Kings','Orden Ogan','To The End',NULL,293,0,NULL,NULL,NULL,NULL),(798,'Till The Stars Cry Out','Orden Ogan','To The End',NULL,376,0,NULL,NULL,NULL,NULL),(799,'This World Of Ice','Orden Ogan','To The End',NULL,282,0,NULL,NULL,NULL,NULL),(800,'Dying Paradise','Orden Ogan','To The End',NULL,367,0,NULL,NULL,NULL,NULL),(801,'Mystic Symphony','Orden Ogan','To The End',NULL,256,0,NULL,NULL,NULL,NULL),(802,'Angels War','Orden Ogan','To The End',NULL,440,0,NULL,NULL,NULL,NULL),(803,'Take This Light','Orden Ogan','To The End',NULL,212,0,NULL,NULL,NULL,NULL),(804,'Masks (Bonus Track)','Orden Ogan','To The End',NULL,262,0,NULL,NULL,NULL,NULL),(805,'The Battle Of Waterloo (Bonus Track)','Orden Ogan','To The End',NULL,420,0,NULL,NULL,NULL,NULL),(806,'The Lion From The North','Sabaton','Carolus Rex',NULL,282,0,NULL,NULL,NULL,NULL),(807,'Gott Mit Uns','Sabaton','Carolus Rex',NULL,195,0,NULL,NULL,NULL,NULL),(808,'A Lifetime Of War','Sabaton','Carolus Rex',NULL,345,0,NULL,NULL,NULL,NULL),(809,'1648','Sabaton','Carolus Rex',NULL,235,0,NULL,NULL,NULL,NULL),(810,'The Carolean\'s Player','Sabaton','Carolus Rex',NULL,374,0,NULL,NULL,NULL,NULL),(811,'Carolus Rex','Sabaton','Carolus Rex',NULL,293,0,NULL,NULL,NULL,NULL),(812,'Killing Ground','Sabaton','Carolus Rex',NULL,264,0,NULL,NULL,NULL,NULL),(813,'Poltava','Sabaton','Carolus Rex',NULL,243,0,NULL,NULL,NULL,NULL),(814,'Long Live The King','Sabaton','Carolus Rex',NULL,249,0,NULL,NULL,NULL,NULL),(815,'Ruina Imperii','Sabaton','Carolus Rex',NULL,201,0,NULL,NULL,NULL,NULL),(816,'Twilight Of The Thunder God (Bonus Track)','Sabaton','Carolus Rex',NULL,239,0,NULL,NULL,NULL,NULL),(817,'The Time','Salamandra','Skaremar',NULL,104,0,NULL,NULL,NULL,NULL),(818,'The Legend','Salamandra','Skaremar',NULL,248,0,NULL,NULL,NULL,NULL),(819,'The Silence','Salamandra','Skaremar',NULL,45,0,NULL,NULL,NULL,NULL),(820,'The Today','Salamandra','Skaremar',NULL,142,0,NULL,NULL,NULL,NULL),(821,'The Lover','Salamandra','Skaremar',NULL,204,0,NULL,NULL,NULL,NULL),(822,'The King','Salamandra','Skaremar',NULL,221,0,NULL,NULL,NULL,NULL),(823,'The Army','Salamandra','Skaremar',NULL,319,0,NULL,NULL,NULL,NULL),(824,'The Singer','Salamandra','Skaremar',NULL,143,0,NULL,NULL,NULL,NULL),(825,'The Traitor','Salamandra','Skaremar',NULL,283,0,NULL,NULL,NULL,NULL),(826,'The Coward','Salamandra','Skaremar',NULL,214,0,NULL,NULL,NULL,NULL),(827,'The Dead','Salamandra','Skaremar',NULL,241,0,NULL,NULL,NULL,NULL),(828,'The Coming','Salamandra','Skaremar',NULL,79,0,NULL,NULL,NULL,NULL),(829,'The Revenge','Salamandra','Skaremar',NULL,274,0,NULL,NULL,NULL,NULL),(830,'The End','Salamandra','Skaremar',NULL,338,0,NULL,NULL,NULL,NULL),(831,'The Beginning','Salamandra','Skaremar',NULL,78,0,NULL,NULL,NULL,NULL),(832,'The Last Call','Sirenia','Nine Destinies And A Downfall',NULL,284,0,NULL,NULL,NULL,NULL),(833,'My Mind\'s Eye','Sirenia','Nine Destinies And A Downfall',NULL,218,0,NULL,NULL,NULL,NULL),(834,'One By One','Sirenia','Nine Destinies And A Downfall',NULL,330,0,NULL,NULL,NULL,NULL),(835,'Sundown','Sirenia','Nine Destinies And A Downfall',NULL,304,0,NULL,NULL,NULL,NULL),(836,'Absent Without Leave','Sirenia','Nine Destinies And A Downfall',NULL,294,0,NULL,NULL,NULL,NULL),(837,'The Other Side','Sirenia','Nine Destinies And A Downfall',NULL,235,0,NULL,NULL,NULL,NULL),(838,'Seven Keys And Nine Doors','Sirenia','Nine Destinies And A Downfall',NULL,295,0,NULL,NULL,NULL,NULL),(839,'Downfall','Sirenia','Nine Destinies And A Downfall',NULL,284,0,NULL,NULL,NULL,NULL),(840,'Glades Of Summer','Sirenia','Nine Destinies And A Downfall',NULL,335,0,NULL,NULL,NULL,NULL),(841,'My Mind\'s Eye (Radio Edit)','Sirenia','Nine Destinies And A Downfall',NULL,195,0,NULL,NULL,NULL,NULL),(842,'Blank File','Sonata Arctica','Ecliptica',NULL,243,0,NULL,NULL,NULL,NULL),(843,'Replica','Sonata Arctica','Ecliptica',NULL,295,0,NULL,NULL,NULL,NULL),(844,'Kingdom For A Heart','Sonata Arctica','Ecliptica',NULL,229,0,NULL,NULL,NULL,NULL),(845,'Fullmoon','Sonata Arctica','Ecliptica',NULL,305,0,NULL,NULL,NULL,NULL),(846,'Letter To Dana','Sonata Arctica','Ecliptica',NULL,360,0,NULL,NULL,NULL,NULL),(847,'...Of Silence','Sonata Arctica','Silence',NULL,77,0,NULL,NULL,NULL,NULL),(848,'False News Travel Fast','Sonata Arctica','Silence',NULL,318,0,NULL,NULL,NULL,NULL),(849,'Black Sheep','Sonata Arctica','Silence',NULL,222,0,NULL,NULL,NULL,NULL),(850,'Last Drop Falls','Sonata Arctica','Silence',NULL,313,0,NULL,NULL,NULL,NULL),(851,'Tallulah','Sonata Arctica','Silence',NULL,320,0,NULL,NULL,NULL,NULL),(852,'Wolf and Raven','Sonata Arctica','Silence',NULL,255,0,NULL,NULL,NULL,NULL),(853,'Victoria\'s Secret','Sonata Arctica','Winterheart\'s Guild',NULL,283,0,NULL,NULL,NULL,NULL),(854,'Reckoning Day, Reckoning Night...','Sonata Arctica','Reckoning Night',NULL,201,0,NULL,NULL,NULL,NULL),(855,'Wildfire','Sonata Arctica','Reckoning Night',NULL,276,0,NULL,NULL,NULL,NULL),(856,'Shamandalie','Sonata Arctica','Reckoning Night',NULL,244,0,NULL,NULL,NULL,NULL),(857,'To Holmgard And Beyond','Turisas','The Varangian Way',NULL,318,0,NULL,NULL,NULL,NULL),(858,'A Portage To The Unknown','Turisas','The Varangian Way',NULL,290,0,NULL,NULL,NULL,NULL),(859,'Cursed Be Iron','Turisas','The Varangian Way',NULL,303,0,NULL,NULL,NULL,NULL),(860,'Fields Of Gold','Turisas','The Varangian Way',NULL,274,0,NULL,NULL,NULL,NULL),(861,'In The Court Of Jarisleif','Turisas','The Varangian Way',NULL,197,0,NULL,NULL,NULL,NULL),(862,'Five Hundred And One','Turisas','The Varangian Way',NULL,378,0,NULL,NULL,NULL,NULL),(863,'The Dnieper Rapids','Turisas','The Varangian Way',NULL,320,0,NULL,NULL,NULL,NULL),(864,'Miklagard Overture','Turisas','The Varangian Way',NULL,498,0,NULL,NULL,NULL,NULL),(865,'Rasputin','Turisas','The Varangian Way',NULL,231,0,NULL,NULL,NULL,NULL),(866,'To Holmgard And Beyond (Single Edit)','Turisas','The Varangian Way',NULL,207,0,NULL,NULL,NULL,NULL),(867,'Hold the Heathen Hammer High','Týr','By The Light Of The Northern Star',NULL,289,0,NULL,NULL,NULL,NULL),(868,'Tróndur í Gøtu','Týr','By The Light Of The Northern Star',NULL,242,0,NULL,NULL,NULL,NULL),(869,'Into the Storm','Týr','By The Light Of The Northern Star',NULL,306,0,NULL,NULL,NULL,NULL),(870,'Northern Gate','Týr','By The Light Of The Northern Star',NULL,285,0,NULL,NULL,NULL,NULL),(871,'Turið Torkilsdóttir','Týr','By The Light Of The Northern Star',NULL,259,0,NULL,NULL,NULL,NULL),(872,'By the Sword in My Hand','Týr','By The Light Of The Northern Star',NULL,289,0,NULL,NULL,NULL,NULL),(873,'Ride','Týr','By The Light Of The Northern Star',NULL,300,0,NULL,NULL,NULL,NULL),(874,'Hear the Heathen Call','Týr','By The Light Of The Northern Star',NULL,281,0,NULL,NULL,NULL,NULL),(875,'By the Light of the Northern Star','Týr','By The Light Of The Northern Star',NULL,359,0,NULL,NULL,NULL,NULL),(876,'The Northern Lights (Bonus Track)','Týr','By The Light Of The Northern Star',NULL,108,0,NULL,NULL,NULL,NULL),(877,'Anthem (Bonus Track)','Týr','By The Light Of The Northern Star',NULL,96,0,NULL,NULL,NULL,NULL),(878,'Mother Earth','Within Temptation','Mother Earth',NULL,330,0,NULL,NULL,NULL,NULL),(879,'Ice Queen','Within Temptation','Mother Earth',NULL,318,0,NULL,NULL,NULL,NULL),(880,'Our Farewell','Within Temptation','Mother Earth',NULL,317,0,NULL,NULL,NULL,NULL),(881,'The Promise','Within Temptation','Mother Earth',NULL,480,0,NULL,NULL,NULL,NULL),(882,'Never-ending Story','Within Temptation','Mother Earth',NULL,242,0,NULL,NULL,NULL,NULL),(883,'Deceiver of Fools','Within Temptation','Mother Earth',NULL,455,0,NULL,NULL,NULL,NULL),(884,'Intro','Within Temptation','Mother Earth',NULL,67,0,NULL,NULL,NULL,NULL),(885,'Dark Wings','Within Temptation','Mother Earth',NULL,255,0,NULL,NULL,NULL,NULL),(886,'In Perfect Harmony','Within Temptation','Mother Earth',NULL,417,0,NULL,NULL,NULL,NULL),(887,'Restless','Within Temptation','Mother Earth',NULL,281,0,NULL,NULL,NULL,NULL),(888,'Bittersweet','Within Temptation','Mother Earth',NULL,200,0,NULL,NULL,NULL,NULL),(889,'Enter (Live at Utrecht 1998)','Within Temptation','Mother Earth',NULL,398,0,NULL,NULL,NULL,NULL),(890,'The Dance (Live at Utrecht 1998)','Within Temptation','Mother Earth',NULL,294,0,NULL,NULL,NULL,NULL),(891,'Stigmata Martyr','Abney Park','The Death of Tragedy',NULL,304,0,NULL,NULL,NULL,NULL),(892,'The Wrong Side','Abney Park','The Death of Tragedy',NULL,210,0,NULL,NULL,NULL,NULL),(893,'Dear Ophelia','Abney Park','The Death of Tragedy',NULL,290,0,NULL,NULL,NULL,NULL),(894,'Witch Cult','Abney Park','The Death of Tragedy',NULL,24590,0,NULL,NULL,NULL,NULL),(895,'Sacrilege','Abney Park','The Death of Tragedy',NULL,178,0,NULL,NULL,NULL,NULL),(896,'All The Myths Are True','Abney Park','The Death of Tragedy',NULL,187,0,NULL,NULL,NULL,NULL),(897,'The Death Of The Hero','Abney Park','The Death of Tragedy',NULL,264,0,NULL,NULL,NULL,NULL),(898,'Love','Abney Park','The Death of Tragedy',NULL,161,0,NULL,NULL,NULL,NULL),(899,'Downtrodden','Abney Park','The Death of Tragedy',NULL,314,0,NULL,NULL,NULL,NULL),(900,'False Prophecy','Abney Park','The Death of Tragedy',NULL,341,0,NULL,NULL,NULL,NULL),(901,'The Way','Amorphis','Tuonela',NULL,275,0,NULL,NULL,NULL,NULL),(902,'Morning Star','Amorphis','Tuonela',NULL,230,0,NULL,NULL,NULL,NULL),(903,'Nightfall','Amorphis','Tuonela',NULL,234,0,NULL,NULL,NULL,NULL),(904,'Tuonela','Amorphis','Tuonela',NULL,272,0,NULL,NULL,NULL,NULL),(905,'Greed','Amorphis','Tuonela',NULL,258,0,NULL,NULL,NULL,NULL),(906,'Divinity','Amorphis','Tuonela',NULL,296,0,NULL,NULL,NULL,NULL),(907,'Shining','Amorphis','Tuonela',NULL,264,0,NULL,NULL,NULL,NULL),(908,'Withered...','Amorphis','Tuonela',NULL,343,0,NULL,NULL,NULL,NULL),(909,'Rusty Moon','Amorphis','Tuonela',NULL,296,0,NULL,NULL,NULL,NULL),(910,'Summer\'s End','Amorphis','Tuonela',NULL,337,0,NULL,NULL,NULL,NULL),(911,'War Of Wrath','Blind Guardian','Nightfall In Middle-Earth',NULL,110,0,NULL,NULL,NULL,NULL),(912,'Into The Storm','Blind Guardian','Nightfall In Middle-Earth',NULL,264,0,NULL,NULL,NULL,NULL),(913,'Nightfall','Blind Guardian','Nightfall In Middle-Earth',NULL,332,0,NULL,NULL,NULL,NULL),(914,'The Ministrel','Blind Guardian','Nightfall In Middle-Earth',NULL,31,0,NULL,NULL,NULL,NULL),(915,'Blood Tears','Blind Guardian','Nightfall In Middle-Earth',NULL,320,0,NULL,NULL,NULL,NULL),(916,'Mirror Mirror','Blind Guardian','Nightfall In Middle-Earth',NULL,306,0,NULL,NULL,NULL,NULL),(917,'Noldor (Dead Winter Reigns)','Blind Guardian','Nightfall In Middle-Earth',NULL,409,0,NULL,NULL,NULL,NULL),(918,'Battle Of Sudden Flame','Blind Guardian','Nightfall In Middle-Earth',NULL,42,0,NULL,NULL,NULL,NULL),(919,'Time Stands Still (At The Iron Hill)','Blind Guardian','Nightfall In Middle-Earth',NULL,294,0,NULL,NULL,NULL,NULL),(920,'Thorn','Blind Guardian','Nightfall In Middle-Earth',NULL,377,0,NULL,NULL,NULL,NULL),(921,'The Eldar','Blind Guardian','Nightfall In Middle-Earth',NULL,218,0,NULL,NULL,NULL,NULL),(922,'Nom The Wise','Blind Guardian','Nightfall In Middle-Earth',NULL,34,0,NULL,NULL,NULL,NULL),(923,'When Sorrow Sang','Blind Guardian','Nightfall In Middle-Earth',NULL,265,0,NULL,NULL,NULL,NULL),(924,'Out On The Water','Blind Guardian','Nightfall In Middle-Earth',NULL,44,0,NULL,NULL,NULL,NULL),(925,'A Dark Passage','Blind Guardian','Nightfall In Middle-Earth',NULL,360,0,NULL,NULL,NULL,NULL),(926,'Final Chapter (Thus Ends)','Blind Guardian','Nightfall In Middle-Earth',NULL,51,0,NULL,NULL,NULL,NULL),(927,'Imaginations From The Other Side','Blind Guardian','Imaginations From The Other Side',NULL,432,0,NULL,NULL,NULL,NULL),(928,'I\'m Alive','Blind Guardian','Imaginations From The Other Side',NULL,333,0,NULL,NULL,NULL,NULL),(929,'A Past And Future Secret','Blind Guardian','Imaginations From The Other Side',NULL,225,0,NULL,NULL,NULL,NULL),(930,'The Script For My Requiem','Blind Guardian','Imaginations From The Other Side',NULL,414,0,NULL,NULL,NULL,NULL),(931,'Mordred\'s Song','Blind Guardian','Imaginations From The Other Side',NULL,329,0,NULL,NULL,NULL,NULL),(932,'Born In A Mourning Hall','Blind Guardian','Imaginations From The Other Side',NULL,316,0,NULL,NULL,NULL,NULL),(933,'Bright Eyes','Blind Guardian','Imaginations From The Other Side',NULL,316,0,NULL,NULL,NULL,NULL),(934,'Another Holy War','Blind Guardian','Imaginations From The Other Side',NULL,277,0,NULL,NULL,NULL,NULL),(935,'And The Story Ends','Blind Guardian','Imaginations From The Other Side',NULL,357,0,NULL,NULL,NULL,NULL),(936,'Time What Is Time','Blind Guardian','Somewhere Far Beyond',NULL,344,0,NULL,NULL,NULL,NULL),(937,'Journey Through The Dark','Blind Guardian','Somewhere Far Beyond',NULL,290,0,NULL,NULL,NULL,NULL),(938,'Black Chamber','Blind Guardian','Somewhere Far Beyond',NULL,59,0,NULL,NULL,NULL,NULL),(939,'Theatre Of Pain','Blind Guardian','Somewhere Far Beyond',NULL,253,0,NULL,NULL,NULL,NULL),(940,'The Quest For Tanelorn','Blind Guardian','Somewhere Far Beyond',NULL,357,0,NULL,NULL,NULL,NULL),(941,'Ashes To Ashes','Blind Guardian','Somewhere Far Beyond',NULL,362,0,NULL,NULL,NULL,NULL),(942,'The Bard\'s Song (In The Forest)','Blind Guardian','Somewhere Far Beyond',NULL,192,0,NULL,NULL,NULL,NULL),(943,'The Bard\'s Song (The Hobbit)','Blind Guardian','Somewhere Far Beyond',NULL,219,0,NULL,NULL,NULL,NULL),(944,'The Piper\'s Calling','Blind Guardian','Somewhere Far Beyond',NULL,59,0,NULL,NULL,NULL,NULL),(945,'Somewhere Far Beyond','Blind Guardian','Somewhere Far Beyond',NULL,454,0,NULL,NULL,NULL,NULL),(946,'Spread Your Wings','Blind Guardian','Somewhere Far Beyond',NULL,270,0,NULL,NULL,NULL,NULL),(947,'Trial By Fire','Blind Guardian','Somewhere Far Beyond',NULL,226,0,NULL,NULL,NULL,NULL),(948,'Land, Sky and Sea','Damh The Bard','The Cauldron Born',NULL,386,0,NULL,NULL,NULL,NULL),(949,'Green and Grey','Damh The Bard','The Cauldron Born',NULL,409,0,NULL,NULL,NULL,NULL),(950,'Willow\'s Song','Damh The Bard','The Cauldron Born',NULL,277,0,NULL,NULL,NULL,NULL),(951,'The Cauldron Born','Damh The Bard','The Cauldron Born',NULL,419,0,NULL,NULL,NULL,NULL),(952,'On Midwinter\'s Day','Damh The Bard','The Cauldron Born',NULL,291,0,NULL,NULL,NULL,NULL),(953,'Only Human','Damh The Bard','The Cauldron Born',NULL,253,0,NULL,NULL,NULL,NULL),(954,'Tomb of the King','Damh The Bard','The Cauldron Born',NULL,308,0,NULL,NULL,NULL,NULL),(955,'Imramma (A Soul Quest)','Damh The Bard','The Cauldron Born',NULL,420,0,NULL,NULL,NULL,NULL),(956,'Lughnasadh Dance','Damh The Bard','The Cauldron Born',NULL,289,0,NULL,NULL,NULL,NULL),(957,'Pagan Ways','Damh The Bard','The Cauldron Born',NULL,310,0,NULL,NULL,NULL,NULL),(958,'Spirit of Albion','Damh the Bard','Spirit of Albion',NULL,255,0,NULL,NULL,NULL,NULL),(959,'Taliesin\'s Song','Damh the Bard','Spirit of Albion',NULL,297,0,NULL,NULL,NULL,NULL),(960,'When I Become the Moon','Damh the Bard','Spirit of Albion',NULL,222,0,NULL,NULL,NULL,NULL),(961,'The Wheel','Damh the Bard','Spirit of Albion',NULL,303,0,NULL,NULL,NULL,NULL),(962,'Noon of the Solstice','Damh the Bard','Spirit of Albion',NULL,332,0,NULL,NULL,NULL,NULL),(963,'Morrighan','Damh the Bard','Spirit of Albion',NULL,283,0,NULL,NULL,NULL,NULL),(964,'Save Me','Damh the Bard','Spirit of Albion',NULL,333,0,NULL,NULL,NULL,NULL),(965,'Oak Broom and Meadowsweet','Damh the Bard','Spirit of Albion',NULL,285,0,NULL,NULL,NULL,NULL),(966,'The Sun and the Rose','Damh the Bard','Spirit of Albion',NULL,366,0,NULL,NULL,NULL,NULL),(967,'Domeanna','Damh the Bard','Spirit of Albion',NULL,291,0,NULL,NULL,NULL,NULL),(968,'Isis Unveiled','Damh the Bard','Spirit of Albion',NULL,259,0,NULL,NULL,NULL,NULL),(969,'The Winter King','Damh the Bard','Spirit of Albion',NULL,282,0,NULL,NULL,NULL,NULL),(970,'The Hills They Are Hollow','Damh the Bard','The Hills they are Hollow',NULL,358,0,NULL,NULL,NULL,NULL),(971,'Lady of the Silver Wheel','Damh the Bard','The Hills they are Hollow',NULL,286,0,NULL,NULL,NULL,NULL),(972,'John Barleycorn','Damh the Bard','The Hills they are Hollow',NULL,291,0,NULL,NULL,NULL,NULL),(973,'Grimspound','Damh the Bard','The Hills they are Hollow',NULL,296,0,NULL,NULL,NULL,NULL),(974,'Ever With Me','Damh the Bard','The Hills they are Hollow',NULL,278,0,NULL,NULL,NULL,NULL),(975,'Only Son','Damh the Bard','The Hills they are Hollow',NULL,343,0,NULL,NULL,NULL,NULL),(976,'The Mabon','Damh the Bard','The Hills they are Hollow',NULL,386,0,NULL,NULL,NULL,NULL),(977,'Voyage of Bran','Damh the Bard','The Hills they are Hollow',NULL,304,0,NULL,NULL,NULL,NULL),(978,'Samhain Eve','Damh the Bard','The Hills they are Hollow',NULL,423,0,NULL,NULL,NULL,NULL),(979,'The Greenwood Grove','Damh the Bard','The Hills they are Hollow',NULL,307,0,NULL,NULL,NULL,NULL),(980,'Merlin Am I','Damh the Bard','The Hills they are Hollow',NULL,373,0,NULL,NULL,NULL,NULL),(981,'The Land of the Ever Young','Damh the Bard','The Hills they are Hollow',NULL,404,0,NULL,NULL,NULL,NULL),(982,'Sensorium','Epica','The Phantom Agony',NULL,287,0,NULL,NULL,NULL,NULL),(983,'Cry for the Moon (The Embrace that Smothers - Part IV)','Epica','The Phantom Agony',NULL,403,0,NULL,NULL,NULL,NULL),(984,'Feint','Epica','The Phantom Agony',NULL,258,0,NULL,NULL,NULL,NULL),(985,'Illusive Consensus','Epica','The Phantom Agony',NULL,298,0,NULL,NULL,NULL,NULL),(986,'Façade of Reality (The Embrace that Smothers - Part V)','Epica','The Phantom Agony',NULL,490,0,NULL,NULL,NULL,NULL),(987,'Run for a Fall','Epica','The Phantom Agony',NULL,391,0,NULL,NULL,NULL,NULL),(988,'Seif al Din (The Embrace that Smothers - Part VI)','Epica','The Phantom Agony',NULL,346,0,NULL,NULL,NULL,NULL),(989,'The Phantom Agony','Epica','The Phantom Agony',NULL,540,0,NULL,NULL,NULL,NULL),(990,'Heeding the Call','HammerFall','Legacy of Kings',NULL,270,0,NULL,NULL,NULL,NULL),(991,'Legacy of Kings','HammerFall','Legacy of Kings',NULL,253,0,NULL,NULL,NULL,NULL),(992,'Let the Hammer Fall','HammerFall','Legacy of Kings',NULL,256,0,NULL,NULL,NULL,NULL),(993,'Dreamland','HammerFall','Legacy of Kings',NULL,342,0,NULL,NULL,NULL,NULL),(994,'Remember Yesterday','HammerFall','Legacy of Kings',NULL,305,0,NULL,NULL,NULL,NULL),(995,'At the End of the Rainbow','HammerFall','Legacy of Kings',NULL,246,0,NULL,NULL,NULL,NULL),(996,'Back to Back','HammerFall','Legacy of Kings',NULL,219,0,NULL,NULL,NULL,NULL),(997,'Stronger Than All','HammerFall','Legacy of Kings',NULL,269,0,NULL,NULL,NULL,NULL),(998,'Warriors of Faith','HammerFall','Legacy of Kings',NULL,285,0,NULL,NULL,NULL,NULL),(999,'The Fallen One','HammerFall','Legacy of Kings',NULL,263,0,NULL,NULL,NULL,NULL),(1000,'Invaders','Iron Maiden','The Number of the Beast',NULL,203,0,NULL,NULL,NULL,NULL),(1001,'Children of the Damned','Iron Maiden','The Number of the Beast',NULL,274,0,NULL,NULL,NULL,NULL),(1002,'The Prisoner','Iron Maiden','The Number of the Beast',NULL,362,0,NULL,NULL,NULL,NULL),(1003,'22, Acacia Avenue','Iron Maiden','The Number of the Beast',NULL,396,0,NULL,NULL,NULL,NULL),(1004,'The Number of the Beast','Iron Maiden','The Number of the Beast',NULL,290,0,NULL,NULL,NULL,NULL),(1005,'Run To The Hills','Iron Maiden','The Number of the Beast',NULL,233,0,NULL,NULL,NULL,NULL),(1006,'Gangland','Iron Maiden','The Number of the Beast',NULL,228,0,NULL,NULL,NULL,NULL),(1007,'Hallowed Be Thy Name','Iron Maiden','The Number of the Beast',NULL,431,0,NULL,NULL,NULL,NULL),(1008,'Elvenpath','Nightwish','Angels Fall First',NULL,280,0,NULL,NULL,NULL,NULL),(1009,'Beauty And The Beast','Nightwish','Angels Fall First',NULL,384,0,NULL,NULL,NULL,NULL),(1010,'The Carpenter','Nightwish','Angels Fall First',NULL,357,0,NULL,NULL,NULL,NULL),(1011,'Astral Romance','Nightwish','Angels Fall First',NULL,312,0,NULL,NULL,NULL,NULL),(1012,'Angels Fall First','Nightwish','Angels Fall First',NULL,334,0,NULL,NULL,NULL,NULL),(1013,'Tutankhamen','Nightwish','Angels Fall First',NULL,331,0,NULL,NULL,NULL,NULL),(1014,'Nymphomaniac Fantasia','Nightwish','Angels Fall First',NULL,287,0,NULL,NULL,NULL,NULL),(1015,'Ghost Division','Sabaton','The Art Of War',NULL,231,0,NULL,NULL,NULL,NULL),(1016,'The Art of War','Sabaton','The Art Of War',NULL,310,0,NULL,NULL,NULL,NULL),(1017,'40 1','Sabaton','The Art Of War',NULL,251,0,NULL,NULL,NULL,NULL),(1018,'Unbreakable','Sabaton','The Art Of War',NULL,358,0,NULL,NULL,NULL,NULL),(1019,'The Nature of Warfare','Sabaton','The Art Of War',NULL,79,0,NULL,NULL,NULL,NULL),(1020,'Cliffs Of Gallipoli','Sabaton','The Art Of War',NULL,352,0,NULL,NULL,NULL,NULL),(1021,'Talvisota','Sabaton','The Art Of War',NULL,211,0,NULL,NULL,NULL,NULL),(1022,'Panzerkampf','Sabaton','The Art Of War',NULL,313,0,NULL,NULL,NULL,NULL),(1023,'Union (Slopes of St.Benedict)','Sabaton','The Art Of War',NULL,244,0,NULL,NULL,NULL,NULL),(1024,'The Price of a Mile','Sabaton','The Art Of War',NULL,355,0,NULL,NULL,NULL,NULL),(1025,'Firestorm','Sabaton','The Art Of War',NULL,206,0,NULL,NULL,NULL,NULL),(1026,'A Secret','Sabaton','The Art Of War',NULL,34,0,NULL,NULL,NULL,NULL),(1027,'Attero Dominatus','Sabaton','Attero Dominatus',NULL,222,0,NULL,NULL,NULL,NULL),(1028,'Nuclear Attack','Sabaton','Attero Dominatus',NULL,252,0,NULL,NULL,NULL,NULL),(1029,'Rise Of Evil','Sabaton','Attero Dominatus',NULL,501,0,NULL,NULL,NULL,NULL),(1030,'In The Name Of God','Sabaton','Attero Dominatus',NULL,249,0,NULL,NULL,NULL,NULL),(1031,'We Burn','Sabaton','Attero Dominatus',NULL,178,0,NULL,NULL,NULL,NULL),(1032,'Angels Calling','Sabaton','Attero Dominatus',NULL,359,0,NULL,NULL,NULL,NULL),(1033,'Back In Control','Sabaton','Attero Dominatus',NULL,196,0,NULL,NULL,NULL,NULL),(1034,'Light In The Black','Sabaton','Attero Dominatus',NULL,293,0,NULL,NULL,NULL,NULL),(1035,'Metal Crüe','Sabaton','Attero Dominatus',NULL,224,0,NULL,NULL,NULL,NULL),(1036,'Primo Victoria','Sabaton','Primo Victoria',NULL,250,0,NULL,NULL,NULL,NULL),(1037,'Reign Of Terror','Sabaton','Primo Victoria',NULL,231,0,NULL,NULL,NULL,NULL),(1038,'Panzer Battalion','Sabaton','Primo Victoria',NULL,311,0,NULL,NULL,NULL,NULL),(1039,'Wolfpack','Sabaton','Primo Victoria',NULL,355,0,NULL,NULL,NULL,NULL),(1040,'Counterstrike','Sabaton','Primo Victoria',NULL,228,0,NULL,NULL,NULL,NULL),(1041,'Stalingrad','Sabaton','Primo Victoria',NULL,318,0,NULL,NULL,NULL,NULL),(1042,'Into The Fire','Sabaton','Primo Victoria',NULL,205,0,NULL,NULL,NULL,NULL),(1043,'Purple Heart','Sabaton','Primo Victoria',NULL,307,0,NULL,NULL,NULL,NULL),(1044,'Metal Machine','Sabaton','Primo Victoria',NULL,263,0,NULL,NULL,NULL,NULL),(1045,'Prelude','Salamandra','Twilight Of Legends',NULL,94,0,NULL,NULL,NULL,NULL),(1046,'With Gods On Their Side','Salamandra','Twilight Of Legends',NULL,254,0,NULL,NULL,NULL,NULL),(1047,'Misty Riders','Salamandra','Twilight Of Legends',NULL,317,0,NULL,NULL,NULL,NULL),(1048,'The Morning','Salamandra','Twilight Of Legends',NULL,135,0,NULL,NULL,NULL,NULL),(1049,'Rise','Salamandra','Twilight Of Legends',NULL,270,0,NULL,NULL,NULL,NULL),(1050,'Royal Hearing','Salamandra','Twilight Of Legends',NULL,172,0,NULL,NULL,NULL,NULL),(1051,'Obstinávi Animó','Salamandra','Twilight Of Legends',NULL,240,0,NULL,NULL,NULL,NULL),(1052,'Warriors','Salamandra','Twilight Of Legends',NULL,278,0,NULL,NULL,NULL,NULL),(1053,'Silent Memory','Salamandra','Twilight Of Legends',NULL,289,0,NULL,NULL,NULL,NULL),(1054,'War Is Over','Salamandra','Twilight Of Legends',NULL,207,0,NULL,NULL,NULL,NULL),(1055,'Twilight Of Legends','Salamandra','Twilight Of Legends',NULL,276,0,NULL,NULL,NULL,NULL),(1056,'Hail To The Hammer','Týr','How Far To Asgaard',NULL,274,0,NULL,NULL,NULL,NULL),(1057,'Excavation','Týr','How Far To Asgaard',NULL,402,0,NULL,NULL,NULL,NULL),(1058,'The Rune','Týr','How Far To Asgaard',NULL,401,0,NULL,NULL,NULL,NULL),(1059,'Ten Wild Dogs','Týr','How Far To Asgaard',NULL,411,0,NULL,NULL,NULL,NULL),(1060,'God Of War','Týr','How Far To Asgaard',NULL,428,0,NULL,NULL,NULL,NULL),(1061,'Sand In The Wind','Týr','How Far To Asgaard',NULL,383,0,NULL,NULL,NULL,NULL),(1062,'Ormurinn Langi','Týr','How Far To Asgaard',NULL,349,0,NULL,NULL,NULL,NULL),(1063,'How Far To Asgaard / Nornagest Ríma (Hidden Track)','Týr','How Far To Asgaard',NULL,1182,0,NULL,NULL,NULL,NULL),(1064,'Victoriae & Triumphi Dominus','Turisas','Battle Metal',NULL,87,0,NULL,NULL,NULL,NULL),(1065,'As Torches Rise','Turisas','Battle Metal',NULL,291,0,NULL,NULL,NULL,NULL),(1066,'Battle Metal','Turisas','Battle Metal',NULL,263,0,NULL,NULL,NULL,NULL),(1067,'The Land Of Hope And Glory','Turisas','Battle Metal',NULL,382,0,NULL,NULL,NULL,NULL),(1068,'The Messenger','Turisas','Battle Metal',NULL,282,0,NULL,NULL,NULL,NULL),(1069,'One More','Turisas','Battle Metal',NULL,410,0,NULL,NULL,NULL,NULL),(1070,'Midnight Sunrise','Turisas','Battle Metal',NULL,495,0,NULL,NULL,NULL,NULL),(1071,'Among Ancestors','Turisas','Battle Metal',NULL,316,0,NULL,NULL,NULL,NULL),(1072,'Sahti-Waari','Turisas','Battle Metal',NULL,148,0,NULL,NULL,NULL,NULL),(1073,'Prologue For R.R.R.','Turisas','Battle Metal',NULL,189,0,NULL,NULL,NULL,NULL),(1074,'Rex Regi Rebellis','Turisas','Battle Metal',NULL,430,0,NULL,NULL,NULL,NULL),(1075,'Katuman Kaiku','Turisas','Battle Metal',NULL,142,0,NULL,NULL,NULL,NULL),(1076,'Of Stone, Wind, and Pillor','Agalloch','Of Stone, Wind, and Pillor',NULL,420,0,NULL,NULL,NULL,NULL),(1077,'Foliorum Viridium','Agalloch','Of Stone, Wind, and Pillor',NULL,162,0,NULL,NULL,NULL,NULL),(1078,'Haunting Birds','Agalloch','Of Stone, Wind, and Pillor',NULL,224,0,NULL,NULL,NULL,NULL),(1079,'Kneel to the Cross','Agalloch','Of Stone, Wind, and Pillor',NULL,354,0,NULL,NULL,NULL,NULL),(1080,'A Poem by Yeats','Agalloch','Of Stone, Wind, and Pillor',NULL,260,0,NULL,NULL,NULL,NULL),(1081,'Back Through Time','Alestorm','Back Through Time (Limited Edition)',NULL,303,0,NULL,NULL,NULL,NULL),(1082,'Shipwrecked','Alestorm','Back Through Time (Limited Edition)',NULL,210,0,NULL,NULL,NULL,NULL),(1083,'The Sunk\'n Norwegian','Alestorm','Back Through Time (Limited Edition)',NULL,247,0,NULL,NULL,NULL,NULL),(1084,'Midget Saw','Alestorm','Back Through Time (Limited Edition)',NULL,198,0,NULL,NULL,NULL,NULL),(1085,'Buckfast Powersmash','Alestorm','Back Through Time (Limited Edition)',NULL,153,0,NULL,NULL,NULL,NULL),(1086,'Scraping The Barrel','Alestorm','Back Through Time (Limited Edition)',NULL,279,0,NULL,NULL,NULL,NULL),(1087,'Rum','Alestorm','Back Through Time (Limited Edition)',NULL,209,0,NULL,NULL,NULL,NULL),(1088,'Swashbuckled','Alestorm','Back Through Time (Limited Edition)',NULL,232,0,NULL,NULL,NULL,NULL),(1089,'Barrett\'s Privateers','Alestorm','Back Through Time (Limited Edition)',NULL,279,0,NULL,NULL,NULL,NULL),(1090,'Death Throes Of The Terrorsquid','Alestorm','Back Through Time (Limited Edition)',NULL,466,0,NULL,NULL,NULL,NULL),(1091,'I Am A Cider Drinker','Alestorm','Back Through Time (Limited Edition)',NULL,178,0,NULL,NULL,NULL,NULL),(1092,'You Are A Pirate','Alestorm','Back Through Time (Limited Edition)',NULL,93,0,NULL,NULL,NULL,NULL),(1093,'River Of Tuoni','Amberian Dawn','River Of Tuoni',NULL,181,0,NULL,NULL,NULL,NULL),(1094,'My Wings Are My Eyes','Amberian Dawn','River Of Tuoni',NULL,194,0,NULL,NULL,NULL,NULL),(1095,'Lullaby','Amberian Dawn','River Of Tuoni',NULL,221,0,NULL,NULL,NULL,NULL),(1096,'Valkyries','Amberian Dawn','River Of Tuoni',NULL,208,0,NULL,NULL,NULL,NULL),(1097,'Fate Of The Maiden','Amberian Dawn','River Of Tuoni',NULL,170,0,NULL,NULL,NULL,NULL),(1098,'My Only Star','Amberian Dawn','River Of Tuoni',NULL,263,0,NULL,NULL,NULL,NULL),(1099,'The Curse','Amberian Dawn','River Of Tuoni',NULL,245,0,NULL,NULL,NULL,NULL),(1100,'Passing Bells','Amberian Dawn','River Of Tuoni',NULL,242,0,NULL,NULL,NULL,NULL),(1101,'Sunrise','Amberian Dawn','River Of Tuoni',NULL,210,0,NULL,NULL,NULL,NULL),(1102,'The Evil Inside Me','Amberian Dawn','River Of Tuoni',NULL,230,0,NULL,NULL,NULL,NULL),(1103,'Dreamchaser','Amberian Dawn','River Of Tuoni',NULL,242,0,NULL,NULL,NULL,NULL),(1104,'Valhall Awaits Me','Amon Amarth','With Oden on Our Side (disc 1)',NULL,283,0,NULL,NULL,NULL,NULL),(1105,'Runes to My Memory','Amon Amarth','With Oden on Our Side (disc 1)',NULL,272,0,NULL,NULL,NULL,NULL),(1106,'Asator','Amon Amarth','With Oden on Our Side (disc 1)',NULL,184,0,NULL,NULL,NULL,NULL),(1107,'Hermod\'s Ride to Hel - Lokes Treachery, Part 1','Amon Amarth','With Oden on Our Side (disc 1)',NULL,280,0,NULL,NULL,NULL,NULL),(1108,'Sampo','Amorphis','Skyforger',NULL,368,0,NULL,NULL,NULL,NULL),(1109,'Silver Bride','Amorphis','Skyforger',NULL,253,0,NULL,NULL,NULL,NULL),(1110,'From the Heaven of My Heart','Amorphis','Skyforger',NULL,320,0,NULL,NULL,NULL,NULL),(1111,'Sky Is Mine','Amorphis','Skyforger',NULL,260,0,NULL,NULL,NULL,NULL),(1112,'Majestic Beast','Amorphis','Skyforger',NULL,259,0,NULL,NULL,NULL,NULL),(1113,'My Sun','Amorphis','Skyforger',NULL,244,0,NULL,NULL,NULL,NULL),(1114,'Highest Star','Amorphis','Skyforger',NULL,284,0,NULL,NULL,NULL,NULL),(1115,'Skyforger','Amorphis','Skyforger',NULL,315,0,NULL,NULL,NULL,NULL),(1116,'Course of Fate','Amorphis','Skyforger',NULL,255,0,NULL,NULL,NULL,NULL),(1117,'From Earth I Rose','Amorphis','Skyforger',NULL,304,0,NULL,NULL,NULL,NULL),(1118,'Godlike Machine','Amorphis','Skyforger',NULL,318,0,NULL,NULL,NULL,NULL),(1119,'Isis And Osiris','Ayreon','Into The Electric Castle [CD1]',NULL,671,0,NULL,NULL,NULL,NULL),(1120,'Another Time, Another Space','Ayreon','Into The Electric Castle [CD2]',NULL,320,0,NULL,NULL,NULL,NULL),(1121,'The Dream Sequencer','Ayreon','Universal Migrator Part 1: The Dream Sequencer',NULL,309,0,NULL,NULL,NULL,NULL),(1122,'2084','Ayreon','Universal Migrator Part 1: The Dream Sequencer',NULL,461,0,NULL,NULL,NULL,NULL),(1123,'The Shooting Company Of Captain Frans B. Cocq','Ayreon','Universal Migrator Part 1: The Dream Sequencer',NULL,477,0,NULL,NULL,NULL,NULL),(1124,'And The Druids Turn To Stone','Ayreon','Universal Migrator Part 1: The Dream Sequencer',NULL,396,0,NULL,NULL,NULL,NULL),(1125,'To The Quasar','Ayreon','Universal Migrator Part 2: Flight Of The Migrator',NULL,522,0,NULL,NULL,NULL,NULL),(1126,'Through The Wormhole','Ayreon','Universal Migrator Part 2: Flight Of The Migrator',NULL,365,0,NULL,NULL,NULL,NULL),(1127,'The New Migrator','Ayreon','Universal Migrator Part 2: Flight Of The Migrator',NULL,495,0,NULL,NULL,NULL,NULL),(1128,'Reign Of The Hammer','HammerFall','Threshold',NULL,170,0,NULL,NULL,NULL,NULL),(1129,'Genocide','HammerFall','Threshold',NULL,283,0,NULL,NULL,NULL,NULL),(1130,'Zlatohlav, part II.','KOCKO TOMAS & ORCHESTR','Godula',NULL,332,0,NULL,NULL,NULL,NULL),(1131,'Wasting my Time','Kosheen','Kokopelli',NULL,308,0,NULL,NULL,NULL,NULL),(1132,'Never Give Up','Salamandra','Great Moravian Elegies',NULL,293,0,NULL,NULL,NULL,NULL),(1133,'The Blackest Wings','Salamandra','Great Moravian Elegies',NULL,294,0,NULL,NULL,NULL,NULL),(1134,'Everlasting Fame','Salamandra','Great Moravian Elegies',NULL,290,0,NULL,NULL,NULL,NULL),(1135,'Unchained Land','Salamandra','Great Moravian Elegies',NULL,250,0,NULL,NULL,NULL,NULL),(1136,'Hero','Salamandra','Great Moravian Elegies',NULL,269,0,NULL,NULL,NULL,NULL),(1137,'Calm Down the Fury','Salamandra','Great Moravian Elegies',NULL,225,0,NULL,NULL,NULL,NULL),(1138,'Brave Mens Chant','Salamandra','Great Moravian Elegies',NULL,371,0,NULL,NULL,NULL,NULL),(1139,'Nothing But Dust','Salamandra','Great Moravian Elegies',NULL,305,0,NULL,NULL,NULL,NULL),(1140,'The Fugitive','Iron Maiden','Fear of the Dark',NULL,293,0,NULL,NULL,NULL,NULL),(1141,'Caged','Within Temptation','Mother Earth',NULL,347,0,NULL,NULL,NULL,NULL),(1142,'The Curse Of Feanor','Blind Guardian','Nightfall In Middle-Earth',NULL,341,0,NULL,NULL,NULL,NULL);
/*!40000 ALTER TABLE `Track` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2023-11-20 15:17:52

Zerion Mini Shell 1.0