RhythmSync (rework) banner

RhythmSync (rework)

8 devlogs
7h 59m 42s

Cli music player with lyrics sync based on timestamps!

KON/NOS R

I colourized the help message, did some code cleanup and started testing a loop playback feature!

Attachment
0
KON/NOS R

Added a new command ‘info’ and updated the contents of the ‘help’ command to match this change!

Attachment
0
KON/NOS R

Added basic command functionality (help and play).

Attachment
0
KON/NOS R

Updated Ascii art and colors! also did some code cleanup.

Attachment
Attachment
0
KON/NOS R

-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

Attachment
0
KON/NOS R

The program no longer crashes when songs with no lrc data are chosen and I made various other fixes!

Attachment
0
KON/NOS R

-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

Attachment
0
KON/NOS R

Found a way to overcome the asyncio issue in the first version using pygame function: pygame.mixer.music.get_pos()

Attachment
0