Skip to content

Commit 9b6f243

Browse files
committed
v0.2.4
1 parent 801d62a commit 9b6f243

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ SpotiFLAC(
3535
```
3636
New 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
7980
chmod +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

0 commit comments

Comments
 (0)