Bug 444606

Summary: Tag mp3 not displayed in columns
Product: [Applications] dolphin Reporter: touchatonku <spam>
Component: view-engine: details modeAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: REPORTED ---    
Severity: normal CC: goo, kfm-devel, tagwerk19
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Tag mp3 not displayed in columns

Description touchatonku 2021-10-29 13:46:05 UTC
Created attachment 143003 [details]
Tag mp3 not displayed in columns

SUMMARY
Tag mp3 not displayed in columns

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: kubuntu
(available in About System)
KDE Plasma Version: 5.23.2
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2
Comment 1 goo 2021-11-04 17:59:51 UTC
I have the same problem as you for audio files stored on a remote folder. On a local filesystem audio tags are showing fine.
Do you happen to store audio files on a remote folder?
Comment 2 touchatonku 2021-11-05 11:39:43 UTC
My audio files are on the hard drive of the machine
Comment 3 tagwerk19 2021-11-05 16:47:55 UTC
Dolphin reads ID3 and Exif tags direct from the file when showing them in properties/information panel however when populating columns it gets the information from the baloo index.

Baloo needs to be running and able to index the folder, you can check with:

    cd ~/Musique/"A-ha - Greatest Hits"
    balooshow -x "01 Take On Me.mp3"

This should show you the various ID3 tags and values. For the remote folder case, it's possible that baloo cannot index the data.