Skip to content

Conversation

@phisher98
Copy link
Contributor

@phisher98 phisher98 commented Feb 4, 2026

Fix for Video Codec Minor Fix (adding case insensitive) and More UI Fixes

@phisher98 phisher98 marked this pull request as draft February 4, 2026 16:34
@phisher98 phisher98 marked this pull request as ready for review February 4, 2026 16:45
@phisher98
Copy link
Contributor Author

image image

@phisher98 phisher98 changed the title Minor Fix for case insensitive match Tracks naming fix and minor UI improvements Feb 10, 2026
else -> m.uppercase()
}
}

Copy link
Contributor

Choose a reason for hiding this comment

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

Have you thought about adding the audio channel configuration (Mono, Stereo, 5.1, ...) to the player info?

when {
mime.contains("eac3-joc") -> "Dolby Atmos"
mime.contains("eac3") -> "E-AC3"
mime.contains("ac-3") || mime.contains("ac3") -> "AC3"
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice catch!!!!! Having ac3 before the others was preventing eac3 or eac3-joc from being properly detected.

Looking forward to seeing this PR merged.

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