Broque Thomas
0d54e4a62a
fix hero slider
2025-09-30 19:33:32 -07:00
Broque Thomas
aff05c70f5
beatport progress
2025-09-30 18:54:31 -07:00
Broque Thomas
a51af50205
beatport progress
2025-09-30 15:21:36 -07:00
Broque Thomas
69c8622588
beatport progress
2025-09-30 13:23:01 -07:00
Broque Thomas
5e73b53a0f
beatport progress
2025-09-30 12:36:25 -07:00
Broque Thomas
df11474951
beatport progress
2025-09-30 09:32:52 -07:00
Broque Thomas
d885316077
beatport update
2025-09-29 23:52:04 -07:00
Broque Thomas
bc2be55455
beatport progress
2025-09-29 23:35:55 -07:00
Broque Thomas
6e169056d3
rebuild beatport section
2025-09-29 23:05:18 -07:00
Broque Thomas
eadb283522
matching engine functionality for discovery modal
2025-09-29 09:30:43 -07:00
Broque Thomas
f7119b7319
beatport progress
2025-09-28 14:04:49 -07:00
Broque Thomas
dc8e3c1033
beatport progress
2025-09-28 07:59:36 -07:00
Broque Thomas
27b1e57d97
beatport progress
2025-09-27 22:21:20 -07:00
Broque Thomas
7e42e20887
beatport progress
2025-09-27 20:16:18 -07:00
Broque Thomas
a993a972fd
beatport progress
2025-09-27 12:57:24 -07:00
Broque Thomas
ef69eb698b
beatport progress
2025-09-27 00:10:58 -07:00
Broque Thomas
ce21cf0126
beatport progress
2025-09-26 23:25:23 -07:00
Broque Thomas
b553e2ef41
beatport progress
2025-09-26 23:07:03 -07:00
Broque Thomas
f5ae3d611c
beatport progress
2025-09-26 22:04:46 -07:00
Broque Thomas
0ba4b6a079
pull genres with imges.
2025-09-26 16:11:50 -07:00
Broque Thomas
90c6af078d
add watchlist functionality to library page
2025-09-26 07:43:12 -07:00
Broque Thomas
0247f324ee
fix year not displaying
2025-09-24 22:52:33 -07:00
Broque Thomas
09d633f80b
add to wishlist functionality for library page
2025-09-24 22:30:38 -07:00
Broque Thomas
ffdee23cb0
fix library page
2025-09-24 12:38:00 -07:00
Broque Thomas
596c16e895
fix
2025-09-24 00:08:15 -07:00
Broque Thomas
3e8b469adb
library page updates
2025-09-23 23:47:58 -07:00
Broque Thomas
329e665db9
library page update
2025-09-23 20:45:58 -07:00
Broque Thomas
cd9acd115d
Update web_server.py
2025-09-23 17:14:09 -07:00
Broque Thomas
96043ef530
library page updates
2025-09-23 15:15:29 -07:00
Broque Thomas
03b0b8c6c5
library page update
2025-09-23 14:19:11 -07:00
Broque Thomas
9485dfb03b
start of library page
2025-09-23 11:42:58 -07:00
Broque Thomas
180413677c
toggle to force the download of all tracks in modal
2025-09-23 10:42:10 -07:00
Broque Thomas
688aa6581f
fixed multiple artist metadata update. style updates
2025-09-23 09:55:26 -07:00
Broque Thomas
35f4b25bad
fix wishlist modal not auto restarting after initial run.
2025-09-23 08:44:47 -07:00
Broque Thomas
8de9df07e7
auto lyric download
2025-09-22 16:04:06 -07:00
Broque Thomas
e06f0ea372
auto scan after download completion and follow with auto incremental update for active server
2025-09-22 15:01:28 -07:00
Broque Thomas
8cceef0610
m4a support on search page stream
2025-09-22 12:41:05 -07:00
Broque Thomas
85d7dce943
status updates and album card download status
2025-09-22 11:34:39 -07:00
Broque Thomas
41df3d84b7
navidrome support
2025-09-22 07:49:48 -07:00
Broque Thomas
907ea21103
Update web_server.py
2025-09-21 21:41:35 -07:00
Broque Thomas
fcee0194e7
navidrome functionality start
2025-09-21 21:02:12 -07:00
Broque Thomas
0f64d17bf6
add navidrome to settings
2025-09-21 14:10:17 -07:00
Broque Thomas
627d062d3f
track finished downloads
2025-09-21 11:12:57 -07:00
Broque Thomas
323eb5d0ba
Update web_server.py
2025-09-20 21:00:46 -07:00
Broque Thomas
77a7cf160b
preferred audio quality issue resolved
2025-09-20 20:27:05 -07:00
Broque Thomas
21d016fcbd
Add configurable redirect URI for Spotify and Tidal
...
Redirect URIs for Spotify and Tidal OAuth are now configurable via the web UI and settings. Updated backend clients to use the configured redirect URI if provided, improving flexibility for deployments with custom callback URLs.
2025-09-12 21:56:26 -07:00
Broque Thomas
93ac55a709
Improve wishlist track sorting and cleanup logic
...
Wishlist tracks are now sorted by artist and track name for consistent display. The database query for wishlist tracks now orders by date_added instead of randomly. Added logic to remove completed tracks from the wishlist during failed track processing. Updated docker-compose.yml to mount the H: drive for transfer folders.
2025-09-12 15:19:36 -07:00
Broque Thomas
d746729c02
Update web_server.py
2025-09-11 18:01:46 -07:00
Broque Thomas
24b789660a
Improve Docker path handling and filename extraction
...
Added helper functions to resolve Windows paths for Docker containers and to extract filenames in a cross-platform manner. Updated usage throughout web_server.py and soulseek_client.py to ensure correct path mapping and filename handling. Modified docker-compose.yml to use named volumes and mount the E: drive for better Docker compatibility.
2025-09-11 17:46:49 -07:00
Broque Thomas
008653a69c
Improve Docker compatibility for host service URLs
...
Updated Soulseek client, web server, and docker-compose.yml to better handle service URLs when running inside Docker containers. Localhost URLs are now resolved to host.docker.internal, and Docker-specific volume mounts and extra_hosts are configured for improved interoperability between container and host services.
2025-09-11 13:53:36 -07:00