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

Get original language for both videos and subtitles #288

Open
BinaryQuantumSoul opened this issue Sep 27, 2024 · 0 comments
Open

Get original language for both videos and subtitles #288

BinaryQuantumSoul opened this issue Sep 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BinaryQuantumSoul
Copy link
Contributor

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
/

@BinaryQuantumSoul BinaryQuantumSoul added the enhancement New feature or request label Sep 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant