Skip to main content

Release 2.8

· 2 min read
StephaneCouturier
Developer of Katalog

✨ Main improvements:

  • #379 CREATE/ SEARCH: File Types management Instead of hard-coded and limited list, Katalog now uses a standard database, with more than 1200 known types, to determine the type from the extension and it can also verify the real mime type and report gaps. The definition of main types "Images, Audio, Video" is strictly related, only the type "Text" was customized to include types such as PDF. see Create#file-type-categories

  • #379 CREATE/ SEARCH: File Metadata management Basic Media (Image size, Video duration, Music artist, etc.) or Extended (all available) metadata can be scanned, stored, and used in searching. see Create#metadata-extraction for the different options. Important: indexing metadata is a much, much slower process than just indexing them. (ex: 45minutes for 100 000 files) Which is why it comes with another new major feature:

  • #662 DEVICES: Incremental update Updating a device will only process new or modified files, which is a critical need to save time when using File Metadata and avoid re-scanning them when files have not changed.

  • #660 CREATE/ SEARCH/DEVICES: consistent operations progress reporting in status bar

⚠️ Technical changes:

  • As for any new version, it is highly recommended to backup the collections 💾, and test the new version on other copies.
  • Database update: significant changes have been made as fields were added to store metadata
  • Catalogs migration: all catalog will require an operation to populate the new file_types & mime-types. This will happen only once, per catalog, and when using Search or Explore for the first time.

📦 Distribution Formats:

  • New! Katalog is now provided for Apple macOS (dmg file or zip) note: ⚠️ Katalog was not tested on macOS, feedback is very welcome
  • Reminder: AppImage is available for easier Linux deployment, including one for older/LTS distributions with glibc 2.35 (ex: Ubuntu 22..04) It is now the default version when downloading from on SourceForge. It is still possible to use the Command Line Interface with AppImage

📋 Release details: