Update README.md

This commit is contained in:
mitteneer 2025-03-05 04:41:57 +00:00
parent 1184677fab
commit 2bb39a5cfc

View file

@ -13,7 +13,26 @@ Zuletzt means "last" in German.
Licensed under MIT. Licensed under MIT.
## To-Do List: ## 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] - [ ] Lastfmstats.com statistics[^1]
- [ ] Collections - [ ] Collections
- [ ] Import from Discogs[^2] - [ ] Import from Discogs[^2]
@ -22,12 +41,14 @@ Licensed under MIT.
- [ ] From Last.fm (authentication) - [ ] From Last.fm (authentication)
- [x] From Spotify (.json file) - [x] From Spotify (.json file)
- [ ] From other streaming services[^4] - [ ] From other streaming services[^4]
- [ ] "Unofficial scrobbles'[^9] - [ ] "Unofficial scrobbles"[^9]
- [ ] Import rules - [ ] Import rules
- [ ] Simple find/replace - [ ] Simple find/replace
- [ ] User-defined regex - [ ] User-defined regex
- [ ] Tags - [ ] Tags
- [ ] Genres - [ ] Genres
- [ ] Owned
- [ ] Holiday
- [ ] MusicBrainz integration - [ ] MusicBrainz integration
- [ ] Concerts - [ ] Concerts
- [ ] Import from Setlist.fm[^5] - [ ] 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. [^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 ## 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. 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.