Commit Graph

2591 Commits (8a46b7ef68efea69b764e09d1afa79d618ec6eb2)
 

Author SHA1 Message Date
BoulderBadgeDad 8a46b7ef68
Merge pull request #430 from Nezreka/refactor/lift-search-service
2 months ago
Broque Thomas dae7f21265 Lift _search_service to core/library/service_search.py
2 months ago
BoulderBadgeDad 423242a18a
Merge pull request #429 from Nezreka/refactor/lift-liked-artist-match
2 months ago
Broque Thomas 0e237f14d4 Lift liked-artist matching to core/artists/liked_match.py
2 months ago
BoulderBadgeDad 3714a46434
Merge pull request #428 from Nezreka/refactor/lift-download-monitor
2 months ago
Broque Thomas 9e8787c002 Lift WebUIDownloadMonitor to core/downloads/monitor.py
2 months ago
BoulderBadgeDad e25daa6914
Merge pull request #427 from Nezreka/refactor/lift-artist-map
2 months ago
Broque Thomas 5875372ae0 Lift artist map endpoints to core/artists/map.py
2 months ago
BoulderBadgeDad c0dc96e029
Merge pull request #426 from Nezreka/refactor/lift-web-metadata-update-worker
2 months ago
Broque Thomas 7ca786539e Lift WebMetadataUpdateWorker to core/workers/metadata_update.py
2 months ago
BoulderBadgeDad f4e6b49a35
Merge pull request #425 from Nezreka/fix/spotify-worker-respect-primary-source
2 months ago
Broque Thomas 1d5f1e2047 fix: pause Spotify worker on non-Spotify primary + cut daily budget to 500
2 months ago
BoulderBadgeDad 58a4c1905b
Merge pull request #419 from kettui/refactor/metadata-service-split-and-metadata-client-management-optimizations
2 months ago
BoulderBadgeDad 53d4c0a09c
Merge pull request #424 from Nezreka/refactor/lift-final-streaming-playlists
2 months ago
Broque Thomas 5c8b8b271a Lift _prepare_stream_task + playlist_explorer_build_tree to core/
2 months ago
BoulderBadgeDad c89f7cc22e
Merge pull request #423 from Nezreka/refactor/lift-artists-quality
2 months ago
Broque Thomas 91978656a5 Lift enhance_artist_quality to core/artists/quality.py
2 months ago
BoulderBadgeDad 501ef1ba63
Merge pull request #422 from Nezreka/refactor/lift-library-retag
2 months ago
Broque Thomas 3a6597561a Lift _execute_retag to core/library/retag.py
2 months ago
BoulderBadgeDad 12b9ca48df
Merge pull request #421 from Nezreka/refactor/lift-watchlist-scan
2 months ago
Broque Thomas 2b2003ba4c Lift _process_watchlist_scan_automatically to core/watchlist/auto_scan.py
2 months ago
Antti Kettunen e6c2bee427
Move profile Spotify cache into registry
2 months ago
Antti Kettunen 11be8834eb
Use metadata registry for web_server clients
2 months ago
Antti Kettunen 50e1ae3a3f
Move metadata helpers into package modules
2 months ago
BoulderBadgeDad 962dbf4558
Merge pull request #418 from Nezreka/refactor/lift-downloads-staging
2 months ago
Broque Thomas a2e068eaba Lift _try_staging_match to core/downloads/staging.py
2 months ago
BoulderBadgeDad 7d9ee39090
Merge pull request #417 from Nezreka/refactor/lift-discovery-tidal
2 months ago
Broque Thomas 793593de51 Lift _run_tidal_discovery_worker to core/discovery/tidal.py
2 months ago
BoulderBadgeDad fe936c4c7c
Merge pull request #416 from Nezreka/refactor/lift-downloads-candidates-context
2 months ago
Antti Kettunen a759f778b6
Move metadata API into package
2 months ago
Broque Thomas 1c43ca2eef PR6: lift _attempt_download_with_candidates to core/downloads/candidates.py
2 months ago
BoulderBadgeDad a0d2d28c83
Merge pull request #415 from Nezreka/fix/cdnum-template-substitution
2 months ago
Broque Thomas d97d105b97 fix: substitute \$cdnum in download paths and skip auto disc folder when template uses it
2 months ago
BoulderBadgeDad 278f30e336
Merge pull request #414 from Nezreka/fix/hls-test-windows-extension
2 months ago
Broque Thomas 4feedff8f5 fix: pick OS-specific ffmpeg binary in hls demux fallback test
2 months ago
BoulderBadgeDad e504099439
Merge pull request #393 from elmerohueso/hifi-fixes
2 months ago
BoulderBadgeDad 109ce21df4
Merge pull request #413 from Nezreka/fix/async-wishlist-cleanup
2 months ago
Broque Thomas 8bb0459345 fix: drop dead inline copies of wishlist removal helpers shadowing imports
2 months ago
Broque Thomas 99a763dace fix: drop redundant library-cleanup pass from wishlist download flows
2 months ago
Broque Thomas 6a25dcd49e fix: move manual wishlist cleanup into background worker
2 months ago
BoulderBadgeDad 8019e13a2e
Merge pull request #400 from kettui/refactor/extract-wishlist-code
2 months ago
elmerohueso 1c07acc349 per-segment retry for tidal and hifi
2 months ago
elmerohueso 95b1a8507b replaced onclick handlers with event listeners to resolve possible xss vector from single quotes
2 months ago
elmerohueso 7f94597706 validate hifi instance reorder against pre-existing instances
2 months ago
elmerohueso ef3790d146 change hifi instance DELETE to use query string
2 months ago
elmerohueso e4a94b286b hls tests
2 months ago
elmerohueso 198b637372 hifi db method tests
2 months ago
elmerohueso eedd040318 update hifi db methods to return, rather than quash, sqlite errors
2 months ago
elmerohueso 788b7011d0 fix hifi instance reorder and enable/disable
2 months ago
elmerohueso 7c2edeb16a add admin decorators to new hifi endpoints as necessary
2 months ago