redesign progressbars

+ hide some progressbars
+ rewrite telemetry into a class
+ remove obsolete start info logs
+ update contributing.md to include contributing.md
+ send posthog event in a bg thread
+ related side effects
This commit is contained in:
mungai-njoroge
2023-09-27 17:18:52 +03:00
parent 54714a224b
commit 4f757e989f
20 changed files with 144 additions and 130 deletions
+3 -1
View File
@@ -39,7 +39,9 @@ cd swingmusic
poetry install
```
Run the server. You can use a different port if you have another Swing Music instance running on the default port `1970`.
You need a LastFM API key which you can get on the [API accounts page](https://www.last.fm/api/accounts). Then set it as an environment variable under the name: `LASTFM_API_KEY`.
Finally, run the server. You can use a different port if you have another Swing Music instance running on port `1970`.
```sh
poetry run python manage.py --port 1980