Port video title format from web client - #1824
Merged
Merged
Conversation
rodis120
force-pushed
the
consistent-video-titles
branch
from
October 28, 2025 21:56
6f2ca75 to
723107c
Compare
Member
|
Going over the codepaths I think it makes the most sense to change the name property in JellyfinMediaSource to a |
rodis120
force-pushed
the
consistent-video-titles
branch
2 times, most recently
from
November 10, 2025 17:46
d571a91 to
47b43e1
Compare
Contributor
Author
|
OK. I replaced
Let me know If you are ok with the way I handled these cases. |
nielsvanvelzen
requested changes
Dec 28, 2025
rodis120
force-pushed
the
consistent-video-titles
branch
from
January 9, 2026 12:27
47b43e1 to
f672b4e
Compare
Contributor
Author
|
@nielsvanvelzen I added the changes that you requested. |
nielsvanvelzen
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Reimplemented video title format used in Jellyfin web client.
When using ExoPlayer or external player, Jellyfin shows only the episode/movie name on the title bar,
meanwhile web client shows series name, episode name, season number, episode number and release year.
This PR adds title format used by web client to ExoPlayer and external player.
Before:

After:

After but with VLC as external player:

Web Client for reference:

Reference code from web client:
Issues
I haven't found any related issues.