Kodi Community Forum

Full Version: Dolby Atmos
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Been trying to get Dolby Atmos icon working.

All previous links seem dead. so can anyone help with this please? instructions and the files would be brilliant, thanks in advance
anyone able to help please?
still stuck on this
It works for me with a "atmos" tag in the movie filename, e.g. Jaws.atmos.mkv
There is no info label for Atmos so the only way it can work in a skin is, as AsparagusTrevor said, by the method of adding 'atmos' to the file name so the skin can check for it.
(2019-04-19, 21:13)Hitcher Wrote: [ -> ]There is no info label for Atmos so the only way it can work in a skin is, as AsparagusTrevor said, by the method of adding 'atmos' to the file name so the skin can check for it.

That's not the only way.  You can add this information in your NFO like this:

xml:
<fileinfo>
  <streamdetails>
    <audio>
      <codec>ATMOS</codec>
      <language>ENG</language>
      <channels>8</channels>
    </audio>
  </streamdetails>
</fileinfo>

I use this for all my UHD Blu-ray stubs and Kodi (using Arctic Zephyr 2 skin) displays the Dolby Atmos logo.