vigour-io / packer-server

Asset manager for native wrapped application
0 stars 1 forks source link

Update MTV Packer for new JSON-LD structure #43

Closed rickiesmooth closed 8 years ago

rickiesmooth commented 8 years ago

For serving meta data we use a set of JSON-LD's that corresponds with the requested page, in the current setup we only serve english title and descriptions, and we would like to display other languages as well.

The JSON-LD's will have the following structure [language-code][franchise-id].[season-number][episode-number] e.g. nl.977.2.1

When the packer gets a request where the url is appended with a language code, it needs to serve the corresponding JSON-LD.

shawninder commented 8 years ago

This issue was moved to vigour-io/ferry#38