[split] MKA files not playing / displaying correctly in Omega - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263) +--- Thread: [split] MKA files not playing / displaying correctly in Omega (/showthread.php?tid=378468) Pages:
1
2
|
[split] MKA files not playing / displaying correctly in Omega - VonMagnum - 2024-05-10 What about MKA files? Has anyone else tried them in Omega? It now shows the last track first here (all tracks after start with track 01 and work normally), but with a bizarre track length shown (about 2/3 the album on average) and that track cannot be played directly (it will play if you use the movie player and play through the next to last track as it just keeps on going). It worked fine in Matrix and Nexus here. I've been asking around and haven't gotten one person to so much as confirm the problem isn't just in my install (Nvidia Shield Pro 2017 model). This is how it looks: RE: [split] MKA files not playing / displaying correctly in Omega - black_eagle - 2024-08-13 @VonMagnum Please provide screenshots and a debug log (wiki) of your issue. Thanks. I just did a quick test here. This is an MKA containing DTS-HDMA. This file is fully tagged, including all the track info that Kodi currently can't read - although I have some WIP that fixes this and provides a much better experience. Regardless, this is how it looks in Kodi when just scanned in and with no art or artist scraping etc. Opening the album to view the tracks. Playing the last track (using PAPlayer) Relevant part of kodi debug log showing file type, content type and PAPlayer playing it. Perhaps this is more of an Android issue, although I cannot reproduce it on My Firestick 4K Max either. Still, screenshots and a debug log (wiki) may help diagnose things for you. RE: [split] MKA files not playing / displaying correctly in Omega - VonMagnum - 2024-08-13 I'm not currently at home, but I'll try and get the log in a day or two. Maybe something got corrupted. RE: [split] MKA files not playing / displaying correctly in Omega - VonMagnum - 2024-08-16 I made this log tonight. It's accessing Yello's album Appears in search as -> Yello - Point (Atmos).mka https://paste.kodi.tv/juxudejase.kodi RE: [split] MKA files not playing / displaying correctly in Omega - VonMagnum - 2024-08-16 I put Omega on my 2012 MacMini to see if it showed the same error. It did. It kind of looks like KODI is seeing the last song as a folder instead from one of the views. Here's a screenshot (notice track 15 is first and has no length and also says "Point - Yello" in front of the track name): https://ibb.co/GJB5pLH RE: [split] MKA files not playing / displaying correctly in Omega - black_eagle - 2024-08-18 Yeah, I can confirm that this is indeed the case when navigating in files view. The last track is listed first and is unplayable. However, I have also noticed that although the files are ordered correctly in library view, the last track is missing. I have looked at mka stuff before but not for this reason. Its possible the stuff I did previously may have fixed it, or then again, maybe not. I will take a look but no promises. ###EDIT### OK, I see the reason. Having tested with both library and file views, I am under the impression that mka / audiobooks never resumed properly when navigating via the files view. I need to build some old versions of Kodi to test against. I should have a proper fix for both issues later this week (time permitting). RE: [split] MKA files not playing / displaying correctly in Omega - black_eagle - 2024-08-31 Fixed in nightlies going forwards with https://github.com/xbmc/xbmc/pull/25639 RE: [split] MKA files not playing / displaying correctly in Omega - HomerJau - 2024-09-13 Hi @black_eagle, Here is an image the issue I reported to you via PM earlier today with the last chapter/song duration being incorrect in mka files with chapters (your recent merge in Kodi 22 from latest nightly build). This is when opening the mka file in Kodi file browse mode. The same occurs when scanning the specifically tagged mka into the Kodi music library (using tags Kodi/ffmpeg tag reader uses) as per your Pink Floyd file example. Could you also merge these recent ‘audiobook’ fixes (and fix for incorrect last chapter duration here) into Kodi 21 Omega branch as this will allow users to stop using cue files for mka albums and we can revert to mka tagging as you suggested some time back. THX Garry RE: [split] MKA files not playing / displaying correctly in Omega - VonMagnum - 2024-11-04 I downloaded the nightly dated Oct 30th, 2024 from https://mirrors.kodi.tv/nightlies/android/arm64-v8a/Omega/ It still has the same MKA bug in it. Is the fix still only on GitHub? RE: [split] MKA files not playing / displaying correctly in Omega - Fuzzard - 2024-11-04 Nightlies in this instance is v22/Piers/master. A backport has not been made currently. RE: [split] MKA files not playing / displaying correctly in Omega - figrin_dan - 2024-12-31 Has this been fixed? I just found the same problem as the original post. I'm using OSMC and can't played any of the last tracks of my MKAs. Thanks RE: [split] MKA files not playing / displaying correctly in Omega - Neo1973 - 2024-12-31 This has been fixed and backported to Omega. The upcoming release 21.2 will include this. RE: [split] MKA files not playing / displaying correctly in Omega - VonMagnum - 2025-01-01 PA Player is now gapless with MKA Atmos in the nightly I tried too (I was using the Videoplayer before, which had incorrect start times for tracks past one, but was at least gapless for years with them). RE: [split] MKA files not playing / displaying correctly in Omega - HomerJau - 2025-01-02 @black_eagle I have just tested your backport in Kodi 12 for the last track duration error and it now correctly shows the last track duration in a test mka you provided me for testing - this mka was encoded in 2022. I have created some code to tag mka files for Kodi in anticipation of this fix and mka files tagged with my code are successfully imported into the music library, show each track and tags and play gapless in Kodi, BUT the last track still shows incorrect duration. When I look at the tags in ffmpeg the only difference is this: The old mka encode: Duration tag appears once in in the format: Duration: 00:57:06.70 New mka encodes: Duration tag appears twice: Once (first) formatted as above, 2nd formatted with micro seconds 00:41:52.384842912 I can only assume that Kodi gets the Duration from the last 'Duration' tag NOTE: Old Encode also has two 'Durations' but 2nd is actually: DURATION-eng 00:57:06.699323040 So I guess that gets ignored? Anyway, can you please take a look at why this fix is good for your old encode and bad with a new encode? BTW: the Duration tags are added by the encoder not my app, I have no control of the format, I'm not even sure why your encode add the language suffix (-eng), probably the language of the audio stream. I will test that next. My mka encodes are created with MKVtoolnix latest version. I can provide a sample new encoded mka file for testing upon request. I posted this with two screen grabs from ffmpeg of the tags output on the recent GitHub merge but not sure if you will see it, hence posting the here. Thanks again for providing these recent updates (we can soon stop using cue files in Kodi!!) Garry RE: [split] MKA files not playing / displaying correctly in Omega - firstofthewinterale - 2025-01-25 Will the fix in 21.2 also address embedded cover art not showing for MKA files? |