Plex plugin to to play various online streams (mostly Latvian).

DefaultPrefs.json 1.6KB

123456789101112131415161718192021222324
  1. [
  2. { "id": "general_proxy", "label": "General: Launch stream proxy", "type": "bool", "default": "false" },
  3. { "id": "general_port", "label": "General: Proxy port", "type": "number", "default": "8880" },
  4. { "id": "general_proxy_url", "label": "General: Proxy URL", "type": "text", "default": "http://localhost:8880/" },
  5. { "id": "ltc_user", "label": "Lattelecom.tv: User", "type": "text", "default": "change user" },
  6. { "id": "ltc_password", "label": "Lattelecom.tv: Password", "type": "text", "default": "change password" },
  7. { "id": "viaplay_user", "label": "Viaplay: User", "type": "text", "default": "change user" },
  8. { "id": "viaplay_password", "label": "Viaplay: Password", "type": "text", "default": "change password" },
  9. { "id": "tvdom_user", "label": "TVDom: User", "type": "text", "default": "change user" },
  10. { "id": "tvdom_password", "label": "TVDom: User", "type": "text", "default": "change password" },
  11. { "id": "tvdom_region", "label": "TVDom: Region", "type": "text", "default": "lv" },
  12. { "id": "tvdom_lang", "label": "TVDom: Language", "type": "text", "default": "lv" },
  13. { "id": "iplayer_user", "label": "iPLayer: User", "type": "text", "default": "change user" },
  14. { "id": "iplayer_password", "label": "iPlayer: Password", "type": "text", "default": "change password" },
  15. { "id": "euronews_language", "label": "Euronews: Language", "type": "text", "default": "en" },
  16. { "id": "ustvnow_user", "label": "USTVNow: User", "type": "text", "default": "change user" },
  17. { "id": "ustvnow_password", "label": "USTVNow: Password", "type": "text", "default": "change password" }
  18. ]