This project allows you to download Spotify playlists in MP3 format.
Bu proje, Spotify oynatma listelerini MP3 formatında indirmenizi sağlar.
-
Spotify oynatma listeleri spotify'a ait oynatma listelerini lütfen yeni oynatma listesinde oluşturun. Aksi takdirde oynatma listesi bulamaz. Spotify playlists please create spotify playlists in the new playlist. Otherwise, the playlist may not be found.
-
Ffmpeg'i indirdikten sonra ana diziye ekleyin. Aksi takdirde
ffprobe and ffmpeg not found. Please install or provide the path using --ffmpeg-locationhatası alırsınız. -
Dosyalar böyle olması şarttır!
-
Install the required Python libraries: Gerekli Python kütüphanelerini yükleyin:
pip install -r requirements.txt
-
Add the Spotify playlist IDs you want to download to the
Ids.jsonfile.Ids.jsondosyasına indirmek istediğiniz Spotify oynatma listesi ID'lerini ekleyin. -
Set your Spotify API credentials in the
spotify.pyfile.spotify.pydosyasındaki Spotify API kimlik bilgilerinizi ayarlayın.
-
Run the
python spotify.pyfile.python spotify.pydosyasını çalıştırın. -
The download process will be completed and the downloaded files will be in the
downloadsfolder. İndirme işlemi tamamlandığında, indirilen dosyalardownloadsklasöründe bulunacaktır.
- Python 3.x
spotipyyt-dlpffmpeg
-
FFMPEG: https://ffmpeg.org/download.html
-
Spotify API: https://developer.spotify.com/
-
Make sure
ffmpegis installed and accessible in your system PATH.ffmpeg'in yüklü olduğundan ve sistem PATH'inde erişilebilir olduğundan emin olun. -
This script is for personal use only and may violate Spotify's terms of service if used otherwise. Bu script sadece kişisel kullanım içindir ve başka bir şekilde kullanılırsa Spotify'ın hizmet şartlarını ihlal edebilir.


