-
Notifications
You must be signed in to change notification settings - Fork 773
Tracks naming fix and minor UI improvements #2480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| else -> m.uppercase() | ||
| } | ||
| } | ||
|
|
There was a problem hiding this comment.
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" |
There was a problem hiding this comment.
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.


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