From e84640501d3ea4e6c0bc4e4104daf27662bc3ca1 Mon Sep 17 00:00:00 2001 From: Chuck <33324927+ChuckBuilds@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:04:34 -0500 Subject: [PATCH] adjusting music manager artist and album location --- config/config.json | 6 +++--- src/music_manager.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/config.json b/config/config.json index 70113b06..d54e0521 100644 --- a/config/config.json +++ b/config/config.json @@ -256,7 +256,7 @@ "update_interval": 3600 }, "mlb": { - "enabled": true, + "enabled": false, "show_odds": true, "test_mode": false, "update_interval_seconds": 3600, @@ -278,7 +278,7 @@ } }, "milb": { - "enabled": true, + "enabled": false, "test_mode": false, "update_interval_seconds": 3600, "live_update_interval": 30, @@ -334,7 +334,7 @@ "POLLING_INTERVAL_SECONDS": 1 }, "of_the_day": { - "enabled": true, + "enabled": false, "display_rotate_interval": 20, "update_interval": 3600, "subtitle_rotate_interval": 10, diff --git a/src/music_manager.py b/src/music_manager.py index 7fe1c5c5..7e7f2906 100644 --- a/src/music_manager.py +++ b/src/music_manager.py @@ -770,7 +770,7 @@ class MusicManager: self.title_scroll_tick = 0 # --- Artist --- - y_pos_artist = y_pos_title + line_height_title + padding_between_lines - 2 + y_pos_artist = y_pos_title + line_height_title + padding_between_lines - 4 artist_width = self.display_manager.get_text_width(artist, font_artist_album) current_artist_display_text = artist if artist_width > text_area_width: