-
Notifications
You must be signed in to change notification settings - Fork 124
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
Valkyrie audio files have wrong mime type, derivatives have the wrong pcdm_use #6294
Labels
Comments
hackartisan
pushed a commit
that referenced
this issue
Sep 6, 2023
By saving mime type passed to ValkyriePersistDerivatives advances gh-6294 Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com> Co-authored-by: Shaun Ellis <sdellis@users.noreply.github.com> Co-authored-by: Trey Pendragon <tpendragon@users.noreply.github.com>
tpendragon
added a commit
that referenced
this issue
Sep 6, 2023
By saving mime type passed to ValkyriePersistDerivatives advances gh-6294 Co-authored-by: Trey Pendragon <tpendragon@princeton.edu> Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com> Co-authored-by: Shaun Ellis <sdellis@users.noreply.github.com> Co-authored-by: Trey Pendragon <tpendragon@users.noreply.github.com>
Ignoring the mis-characterized original for now; open a new ticket for that if needed. |
hackartisan
added a commit
that referenced
this issue
Sep 6, 2023
closes #6294 Co-authored-by: Trey Pendragon <tpendragon@users.noreply.github.com> Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com> Co-authored-by: Shaun Ellis <sdellis@users.noreply.github.com>
hackartisan
added a commit
that referenced
this issue
Sep 6, 2023
closes #6294 Co-authored-by: Trey Pendragon <tpendragon@users.noreply.github.com> Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com> Co-authored-by: Shaun Ellis <sdellis@users.noreply.github.com>
eliotjordan
added a commit
that referenced
this issue
Sep 6, 2023
closes #6294 Co-authored-by: Trey Pendragon <tpendragon@users.noreply.github.com> Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com> Co-authored-by: Shaun Ellis <sdellis@users.noreply.github.com>
eliotjordan
added a commit
that referenced
this issue
Sep 7, 2023
closes #6294 Co-authored-by: Trey Pendragon <tpendragon@users.noreply.github.com> Co-authored-by: Eliot Jordan <eliotjordan@users.noreply.github.com> Co-authored-by: Shaun Ellis <sdellis@users.noreply.github.com>
tpendragon
pushed a commit
that referenced
this issue
Sep 7, 2023
* Save derivative pcdm_use when creating derivatives via valkyrie closes #6294 * allowed mime_type to be passed to find file metadata * Correctly pass mime_type
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Descriptive summary
When I run derivatives on an mp3 or a wav file, I get 2 derivatives, both with use
ThumbnailImage
and both with mime_typeapplication/octet-stream
. They should have useServiceFile
and mime_types should be:audio/mpeg
audio/ogg
Also the original file has mime_type
audio/x-wave
even though it's an mp3.When the original file is a wav, it also gets
audio/x-wave
however it should be eitheraudio/wav
oraudio/x-wav
with no 'e'.The text was updated successfully, but these errors were encountered: