Skip to content

F1reP0wer12345/SpotDL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SpotDL Binaries

My Kodi addon plugin.audio.spotdl doesn't work with the prebuilt spotdl binaries, because they require python to be installed. After compiling spotdl with poetry with no changes made, it runs even when python isn't installed. I also included ffmpeg, because you need it in a certain directory in order for my addon to work. My addon will ask to download these files. If you don't trust them, compile them for your self. Here are the instructions:

git clone https://github.com/spotDL/spotify-downloader && cd spotify-downloader
pip install poetry
poetry install
poetry run python3 scripts/build.py

About

SpotDL binaries for my kodi addon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published