SUMMARY Despite being marked as resolved this item is still outstanding at least in relation to displaying the duration of .m2ts and .mkv movies. Refer Bug IDs 322023 20/5/16, 366524 8/8/16 & 363349 20/5/16. STEPS TO REPRODUCE 1. Open Dolphin 2. Navigate to any folder containing videos Actual Results: Duration details not available, ie field is blank. Reproducible: Always EXPECTED RESULT Duration of movie run time in hh:mm:ss SOFTWARE VERSIONS KDE Plasma Version: 5.12.6 KDE Frameworks Version: 5.447.0 Qt Version: 5.9.5 Dolphin: 4:17.12.3-0ubuntu1 ADDITIONAL INFORMATION
Can reproduce, .mkv videos don't show duration for me. .mp4 does
Created attachment 115566 [details] Duration shown for MKV file
Not reproducible for me on KDE neon, KDE 5.14.80
> Despite being marked as resolved Where? Which bug?
Created attachment 115583 [details] screenshot of reolution
Is this still an issue? I cannot reproduce. If it is still not working, can someone provide me a sample file that triggers this issue?
Here only files located in my home and indexed by baloo show duration. This fact makes this Dolpihn feature (duration column) useless because currently baloo is unusable. Furthermore, almost all my files are located in ntfs partitions and baloo does not indexes such file system.
I forgot my versions. Operating System: Arch Linux KDE Plasma Version: 5.15.2 KDE Frameworks Version: 5.55.0 Qt Version: 5.12.1
I am at a complete loss to understand your comment. I have in excess of 5,000 files that do not display a duration. Just to confirm we are talking about both .m2ts and .mkv audio video files. Unlike the previous post none of my files are in my home directory. Is this an issue perhaps? If you can get the display time to show on one of these files not in the home directory could you please advise the step by step method you use to get the duration to appear please. OP, system stats as originally advised.
@Patrick Silva: This bug report is specifically about .m2ts and .mkv files not showing the duration. If you have specific issues with Baloo that makes it unusable for you, please file new bugs if they are not already reported. @Scott: Can you provide a small and free sample file which shows the problem and which you can upload (e.g. no copyright infringement)? Also, can you determine that your files not showing the duration are indexed by Baloo or not? If I am not mistaken, Dolphin's details mode only works if the files are indexed by Baloo.
Created attachment 118690 [details] screenshot of dolphin 18.12.3 My problems with baloo are already known. I can confirm the bug reported here at least with mkv files. As you can see in my screenshot, there is no additional info about mkv files: duration, height, width and bitrate columns are empty. OGV file is also affected. I have no m2ts file here to test. Operating System: Arch Linux KDE Plasma Version: 5.15.2 KDE Frameworks Version: 5.56.0 Qt Version: 5.12.1
I have whatever baloo packages are included as standard but use no baloo commands. You can download mkv files from here: https://sample-videos.com/
@Patrick Silva thanks for the screenshot, that indicates a problem with the extractor @Scott Can you do me a favor in order to nail down the problem a little bit? Copy one of your mkv files to your home folder. Open a console there and type "balooctl index name_of_your_file.mkv" Please then provide the output of "balooshow name_of_your_file.mkv" and check if the video duration is shown or not. Thanks in advance! Also thanks for the link, did not know that site but looks really helpful!
Alexander, as requested: scott@scottlounge:~$ cd Videos scott@scottlounge:~/Videos$ balooctl index aaa.mkv Indexing /home/scott/Videos/aaa.mkv File(s) indexed scott@scottlounge:~/Videos$ balooshow aaa.mkv 13513045150073602 66306 3146251 /home/scott/Videos/aaa.mkv scott@scottlounge:~/Videos$ Duration column remains blank.
Git commit 2a76b11e1e9f1d01cd255eb20ed4ca71217a8123 by Alexander Stippich. Committed on 25/03/2019 at 06:48. Pushed by astippich into branch 'master'. Add support for extracting data from ogg and ts files Summary: CCBUG: 399650 Reviewers: ngraham, bruns Reviewed By: bruns Subscribers: kde-frameworks-devel, #baloo Tags: #frameworks, #baloo Differential Revision: https://phabricator.kde.org/D20021 M +13 -0 autotests/ffmpegextractortest.cpp A +- -- autotests/samplefiles/test.ogv A +- -- autotests/samplefiles/test.ts M +2 -0 src/extractors/ffmpegextractor.cpp M +2 -0 src/extractors/ffmpegextractor.json https://commits.kde.org/kfilemetadata/2a76b11e1e9f1d01cd255eb20ed4ca71217a8123
Git commit 25eca3185ffaa337ae9788ad8d0f1739caed8223 by Alexander Stippich. Committed on 04/04/2019 at 16:52. Pushed by astippich into branch 'master'. Test ffmpeg extractor using mime type helper Summary: Use mime type helper to test ffmpeg extractor and add new mime type Reviewers: bruns Reviewed By: bruns Subscribers: kde-frameworks-devel, #baloo Tags: #frameworks, #baloo Differential Revision: https://phabricator.kde.org/D20121 M +18 -20 autotests/ffmpegextractortest.cpp M +7 -0 autotests/ffmpegextractortest.h M +2 -0 src/extractors/ffmpegextractor.h https://commits.kde.org/kfilemetadata/25eca3185ffaa337ae9788ad8d0f1739caed8223
KFileMetaData was not able to extract the properties from .ts and .ogv. I cannot exactly reproduce the issue with .mkv though, but there were some recent fixes to mimetype detection, which may have been the issue. Please report back once you have KDE Frameworks 5.57 (to be released April 13th) or higher.
We believe this may have been resolved, so please do re-open it if you find that it has not been after upgrading to Frameworks 5.57. Thamks!
Created attachment 119400 [details] dolphin 18.12.3 + frameworks 5.57 Fixed on Arch Linux at least with mkv files after update to frameworks 5.57.
Excellent, glad to hear it!
I have just upgraded to Kubuntu 19.10 and the problem has not been corrected, the duration column is still empty.
Ok, all fixed, bug can be closed.