From c48be0b8c008610f9a5511371a4633130ffc52cb Mon Sep 17 00:00:00 2001 From: riwiwa <103002431+riwiwa@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:30:08 -0800 Subject: [PATCH] Added dependecies and Spotify import instructions for developers/testers --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 399855e..3e22509 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ 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: - Ability to import all listening statistics and scrobbles from lastfm, spotify, apple music - daily, weekly, monthly, yearly, lifetime presets for listening reports