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

Release 7.7.1 🎉 #5770

Merged
merged 61 commits into from
Apr 5, 2024
Merged

Release 7.7.1 🎉 #5770

merged 61 commits into from
Apr 5, 2024

Conversation

cjcolvar
Copy link
Member

@cjcolvar cjcolvar commented Apr 5, 2024

No description provided.

masaball and others added 30 commits February 21, 2024 10:22
We were encountering an issue where adding a new playlist from the
dropdown menu would insert the new playlist's name into the list
multiple times. This was caused by the `.add_new_playlist_option()`
function being triggered every time the Add to Playlist menu was opened.
This caused the event listener that updates the dropdown list to be
added every time the menu opened, causing the duplication we were
seeing. Moving the function call out of the parent event listener so it
only runs once fixes the issue.
Add collection_id to media_object JSON response
Enable action buttons on item page only when player is fully loaded
Support positional URLs for playlist items
Correctly convert count result array into hash
 Skip validation and log files with improper mime types
…ri_ss on IndexedFile objects, respect reindex limit, specifying number of parallel threads
Fixes and improvements to the reindexing script
Set content_type explicitly based on file extension
Also includes a change to the test for readability
Convert SRT to VTT captions for cosumption into Video.js
masaball and others added 28 commits March 13, 2024 14:10
Disable create thumbnail button for audio items
Allow fuzzier searching on playlist titles
Set caption language to system default when migrating
Update dependencies for security warnings
Set duration of MasterFile from ActiveEncode instead of relying on the imprecise mediainfo duration
Bump version to prepare for 7.7.1 release
Use released version of iiif_manifest
SRT formatted captions are converted to VTT format when the content is
requested by Ramp. However, the iiif manifest still had the format for
these files listed as 'text/srt'. This caused Ramp to not process the
file correctly and the caption file would not show up in the
subs/captions list in the player. Setting the format to 'text/vtt'
allows Ramp to correctly process the caption track.
Serialize captions to IIIF manifest with text/vtt as the format
@cjcolvar cjcolvar merged commit 45088cb into main Apr 5, 2024
3 checks passed
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.

4 participants