fix critical bug, where last_snap got set to .
[distro-setup] / beet-data
index 5d1799ec5face0f461d331d196b65a9420c1bf4a..a9903080679dd17a6e4aeeb945bc044d50ee6c94 100644 (file)
--- a/beet-data
+++ b/beet-data
@@ -45,7 +45,8 @@ common_genres=(
   # like power glove
   darkwave
   hardcore
-  instrumental
+  # nonvocal / instrumental
+  nv
   latin
   metal
   # mq = mac quale. similar to the mr robot soundtracks.
@@ -191,3 +192,7 @@ for r in {3..5}; do
   beetapl \
     sy$r rating:${r}..5 genre::$upbeat_regex ^gimicky:t ^lesser_version:t 'artist:sonic youth'
 done
+
+for t in ${nav_tags[@]}; do
+  beetapl $t $t:t
+done