Merge pull request #11 from WTMike24/main

Cleaned up the requirements list
This commit is contained in:
Footsiefat 2021-10-18 19:29:57 +13:00 committed by GitHub
commit aa69daf9e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,15 +1,25 @@
# zspotify
Spotify song downloader without injecting into the windows client
![image](https://user-images.githubusercontent.com/12180913/137086248-371a3d81-75b3-4d75-a90c-966549c45745.png)
```
sudo apt install ffmpeg (For windows download the binarys and place it in %PATH%)
pip install requests
pip install music_tag
pip install pydub
pip install websocket-client
pip install git+https://github.com/kokarare1212/librespot-python
```
```
Requirements:
Binaries
- Python 3.8 or greater
- ffmpeg*
Python packages:
- pip install websocket-client
- pip install requests
- pip install music_tag
- pip install pydub
- pip install git+https://github.com/kokarare1212/librespot-python
```
\*ffmpeg can be installed via apt for Debian-based distros or by downloading the binaries from [ffmpeg.org](https://ffmpeg.org) and placing them in your %PATH% in Windows.
- Use "-p" or "--playlist" to download a saved playlist from our account
- Supply the URL or ID of a Track/Album/Playlist as an argument to download it