Summary: | Video duration in Details Mode | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Anand <anandrkris> |
Component: | view-engine: details mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | wishlist | CC: | me, ponchorat1968, skirankumars31 |
Priority: | NOR | ||
Version: | 16.12.2 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
URL: | https://plus.google.com/u/0/107970213369875035288/posts/AkJW7zV2wKg | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Mediainfo_file_details
Mediainfo_file_screenshot_dolphin Dolphin_Details |
Description
Anand
2013-07-06 07:57:22 UTC
Thanks for the suggestion. @Vishesh: I assume that Nepomuk already provides that information, right? In that case, we'd just have to add this information to KNepomukRolesProvider and KFileItemModel in Dolphin. Created attachment 81140 [details]
Mediainfo_file_details
Not sure if this is helpful, have attached sample details of video file from mediainfo program. Should ideally contain Title, Chapter, Season,etc
Created attachment 81141 [details]
Mediainfo_file_screenshot_dolphin
Attaching the current workaround process , if it helps in any way.
Yeah. The information is there. But it's the same property as it is for audio files. Ok, I just checked and the information is being shown for me. What version of KDE are running? I'm on 4.11 Created attachment 81163 [details]
Dolphin_Details
Screengrab of Dolphin, annotated. Surprisingly, Audio Files (retrieved via Nepomuk) shows Duration but does not in Dolphin folder (copied the file).
Please let me know of any additional info required. I somehow feel Nepomuk is not doing indexing properly and completely. It does seem to me that indexing runs into an infinite loop. In the past for certain uncommon file types, it used to run in loop and i used to exclude those files. That is fixed now, i believe. Also, is there a list of attributes collected by Nepomuk for each of the file type? Publishing that would b helpful. Could you please run - $ nepomukshow videoFile and paste the result? Also, I'm trying to figure out what version of KDE you're on. Could you please provide that information? Debugged this on IRC - The ffmpeg indexer was not installed. (In reply to comment #3) > Created attachment 81141 [details] > Mediainfo_file_screenshot_dolphin > > Attaching the current workaround process , if it helps in any way. Doesn't quite solve the problem as it's not giving the desired result and you'd have to perform this task on every video file in a folder. What is required is a list of t files with the duration shown in a column. The only possible way to fix this is to reindex all your files. You can give the command via - $ qdbus org.kde.nepomuk.services.nepomukfileindexer /nepomukfileindexer updateAllFolders true We currently do not have the feature to reindex only the video files because a new plugin was installed. I used the below command on my Music and Video collection to get the duration. find . -exec nepomukindexer {} \; I face the same issue in KDE 5. Is this working in KDE 5 ? Why is this bug resolved ?. This is a new functionality request. |