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