WIP: Custom renditions #11 #16
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "11-custom-renditions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A simple approach would be to load all renditions (master playlists) referenced in
ConfigPlayerobject from the API. Then select audio/subs among all possible values.But it turns out that the proposed renditions also depends on the language version of the website (you are not given the same choices from the DE website than from the ES website).
So the we will attempt to retrieve the
ConfigPlayerfor all such language and therefore gather more options. As this might result in a copious amount of HTTP request, we will attempt to make these requests keeping the connection alive.For now and before #1 is settled, the default behaviour will be to select the "original language(s)" for the audio and all subtitles.
Pull request closed