Commit graph

9 commits

Author SHA1 Message Date
a2a739bc9c Refactor upload.zig
I have been unhappy with the branches, but didn't quite know what to do about it. THis feels much nicer. Also fixes datetime stuff with jetquery.  The HTML element parsing isn't quite where I want it to be, but it works for the time being.
2025-05-20 15:07:51 -04:00
89e98c7a47 Allow uploads from LastFM API
Very slow at the moment. Look into ways to speed this up
2025-05-15 20:23:12 -04:00
692320a1d2 Begin Scrobbles view 2025-02-25 16:58:39 -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
16f5b8bdba Allow Spotify history uploads
It works B) Just need to fix date filtering, and I should be able to start writing views for this kind of stuff. After that, editing the data in the browser.
2025-02-24 19:19:37 -05:00
e2ff66ea50 Begin Spotify uploading 2025-02-21 22:53:27 -05:00
7957345057 Allow filtering scrobble uploads by date
Necessary to avoid double scrobbling if uploading from two sources (i.e. my Spotify data [2016-2023] and my last.fm data [2019-present])
2025-02-21 11:54:02 -05:00
32c89bc12c Update upload page 2024-11-25 12:23:36 -05:00
a15db5fb31 Add views and begin database 2024-11-20 18:17:14 -05:00