From cb28ce9bb0ab108a7c4a8a8dc77e09c1961a0c73 Mon Sep 17 00:00:00 2001 From: Salt Date: Fri, 13 Mar 2020 17:34:06 -0500 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2eb3d8e..efdc302 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,8 @@ The tool has flags to change the location of the lib.json file (defaults to `${X * `edit`: Starts an interactive prompt to add/edit albums and songs. It's pretty shitty, but it works and stops you from having to write a shitton of JSON. +* `playlist`: Starts an interactive prompt to import a playlist. It's less shitty and uses YouTube's built-in music tags where possible. + ## Limitations Currently it only supports URLs that youtube-dl can handle. This does, however, mean that you can give it a few cool things like SoundCloud links (or smut, I guess). However, if song files exist that match the nomenclature you laid out in the library file, it'll skip downloading them.