Bug 444606 - Tag mp3 not displayed in columns
Summary: Tag mp3 not displayed in columns
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: details mode (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-29 13:46 UTC by touchatonku
Modified: 2021-11-05 16:47 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Tag mp3 not displayed in columns (199.61 KB, image/png)
2021-10-29 13:46 UTC, touchatonku
Details

Note You need to log in before you can comment on or make changes to this bug.
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.