adjust music artist and album font programatically. Web ui now includes all settings

This commit is contained in:
Chuck
2025-07-24 15:04:17 -05:00
parent 30d416b822
commit e85bebee12
3 changed files with 700 additions and 12 deletions

View File

@@ -775,7 +775,7 @@ class MusicManager:
self.title_scroll_tick = 0
# --- Artist ---
y_pos_artist = y_pos_title + line_height_title + padding_between_lines - 5
y_pos_artist = y_pos_title + line_height_title + padding_between_lines
artist_width = self.display_manager.get_text_width(artist, font_artist_album)
current_artist_display_text = artist
if artist_width > text_area_width: