Skip to content

dgudim/qt_disk-deduper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disk deduper

A desktop app that will help you find and deal with file duplicates on you drive

Features

  • Blazingly fast - due to using more or less advanced algorithms and multithreading
  • Free, Open Source without ads
  • Cache support - second and further scans will be miles faster than the first one
  • GUI frontend - uses QT 5 framework
  • Multiple tools to use:
    • View and manage duplicates - Finds duplicates based on file name or hash
    • Automatic deduplication - You select a master folder and slave folders, it finds duplicates and moves them into a folder you specify.
    • Extension filter - Choose which extensions to white(black)list
    • Similar Images - Finds images which are not exactly the same (different resolution, watermarks)
    • File stats - Gather metadata from files (e.g. EXIF for images) and display it a nice table
      • Currently supports
        • Audio metadata - (Album, Artist, Genre, Title)
        • Video / Image metadata - (Camera model/manufacturer, Width, Height)
        • Video metadata - (Duration)
        • Other - (Creation date)
    • EXIF rename - Bulk rename files following a template (cut down version of KRename)

Planned features

  • Windows support
  • Cli frontend
  • Translations

Supported OS

Linux - (Only tested on Arch, but should work almost anywhere) Windows - Not yet

How do I use it?

Tutorial coming soon, you can look at the UI for now.

UI

Installation

At the moment there are no prebuilt binaries, so you will have to compile from source

Compiling from source

Requirements

Package Min What for
ffmpeg 5.0.0 For thumbnail generation
perl-image-exiftool 12.42 For image metadata extraction
qt5-base 5.15.0 Gui framework
qt5-charts 5.15.0 For pie-chart

Arch

  • Install dependencies
sudo pacman -S ffmpeg perl-image-exiftool qt5-base qt5-charts
  • Download the source
git clone https://github.com/dgudim/qt_disk-deduper
  • Build Open the project in QTCreator and build either Debug or Release

Similar apps

My application is not the only one on the Internet, there are many similar applications which do some things better and some things worse:

GUI

  • DupeGuru - Many options to customize; great photo compare tool
  • FSlint - A little outdated, but still have some tools not available in Czkawka
  • AntiDupl.NET - Shows a lot of metadata of compared images
  • Video Duplicate Finder - Finds similar videos(surprising, isn't it), supports video thumbnails
  • Czkawka - Simple and fast, find duplicates, empty folders, big files, etc. has GTK and CLI frontends

About

A desktop app that will help you find and deal with file duplicates on you drive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published