File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ SpotiFLAC(
3535```
3636New use:
3737``` spotiflac
38- > spotiflac --service qobuz tidal --use-artist-subfolders url ./out
38+ > spotiflac url ./out --service qobuz tidal --use-artist-subfolders
3939```
4040---
4141
@@ -64,25 +64,27 @@ Program can also be ran by downloading the python files and calling <code>python
6464<h4 >Windows example usage:</h4 >
6565
6666``` bash
67- ./SpotiFLAC-Windows.exe [--service tidal qobuz deezer amazon]
67+ ./SpotiFLAC-Windows.exe url
68+ output_dir
69+ [--service tidal qobuz deezer amazon]
6870 [--filename-format " {title} - {artist}" ]
6971 [--use-track-numbers] [--use-artist-subfolders]
7072 [--use-album-subfolders]
7173 [--loop minutes]
72- url
73- output_dir
74+
7475```
7576
7677<h4 >Linux / Mac example usage:</h4 >
7778
7879``` bash
7980chmod +x SpotiFLAC-Linux-arm64
80- ./SpotiFLAC-Linux-arm64 [--filename-format " {title} - {artist}" ]
81+ ./SpotiFLAC-Linux-arm64 url
82+ output_dir
83+ [--filename-format " {title} - {artist}" ]
8184 [--use-track-numbers] [--use-artist-subfolders]
8285 [--use-album-subfolders]
8386 [--loop minutes]
84- url
85- output_dir
87+
8688```
8789---
8890
You can’t perform that action at this time.
0 commit comments