Socket
Socket
Sign inDemoInstall

spotify-mp3-playlist-downloader

Package Overview
Dependencies
113
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    spotify-mp3-playlist-downloader

Downloads playlists from Spotify as mp3 files. Songs are sourced from videos posted on youtube and song metadata is from the Spotify API


Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

#Spotify Downloader

Downloads playlists from Spotify as mp3 files. Songs are sourced from videos posted on youtube and song metadata is from the Spotify API

###Features

  • Downloads and writes song metadata
  • Album Images, Artist Information, Track Title, embedded in mp3 file
  • Concurrent downloading (multiple songs at a time) for playlists

##Dependencies FFMPEG - https://www.ffmpeg.org/

##Usage

  var downloader = require('spotify-playlist-downloader');
  downloader.downloadPlaylist('spotify:user:jackke1:playlist:02fquJWP9c20cobDsJrzfB', "playlist-directory", function (err){
    if (err){
      console.log("download failed");
    }else{
      console.log("playlist download succeeded");
    }
  })

Keywords

FAQs

Last updated on 06 Feb 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc