From e47478fb6d8e1523ca2f38972a5e400fece1a4ed Mon Sep 17 00:00:00 2001 From: codey Date: Tue, 22 Apr 2025 08:14:51 -0400 Subject: [PATCH] + 1 todo --- utils/radio_util.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/radio_util.py b/utils/radio_util.py index 469b9d4..cb78c6f 100644 --- a/utils/radio_util.py +++ b/utils/radio_util.py @@ -17,6 +17,8 @@ double_space: Pattern = regex.compile(r"\s{2,}") """ TODO: - Album art rework + - get_genre should only be called once for load_playlist, rework get_genre to (optionally) accept a list of artists, + and return (optionally) a list instead of an str - Allow tracks to be queried again based on genre; unable to query tracks based on genre presently, as genre was moved outside track_file_map to artist_genre_map - Ask GPT when we encounter an untagged (no genre defined) artist, automation is needed for this tedious task