Commit graph

15 commits

Author SHA1 Message Date
0631ded115 Work on add artist action in rules
Really close to having it work, but there seems to be an error when uploading files, which causes particularly annoying problems on WSL when testing, so I'm commiting and trying on my desktop.
2025-04-23 19:32:32 -04:00
77170a1e28 Move Scrobble rule application to upload.zig
They couldn't see the changes made by rules after uploading Scrobbles which made it seem like the rules weren't being applied. Also makes Album rules easier to apply I believe.
2025-04-21 16:41:40 -04:00
692320a1d2 Begin Scrobbles view 2025-02-25 16:58:39 -05:00
1809a12a8c Fix date filtering
Need better enforcement via HTML
2025-02-25 13:33:23 -05:00
d929a4abbe Fix errors with title tracks and minimum play time 2025-02-24 23:40:25 -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
a2aa946b3b Fix null albums
We're so back
2025-02-18 16:27:24 -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
a15db5fb31 Add views and begin database 2024-11-20 18:17:14 -05:00