From 6720316eb046ff9ab91d394618090ff3b46c26d8 Mon Sep 17 00:00:00 2001 From: Broque Thomas Date: Tue, 15 Jul 2025 00:26:52 -0700 Subject: [PATCH] fix --- .spotify_cache | 2 +- logs/app.log | 24 ++++++++++++++++++ .../__pycache__/downloads.cpython-312.pyc | Bin 456206 -> 456206 bytes ui/pages/downloads.py | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/.spotify_cache b/.spotify_cache index cbd83e04..5ea0321d 100644 --- a/.spotify_cache +++ b/.spotify_cache @@ -1 +1 @@ -{"access_token": "BQCns8JDy_To8ff4ZGb2bs1GT5TGwx6kP612VVz9pmcs-dQEABInPeDQx2DIW0F0xEaXtkc7nKnXZr4NPpniRxEvkwv5W5XTlWdCqJEjDgllcuelBgQGEZDpSG4XoOsTgjb12cZ9SgJlY-o2ldN4bysYHCAM-1BHf4yTQjFg-GcfD5m_-U2fcLp5o3kaoxrxI0lUhYzyS98PWFWur4w7trMJYdq4_ckmAkq3BDnn73hYae8MlBy96roZd7S8G4hO", "token_type": "Bearer", "expires_in": 3600, "scope": "user-library-read user-read-private playlist-read-private playlist-read-collaborative user-read-email", "expires_at": 1752564356, "refresh_token": "AQDmfQkPCGObfJeTUIbW1hAAwhSqkuHRA3Qh2dqVYMRh0eCkFMQgPNJDDzF8y-BiaVbj80zePkK_XSfYH1aJutMtNbnsqRKWuxP31BTrMc7pdUdbE7Fma4oH8wpDUKdG3MM"} \ No newline at end of file +{"access_token": "BQA14CPjrQ7J0h5Z2oVYnqpGfQNJfzIWyhPhqXv8IrrOmT8Q0ZKG1uCE784z-bSD3Ouz_BTZ_Ocflmm7EQC75Fk1NvkzaZq4QVORcD1Jo064dj9odmmptQRP-4xOozuLyW0h40u66NcuGDwhoX7IUjk5fiqu8TZg8DbWoQKVlIoFu7bmDGo41debrcbmAy9hpenqC-9VdJuucF0NpHQpWrm-1Y-SQzc6Y18Ug3yYIivli-qc4oklwqkTcsqX9Hgu", "token_type": "Bearer", "expires_in": 3600, "scope": "user-library-read user-read-private playlist-read-private playlist-read-collaborative user-read-email", "expires_at": 1752567970, "refresh_token": "AQDmfQkPCGObfJeTUIbW1hAAwhSqkuHRA3Qh2dqVYMRh0eCkFMQgPNJDDzF8y-BiaVbj80zePkK_XSfYH1aJutMtNbnsqRKWuxP31BTrMc7pdUdbE7Fma4oH8wpDUKdG3MM"} \ No newline at end of file diff --git a/logs/app.log b/logs/app.log index 5d077850..0751423b 100644 --- a/logs/app.log +++ b/logs/app.log @@ -32543,3 +32543,27 @@ 2025-07-15 00:24:23 - newmusic.main - INFO - closeEvent:186 - Stopping status monitoring thread... 2025-07-15 00:24:24 - newmusic.main - INFO - closeEvent:191 - Closing Soulseek client... 2025-07-15 00:24:24 - newmusic.main - INFO - closeEvent:197 - Application closed successfully +2025-07-15 00:26:10 - newmusic - INFO - setup_logging:57 - Logging initialized with level: DEBUG +2025-07-15 00:26:10 - newmusic.main - INFO - main:211 - Starting NewMusic application +2025-07-15 00:26:10 - newmusic.spotify_client - INFO - _setup_client:179 - Successfully authenticated with Spotify as broquethomas +2025-07-15 00:26:10 - newmusic.plex_client - INFO - _find_music_library:98 - Found music library: Music +2025-07-15 00:26:10 - newmusic.plex_client - INFO - _setup_client:84 - Successfully connected to Plex server: PLEX-MACHINE +2025-07-15 00:26:10 - newmusic.soulseek_client - INFO - _setup_client:220 - Soulseek client configured with slskd at http://localhost:5030 +2025-07-15 00:26:10 - newmusic.spotify_client - INFO - _setup_client:179 - Successfully authenticated with Spotify as broquethomas +2025-07-15 00:26:11 - newmusic.main - INFO - change_page:163 - Changed to page: dashboard +2025-07-15 00:26:11 - newmusic.main - INFO - setup_media_player_connections:150 - Media player connections established between sidebar and downloads page +2025-07-15 00:26:11 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Aether +2025-07-15 00:26:12 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Favorite Artists +2025-07-15 00:26:13 - newmusic.main - INFO - change_page:163 - Changed to page: downloads +2025-07-15 00:26:14 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Brittnea +2025-07-15 00:26:15 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Baleigh +2025-07-15 00:26:16 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Extra Music +2025-07-15 00:26:17 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Maggi Main +2025-07-15 00:26:22 - newmusic.spotify_client - INFO - get_user_playlists:201 - Fetching tracks for playlist: Broque Main +2025-07-15 00:26:28 - newmusic.spotify_client - INFO - get_user_playlists:208 - Retrieved 7 playlists +2025-07-15 00:26:38 - newmusic.main - INFO - change_page:163 - Changed to page: artists +2025-07-15 00:26:47 - newmusic.main - INFO - closeEvent:176 - Closing application... +2025-07-15 00:26:47 - newmusic.main - INFO - closeEvent:181 - Cleaning up Downloads page threads... +2025-07-15 00:26:47 - newmusic.main - INFO - closeEvent:186 - Stopping status monitoring thread... +2025-07-15 00:26:47 - newmusic.main - INFO - closeEvent:191 - Closing Soulseek client... +2025-07-15 00:26:47 - newmusic.main - INFO - closeEvent:197 - Application closed successfully diff --git a/ui/pages/__pycache__/downloads.cpython-312.pyc b/ui/pages/__pycache__/downloads.cpython-312.pyc index 2f4f1ad14e5d2871bbb4078553359f1b967dbef7..6122cccc2d9cef413fc2288faa90c2784067ce56 100644 GIT binary patch delta 258 zcmeBsBi;8#n)fs>FBbz4v@w-sylUiaFW-4Kwt~iZFe0o*}vj{s^3R4OYPZv~SX=G(f;a$x%S@5m!^i?V>9Y|cC*-Rpn zC#Z`|mlX$^ec?2t*yMG=Vv`#lb5Gx*%Cc*^z+NVy=_T3BV$&DoFmrETsK#=ZnMah7 xfuYEm6-Z2C-d?K3GLvz;unvnk3zy=8pcR5EoUU-_w}%+805R+K5CgVdM*%FuOrih) delta 250 zcmeBsBi;8#n)fs>FBbz4EN3jsc-hF?%FEcw%hbxtyp@+_wbJzeOw2r!zg-obuE5O9 zJK0K`i;-peMGH}f(bF5IGjmVRGGh^&?68z;`YLCj`nhSGlMUo0rU$sQ z@G!DYSDeNoK0PagS%jT4g)0S!rwgjEG_ta$@UCW>EcjM<`YIKc4kWJ6Y$lP(6Vyef z%ZjsbPrq=QQEc+MV6n*!kGZFBQDxZ$GzAQ&XJ#`iPG6A2%)Nb~8p~N`_DReP3`NeY m+pDx#W->B~GHw^pVX