From 89daefe2d3176f202004b8b1fc78188a6b755761 Mon Sep 17 00:00:00 2001 From: Florrie Date: Tue, 12 Jun 2018 23:05:12 -0300 Subject: Make default playlist crawl ~/Music --- index.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'index.js') diff --git a/index.js b/index.js index e74f2eb..3cbd81c 100755 --- a/index.js +++ b/index.js @@ -58,17 +58,7 @@ async function main() { }) let grouplike = { - items: [ - {name: 'bears', downloaderArg: 'http://www.billwurtz.com/bears.mp3'}, - {name: 'alphabet shuffle', downloaderArg: 'http://www.billwurtz.com/alphabet-shuffle.mp3'}, - {name: 'in california', downloaderArg: 'http://www.billwurtz.com/in-california.mp3'}, - {name: 'i love you', downloaderArg: 'http://www.billwurtz.com/i-love-you.mp3'}, - {name: 'movie star', downloaderArg: 'http://www.billwurtz.com/movie-star.mp3'}, - {name: 'got to know what\'s going on', downloaderArg: 'http://www.billwurtz.com/got-to-know-whats-going-on.mp3'}, - {name: 'outside', downloaderArg: 'http://www.billwurtz.com/outside.mp3'}, - {name: 'La de da de da de da de day oh', downloaderArg: 'http://www.billwurtz.com/la-de-da-de-da-de-da-de-day-oh.mp3'}, - {name: 'and the day goes on', downloaderArg: 'http://www.billwurtz.com/and-the-day-goes-on.mp3'} - ] + source: ['crawl-local', process.env.HOME + '/Music'] } if (process.argv[2]) { -- cgit 1.3.0-6-gf8a5