« get me outta code hell

group.comment support / new help message - mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/index.js
diff options
context:
space:
mode:
authorFlorrie <towerofnix@gmail.com>2018-06-12 23:56:19 -0300
committerFlorrie <towerofnix@gmail.com>2018-06-12 23:56:21 -0300
commit5b21b38bf5358d40e37de83260a3b9298380c782 (patch)
tree567a61f5671f0f5bd25e659b20c7ad5ca6e5924c /index.js
parent13f49822f637ca5582f593bcc0dae8a5003390f3 (diff)
group.comment support / new help message
..mentioning that you can add stuff to ~/Music to make it show up in the
default mtui playlist.
Diffstat (limited to 'index.js')
-rwxr-xr-xindex.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.js b/index.js
index 97da517..b1c4ced 100755
--- a/index.js
+++ b/index.js
@@ -59,6 +59,9 @@ async function main() {
 
   let grouplike = {
     name: 'My ~/Music Library',
+    comment: (
+      '(Add songs and folders to ~/Music to make them show up here,' +
+      ' or pass mtui your own playlist.json file!)'),
     source: ['crawl-local', process.env.HOME + '/Music']
   }