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

Update Song with correct MP3 metadata #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Croge32
Copy link

@Croge32 Croge32 commented Jul 27, 2022

This commit fixes an issue where the title/artist information of
uploaded files isn't accurate when uploading mp3s. The MP3Stat module
seems to parse the mp3 correctly, but doesn't update the artist and
title when updating the duration, so in some cases the information
saved in the database for a song (and displayed in the UI) will be
incorrect or poorly formatted.

Screenshots of the issue:
Screen Shot 2022-07-27 at 6 29 42 PM
Screen Shot 2022-07-27 at 6 31 01 PM

Screenshots after the fix locally:
Screen Shot 2022-07-27 at 6 30 19 PM
Screen Shot 2022-07-27 at 6 30 49 PM

This commit fixes an issue where the title/artist information of
uploaded files isn't accurate when uploading mp3s. The MP3Stat module
seems to parse the mp3 correctly, but doesn't update the `artist` and
`title` when updating the `duration`, so in some cases the information
saved in the database for a song (and displayed in the UI) will be
incorrect or poorly formatted
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