« get me outta code hell

Merge branch 'master' of https://github.com/towerofnix/http-music - http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/cli.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-01-17 18:33:52 -0400
committerFlorrie <towerofnix@gmail.com>2018-01-17 18:33:52 -0400
commita701fcf0d35f667b5ed32cfaed88db3d2872a9cc (patch)
treeaa2ae3d2e29b237f01a1a1936919be10d0b8e831 /src/cli.js
parentfb2f9ecda0531a950a871c6b85d42e913f3874f7 (diff)
parent7831b28be25aae1e890ee1f4d3bd6969023c10da (diff)
Merge branch 'master' of https://github.com/towerofnix/http-music
Diffstat (limited to 'src/cli.js')
-rwxr-xr-xsrc/cli.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli.js b/src/cli.js
index 9021cc6..eeb5e99 100755
--- a/src/cli.js
+++ b/src/cli.js
@@ -23,7 +23,9 @@ async function main(args) {
     switch (args[0]) {
       case 'play': script = require('./play'); break
       case 'download-playlist': script = require('./download-playlist'); break
+      case 'process-metadata': script = require('./process-metadata'); break
       case 'smart-playlist': script = require('./smart-playlist'); break
+      case 'duration-graph': script = require('./duration-graph'); break
       case 'setup': script = require('./setup'); break
 
       default: