This commit is contained in:
Broque Thomas 2025-07-11 09:16:21 -07:00
parent c0c869ed1f
commit 7263591d86
3 changed files with 26 additions and 2 deletions

View file

@ -1 +1 @@
{"access_token": "BQDg-UvdG9Cg2b6uScu5GMr49h2NQs3hisp8Qd-h7LgE0-cABcg3ElBEVT6UhY-M5URiIGZl6HnW1HQQss7-rogHCR4GR_wn8D8XcMwUK9W__BJG0PARsuxej-4BK7yW021owhYwbju5QYYSF8WurRiDiq4llUEcTwfNoaWel_h4HPOxYKuAUsRmiru37cbcdCinNB5zmuYqYQWxa7VaXYQBJ9kml_7Wp42X9O01pn3XpmDEsrUIoG-umg1P8c14", "token_type": "Bearer", "expires_in": 3600, "scope": "user-library-read user-read-private playlist-read-private playlist-read-collaborative user-read-email", "expires_at": 1752249818, "refresh_token": "AQDmfQkPCGObfJeTUIbW1hAAwhSqkuHRA3Qh2dqVYMRh0eCkFMQgPNJDDzF8y-BiaVbj80zePkK_XSfYH1aJutMtNbnsqRKWuxP31BTrMc7pdUdbE7Fma4oH8wpDUKdG3MM"}
{"access_token": "BQBGTqYp1Zog8Xa_JsCg2HtTMgh7Veovge9wemqFOLBtt3q67l7nj7Me-4eq0ubOwNY05yA--0EQc6a1Fzn7j7xIXFrjeThNtm0R4nNvJg3DX1-AIMpaQfHpbwpNEqIUkwPmpDB8l6W3f88XX4_5bWCd3s5IVQdu-Tu4JqGzgGFQpJjsfqzSZhQuY_elAq9Eeeu-TwiE7VSsTJz_vmvEfRBISvctIa2LiAhKRzud8S2yZDP4IGsSdCvm1aW4w_yb", "token_type": "Bearer", "expires_in": 3600, "scope": "user-library-read user-read-private playlist-read-private playlist-read-collaborative user-read-email", "expires_at": 1752254110, "refresh_token": "AQDmfQkPCGObfJeTUIbW1hAAwhSqkuHRA3Qh2dqVYMRh0eCkFMQgPNJDDzF8y-BiaVbj80zePkK_XSfYH1aJutMtNbnsqRKWuxP31BTrMc7pdUdbE7Fma4oH8wpDUKdG3MM"}

View file

@ -0,0 +1,24 @@
2025-07-11 09:15:10 - newmusic - INFO - setup_logging:57 - Logging initialized with level: DEBUG
2025-07-11 09:15:10 - newmusic.main - INFO - main:206 - Starting NewMusic application
2025-07-11 09:15:10 - newmusic.spotify_client - INFO - _setup_client:84 - Successfully authenticated with Spotify as broquethomas
2025-07-11 09:15:11 - newmusic.plex_client - INFO - _find_music_library:98 - Found music library: Music
2025-07-11 09:15:11 - newmusic.plex_client - INFO - _setup_client:84 - Successfully connected to Plex server: PLEX-MACHINE
2025-07-11 09:15:11 - newmusic.soulseek_client - INFO - _setup_client:220 - Soulseek client configured with slskd at http://localhost:5030
2025-07-11 09:15:18 - newmusic.main - INFO - change_page:158 - Changed to page: dashboard
2025-07-11 09:15:18 - newmusic.main - INFO - setup_media_player_connections:145 - Media player connections established between sidebar and downloads page
2025-07-11 09:15:18 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Aether
2025-07-11 09:15:18 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Favorite Artists
2025-07-11 09:15:21 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Brittnea
2025-07-11 09:15:22 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Baleigh
2025-07-11 09:15:24 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Extra Music
2025-07-11 09:15:24 - newmusic.main - INFO - change_page:158 - Changed to page: downloads
2025-07-11 09:15:25 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Maggi Main
2025-07-11 09:15:28 - newmusic.main - INFO - change_page:158 - Changed to page: artists
2025-07-11 09:15:30 - newmusic.spotify_client - INFO - get_user_playlists:106 - Fetching tracks for playlist: Broque Main
2025-07-11 09:15:30 - newmusic.main - INFO - change_page:158 - Changed to page: downloads
2025-07-11 09:15:37 - newmusic.spotify_client - INFO - get_user_playlists:113 - Retrieved 7 playlists
2025-07-11 09:16:15 - newmusic.main - INFO - closeEvent:171 - Closing application...
2025-07-11 09:16:15 - newmusic.main - INFO - closeEvent:176 - Cleaning up Downloads page threads...
2025-07-11 09:16:15 - newmusic.main - INFO - closeEvent:181 - Stopping status monitoring thread...
2025-07-11 09:16:15 - newmusic.main - INFO - closeEvent:186 - Closing Soulseek client...
2025-07-11 09:16:15 - newmusic.main - INFO - closeEvent:192 - Application closed successfully

View file

@ -1964,7 +1964,7 @@ class DownloadQueue(QFrame):
self.download_items = []
# Add initial message when queue is empty
self.empty_message = QLabel("No downloads yet. Start downloading music to see them here!")
self.empty_message = QLabel("No downloads yet.")
self.empty_message.setFont(QFont("Arial", 10))
self.empty_message.setStyleSheet("color: rgba(255, 255, 255, 0.5); padding: 15px; text-align: center;")
self.empty_message.setAlignment(Qt.AlignmentFlag.AlignCenter)