« get me outta code hell

cli args (bass boost ur music) - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/crawlers.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2020-02-15 22:13:53 -0400
committerFlorrie <towerofnix@gmail.com>2020-02-15 22:15:15 -0400
commit48ed5168d477fe11fe4f21ae104e3750935b0943 (patch)
treec0d9260246933d180a2fa5405da8e66e9c484705 /crawlers.js
parentfd09d0196f8db2102f9364a56f3075bf2cd93c88 (diff)
cli args (bass boost ur music)
$ mtui --player sox --player-options bass +25 \;
Diffstat (limited to 'crawlers.js')
-rw-r--r--crawlers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawlers.js b/crawlers.js
index 578a9f2..92243c9 100644
--- a/crawlers.js
+++ b/crawlers.js
@@ -237,7 +237,7 @@ function getHTMLLinks(text) {
 
 function crawlLocal(dirPath, extensions = [
   'ogg', 'oga',
-  'wav', 'mp3', 'mp4', 'm4a', 'aac', 'flac',
+  'wav', 'mp3', 'mp4', 'm4a', 'aac', 'flac', 'opus',
   'mod'
 ], isTop = true) {
   // If the passed path is a file:// URL, try to decode it: