Pre-Release for wider test
More details to come later.
Override length of time codec flags are shown on A/V change n in seconds (default is: 5)
<advancedsettings>
<gui>
<avchangeflagtimeout>n</avchangeflagtimeout>
</gui>
</advancedsettings>
New Parameters to use source DV Levels metadata (tested with tv-led)
You will need to read-up on what these mean, they are too in-depth for these notes.
/sys/module/amdolby_vision/parameters/dolby_vision_use_source_meta_levels
defaults to Y
switch off with echo N > /sys/module/amdolby_vision/parameters/dolby_vision_use_source_meta_levels
replace the Levels Metadata from dovi.ko with the original Levels Metadata from the source
/sys/module/amdolby_vision/parameters/dolby_vision_keep_source_meta_level_5
defaults to N
switch on with echo Y > /sys/module/amdolby_vision/parameters/dolby_vision_keep_source_meta_level_5
Note: This is display specific, when on you may get masking of the OSD or otherwise alterations to the letterbox area.
/sys/module/amdolby_vision/parameters/dolby_vision_keep_source_meta_level_6
defaults to N
switch on with echo Y > /sys/module/amdolby_vision/parameters/dolby_vision_keep_source_meta_level_6
For your own testing.
Audio latency tweaking
Adjust latency based on the passthrough type e.g.:
<advancedsettings>
<audio>
<latency>
<passthrough>
<type>EAC3</type>
<delay>-30</delay>
</passthrough>
<passthrough>
<type>TRUEHD</type>
<delay>30</delay>
</passthrough>
</latency>
</audio>
</advancedsettings>
Types: AC3, EAC3, TRUEHD, MLP, DTS_512, DTS_1024, DTS_2048, DTSHD, DTSHD_CORE, DTSHD_M
Can use alongside existing kodi/CE video latency tweaking
Fix: Chapter bookmarks creation for select file types from network sources.
As always fallback to previous version(s) if you have issues or move to CE main line builds.