michaelh added a comment.

  @mgallien Then they won't benefit from this until a file is reindexed. 
  Users with baloo disabled will benefit, because in that case 
`baloo_filemetadata_temp_extractor` will extract the data on-the-fly.
  Reindexing just the ebooks can be done with:
  
    find ~/EBooks/ -type f -name "*.epub" | { mapfile -t; balooctl clear 
"${MAPFILE[@]}";  balooctl index "${MAPFILE[@]}"; }

REPOSITORY
  R286 KFileMetaData

REVISION DETAIL
  https://phabricator.kde.org/D10694

To: michaelh, mgallien, dfaure
Cc: #frameworks, ashaposhnikov, michaelh, spoorun, navarromorales, isidorov, 
nicolasfella, firef, andrebarros, alexeymin, emmanuelp

Reply via email to