aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index a3b0ca9..c9c04e1 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,16 @@ First, go to the folder where you downloaded the source code (the folder where t
On Windows (PowerShell):
```
-node .\index.js <your YouTube playlist ID>
+node .\index.js <your YouTube playlist ID> [album name]
```
On POSIX systems (Linux, macOS, *BSD, ...):
```
-./youtoo <your YouTube playlist ID>
+./youtoo <your YouTube playlist ID> [album name]
```
+> Argument `[album name]` is optional. If used, YouToo will make it so that all the songs belong to the same album rather than the auto-detected albums. Useful to keep playlists organized.
+
After running this command (and after waiting while it runs), you get the final audio files in `./_youtoo/Result`, it is suggested that you keep these here for syncing to work (e.g. use a symbolic link).
## How does it work?