Skip to content

Add option to open single items in an external player#5324

Open
dhartung wants to merge 2 commits intojellyfin:masterfrom
dhartung:open-externally
Open

Add option to open single items in an external player#5324
dhartung wants to merge 2 commits intojellyfin:masterfrom
dhartung:open-externally

Conversation

@dhartung
Copy link

Motivation
The internal player works for me 95% of the time, however it fails for some specific media types. I want to have an option to open just those entries in an external player without changing my global settings.

Changes

  • Add general context menu option to open in external player
  • Add context menu option in FullDetailsFragment
  • Add new string "Open in external player", translation needed

Code assistance
LLM (Claude) was used to identify relevant files, code changes were mainly done by hand.

Issues
none that I know of

Copy link
Member

@nielsvanvelzen nielsvanvelzen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just copying my comment from another PR for almost the exact same thing:

As mentioned previously, there is currently no intention to add this feature. If you want to use an external player you can configure it in the app settings.

@dhartung
Copy link
Author

I haven't found any other PRs mentioning this feature. Could you briefly explain why this feature is not needed (or link to the other PR if it has already been discussed there)?

As mentioned, the current all-or-nothing approach is not ideal for my use case.

@eyJhb
Copy link

eyJhb commented Feb 15, 2026

@nielsvanvelzen there are numerous bugs in internal video player, that makes playing some HDR/DV profiles impossible, but works well in the external video player. 99% of the time one wants to use the internal player, but for some files it's quite useful to use the external player. However, it's buried far way in the settings.

This PR would make it easier to do it one off, at least until it's fixed. As far as I understand, in previous versions the external player was available on the details page.

It could be nice to add this back, at least until the playback issues has been fixed. This PR seems to be fairly easy to revert if it's not needed anymore.

Are there any changes that can be made to this PR, so it might be merged? Should it be put behind a settings flag? Or under the ...?

Related issues:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants