Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat : Song duration #17

Merged
merged 5 commits into from
Jul 26, 2023
Merged

feat : Song duration #17

merged 5 commits into from
Jul 26, 2023

Conversation

AntonioMrtz
Copy link
Owner

Description

Implementada la obtención de la duración de una canción en segundos en el Backend y representación en la pantalla Playlist en forma de horas y minuto.

Commit type

Feat

Issue

Solution

Proposed Changes

  • Actualización clases SongDTO y Song con nuevo campo duration ( en segundos )
  • Clases Python ahora tienen self en sus métodos
  • Libreria librosa importada para obtención duración
  • Mostrar duración en cada canción de Playlist
  • Mostrar duración total de la Playlist

Potential Impact

  • Cambios estructura de las clases Song y SongDTO en backend
  • Nuevas dependencias en proyecto Python

Tests Performed

  • [✅] Test performed

Screenshots

Additional Tasks

Assigned

@AntonioMrtz

@AntonioMrtz AntonioMrtz merged commit fe70da2 into master Jul 26, 2023
@AntonioMrtz AntonioMrtz deleted the Song_Duration branch July 26, 2023 10:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant