[CDS API] Provide all available subtitle tracks

Issue #688 new
Will Lunniss created an issue

The API currently returns the best match subtitle track based on the users' console preference. It would be nice if all available subtitles tracks could be returned, to give the user more control. I.e. replace the current

<subtitlesUrl>/path/to/resource</subtitlesUrl>

with

<subtitlesUrls>
    <subtitlesUrl language="English" preferred="true">/path/to/resource</subitlesUrl>
    <subtitlesUrl language="Spanish">/path/to/resource</subitlesUrl>
    <subtitlesUrl language="French">/path/to/resource</subitlesUrl>
    ...
</subtitlesUrls>

Comments (0)

  1. Log in to comment