You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`SONG_DIR`| Directory to save the songs in after editing | Current direcotry|
294
+
|`SONG_DIR`| Directory to save the songs in after editing | Current directory|
292
295
|`SONG_QUALITY`| Quality of the song | 320kbps |
293
296
|`METADATA_PROVIDERS`| Which API providers to use for metadata | all supported options are used |
294
297
|`DEFAULT_FORMAT`| Default format of the song | mp3 |
@@ -302,7 +305,7 @@ As of the latest development branch, the following options can be changed from t
302
305
303
306
`SONG_DIR` field also takes values that are extracted from the song being downloaded
304
307
305
-
The `SONG_DIR` field needs to be passed some special values in order to achieve that. The string is scanned and when a `$` sign occurs, the special string will start and each directory can be seperated by using an `->` sign.
308
+
The `SONG_DIR` field needs to be passed some special values in order to achieve that. The string is scanned and when a `$` sign occurs, the special string will start and each directory can be separated by using an `->` sign.
306
309
307
310
To save the song in the `/dir/<album_name>/<artist_name>/<title>/<song_name>.mp3` format, the following needs to be added in the `SONG_DIR` field.
308
311
@@ -342,4 +345,3 @@ As of the latest source, the following options can be passed to the special stri
0 commit comments