A program that gets what your listening to on spotify, and automatically downloads it to a file. [Artist/Album/Song]
Find a file
2024-07-04 20:28:59 -05:00
.gitignore Initial commit 2024-07-04 20:21:13 -05:00
index.js Initialize 2024-07-04 20:28:59 -05:00
LICENSE Initial commit 2024-07-04 20:21:13 -05:00
package.json Initialize 2024-07-04 20:28:59 -05:00
README.md update README 2024-07-04 20:27:44 -05:00

SpotiCacher

A program that gets what your listening to on spotify, and automatically downloads it to a file.

Purpose

I want to move off of spotify for a number of reasons, but i always have a few issues with wanting to do that:

  1. It's harder to discover new music
  2. Moving my music library off of Spotify takes time SpotiCacher hopes to solve this by caching any songs you listen to actively, and then having the management of those songs be done through external programs.

Directory structure

Using a lanyard websocket, the program will collect information about the song you're listening to on Spotify. Then, it will download the song off of youtube, using Artist/Album/Song as its structure.