update README
This commit is contained in:
parent
1331ad08eb
commit
8265d7236f
1 changed files with 10 additions and 1 deletions
11
README.md
11
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]
|
||||
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.
|
Loading…
Reference in a new issue