The Spotify to YouTube Music downloader that doesn't download all kinds of bullshit from YouTube (karaoke/instrumental versions, music video versions etc)
- Spotify metadata embedded in files
- Playlist file creation (.m3u8)
- Concurrent music downloading from YouTube
- Auto-updating
- Download the installer for your OS of choice from the Releases tab or from the following list
- Windows 7+ (Multi-architecture) (This download is larger than any specific architecture download - 251 MB!)
- Windows 7+ (x86/32-bit)
- Windows 7+ (x64/64-bit)
- Windows 10+ (ARM64)
- macOS 10.13+ (Universal 2 Binary)
- Linux (x86_64)
- Linux (ARMv7)
- Linux (ARM64)
OR
- Build it yourself:
- Install Node.js (v18.0.0 or newer)
- Clone this repository
- Run the following commands:
corepack enable
yarn install
yarn dev
to run Daunroda without compiling oryarn build
to build an installer
- Vue boilerplate used: electron-vite-vue