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

DefaultPrefs.json 2.3KB

12345678910111213141516171819202122232425262728293031
  1. [
  2. { "id": "general_use_streams_file_remote", "label": "General: Use remote content config file", "type": "bool", "default": "false" },
  3. { "id": "general_streams_file", "label": "General: Local content config file location/name", "type": "text", "default": "streams.cfg" },
  4. { "id": "general_streams_file_remote", "label": "General: Remote content config file location/name", "type": "text", "default": "ftp://user:password@host/hdd/streams.cfg" },
  5. { "id": "general_proxy", "label": "General: Launch stream proxy", "type": "bool", "default": "false" },
  6. { "id": "general_port", "label": "General: Proxy port", "type": "number", "default": "8880" },
  7. { "id": "general_proxy_url", "label": "General: Proxy URL", "type": "text", "default": "http://localhost:8880/" },
  8. { "id": "ltc_user", "label": "Lattelecom.tv: User", "type": "text", "default": "change user" },
  9. { "id": "ltc_password", "label": "Lattelecom.tv: Password", "type": "text", "default": "change password" },
  10. { "id": "viaplay_user", "label": "Viaplay: User", "type": "text", "default": "change user" },
  11. { "id": "viaplay_password", "label": "Viaplay: Password", "type": "text", "default": "change password" },
  12. { "id": "tvdom_user", "label": "TVDom: User", "type": "text", "default": "change user" },
  13. { "id": "tvdom_password", "label": "TVDom: User", "type": "text", "default": "change password" },
  14. { "id": "tvdom_region", "label": "TVDom: Region", "type": "text", "default": "lv" },
  15. { "id": "tvdom_lang", "label": "TVDom: Language", "type": "text", "default": "lv" },
  16. { "id": "iplayer_user", "label": "iPLayer: User", "type": "text", "default": "change user" },
  17. { "id": "iplayer_password", "label": "iPlayer: Password", "type": "text", "default": "change password" },
  18. { "id": "euronews_language", "label": "Euronews: Language", "type": "text", "default": "en" },
  19. { "id": "ustvnow_user", "label": "USTVNow: User", "type": "text", "default": "change user" },
  20. { "id": "ustvnow_password", "label": "USTVNow: Password", "type": "text", "default": "change password" },
  21. { "id": "enigma2_host", "label": "Enigma2: Receiver hostname or ip addressr", "type": "text", "default": "localhost" },
  22. { "id": "enigma2_user", "label": "Enigma2: User", "type": "text", "default": "" },
  23. { "id": "enigma2_password", "label": "Enigma2: Password", "type": "text", "default": "" }
  24. ]