-
Notifications
You must be signed in to change notification settings - Fork 51
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
Release 7.7.1 🎉 #5770
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Reduce player icon size
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
Optimize collection media object counts
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
Disable create thumbnail button for audio items
Allow fuzzier searching on playlist titles
Remove captions from HLS manifest
Latest code from Ramp
Set caption language to system default when migrating
Update dependencies for security warnings
…e imprecise mediainfo duration
Set duration of MasterFile from ActiveEncode instead of relying on the imprecise mediainfo duration
Ramp build for Avalon 7.7.1
SME build with fixes for 7.7.1
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
Bump Ramp from 3.0.0 to 3.1.0
joncameron
approved these changes
Apr 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.