Sync all projects
This commit is contained in:
@@ -39,70 +39,23 @@
|
||||
{"n": "评分降序", "v": "CommunityRating,SortName"},
|
||||
{"n": "年份降序", "v": "ProductionYear,SortName"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "played",
|
||||
"name": "状态",
|
||||
"values": [
|
||||
{"n": "全部", "v": ""},
|
||||
{"n": "未看", "v": "false"},
|
||||
{"n": "已看", "v": "true"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"key": "favorite",
|
||||
"name": "收藏",
|
||||
"values": [
|
||||
{"n": "全部", "v": ""},
|
||||
{"n": "已收藏", "v": "true"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"deviceProfile": {
|
||||
"SubtitleProfiles": [
|
||||
{"Method": "Embed", "Format": "ass"},
|
||||
{"Format": "ssa", "Method": "Embed"},
|
||||
{"Format": "subrip", "Method": "Embed"},
|
||||
{"Format": "sub", "Method": "Embed"},
|
||||
{"Method": "Embed", "Format": "pgssub"},
|
||||
{"Format": "subrip", "Method": "External"},
|
||||
{"Method": "External", "Format": "sub"},
|
||||
{"Method": "External", "Format": "ass"},
|
||||
{"Format": "ssa", "Method": "External"},
|
||||
{"Method": "External", "Format": "vtt"}
|
||||
],
|
||||
"CodecProfiles": [
|
||||
{
|
||||
"Codec": "h264",
|
||||
"Type": "Video",
|
||||
"ApplyConditions": [
|
||||
{"Property": "IsAnamorphic", "Value": "true", "Condition": "NotEquals", "IsRequired": false},
|
||||
{"IsRequired": false, "Value": "high|main|baseline|constrained baseline", "Condition": "EqualsAny", "Property": "VideoProfile"},
|
||||
{"IsRequired": false, "Value": "80", "Condition": "LessThanEqual", "Property": "VideoLevel"},
|
||||
{"IsRequired": false, "Value": "true", "Condition": "NotEquals", "Property": "IsInterlaced"}
|
||||
]
|
||||
},
|
||||
{
|
||||
"Codec": "hevc",
|
||||
"Type": "Video",
|
||||
"ApplyConditions": [
|
||||
{"Property": "IsAnamorphic", "Value": "true", "Condition": "NotEquals", "IsRequired": false},
|
||||
{"IsRequired": false, "Value": "high|main|main 10", "Condition": "EqualsAny", "Property": "VideoProfile"},
|
||||
{"Property": "VideoLevel", "Value": "175", "Condition": "LessThanEqual", "IsRequired": false},
|
||||
{"IsRequired": false, "Value": "true", "Condition": "NotEquals", "Property": "IsInterlaced"}
|
||||
]
|
||||
}
|
||||
],
|
||||
"MaxStreamingBitrate": 40000000,
|
||||
"TranscodingProfiles": [
|
||||
{
|
||||
"Container": "ts",
|
||||
"AudioCodec": "aac,mp3,wav,ac3,eac3,flac,opus",
|
||||
"VideoCodec": "hevc,h264,mpeg4",
|
||||
"BreakOnNonKeyFrames": true,
|
||||
"Type": "Video",
|
||||
"MaxAudioChannels": "6",
|
||||
"Protocol": "hls",
|
||||
"Context": "Streaming",
|
||||
"MinSegments": 2
|
||||
}
|
||||
],
|
||||
"DirectPlayProfiles": [
|
||||
{
|
||||
"Container": "mov,mp4,mkv,hls,webm",
|
||||
"Type": "Video",
|
||||
"VideoCodec": "h264,hevc,dvhe,dvh1,mpeg4,vp9",
|
||||
"AudioCodec": "aac,mp3,wav,ac3,eac3,flac,truehd,dts,dca,opus,pcm"
|
||||
}
|
||||
],
|
||||
"ResponseProfiles": [
|
||||
{"MimeType": "video/mp4", "Type": "Video", "Container": "m4v"}
|
||||
],
|
||||
"ContainerProfiles": [],
|
||||
"MusicStreamingTranscodingBitrate": 40000000,
|
||||
"MaxStaticBitrate": 40000000
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user