DeviceProfile-DirectMedia.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "Name": "Jellyfin Media Player",
  3. "SupportedMediaTypes": "Audio,Photo,Video",
  4. "MaxStreamingBitrate": 20000000,
  5. "MaxStaticBitrate": 20000000,
  6. "MusicStreamingTranscodingBitrate": 1280000,
  7. "TimelineOffsetSeconds": 5,
  8. "DirectPlayProfiles": [
  9. {
  10. "Type": "Video",
  11. "$type": "DirectPlayProfile"
  12. },
  13. {
  14. "Type": "Audio",
  15. "$type": "DirectPlayProfile"
  16. },
  17. {
  18. "Type": "Photo",
  19. "$type": "DirectPlayProfile"
  20. }
  21. ],
  22. "SubtitleProfiles": [
  23. {
  24. "Format": "srt",
  25. "Method": "External",
  26. "$type": "SubtitleProfile"
  27. },
  28. {
  29. "Format": "srt",
  30. "Method": "Embed",
  31. "$type": "SubtitleProfile"
  32. },
  33. {
  34. "Format": "ass",
  35. "Method": "External",
  36. "$type": "SubtitleProfile"
  37. },
  38. {
  39. "Format": "ass",
  40. "Method": "Embed",
  41. "$type": "SubtitleProfile"
  42. },
  43. {
  44. "Format": "sub",
  45. "Method": "Embed",
  46. "$type": "SubtitleProfile"
  47. },
  48. {
  49. "Format": "sub",
  50. "Method": "External",
  51. "$type": "SubtitleProfile"
  52. },
  53. {
  54. "Format": "ssa",
  55. "Method": "Embed",
  56. "$type": "SubtitleProfile"
  57. },
  58. {
  59. "Format": "ssa",
  60. "Method": "External",
  61. "$type": "SubtitleProfile"
  62. },
  63. {
  64. "Format": "smi",
  65. "Method": "Embed",
  66. "$type": "SubtitleProfile"
  67. },
  68. {
  69. "Format": "smi",
  70. "Method": "External",
  71. "$type": "SubtitleProfile"
  72. },
  73. {
  74. "Format": "pgssub",
  75. "Method": "Embed",
  76. "$type": "SubtitleProfile"
  77. },
  78. {
  79. "Format": "dvdsub",
  80. "Method": "Embed",
  81. "$type": "SubtitleProfile"
  82. },
  83. {
  84. "Format": "pgs",
  85. "Method": "Embed",
  86. "$type": "SubtitleProfile"
  87. }
  88. ],
  89. "$type": "DeviceProfile"
  90. }