metadata.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "alexbcberio",
  6. "id": "202915432175239169"
  7. },
  8. "contributors": [
  9. {
  10. "name": "Bas950",
  11. "id": "241278257335500811"
  12. }
  13. ],
  14. "service": "Jellyfin",
  15. "description": {
  16. "en": "The Free Software Media System",
  17. "nl": "Het gratis software mediasysteem"
  18. },
  19. "url": "jellyfin.org",
  20. "regExp": "(jellyfin.org)|(.*[/]web[/](index[.]html#|#))",
  21. "version": "1.9.1",
  22. "logo": "https://cdn.rcd.gg/PreMiD/websites/J/Jellyfin/assets/logo.png",
  23. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/J/Jellyfin/assets/thumbnail.png",
  24. "color": "#00698c",
  25. "category": "videos",
  26. "tags": [
  27. "video",
  28. "movie",
  29. "tv",
  30. "media"
  31. ],
  32. "settings": [
  33. {
  34. "id": "showMediaTimestamps",
  35. "title": "Show media timestamps",
  36. "icon": "fad fa-play",
  37. "value": true
  38. },
  39. {
  40. "id": "showTimestamps",
  41. "title": "Show timestamps",
  42. "icon": "fad fa-stopwatch",
  43. "value": true
  44. },
  45. {
  46. "id": "showThumbnails",
  47. "title": "Show thumbnails",
  48. "icon": "fad fa-image",
  49. "value": true
  50. }
  51. ]
  52. }