mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-07 18:24:19 -04:00
updated 3d tag to match mcm
This commit is contained in:
parent
6e7a30618d
commit
02bb0fb20f
@ -586,7 +586,7 @@ namespace MediaBrowser.Controller.Providers
|
|||||||
{
|
{
|
||||||
switch (reader.Name)
|
switch (reader.Name)
|
||||||
{
|
{
|
||||||
case "Video3DFormat":
|
case "Format3D":
|
||||||
{
|
{
|
||||||
var video = item as Video;
|
var video = item as Video;
|
||||||
|
|
||||||
|
@ -453,16 +453,16 @@ namespace MediaBrowser.Providers.Savers
|
|||||||
switch (video.Video3DFormat.Value)
|
switch (video.Video3DFormat.Value)
|
||||||
{
|
{
|
||||||
case Video3DFormat.FullSideBySide:
|
case Video3DFormat.FullSideBySide:
|
||||||
builder.Append("<Video3DFormat>FSBS</3DFormat>");
|
builder.Append("<Format3D>FSBS</Format3D>");
|
||||||
break;
|
break;
|
||||||
case Video3DFormat.FullTopAndBottom:
|
case Video3DFormat.FullTopAndBottom:
|
||||||
builder.Append("<Video3DFormat>FTAB</3DFormat>");
|
builder.Append("<Format3D>FTAB</Format3D>");
|
||||||
break;
|
break;
|
||||||
case Video3DFormat.HalfSideBySide:
|
case Video3DFormat.HalfSideBySide:
|
||||||
builder.Append("<Video3DFormat>HSBS</3DFormat>");
|
builder.Append("<Format3D>HSBS</Format3D>");
|
||||||
break;
|
break;
|
||||||
case Video3DFormat.HalfTopAndBottom:
|
case Video3DFormat.HalfTopAndBottom:
|
||||||
builder.Append("<Video3DFormat>HTAB</3DFormat>");
|
builder.Append("<Format3D>HTAB</Format3D>");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user