U-NEXT.json 669 B

12345678910111213141516171819
  1. {
  2. "u-next.seriesDisplay.full": {
  3. "description": "Shown when watching a series with 'watching seriesname' status, example: Season 6, Episode 2",
  4. "message": "Episode {0}"
  5. },
  6. "u-next.seriesDisplay.short": {
  7. "description": "Shown when watching a series with 'watching U-NEXT' status, example: S6 E2 - Episode title",
  8. "message": "E{0} - {1}"
  9. },
  10. "u-next.movieDisplay": {
  11. "description": "Shown when watching a movie, example: 2024 • 120 minutes",
  12. "message": "{0} • {1} minutes"
  13. },
  14. "u-next.liveDisplay": {
  15. "description": "Shown when watching a livestream, example: 2024 • 120 minutes",
  16. "message": "{0} • {1} minutes"
  17. }
  18. }