metadata.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "Dark_Ville",
  6. "id": "638080361179512853"
  7. },
  8. "service": "LookMovie",
  9. "description": {
  10. "en": "Watch all new and old movies on line in FHD quality and subtitles for free.",
  11. "nl": "Bekijk gratis alle nieuwe en oude films online in HD-kwaliteit en ondertitels."
  12. },
  13. "url": [
  14. "lookmovie2.to",
  15. "lookmovies.ru",
  16. "playerwatchlm25.xyz"
  17. ],
  18. "regExp": "(playerwatch[0-9]*.xyz)|(playerwatchlm[0-9]*.xyz)|(lookmovie[0-9]?[.][A-z]{2})",
  19. "version": "1.5.10",
  20. "logo": "https://cdn.rcd.gg/PreMiD/websites/L/LookMovie/assets/logo.png",
  21. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/L/LookMovie/assets/thumbnail.png",
  22. "color": "#ffcc00",
  23. "category": "videos",
  24. "tags": [
  25. "lookmovie",
  26. "streaming"
  27. ],
  28. "settings": [
  29. {
  30. "id": "lang",
  31. "multiLanguage": true
  32. },
  33. {
  34. "id": "privacy",
  35. "title": "Privacy Mode",
  36. "icon": "fas fa-user-secret",
  37. "value": false
  38. },
  39. {
  40. "id": "buttons",
  41. "title": "Show Buttons",
  42. "icon": "fas fa-compress-arrows-alt",
  43. "value": true,
  44. "if": {
  45. "privacy": false
  46. }
  47. },
  48. {
  49. "id": "covers",
  50. "title": "Show Cover",
  51. "icon": "fad fa-images",
  52. "value": true,
  53. "if": {
  54. "privacy": false
  55. }
  56. }
  57. ]
  58. }