metadata.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "$schema": "https://schemas.premid.app/metadata/1.12",
  3. "apiVersion": 1,
  4. "author": {
  5. "name": "KohnoseLami",
  6. "id": "1180088441459978261"
  7. },
  8. "contributors": [],
  9. "service": "U-NEXT",
  10. "altnames": [
  11. "ユーネクスト"
  12. ],
  13. "description": {
  14. "en": "U-NEXT, operated by U-NEXT Corporation, a subsidiary of U-NEXT HOLDINGS, is a leading Japanese streaming platform offering over-the-top (OTT) content. As of May 2024, it boasts approximately 4.34 million paying subscribers, making it the largest homegrown video-on-demand (VOD) service in Japan.",
  15. "ja_JP": "U-NEXTは、U-NEXT HOLDINGS子会社の株式会社U-NEXTが運営する、日本のOTTコンテンツ・プラットフォーム。有料会員数は2024年5月時点で約434万人で、国産のVODサービスとしては最大手。"
  16. },
  17. "url": [
  18. "video.unext.jp",
  19. "unext.jp"
  20. ],
  21. "version": "1.0.1",
  22. "logo": "https://cdn.rcd.gg/PreMiD/websites/U/U-NEXT/assets/logo.png",
  23. "thumbnail": "https://cdn.rcd.gg/PreMiD/websites/U/U-NEXT/assets/thumbnail.png",
  24. "color": "#000000",
  25. "category": "videos",
  26. "tags": [
  27. "u-next",
  28. "video",
  29. "media"
  30. ],
  31. "settings": [
  32. {
  33. "id": "lang",
  34. "multiLanguage": true
  35. },
  36. {
  37. "id": "privacy",
  38. "title": "Privacy Mode",
  39. "icon": "fad fa-user-secret",
  40. "value": false
  41. },
  42. {
  43. "id": "usePresenceName",
  44. "title": "Show Title as Presence",
  45. "icon": "fad fa-user-edit",
  46. "value": true,
  47. "if": {
  48. "privacy": false
  49. }
  50. },
  51. {
  52. "id": "showBrowsingStatus",
  53. "title": "Show Browsing Status",
  54. "icon": "fad fa-book-reader",
  55. "value": true
  56. },
  57. {
  58. "id": "showCover",
  59. "if": {
  60. "privacy": false
  61. },
  62. "title": "Show Cover",
  63. "icon": "fas fa-images",
  64. "value": true
  65. },
  66. {
  67. "id": "showMovies",
  68. "title": "Show Movies",
  69. "icon": "fad fa-camera-movie",
  70. "value": true
  71. },
  72. {
  73. "id": "showSeries",
  74. "title": "Show Series",
  75. "icon": "fad fa-film",
  76. "value": true
  77. },
  78. {
  79. "id": "showSmallImages",
  80. "title": "Show Small Images",
  81. "icon": "fad fa-pause",
  82. "value": true
  83. },
  84. {
  85. "id": "timestamp",
  86. "title": "Show Timestamps",
  87. "icon": "fad fa-stopwatch",
  88. "value": true,
  89. "if": {
  90. "privacy": false
  91. }
  92. }
  93. ]
  94. }