From 8265d7236f6f757be5fcb4aee8567bae1fee4485 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Thu, 4 Jul 2024 20:27:44 -0500 Subject: [PATCH] update README --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a2194..6f8ff10 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # SpotiCacher -A program that gets what your listening to on spotify, and automatically downloads it to a file. [Artist/Album/Song] \ No newline at end of file +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. \ No newline at end of file