Commit graph

19 commits

Author SHA1 Message Date
cf84b4afdd Remove unnecessary db search for scrobbles
I forgot I made scrobbles owned by their respective songs/albums/artists, so I can just query that instead
2025-03-28 13:09:51 -04:00
4adbd59e12 Add scrobble count to each artist/album/song view 2025-03-25 15:44:40 -04:00
a55f4e7bc0 Rename and begin implementing views
I get an error whenever CSS is loaded, not sure what to do about that yet. Doesn't seem to impact anything, but I should probably be using a different way of getting the id from an entity. Also need to think about deleting the functions I don't need.
2025-03-04 11:17:47 -05:00
5dcad9b5da Add to common_queries.md
I mostly want to have a list of queries that I know I'll need, and then
I can either try to translate them into Jetquery SQL commands, or use the
raw SQL functionality of Jetquery. Need to look at the code for date
checking, it's expecting both dates to be set if either one is set.
2025-02-25 12:20:40 -05:00
010c72252d Fix scrobble uploading
I was relying on a database table for no reason, go rid of that. There's more tidying to be done, but I want to look at the actual db inserts now.
2025-02-17 16:47:12 -05:00
03f5941615 Working on process_scrobbles.zig 2025-02-15 14:04:16 -05:00
a3b3a6c008 Fix date parsing
For some reason, I had date in "raw_scrobbles" set as an i32.
Pretty annoying considering I'm probably going to remove the
raw_scrobbles step at some point anyways.
2024-12-16 11:59:11 -05:00
e32d863354 Start process_scrobbles job 2024-11-30 12:44:01 -05:00
32c89bc12c Update upload page 2024-11-25 12:23:36 -05:00
e4e2115753 Update concert migration 2024-11-21 18:53:12 -05:00
a15db5fb31 Add views and begin database 2024-11-20 18:17:14 -05:00
348545949a Update to latest Jetzig 2024-09-14 11:04:27 -04:00
8353920f60 Update build.zig.zon 2024-07-31 13:55:41 -04:00
8f34815904 Update Search view 2024-04-10 23:48:22 -04:00
fee65c4b9d Begin SQL testing 2024-04-07 15:41:57 -04:00
a3a5e37225 Add sqlite/update jetzig 2024-04-07 13:58:52 -04:00
8a5666c4e9 Update Jetzig 2024-04-03 14:42:56 -04:00
82e362671c Update Jetzig 2024-04-02 16:15:20 -04:00
c018ea3c0e Init 2024-04-02 11:48:20 -04:00