https://bugs.kde.org/show_bug.cgi?id=437189
--- Comment #4 from tagwer...@innerjoin.org --- (In reply to Munzir Taha from comment #3) > Strange! Seems baloo does index those attributes without enabling content > indexing in tmpfs but not in ext4. OK, there's some wierdness here.... > ~> balooctl config list contentIndexing > no No content indexing by default, but ... > ~> balooctl index /tmp/MtoF.mp3 > Indexing /tmp/MtoF.mp3 > File(s) indexed ... you've asked that /tmp/MtoF.mp3 be indexed. It seems that "balooctl index" requests a content index even if the default is "off". I think it's the request rather than anything related to ext4 versus tmpfs. However, there does seem to be a glitch with: balooctl index ~/Music/MtoF.mp3 balooshow -x ~/Music/MtoF.mp3 You don't get the tags. Whereas clearing the entry and requesting an index: balooctl clear ~/Music/MtoF.mp3 balooctl index ~/Music/MtoF.mp3 balooshow -x ~/Music/MtoF.mp3 Seems to give you the tags... -- You are receiving this mail because: You are watching all bug changes.