Skip to content

Commit

Permalink
updated readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Liupold committed Oct 11, 2021
1 parent 286bab3 commit 75a1516
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,44 @@ PI8"8888P' 8I 8I `Y8P"Y8888P"`Y8PI8 YY88888PP""Y88P"888
```

## INSTALL
From PIP:
```shell
python3 -m pip install fmdpy
python -m pip install --upgrade fmdpy
```
From github: (after clone)
```
python ./install.py
```
## UPDATE:
```
fmdpy -u
```

## USEAGE
```text
Usage: fmdpy [OPTIONS] [SEARCH]...
FMDPY.
Download music with metadata
For multiple download you can use something like:
"Download: 1, 2, 3, 5:8", (This will download 1, 2, 3, 5, 6, 7, 8)
-f native: save to native container (ffmpeg not req., -b is ignored)
-f native: save to native container [Default](ffmpeg not req.) (-b is
ignored)
Options:
-c, --count INTEGER Max Number of results
-f, --fmt TEXT Format of the audio file. (opus is default)
-f, --fmt TEXT Format of the audio file.
-b, --bitrate INTEGER Bitrate in kb, (250k is default)
-d, --directory PATH Specify the folder.
-l, --lyrics Add lyrics
-V, --Version display version
-u, --update Update: (for pip only)
--help Show this message and exit.
```
```

## EXAMPLE

Expand Down
2 changes: 1 addition & 1 deletion fmdpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@click.option('-u', "--update", help="Update: (for pip only)", is_flag=True)
@click.argument('search', nargs=-1)
def fmdpy(count, search, fmt, bitrate, version, lyrics, update, directory):
r"""FMDPY.
"""FMDPY.
Download music with metadata\n
For multiple download you can use something like:\n
Expand Down

0 comments on commit 75a1516

Please sign in to comment.