Skip to content

App to download Spotify playlists by scrubbing other websites

License

Notifications You must be signed in to change notification settings

exoad/SpotifyPlaylistScrubber

Repository files navigation

spotify_playlist_scrubber

Warning

This project is work in progress!

Download (aka 'scrub') a Spotify playlist to download songs/music from an alternate source (such as YouTube).

Table of contents

Building

  1. Clone this repository with git clone https://github.com/exoad/SpotifyPlaylistScrubber.git

Important

For now, to run and build the application properly, you must enter your own Spotify ID and Spotify Secret (acquired through the Spotify Developer Portal).

  1. Acquire a Client ID and Client Secret from the Spotify Developer Portal. Spotify Developer Dashboard
  2. Create a .env file at the root of this project
  3. Write and fill out the following in the .env file you have created:
SPOTIFY_CLIENT_ID=place client id here
SPOTIFY_CLIENT_SECRET=place client secret here
  1. Make sure you have build_runner and envied_builder installed. (hint: try running flutter pub get)
  2. Then run flutter pub run build_runner build (if you forget this command, the scripts/generate_env.sh script can help you)
  3. After that you should have an env.g.dart file located next to env.dart
  4. flutter run

Support

Note

I do not plan to release/adapt this app for mobile platforms because of the increased complexity and need to focus on multiple platforms.

Platform Flavors Performance Support Testing Notes
Linux 6.1.62-1 🟢 - GOOD 🟢 - YES 🟢 - TESTED Test against MANJARO-KDE
MacOS (OSX) ⚫ - N/A 🟡 - MAYBE 🔴 - NONE
Windows (Win32) 10, 11 ⚫ - N/A 🟢 - YES 🟢 - TESTED