mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 18:09:12 +03:00
[PR #12830] Add Apple's Spatial 3D format #13388
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/12830
Author: @edeuss
Created: 10/16/2024
Status: 🔄 Open
Base:
master← Head:master📝 Commits (1)
5ec30edfeat: add Apple's Spatial 3D format📊 Changes
8 files changed (+22 additions, -2 deletions)
View changed files
📝
Emby.Naming/Common/NamingOptions.cs(+2 -1)📝
Emby.Server.Implementations/Library/Resolvers/BaseVideoResolver.cs(+4 -0)📝
MediaBrowser.LocalMetadata/Parsers/BaseItemXmlParser.cs(+4 -0)📝
MediaBrowser.LocalMetadata/Savers/BaseXmlSaver.cs(+2 -0)📝
MediaBrowser.Model/Entities/Video3DFormat.cs(+2 -1)📝
MediaBrowser.XbmcMetadata/Parsers/BaseNfoParser.cs(+4 -0)📝
MediaBrowser.XbmcMetadata/Savers/BaseNfoSaver.cs(+3 -0)📝
tests/Jellyfin.Naming.Tests/Video/Format3DTests.cs(+1 -0)📄 Description
Adds support for tagging 3D videos as Spatial.
Changes
Issues
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.