Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 357
  • 358
  • 359(current)
  • 360
  • 361
  • 418
Arctic: Zephyr - Reloaded
For some reason DTS-HD is displayed as the language for the audio stream media flag when the codec is DTS-HD, but for all other codecs it properly displays the correct language of the audio stream.

Example: when the audio codec is DTSX, DTS, TrueHD, PCM, AC3, EAC3 it will display "eng", "fre", "ger", etc.  However, when the audio codec is DTS-HD it says "DTS-HD" instead of the language.

I've updated the skin to the version on GitHub today.  Using Netflix view.

Pictured the movie Allied displays "DTS-HD", but the movie Amelie (which has a TrueHD audio track) displays "fre".



Image
Maven's Omega 21 nightly (arm64-v8a), nVidia Shield Pro 2019 SE 9.1.1+Hotfix (33.2.0.252), Samsung Q8FN, Synology DS1821+ DSM 7.2.2-72803
Reply
Here is the mediainfo for the example movie above. 
Quote:Audio

ID :2
Format Big GrinTS XLL
Format/Info Big Grinigital Theater Systems
Commercial name Big GrinTS-HD Master Audio
Codec ID :A_DTS
Duration :2 h 4 min
Bit rate mode :Variable
Bit rate :3 333 kb/s
Channel(s) :6 channels
Channel layout :C L R Ls Rs LFE
Sampling rate :48.0 kHz
Frame rate :93.750 FPS (512 SPF)
Bit depth :24 bits
Compression mode :Lossless
Stream size :2.90 GiB (6%)
Title Big GrinTS-HD MA 5.1
Language :English
Default :Yes
Forced :No
Maven's Omega 21 nightly (arm64-v8a), nVidia Shield Pro 2019 SE 9.1.1+Hotfix (33.2.0.252), Samsung Q8FN, Synology DS1821+ DSM 7.2.2-72803
Reply
(2023-03-03, 03:31)AngryBird Wrote: For some reason DTS-HD is displayed as the language for the audio stream media flag when the codec is DTS-HD, but for all other codecs it properly displays the correct language of the audio stream.

Example: when the audio codec is DTSX, DTS, TrueHD, PCM, AC3, EAC3 it will display "eng", "fre", "ger", etc.  However, when the audio codec is DTS-HD it says "DTS-HD" instead of the language.

I've updated the skin to the version on GitHub today.  Using Netflix view.

Pictured the movie Allied displays "DTS-HD", but the movie Amelie (which has a TrueHD audio track) displays "fre".

IMHO it is not linked with the skin AZR
AZR only take value
xml:
$INFO[ListItem.Property(AudioLanguage.x)
stored by Kodi

I tested on my side a video with audio DTS-HD. All works fine.
So try refreshing your video from "Dialog Video Info" from the internet to make sure that Kodi is not using a possibly incorrect nfo file :

Image

Image
Reply
(2023-03-03, 09:12)Nanomani Wrote:
(2023-03-03, 03:31)AngryBird Wrote: For some reason DTS-HD is displayed as the language for the audio stream media flag when the codec is DTS-HD, but for all other codecs it properly displays the correct language of the audio stream.

Example: when the audio codec is DTSX, DTS, TrueHD, PCM, AC3, EAC3 it will display "eng", "fre", "ger", etc.  However, when the audio codec is DTS-HD it says "DTS-HD" instead of the language.

I've updated the skin to the version on GitHub today.  Using Netflix view.

Pictured the movie Allied displays "DTS-HD", but the movie Amelie (which has a TrueHD audio track) displays "fre".

IMHO it is not linked with the skin AZR
AZR only take value
xml:
$INFO[ListItem.Property(AudioLanguage.x)
stored by Kodi

I tested on my side a video with audio DTS-HD. All works fine.
So try refreshing your video from "Dialog Video Info" from the internet to make sure that Kodi is not using a possibly incorrect nfo file :
Thanks for the reply.  Tried refreshing several DTS-HD movies and still the flag isn't showing the language, but the codec when DTS-HD.  Even tried switching the scraper from TMdb Python to Universal and got the same result.  Same with refreshing local from nfo (created by tMM) which looks to be good.
Quote:      <audio>
        <codec>DTSHD_MA</codec>
        <language>eng</language>
        <channels>6</channels>
      </audio>
Maven's Omega 21 nightly (arm64-v8a), nVidia Shield Pro 2019 SE 9.1.1+Hotfix (33.2.0.252), Samsung Q8FN, Synology DS1821+ DSM 7.2.2-72803
Reply
(2023-03-03, 09:12)Nanomani Wrote:
(2023-03-03, 03:31)AngryBird Wrote: For some reason DTS-HD is displayed as the language for the audio stream media flag when the codec is DTS-HD, but for all other codecs it properly displays the correct language of the audio stream.

Example: when the audio codec is DTSX, DTS, TrueHD, PCM, AC3, EAC3 it will display "eng", "fre", "ger", etc.  However, when the audio codec is DTS-HD it says "DTS-HD" instead of the language.

I've updated the skin to the version on GitHub today.  Using Netflix view.

Pictured the movie Allied displays "DTS-HD", but the movie Amelie (which has a TrueHD audio track) displays "fre".

IMHO it is not linked with the skin AZR
AZR only take value
xml:
$INFO[ListItem.Property(AudioLanguage.x)
stored by Kodi

I tested on my side a video with audio DTS-HD. All works fine.
So try refreshing your video from "Dialog Video Info" from the internet to make sure that Kodi is not using a possibly incorrect nfo file :

When playing a movie if I bring up the Audio section in the OSD it shows [unknown] as the language for all the DTS-HD tracks in my movies.  So, it appears I have a problem somewhere else as you said.  Even tried removing a movie, cleaned db, and readded with same result.
Thanks for the information on where the skin gets the information.  I'll have to figure out why Kodi isn't saving the language for DTS-HD tracks for me I guess.
Maven's Omega 21 nightly (arm64-v8a), nVidia Shield Pro 2019 SE 9.1.1+Hotfix (33.2.0.252), Samsung Q8FN, Synology DS1821+ DSM 7.2.2-72803
Reply
Think I found someone with the exact same issue as me also running on a Shield.

github.com/xbmc/xbmc/issues/22712

Anyhow, thanks.
Maven's Omega 21 nightly (arm64-v8a), nVidia Shield Pro 2019 SE 9.1.1+Hotfix (33.2.0.252), Samsung Q8FN, Synology DS1821+ DSM 7.2.2-72803
Reply
(2023-02-27, 13:02)robertlaing Wrote: Fan art is working fine for All Albums, many thanks for the changes.


Library, file is showing  the following in Estuary:

https://imgur.com/a/dGvYuS5


But in your skin for some reason the year is showing before the file name.

https://imgur.com/a/4S08L9h

Need to be the same as the default skin, file name only.

Many thanks.

I think you should be showing the file size rather than the time and of course have no year proceeding the file name.
The sort options have a size option in which backs up how the default skin displays the file.

Is this change easy to make?

Thanks.
Reply
(2022-03-28, 17:23)aerik Wrote: Another question, any way to show detailed info during playback without need pause/up key?

Do you perhaps plan to implement this feature? In my opinion the detailed info makes the OSD look much better and it'd be great to have it visible even during playback, not only once the video is paused.
Reply
(2023-03-06, 12:32)GhostCasper Wrote:
(2022-03-28, 17:23)aerik Wrote: Another question, any way to show detailed info during playback without need pause/up key?

Do you perhaps plan to implement this feature? In my opinion the detailed info makes the OSD look much better and it'd be great to have it visible even during playback, not only once the video is paused.

Please have a look at this:

ZIP: https://github.com/beatmasterRS/skin.arc...atch-9.zip
PR: https://github.com/beatmasterRS/skin.arc...d/pull/925

New setting can be found in skln settings > video / music osd > show detailed info on osd
Reply
To get the info on the OSD, I normally press OK to get the OSD then the up button and the info appears while the video is playing.

Looked at github and saw a change in the file view section, downloaded the zip file and tried it.
I cannot see any difference, the year, file name and duration appear as before.
It should just be the file nane and file size.
Reply
Good inside a saga in Shifted view mode and marks align center does not put them in the center leaves them equally aligned on the left and I also miss expanding the size of the covers
Reply
(2023-03-06, 14:33)robertlaing Wrote: To get the info on the OSD, I normally press OK to get the OSD then the up button and the info appears while the video is playing.

Looked at github and saw a change in the file view section, downloaded the zip file and tried it.
I cannot see any difference, the year, file name and duration appear as before.
It should just be the file nane and file size.

the first time it's not easy to see Smile
the difference is when you fast rewind / forward detail info appear with this new setting.

@beatmasterrs FYI on the other hand the animation of the progress bar is not as good when we rewind / forward
Reply
Yes I noticed that when you fast forward/rewind the info is now showing, not my cup of tea like but at least you have the option!
Reply
(2023-03-06, 17:06)Nanomani Wrote:
(2023-03-06, 14:33)robertlaing Wrote: To get the info on the OSD, I normally press OK to get the OSD then the up button and the info appears while the video is playing.

Looked at github and saw a change in the file view section, downloaded the zip file and tried it.
I cannot see any difference, the year, file name and duration appear as before.
It should just be the file nane and file size.

the first time it's not easy to see Smile
the difference is when you fast rewind / forward detail info appear with this new setting.

@beatmasterrs FYI on the other hand the animation of the progress bar is not as good when we rewind / forward

What animation do you mean? You mean the seekbar, right? Smile Well, i don't have an idea, how to fix that for now :/
Reply
(2023-03-06, 14:33)robertlaing Wrote: To get the info on the OSD, I normally press OK to get the OSD then the up button and the info appears while the video is playing.

Looked at github and saw a change in the file view section, downloaded the zip file and tried it.
I cannot see any difference, the year, file name and duration appear as before.
It should just be the file nane and file size.

Well, the space, when no year is available, is gone. Thats, what i have changed for now.
Reply
  • 1
  • 357
  • 358
  • 359(current)
  • 360
  • 361
  • 418

Logout Mark Read Team Forum Stats Members Help
Arctic: Zephyr - Reloaded11