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-location
hatası 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.json
file.Ids.json
dosyasına indirmek istediğiniz Spotify oynatma listesi ID'lerini ekleyin. -
Set your Spotify API credentials in the
spotify.py
file.spotify.py
dosyasındaki Spotify API kimlik bilgilerinizi ayarlayın.
-
Run the
spotify.py
file.spotify.py
dosyasını çalıştırın. -
The download process will be completed and the downloaded files will be in the
downloads
folder. İndirme işlemi tamamlandığında, indirilen dosyalardownloads
klasöründe bulunacaktır.
- Python 3.x
spotipy
yt-dlp
ffmpeg
-
FFMPEG: https://ffmpeg.org/download.html
-
Spotify API: https://developer.spotify.com/
-
Make sure
ffmpeg
is 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.