I colourized the help message, did some code cleanup and started testing a loop playback feature!
Log in to leave a comment
Added a new command ‘info’ and updated the contents of the ‘help’ command to match this change!
Log in to leave a comment
Added basic command functionality (help and play).
Log in to leave a comment
Updated Ascii art and colors! also did some code cleanup.
Log in to leave a comment
-Error handling (it took me too long to make the input errors display because of the way I was using the clear_screen() function, thankfully after some rearranging of the code I was able to fix it)
-Various improvements and bug fixes
-Added ASCII art
-Also made the program to loop around once audio playback is completed
Log in to leave a comment
The program no longer crashes when songs with no lrc data are chosen and I made various other fixes!
Log in to leave a comment
-Made Title and Artist panel
-Added progress bar that fills as the song progresses with time elapsed and time remaining
-Added lyrics section where lyrics appear in sync with the song
Log in to leave a comment
Found a way to overcome the asyncio issue in the first version using pygame function: pygame.mixer.music.get_pos()
Log in to leave a comment