From 2bb39a5cfc3e830bb26c5c6b362d0b29e3388470 Mon Sep 17 00:00:00 2001 From: mitteneer Date: Wed, 5 Mar 2025 04:41:57 +0000 Subject: [PATCH] Update README.md --- README.md | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 031ed2f..04e08e7 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,26 @@ Zuletzt means "last" in German. Licensed under MIT. ## To-Do List: -- [ ] Last.fm statistics +- [ ] Entity statistics + - [x] See all artists under "/artists" + - [ ] List all songs on artist page, with respective album + - [x] List all albums on artist page + - [x] Include number of plays for each + - [x] See all albums under "/albums" + - [x] See all songs from album + - [ ] Include number of plays + - [x] See all songs under "/songs" + - [ ] Include respective artist(s) + - [ ] Include respective album[^10] + - [ ] Inclue number of plays + - [ ] Create disambiguation pages + - [ ] Artists + - [ ] Albums + - [ ] Songs + - [ ] Toggleable default sorting method + - [ ] Default to sorting by plays + - [ ] Filter by dates + - [ ] Highlight specific high-performing entities - [ ] Lastfmstats.com statistics[^1] - [ ] Collections - [ ] Import from Discogs[^2] @@ -22,12 +41,14 @@ Licensed under MIT. - [ ] From Last.fm (authentication) - [x] From Spotify (.json file) - [ ] From other streaming services[^4] - - [ ] "Unofficial scrobbles'[^9] + - [ ] "Unofficial scrobbles"[^9] - [ ] Import rules - [ ] Simple find/replace - [ ] User-defined regex - [ ] Tags - [ ] Genres + - [ ] Owned + - [ ] Holiday - [ ] MusicBrainz integration - [ ] Concerts - [ ] Import from Setlist.fm[^5] @@ -55,5 +76,7 @@ Licensed under MIT. [^9]: This is a working title, but I have sources (iPods) that provide a play count, but no play dates, so I can't list them among my usual Scrobbles. However, I would still like to display that information along with everything else, so I would like to provide a way of entering this data into a separate category that can be toggled to display alongside "official" Scrobbles. +[^10]: Would probably select the album with the most scrobbles + ## Contributing I am a math student who is interested in programming. I will not be writing quality code. That said, Zuletzt is something that, at the moment, I am very excited about making, and using to relearn some things about programming. Unless contributions are given in the form of code review, or some kind of constructive criticism, it's not likely that I accept pull requests. The project is, however, licensed under the MIT License, so feel free to do what you like with it in your own way.