From b1b4a1ee5cf0700748e9c0b74f30d375c169bc66 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Thu, 7 Oct 2010 20:28:56 +0200 Subject: disabled adplug metadata (broken) --- plugins/adplug/adplug-db.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/adplug/adplug-db.cpp b/plugins/adplug/adplug-db.cpp index 4f334d2b..567d55ca 100644 --- a/plugins/adplug/adplug-db.cpp +++ b/plugins/adplug/adplug-db.cpp @@ -258,6 +258,7 @@ adplug_insert (DB_playItem_t *after, const char *fname) { it->filetype = adplug_get_extension (fname); it->tracknum = i; deadbeef->pl_set_item_duration (it, dur); +#if 0 // add metainfo if (p->gettitle()[0]) { adplug_add_meta (it, "title", p->gettitle()); @@ -271,6 +272,7 @@ adplug_insert (DB_playItem_t *after, const char *fname) { if (!p->getauthor()[0]) { adplug_add_meta (it, "artist", p->getauthor()); } +#endif deadbeef->pl_add_meta (it, "title", NULL); // insert after = deadbeef->pl_insert_item (after, it); -- cgit v1.2.3