39e2fdce27
[music] Fix allmusic lookup
2025-06-06 17:24:41 -04:00
b2f98d780b
[middleware] Add auto timezone setting
2025-06-06 09:49:53 -04:00
07b5dc6a2c
[templates] Clean up dashboard
2025-06-06 09:49:08 -04:00
7207ca385e
[scrobbles] Add two new methods to Scrobble model
2025-06-06 09:48:15 -04:00
2a254e28d0
[templates] Start redesigning the dashboard
2025-05-18 23:20:47 -04:00
d4377e49ac
[music] Fix getting album metadata
2025-05-18 23:19:17 -04:00
9dc0a818ff
[templates] Fix chart loading
2025-05-18 23:19:05 -04:00
5e672fc9ed
[webpages] Add title to webpage reading
2025-05-18 09:37:53 -04:00
ed217cbad2
[beers] Blacken and clean up imports
2025-05-11 01:42:30 -04:00
3cca30dc70
[puzzles] Add puzzle lookup via IPDB
2025-05-11 01:41:43 -04:00
deeaa0af4b
[puzzles] Fix misnamed ipdb field
2025-05-10 23:58:44 -04:00
dd71bdd38c
[puzzles] Add puzzle model and hooks
2025-05-10 23:36:03 -04:00
d066a98282
[importers] Fixes TSV comma missing
2025-04-15 16:32:14 -04:00
73bc4a1cd1
[webpages] Fixes 500 errors when webpage lookup fails
2025-04-15 16:18:26 -04:00
69e9caf477
[release] Bump version to 0.16.1
2025-04-07 17:43:36 -04:00
776e839ca4
[ci] Fixes wrong public key
2025-04-07 17:42:31 -04:00
d1229585a1
[release] Bump version to 0.16.0
2025-04-07 17:31:50 -04:00
b8c5c3f3e9
Merge branch 'main' into develop
2025-04-07 16:57:54 -04:00
6d9e237f9b
[notifications] Fixes missing title
2025-04-07 16:53:30 -04:00
e65a2d300d
[ci] Fixes reference to wrong ssh key
2025-04-07 14:38:46 -04:00
f45541de6d
[deps] Fixes premature bump to py312
...
Turns out our deployment uses python 3.11, so we need to roll back
the pillow and pendulum upgrades so they work with python 3.11 ... how
irritating to have all this version bump nonesense.
2025-04-07 14:27:28 -04:00
391f0cc335
[tests] Trying to parallel tests
2025-04-07 13:55:42 -04:00
4b5281bdd8
[cleaning] Adding migrations that are past due
2025-04-07 13:47:21 -04:00
484be0a64e
[tests] Skip openlibrary lookup tests
2025-04-07 13:45:13 -04:00
257e6899d3
[tests] Clean up podcast tests
2025-04-07 13:40:32 -04:00
4767cc7e52
[podcasts] Fixes enrichment of podcasts with podcastindex
2025-04-07 13:32:03 -04:00
bcc3f46806
[tests] We dont differentiate on albums anymore
2025-04-07 12:39:57 -04:00
6c461ed55f
[tests] Simplify view tests to not mess with time
2025-04-07 12:30:54 -04:00
28cf57c6dd
[tests] Try fixing CI breaking with small seconds
2025-04-07 09:56:10 -04:00
0bb874f1db
[scrobblers] Fixes test with wiggly second
2025-04-07 00:12:29 -04:00
27f50baf5d
[music] Fixes missing jellyfin ts converter
2025-04-06 23:39:32 -04:00
499c3d6859
[music] Fix bug in scobblers for tracks
2025-04-06 22:40:33 -04:00
b0e9f13e11
[music] Attempts to fix bad lookups from LastFM and Jellyfin
...
Broader issue was creating tracks without albums that were duplicates of
existing tracks because sometimes Jellyfin and LastFM do not have albums
sent with them.
2025-04-06 22:28:32 -04:00
b2ee79b3ea
[project] Update TODOs file
2025-04-04 11:00:28 -04:00
3ddd3b1684
[deps] Upgrades pillow to work with Python 3.11
2025-04-04 10:23:41 -04:00
4f8a359ab9
[deps] Upgrades pendulum to work with python 3.13
2025-04-02 22:14:24 -04:00
48114aee5e
[scrobblers] Fix missing r in regex string
2025-04-02 22:14:11 -04:00
0cc87a2dbe
[profiles] Add user profile context override
2025-04-02 22:13:43 -04:00
23d3e19db9
[scrobbles] Fixes typo in transaction import
2025-03-29 13:56:20 -04:00
29f5e2b940
[scrobbles] Add action parsing to scrobble url parsing
...
This also elaborates on the web scrobbler endpoint, though it does not
actually work at this time. But I'm tired of carrying this around in
stashes, so we'll push it and fix it later.
2025-03-29 13:52:46 -04:00
3208a32ffe
[scrobbles] Fixes dedup utility, adding a transaction
...
Deleting tracks needs to be in a transaction so we don't try to delete a
track that may still have scrobbles associated with it.
2025-03-29 13:49:54 -04:00
99da9b62bf
[music] Fixes bug where lastfm created new tracks
...
The issue here was that if we couldn't find a track from a musicbrainz
ID (which was almost never), we would fall back to just creating a new
track with a blank album. So we'd spam the track table with identical
tracks just no albums.
Now we do a quick check for the track where the title and artist match
and use that if it's found. This will result in some tracks being
associated with the wrong album, but I think that's better than the
current behavior.
2025-03-29 13:47:45 -04:00
36048d9a0a
[music] Cleans up last.fm import logging
...
We weren't tracking import info very well in the original flow, this
should provide better insight into what happened after a run.
2025-03-29 13:44:48 -04:00
16091c9053
[tests] Skips the podcast scrobble tests, no Google Podcast
2025-03-27 16:50:42 -04:00
eec00ce658
[urls] Removes accidentaly committed URL updates
...
The modern_ui app is not ready yet, still sitting on a dev machine.
These url paths should not have been committed, so we'll just comment
them out for now.
2025-03-27 16:38:34 -04:00
e02010e409
[videos] Fix skip for youtube tests
2025-03-27 16:35:23 -04:00
498712e531
[drone] Update drone to install with test, rather than dev
2025-03-27 16:32:33 -04:00
14e4432495
[poetry] Update pyproject to only install test deps when needed
...
We'll also need to fast follow this with a new line in the drone
file otherwise CI will fail because pytest wont be installed by default
any longer.
2025-03-27 16:31:44 -04:00
676c40176c
[notifications] Add a class for notifications
2025-03-25 09:50:14 -04:00
0a50bca622
[notifications] Add stop notification utility
2025-03-24 13:23:33 -04:00