Posts: 649
Joined: Nov 2014
Reputation:
44
2019-07-02, 07:34
(This post was last modified: 2019-07-04, 04:05 by HomerJau.)
@DaveBlake: Your TrueHD fix works in last nights Milhouse LibreElec build (Kodi 19). Thanks! Both show correct codec on my AVR display.
Please add to 18.4 when it is forked. 😀
There’s a minor issue with Kodi 18.3 (and 19.0 alpha) where the UI showing play time is showing the seconds going up and down extremely fast for DTSHD (and both DTSHD and TrueHD in 19.0 alpha). The progress bar at top of music screen is also jumping forward and back as it progresses.
EDIT: Above now resolved by setting Kodi's TV interface to 1080p 60Hz (originally tested with it set to 2160p 24Hz)
I’m using the Aeon Nox Silvo in 18.3. But probably not skin related.
Posts: 10,081
Joined: Oct 2011
Reputation:
545
jjd-uk
Team-Kodi Member
Posts: 10,081
Thanks for that, I just wanted to be sure it was unusual behaviour on the music GUI side of things, could you raise an Issue on Github to keep track of it in case Dave does not get to time to take a look.
Posts: 10,081
Joined: Oct 2011
Reputation:
545
jjd-uk
Team-Kodi Member
Posts: 10,081
2019-07-04, 03:09
(This post was last modified: 2019-07-04, 03:11 by jjd-uk.)
Please get a debug log for the progress bar issue has it may hold clues as to what the issue is. Although you've linked to test files (thanks for that) there's no guarantee it will be reproducible on all systems.
Posts: 649
Joined: Nov 2014
Reputation:
44
2019-07-04, 06:46
(This post was last modified: 2019-07-04, 06:47 by HomerJau.)
I can report that Kodi will load the basic album and track info via a CUE file into its music library and play .mka files. So this is my workaround until the ffmpeg tagging is fixed.
Example (INXS - KICK 30 with individual .mka song files - only first 3 songs shown:
REM GENRE "Rock"
REM DATE 1987
PERFORMER "INXS"
TITLE "Kick 30"
FILE "01. Guns In The Sky.mka" WAVE
 TRACK 01 AUDIO
  TITLE "Guns In The Sky"
  PERFORMER "INXS"
  INDEX 01  00:00:00
FILE "02. New Sensation.mka" WAVE
 TRACK 02 AUDIO
  TITLE "New Sensation"
  PERFORMER "INXS"
  INDEX 01  00:00:00
FILE "03. Devil Inside.mka" WAVE
 TRACK 03 AUDIO
  TITLE "Devil Inside"
  PERFORMER "INXS"
  INDEX 01  00:00:00
Posts: 649
Joined: Nov 2014
Reputation:
44
I can confirm Foobar is reading the Matroska tags added with Mp3tag (ALBUM is the Matroska type 50 group tag TITLE). Foobar also saves changes made in its UI to the Matroska type 50 group tag TITLE.
No changes in what ffmpeg sees in its metadata list. Not sure why Kodi would load ALBUM or any other group 50 tag after using Foobar?
VLC also reads the Matroska group 50 tags.
I wonder what component/tool Mp3tag, VLC and Foobar are using to read Matroska tags?