Commit graph

46 commits

Author SHA1 Message Date
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
ab01f2e213 Add associative tables
You can't run from it
2025-02-19 21:19:43 -05:00
a2aa946b3b Fix null albums
We're so back
2025-02-18 16:27:24 -05:00
4f051170e5 thank you Lane 2025-02-18 13:10:47 -05:00
473abaf564 Restart database
It's been 0 days since I've last retsrated the database
2025-02-17 23:05:56 -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
f860b09674 Merge branch 'main' of ssh://git.sawebb.xyz:222/mitteneer/zuletzt
I hate git
2025-02-12 10:40:47 -05:00
8f8043576f Merge branch 'testing'
It was poorly named, and frankly unnecessary
2025-02-12 10:36:31 -05:00
3c777adfa7 Update README 2024-12-16 12:03:50 -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
d7f81e8cd6 Update README.md
Add section regarding Contributions. Funny to write that when I'm nearly certain no one will ever contribute, but it makes the project feel more real.
2024-12-13 05:56:53 +00:00
c541893572 Add to todo list 2024-11-30 23:59:59 -05:00
100984010b Add todo list 2024-11-30 23:52:50 -05:00
139c249497 Reduce max_bytes_request_body 2024-11-30 23:22:17 -05:00
9695202cfe Remove middleware 2024-11-30 12:50:40 -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
06fbe78dca Update Schema 2024-11-21 21:09:12 -05:00
e4e2115753 Update concert migration 2024-11-21 18:53:12 -05:00
51df37aa21 Create migrations 2024-11-21 18:45:13 -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
0c59f29509 Merge branch 'testing' of ssh://git.sawebb.xyz:222/mitteneer/zuletzt into testing 2024-09-13 15:01:59 -04:00
b36f19d9ce Remove iguanas 2024-09-13 14:33:09 -04:00
b1a21d63df Update Jetzig 2024-09-13 13:44:38 -04:00
f0c43c7eef Update Jetzig 2024-09-13 13:41:47 -04:00
8353920f60 Update build.zig.zon 2024-07-31 13:55:41 -04:00
fa4c3a6eff Implement album and track searching 2024-04-11 17:22:24 -04:00
8f34815904 Update Search view 2024-04-10 23:48:22 -04:00
75a63a19fc Begin HTML output 2024-04-10 16:03:35 -04:00
2b22cbe6c1 Make some allocator changes 2024-04-09 22:29:45 -04:00
62ec4dc3ab pain and misery 2024-04-09 18:01:35 -04:00
894e562400 Update all radios in _top.zmpl 2024-04-08 22:58:30 -04:00
ee855dde18 Merge branch 'testing' of https://github.com/mitteneer/zuletzt into testing 2024-04-08 20:25:00 -04:00
dc959607f9 Building db stuff 2024-04-08 20:19:24 -04:00
f1f1072a18 Begin building views 2024-04-08 20:18:40 -04:00
46f0b5038c Update to ZMPL v2 2024-04-07 16:29:33 -04:00
199dc0ca49 Partial upgrade to ZMPL v2 2024-04-07 16:19:35 -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