From c99e8257e928151904ba631776baa30049f30faf Mon Sep 17 00:00:00 2001 From: cooperhammond Date: Wed, 23 Feb 2022 10:59:15 -0700 Subject: [PATCH] updated documentation #85 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7079000..a78b536 100755 --- a/README.md +++ b/README.md @@ -124,6 +124,7 @@ Here's what they do: ```yaml binary_directory: ~/.irs/bin music_directory: ~/Music +search_terms: "lyrics" filename_pattern: "{track_number} - {title}" directory_pattern: "{artist}/{album}" client_key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX @@ -136,6 +137,8 @@ single_folder_playlist: - `binary_directory`: a path specifying where the downloaded binaries should be placed - `music_directory`: a path specifying where downloaded mp3s should be placed. + - `search_terms`: additional search terms to plug into youtube, which can be + potentially useful for not grabbing erroneous audio. - `filename_pattern`: a pattern for the output filename of the mp3 - `directory_pattern`: a pattern for the folder structure your mp3s are saved in - `client_key`: a client key from your spotify API application