update README

This commit is contained in:
bingus_violet 2024-07-04 20:27:44 -05:00
parent 1331ad08eb
commit 8265d7236f

View file

@ -1,3 +1,12 @@
# SpotiCacher # SpotiCacher
A program that gets what your listening to on spotify, and automatically downloads it to a file. [Artist/Album/Song] 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.