Hello I noticed this issue with Am6B+
If you resume a 4K (UHD ISO or decrypted backup) then it selects the first track sometimes it can be an audio descriptive track and you can’t change the audio track, the only workaround is to stop the video and restat and get back to it. Also noted here:
https://forum.kodi.tv/showthread.php?tid=373528&page=2
It was fixed here -
master ← 78andyp:externalsubs
opened 05:18PM - 15 Jul 25 UTC
## Description
Two part fix:
1) Ensure setting table entry is preserved … when the fileId is updated for bluray:// paths (v22 only). Also fixes file name issue when settings table saved after watching through menu.
2) Adjust where state (which is just playlist) is restored for blurays in videoplayer (ensures selected when streams are selected). Some refactoring of CDVDInputStreamBluray to fix audio/subs not restored after directly resuming from playlist when first played through menu.
It seems that resuming through menu (ie. watching through bluray menu and then choosing play from beginning from context menu and resuming via the BDJ menu) audio/sub restoration is broken - but then it is in Omega as well.
## Motivation and context
Fix #26943.
Bug present in Omega and Piers. If a bluray is part watched with non-default audio/subtitle language then this is not restored upon resume.
## How has this been tested?
Locally and by bug reporter.
## What is the effect on users?
## Screenshots (if appropriate):
## Types of change
- [X] **Bug fix** (non-breaking change which fixes an issue)
- [ ] **Clean up** (non-breaking change which removes non-working, unmaintained functionality)
- [ ] **Improvement** (non-breaking change which improves existing functionality)
- [ ] **New feature** (non-breaking change which adds functionality)
- [ ] **Breaking change** (fix or feature that will cause existing functionality to change)
- [ ] **Cosmetic change** (non-breaking change that doesn't touch code)
- [ ] **Student submission** (PR was done for educational purposes and will be treated as such)
- [ ] **None of the above** (please explain below)
## Checklist:
- [X] My code follows the **[Code Guidelines](https://github.com/xbmc/xbmc/blob/master/docs/CODE_GUIDELINES.md)** of this project
- [ ] My change requires a change to the documentation, either Doxygen or wiki
- [ ] I have updated the documentation accordingly
- [X] I have read the **[Contributing](https://github.com/xbmc/xbmc/blob/master/docs/CONTRIBUTING.md)** document
- [ ] I have added tests to cover my change
- [X] All new and existing tests passed
I’m not sure, if its possible to have an Omega build with this fix? I’m using a CPM Coreelec Build with the box to get DV FEL playback. Any help would be great.
Thank you