No description
Find a file
mitteneer d1d5c08f9a Add views for entities
Also reverts some work in the scrobbles view
2025-02-27 13:55:50 -05:00
config Start process_scrobbles job 2024-11-30 12:44:01 -05:00
public Update upload page 2024-11-25 12:23:36 -05:00
src Add views for entities 2025-02-27 13:55:50 -05:00
.gitignore Allow Spotify history uploads 2025-02-24 19:19:37 -05:00
build.zig Allow filtering scrobble uploads by date 2025-02-21 11:54:02 -05:00
build.zig.zon Add to common_queries.md 2025-02-25 12:20:40 -05:00
common_queries.md Update common_queries.md 2025-02-25 20:40:50 +00:00
LICENSE Update Jetzig 2024-04-03 14:42:56 -04:00
README.md Update README.md 2025-02-25 00:32:20 +00:00

Zuletzt

Zuletzt gives you the statistics of your music listening habits.

Inspired by Last.fm, Maloja, and Lastfmstats.com.

Zuletzt is written with Zig and Jetzig as a means of learning the language, reintroducing myself to programming, and combining the functionality of the aforementioned inspirations.

Zuletzt means "last" in German.

Licensed under MIT.

To-Do List:

  • Last.fm statistics
  • Lastfmstats.com statistics1
  • Collections
    • Import from Discogs2
  • Import listening history
    • From Lastfmstats.com (.json file)3
    • From Last.fm (authentication)
    • From Spotify (.json file)
    • From other streaming services4
    • "Unofficial scrobbles'5
    • Import rules
      • Simple find/replace
      • User-defined regex
  • Tags
    • Genres
  • MusicBrainz integration
  • Concerts
    • Import from Setlist.fm6
  • Ratings
    • RYM integration7
    • Rank songs
  • Custom statistics8
  • "Playlists"9

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.


  1. I do not intend to exactly replicate all the statistics Lastfmstats.com provides, but I would at least like to give the user the option to see those kinds of statistics, or generate them themselves (see 7). ↩︎

  2. I do not intend to provide the level of granularity that Discogs provides, but a simple toggle that means "I own some version of this release" is all that is necessary. ↩︎

  3. I have not investigated any other service for downloading your listening history from Last.fm, but providing the listening history as a JSON rather than a CSV is highly preferred. I may eventually provide my own way of downloading Last.fm data as a JSON, but I would prefer to allow users to enter their username, or authenticate, and avoid needing to upload a file altogether. ↩︎

  4. I only intend to allow imports from Last.fm and Spotify at the moment because those are the only data sources I currently rely on. To that extent, I imagine I could import from other sources as well fairly easily, although I do not know what their data dumps look like. ↩︎

  5. 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. ↩︎

  6. I only intend to allow imports from Setlist.fm at the moment because that is the only data source I currently rely on. ↩︎

  7. RYM has the most data, and once it has an API, will be the only user-driven review site that has an API. In this context, "integration" simply means displaying the critic score and user score next to the album. You will be able to write reviews and ranks songs/albums(/artists?), but not for them to be published to RYM. ↩︎

  8. I envision something akin to the Custom Reports from Actual Budget that will allow users to create their own ways of rating/ranking songs/albums, and view their listening habits. ↩︎

  9. Misleading title, but same functionality as "Lists" on AlbumOfTheYear, although I would like to allow albums and songs to appear on the same list. ↩︎