Bug 445067 - No information output on Details View Mode
Summary: No information output on Details View Mode
Status: RESOLVED DUPLICATE of bug 406506
Alias: None
Product: dolphin
Classification: Applications
Component: search (show other bugs)
Version: 21.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-06 10:33 UTC by Xeno Idaltu
Modified: 2021-11-16 17:04 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Xeno Idaltu 2021-11-06 10:33:48 UTC
The Details View Mode shows information for certain columns like Type, Size, Path, Created, etc. But doesn't show information for Artist, Genre, Word Count, etc.
To enable the output in this section we need to to enable Baloo so that it can index files. Unfortunately I'm unable to make Dolphin show the output of files.

Information does appear on the Information Panel section but this is not usable to me because I need to select multiple files and move them around.

Operating System: Kubuntu 21.10
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.86.0
Qt Version: 5.15.2
Comment 1 Xeno Idaltu 2021-11-07 07:59:09 UTC
---UPDATE---

I made it work by disabling and purging BalooCTL

$ balooctl disable
$ balooctl purge

We also need to make sure to tick "Also Index File Content" on SystemSettings
After the database has been purged, we need to enable Baloo again:

$ balooctl enable


I think it would be a lot helpful if Baloo had Tooltips explaining how Baloo works.
Comment 2 tagwerk19 2021-11-16 17:04:56 UTC
Have a look at Bug 406506, where the columns are not populated if baloo is disabled/baloo index deleted.

You need to enable content indexing to extract ID3 tags, such as duration. They are "within" the file and the file needs to opened and read to extract them. Dolphin reads this info from the baloo index (that is, from one place) rather than trying to extract the embedded info from each file.

Flagging as duplicate...

*** This bug has been marked as a duplicate of bug 406506 ***