AlejandraPerry / intro-to-python-noble-vikings

Intro to Python Course Project | Team: Noble Vikings | Team Members: Kevin Restrepo, Jose Unanue, and Alejandra Perry
MIT License
0 stars 1 forks source link

Feature 11: Fix Length of Songs #11

Closed jose-unanue closed 5 days ago

jose-unanue commented 5 days ago

The length of each track is in minutes, and gives the decimal value of the minutes instead of giving the remainder in seconds.

The goal of this issue is to make it display seconds

jose-unanue commented 5 days ago

I already completed this feature and will submit a pr when I finish the new UI.

jose-unanue commented 3 days ago

Feature was improved by Alejandra by fixing the format from "x m y s" to "xx:yy". For example, before, song length would be displayed as "0m 43s", and now it is displayed as "00:43".