This commit is contained in:
codey 2025-04-22 08:14:51 -04:00
parent d1b96f7e64
commit e47478fb6d

View File

@ -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