mirror of https://github.com/jellyfin/jellyfin.git
91 lines
2.1 KiB
JSON
91 lines
2.1 KiB
JSON
{
|
|
"Name": "Jellyfin Media Player",
|
|
"SupportedMediaTypes": "Audio,Photo,Video",
|
|
"MaxStreamingBitrate": 20000000,
|
|
"MaxStaticBitrate": 20000000,
|
|
"MusicStreamingTranscodingBitrate": 1280000,
|
|
"TimelineOffsetSeconds": 5,
|
|
"DirectPlayProfiles": [
|
|
{
|
|
"Type": "Video",
|
|
"$type": "DirectPlayProfile"
|
|
},
|
|
{
|
|
"Type": "Audio",
|
|
"$type": "DirectPlayProfile"
|
|
},
|
|
{
|
|
"Type": "Photo",
|
|
"$type": "DirectPlayProfile"
|
|
}
|
|
],
|
|
"SubtitleProfiles": [
|
|
{
|
|
"Format": "srt",
|
|
"Method": "External",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "srt",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "ass",
|
|
"Method": "External",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "ass",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "sub",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "sub",
|
|
"Method": "External",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "ssa",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "ssa",
|
|
"Method": "External",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "smi",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "smi",
|
|
"Method": "External",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "pgssub",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "dvdsub",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
},
|
|
{
|
|
"Format": "pgs",
|
|
"Method": "Embed",
|
|
"$type": "SubtitleProfile"
|
|
}
|
|
],
|
|
"$type": "DeviceProfile"
|
|
}
|