Bug 384194

Summary: Properties Dialog should show Baloo info/file metadata
Product: [Frameworks and Libraries] baloo-widgets Reporter: Declan Marks <declan_marks>
Component: generalAssignee: Pinak Ahuja <pinak.ahuja>
Status: RESOLVED FIXED    
Severity: wishlist CC: elvis.angelaccio, kde.ssab, nate
Priority: NOR Keywords: usability
Version: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In:

Description Declan Marks 2017-08-30 18:22:31 UTC
A feature that would be great is the ability to view media information within the properties dialogue. What I mean if I open the properties for a file I would like to see details about the file. If it is a picture I would like to see dimensions etc, if it is a video I would like to see dimensions bitrate etc and Music I would like to see length, type, bitrate etc. To view all of this information I either have to open the file or use the terminal and that just affects my workflow. 

The information pane doesn't show enough information.
Comment 1 Elvis Angelaccio 2017-08-30 20:21:24 UTC
There is a patch pending review: https://phabricator.kde.org/D4614
Comment 2 Kai Uwe Broulik 2018-01-11 09:46:27 UTC
Git commit 832aa1b7d96fdaa9033a99260c103aa742765c71 by Kai Uwe Broulik.
Committed on 11/01/2018 at 09:45.
Pushed by broulik into branch 'master'.

[Baloo Widgets] Add KPropertiesDialog Plugin with file metadata

This allows to view metadata (such as image dimensions, audio file album and artist information, etc) from the properties dialog.
Through this, tagging and rating functionality is also somewhat more accessible.

Differential Revision: https://phabricator.kde.org/D4614

M  +2    -0    src/CMakeLists.txt
A  +12   -0    src/filepropertiesplugin/CMakeLists.txt
A  +70   -0    src/filepropertiesplugin/baloofilepropertiesplugin.cpp     [License: LGPL]
A  +9    -0    src/filepropertiesplugin/baloofilepropertiesplugin.desktop
A  +35   -0    src/filepropertiesplugin/baloofilepropertiesplugin.h     [License: LGPL]

https://commits.kde.org/baloo-widgets/832aa1b7d96fdaa9033a99260c103aa742765c71
Comment 3 Nate Graham 2018-11-29 17:05:54 UTC
*** Bug 401524 has been marked as a duplicate of this bug. ***