-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add media properties to downloaded file. #7
Comments
@pgmichael - I don't think this should be considered just an enhancement. When the file is created without any media properties (specifically "Length") it causes many programs to "ignore it" because it thinks it is 0.00 seconds long. |
@freedahealth thanks for the feedback, I'll change the label. To be honest, I'm not very familiar with media properties and how they work. I'll have to do a little research before working on this issue. |
@pgmichael what you need is an ID3v2 writer which can edit MP3's meta data. Something like this will work for JS Blobs: https://github.com/egoroof/browser-id3-writer You will need to modify/ add the
Reference: |
@yucolabjames Thanks a lot for the information! I wasn't having much luck with my google searches. |
No media properties created for the mp3 file, when download mp3 option is selected.
The text was updated successfully, but these errors were encountered: