From 21eb902bc7195089395139be4e44280f430dfbcd Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Fri, 25 Jul 2025 16:35:50 -0700 Subject: [PATCH] good --- logs/app.log | 27 +++++++++++++++++++++++++ ui/__pycache__/sidebar.cpython-312.pyc | Bin 48112 -> 48112 bytes ui/sidebar.py | 2 +- 3 files changed, 28 insertions(+), 1 deletion(-) diff --git a/logs/app.log b/logs/app.log index d06130c8..2ee7659d 100644 --- a/logs/app.log +++ b/logs/app.log @@ -40735,3 +40735,30 @@ 2025-07-25 15:32:36 - newmusic.plex_client - DEBUG - search_tracks:375 - Stage 3: Performing title-only search for 'Take Me by the Hand' 2025-07-25 15:32:37 - newmusic.spotify_client - INFO - get_user_playlists_metadata_only:256 - Retrieved 8 playlist metadata (first batch) 2025-07-25 15:32:49 - newmusic.main - INFO - change_page:163 - Changed to page: downloads +2025-07-25 15:47:38 - newmusic.soulseek_client - DEBUG - clear_all_completed_downloads:925 - Clearing all completed downloads with endpoint: transfers/downloads/all/completed +2025-07-25 15:47:38 - newmusic.soulseek_client - DEBUG - _make_request:242 - Making DELETE request to: http://localhost:5030/api/v0/transfers/downloads/all/completed +2025-07-25 15:47:38 - newmusic.soulseek_client - DEBUG - _make_request:243 - Headers: {'Content-Type': 'application/json', 'X-API-Key': '1234567891234567'} +2025-07-25 15:47:38 - newmusic.soulseek_client - DEBUG - _make_request:254 - Response status: 204 +2025-07-25 15:47:38 - newmusic.soulseek_client - DEBUG - _make_request:255 - Response text: ... +2025-07-25 15:47:38 - newmusic.soulseek_client - INFO - clear_all_completed_downloads:930 - Successfully cleared all completed downloads from slskd +2025-07-25 15:48:09 - newmusic.main - INFO - change_page:163 - Changed to page: sync +2025-07-25 15:48:20 - newmusic.main - INFO - change_page:163 - Changed to page: dashboard +2025-07-25 15:48:51 - newmusic.main - INFO - closeEvent:176 - Closing application... +2025-07-25 15:48:51 - newmusic.main - INFO - closeEvent:181 - Cleaning up Downloads page threads... +2025-07-25 15:48:51 - newmusic.main - INFO - closeEvent:186 - Stopping status monitoring thread... +2025-07-25 15:48:53 - newmusic.main - INFO - closeEvent:191 - Closing Soulseek client... +2025-07-25 15:48:53 - newmusic.main - INFO - closeEvent:197 - Application closed successfully +2025-07-25 15:48:55 - newmusic - INFO - setup_logging:57 - Logging initialized with level: DEBUG +2025-07-25 15:48:55 - newmusic.main - INFO - main:211 - Starting NewMusic application +2025-07-25 15:48:55 - newmusic.spotify_client - INFO - _setup_client:179 - Spotify client initialized (user info will be fetched when needed) +2025-07-25 15:48:55 - newmusic.soulseek_client - INFO - _setup_client:220 - Soulseek client configured with slskd at http://localhost:5030 +2025-07-25 15:48:55 - newmusic.spotify_client - INFO - _setup_client:179 - Spotify client initialized (user info will be fetched when needed) +2025-07-25 15:48:56 - newmusic.main - INFO - change_page:163 - Changed to page: dashboard +2025-07-25 15:48:56 - newmusic.main - INFO - setup_media_player_connections:150 - Media player connections established between sidebar and downloads page +2025-07-25 15:48:56 - newmusic.plex_client - INFO - _find_music_library:127 - Found music library: Music +2025-07-25 15:48:56 - newmusic.plex_client - INFO - _setup_client:113 - Successfully connected to Plex server: PLEX-MACHINE +2025-07-25 15:48:58 - newmusic.main - INFO - change_page:163 - Changed to page: sync +2025-07-25 15:48:58 - newmusic.spotify_client - INFO - _ensure_user_id:195 - Successfully authenticated with Spotify as broquethomas +2025-07-25 15:48:58 - newmusic.spotify_client - INFO - get_user_playlists_metadata_only:256 - Retrieved 8 playlist metadata (first batch) +2025-07-25 15:49:00 - newmusic.main - INFO - change_page:163 - Changed to page: dashboard +2025-07-25 16:35:23 - newmusic.main - INFO - change_page:163 - Changed to page: sync diff --git a/ui/__pycache__/sidebar.cpython-312.pyc b/ui/__pycache__/sidebar.cpython-312.pyc index 8f3df426912dde8adb665a1caee51700c89afcdb..682402532d18f5c1e67b2903f02e8a8e3a6e4cdc 100644 GIT binary patch delta 35 qcmezHo$14OChpU`yj%=GaDlUBBe(2I_Tc=|oZ!m5&H5`33IPD@f(-5e delta 35 pcmezHo$14OChpU`yj%=GVANN%ky~~pyI*R#Z)tJnX8n~1g#hQ^46XnG diff --git a/ui/sidebar.py b/ui/sidebar.py index e73f6112..8ca6c348 100644 --- a/ui/sidebar.py +++ b/ui/sidebar.py @@ -885,7 +885,7 @@ class ModernSidebar(QWidget): layout.setSpacing(3) # App name - app_name = QLabel("NewMusic") + app_name = QLabel("SoulSync") app_name.setFont(QFont("Arial", 19, QFont.Weight.Bold)) app_name.setStyleSheet("color: #ffffff; letter-spacing: -0.5px;")