https://github.com/zarar2312/spotify-playlist-downloader
This project allows you to download Spotify playlists in MP3 format. Bu proje, Spotify oynatma listelerini MP3 formatında indirmenizi sağlar.
https://github.com/zarar2312/spotify-playlist-downloader
ffmpeg music music-downloader music-downloader-bot python3 spotify spotify-api spotify-playlist spotify-playlist-downloader spotipy yt-dlp
Last synced: 3 months ago
JSON representation
This project allows you to download Spotify playlists in MP3 format. Bu proje, Spotify oynatma listelerini MP3 formatında indirmenizi sağlar.
- Host: GitHub
- URL: https://github.com/zarar2312/spotify-playlist-downloader
- Owner: zarar2312
- License: apache-2.0
- Created: 2025-01-17T19:45:12.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-01-17T19:51:58.000Z (4 months ago)
- Last Synced: 2025-01-27T16:19:03.108Z (4 months ago)
- Topics: ffmpeg, music, music-downloader, music-downloader-bot, python3, spotify, spotify-api, spotify-playlist, spotify-playlist-downloader, spotipy, yt-dlp
- Language: Python
- Homepage: https://discord.gg/ckEz8Yw
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Spotify Playlist Downloader

This project allows you to download Spotify playlists in MP3 format.
Bu proje, Spotify oynatma listelerini MP3 formatında indirmenizi sağlar.
## Notes / Notlar
- 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!

## Installation / Kurulum
1. Install the required Python libraries:
Gerekli Python kütüphanelerini yükleyin:```bash
pip install -r requirements.txt
```2. 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.
3. Set your Spotify API credentials in the `spotify.py` file.
`spotify.py` dosyasındaki Spotify API kimlik bilgilerinizi ayarlayın.## Usage / Kullanım
1. Run the `python spotify.py` file.
`python spotify.py` dosyasını çalıştırın.2. The download process will be completed and the downloaded files will be in the `downloads` folder.
İndirme işlemi tamamlandığında, indirilen dosyalar `downloads` klasöründe bulunacaktır.## Requirements / Gereksinimler
- Python 3.x
- `spotipy`
- `yt-dlp`
- `ffmpeg`## Notes / Notlar
- FFMPEG: https://ffmpeg.org/download.html
- Spotify API: https://developer.spotify.com/
- YT-DLP: https://github.com/yt-dlp/yt-dlp/releases- 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.