add audiotype/ tags; reenable filters
[id3fs.git] / lib / ID3FS / DB.pm
index 6b3cd99..14f55c5 100644 (file)
@@ -265,6 +265,11 @@ sub add
     {
        $self->add_tag($file_id, "haspic", undef);
     }
+
+    if($self->ok($audiotype))
+    {
+       $self->add_tag($file_id, "audiotype", $audiotype);
+    }
 }
 
 sub add_tag