feat: update build tasks, enhance metadata handling, and improve GUI text display

This commit is contained in:
2026-02-01 16:39:05 -06:00
parent 88026628ea
commit e3683a12b7
7 changed files with 219 additions and 9 deletions

View File

@@ -13,8 +13,6 @@ struct metadata_t
char title[METADATA_TITLE_MAX];
char artist[METADATA_ARTIST_MAX];
char album[METADATA_ALBUM_MAX];
};
/**