neodeemer
neodeemer copied to clipboard
Spotify/YouTube song downloader with option to download whole albums, playlists and also lyrics. Available on Android, Windows and Linux.
Neodeemer
Spotify/YouTube song downloader with option to download whole albums, playlists and also lyrics.
Available on Android, Windows and Linux*.
▶Download latest release◀
Features
- Spotify/YouTube search - you can search by artist, album or track name
- Play songs before you download it
- Download single songs or whole albums
- Download whole Spotify/YouTube playlists - saved to
.m3ufile - Download songs from share screen - tap share in Spotify/YouTube app on Android
- Automatically save track name, artist name, album image and other tags to songs
- Lyrics - embedded directly to audio files
- Synchronized lyrics - saved to
.lrcfiles - Change audio format -
m4aormp3 - Browser Extension - download music directly from YouTube video page
Screenshots
Installation
Android
- Download neodeemer_android.apk
- Open downloaded apk and install it
If it says you can't install unknown apps, just go to Settings and search Install unknown apps, then select your browser and tap Allow from this source.
Windows
- Download neodeemer_windows.exe
- Just open the downloaded exe (It doesn't require installation)
Running from source
- Install Python 3.8.10 or later if you don't have it already
- Clone this repo
- Get your own Spotify and YouTube API keys
- Create
.envfile inneodeemer\neodeemer(folder where is main.py) like this:SPOTIPY_CLIENT_ID= SPOTIPY_CLIENT_SECRET= YOUTUBE_API_KEY= - Continue depending on your platform
Windows
cd neodeemer\neodeemer
python -m venv venv
venv\Scripts\activate
pip install -r requirements.txt
python main.py
Linux
cd neodeemer/neodeemer
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 main.py
Browser Extension
You can install Neodeemer UserScript to download music directly from YouTube video page.
- Install TamperMonkey to your browser
- Install Neodeemer UserScript
- Start Neodeemer
- Enable WebApi in Neodeemeer settings
- Go to any YouTube video and click Neodeemer icon under the video, it will add video to download queue
Download to different device
- Click on TamperMonkey extension
- Go to Control Panel > Installed Scripts > Neodeemer UserScript
- Change
localhosttoyourdeviceipon these lines:// @connect yourdeviceip
whereconst host = "yourdeviceip";yourdeviceipis IP adress of device you want to control (e.g. 192.168.0.123).
You can get your device IP depending on your OS:
Android - System Settings > Wi-Fi > YourNetwork > IP Address
Windows - cmd > ipconfig > IPv4 Address
Linux - terminal > ip addr > inet
Issues
If encounter some tracks, that has bad quality or even doesn't match the name, you can submit it directly in the app using
If you have other issue or some idea to make the app better, just open a new issue on GitHub.
Acknowledgments
This app wouldn't be possible to make without these libraries: