samvera / hyrax

Hyrax is a Ruby on Rails Engine built by the Samvera community. Hyrax provides a foundation for creating many different digital repository applications.
http://hyrax.samvera.org/
Apache License 2.0
184 stars 124 forks source link

Valkyrie audio files have wrong mime type, derivatives have the wrong pcdm_use #6294

Closed hackartisan closed 1 year ago

hackartisan commented 1 year ago

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_type application/octet-stream. They should have use ServiceFile and mime_types should be:

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 either audio/wav or audio/x-wav with no 'e'.

hackartisan commented 1 year ago

Ignoring the mis-characterized original for now; open a new ticket for that if needed.