[PR #12830] Add Apple's Spatial 3D format #13388

Open
opened 2026-02-07 07:12:07 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/12830
Author: @edeuss
Created: 10/16/2024
Status: 🔄 Open

Base: masterHead: master


📝 Commits (1)

  • 5ec30ed feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/12830 **Author:** [@edeuss](https://github.com/edeuss) **Created:** 10/16/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5ec30ed`](https://github.com/jellyfin/jellyfin/commit/5ec30edbdb86f571cb34f9dca7bf01756b6b6121) feat: add Apple's Spatial 3D format ### 📊 Changes **8 files changed** (+22 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description <!-- Ensure your title is short, descriptive, and in the imperative mood (Fix X, Change Y, instead of Fixed X, Changed Y). For a good inspiration of what to write in commit messages and PRs please review https://chris.beams.io/posts/git-commit/ and our documentation. --> Adds support for tagging 3D videos as Spatial. **Changes** <!-- Describe your changes here in 1-5 sentences. --> **Issues** <!-- Tag any issues that this PR solves here. ex. Fixes # --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 07:12:07 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#13388