mirror of
https://github.com/riwiwa/muzi.git
synced 2025-12-30 04:35:26 -08:00
Added dependecies and Spotify import instructions for developers/testers
This commit is contained in:
12
README.md
12
README.md
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
Self hosted music listening statistics
|
Self hosted music listening statistics
|
||||||
|
|
||||||
|
### Dependencies
|
||||||
|
- PostgreSQL
|
||||||
|
|
||||||
|
### Spotify Import Instructions (for testing and development):
|
||||||
|
- Navigate to the muzi project root dir
|
||||||
|
- Create a folder called "spotify-data"
|
||||||
|
- Inside the new "spotify-data" folder create a folder called "zip"
|
||||||
|
- Place all zip archives that you obtained from Spotify in this folder.
|
||||||
|
- Ensure the PostgreSQL server is running locally on port 5432.
|
||||||
|
- Run muzi.go
|
||||||
|
- All Spotify tracks that have > 20 second playtime will congregate into the muzi PostgreSQL database
|
||||||
|
|
||||||
### plans:
|
### plans:
|
||||||
- Ability to import all listening statistics and scrobbles from lastfm, spotify, apple music
|
- Ability to import all listening statistics and scrobbles from lastfm, spotify, apple music
|
||||||
- daily, weekly, monthly, yearly, lifetime presets for listening reports
|
- daily, weekly, monthly, yearly, lifetime presets for listening reports
|
||||||
|
|||||||
Reference in New Issue
Block a user