You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I need to be able to search videos filtered by original video language.
I also need to get the original subtitles, but getByLanguage requires a language and I don't know which is the original.
Describe the solution you'd like
Two possibilities for both cases:
Best would be a SearchFilter with language to be used in search endpoint
Other option could be to add a Language attribute in the Video class
This attribute could be used in getByLanguage to get original track
Other option could be a getOriginal method in ClosedCaptionManifest class
Describe alternatives you've considered
/ How should this be implemented
/ Additional context
/
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I need to be able to search videos filtered by original video language.
I also need to get the original subtitles, but
getByLanguage
requires a language and I don't know which is the original.Describe the solution you'd like
Two possibilities for both cases:
SearchFilter
with language to be used insearch
endpointLanguage
attribute in theVideo
classgetByLanguage
to get original trackgetOriginal
method inClosedCaptionManifest
classDescribe alternatives you've considered
/
How should this be implemented
/
Additional context
/
The text was updated successfully, but these errors were encountered: