All Projects → schollz → Spotifydownload

schollz / Spotifydownload

Licence: mit
A dependency-free Spotify playlist downloader that should just work

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Spotifydownload

Spotivy
🎼 Download music videos from Spotify playlists
Stars: ✭ 64 (-73.88%)
Mutual labels:  spotify, mp3, downloader, youtube
Getsong
Download any song mp3 with no dependencies except ffmpeg
Stars: ✭ 102 (-58.37%)
Mutual labels:  spotify, mp3, downloader, youtube
Alltomp3
Node module to download and convert in MP3 with tags an online video
Stars: ✭ 120 (-51.02%)
Mutual labels:  spotify, mp3, youtube
Alltomp3 App
Download and Convert YouTube, SoundCloud & Spotify in MP3 with full tags (title, artist, genre, cover, lyrics 🔥)
Stars: ✭ 920 (+275.51%)
Mutual labels:  spotify, mp3, youtube
Ytspotifydl
Youtube and Spotify music downloader with metadata.
Stars: ✭ 34 (-86.12%)
Mutual labels:  spotify, downloader, youtube
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+744.9%)
Mutual labels:  spotify, mp3, youtube
audius
🎧 A cross-platform app for downloading songs from YouTube and Spotify
Stars: ✭ 19 (-92.24%)
Mutual labels:  spotify, youtube, mp3
Spotiflyer
Spotify/Gaana/Youtube Music Downloader For Android!
Stars: ✭ 231 (-5.71%)
Mutual labels:  spotify, mp3, youtube
Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (-60.41%)
Mutual labels:  mp3, downloader, youtube
Youget
YouGet - YouTube Video/Playlist Downloader/Cutter - MP3 Converter
Stars: ✭ 169 (-31.02%)
Mutual labels:  mp3, downloader, youtube
Youtube Mp3 Downloader
Extract music from YouTube videos
Stars: ✭ 187 (-23.67%)
Mutual labels:  mp3, downloader, youtube
Musicdownloader
Material design YouTube mp3/mp4 downloader
Stars: ✭ 70 (-71.43%)
Mutual labels:  mp3, downloader, youtube
Insideheartz Whatsapp Bot
A multipurpose whatsapp bot buillt on node.js
Stars: ✭ 102 (-58.37%)
Mutual labels:  mp3, downloader, youtube
Savify
Download Spotify songs to mp3 with full metadata and cover art!
Stars: ✭ 227 (-7.35%)
Mutual labels:  spotify, mp3, youtube
Audiojack Gui
🎧 A YouTube-to-MP3 converter that automatically finds and adds ID3 tags to downloaded MP3 files.
Stars: ✭ 116 (-52.65%)
Mutual labels:  mp3, youtube
Candy
🍭 Cross-platform YouTube-downloader with playlist and channel support as well as build-in audio / video converter.
Stars: ✭ 229 (-6.53%)
Mutual labels:  downloader, youtube
Sonos Web
Web interface for Sonos audio systems
Stars: ✭ 114 (-53.47%)
Mutual labels:  spotify, youtube
Youtubedownloader
Downloads videos and playlists from YouTube
Stars: ✭ 2,202 (+798.78%)
Mutual labels:  mp3, youtube
Annie
👾 Fast and simple video download library and CLI tool written in Go
Stars: ✭ 16,369 (+6581.22%)
Mutual labels:  downloader, youtube
Youtube2audio
Desktop application to download YouTube videos as annotated MP3 or MP4 files
Stars: ✭ 128 (-47.76%)
Mutual labels:  mp3, youtube

spotifydownload
Build Status Coverage

Automatically download your Spotify playlists.

spotifydownload is an open-source tool that makes it easy to download your Spotify playlists, using getsong to find the correct song and download it and convert it to an m4a.

Example

Unlike other downloaders, there are no dependencies (other than ffmpeg which will automatically be installed onto your system when running the first time).

Disclaimer: Downloading copyright songs may be illegal in your country. This tool is for educational purposes only and was created only to show how Spotify's API can be used to download music from YouTube. Please support the artists by buying their music.

Install

Install by downloading latest release.

Or install with bash:

curl https://getspotifydownload.schollz.com | bash

Or install with go get:

go get github.com/schollz/spotifydownload

Usage

To run simply do

$ spotifydownload

and you'll be prompted with instructions to get the Spotify URL link. To get the Spotify URL link you can right click on the playlist. If you are using the Desktop client, then you'll see a button "Shared > 🔗 Copy Playlist Link", or in the Web browser you'll see "Copy Playlist Link". Clicking that will copy the Spotify Playlist link to the clipboard.

If you already know your playlist URL you can enter it:

$ spotifydownload -playlist PLAYLIST_URL

Now you can easily schedule this to run using crontab, just edit it with crontab -e and add the line:

0 0 * * 0 cd /folder/to/spotifydownload &&  ./spotifydownload --playlist PLAYLIST_URL

which will execute it every 7 days so that you will never lose any songs in your Release Radar or Discover Weekly.

Contributing

Pull requests are welcome. Feel free to...

  • Revise documentation
  • Add new features
  • Fix bugs
  • Suggest improvements

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].