mpd_what VS dedupe

Compare mpd_what vs dedupe and see what are their differences.

dedupe

Deduplicate files within a given list of directories by keeping one copy and making the rest hard-links. (by Gumnos)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mpd_what dedupe
2 3
7 3
- -
0.0 0.0
over 1 year ago about 6 years ago
Python Python
GNU General Public License v3.0 only BSD 2-clause "Simplified" License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mpd_what

Posts with mentions or reviews of mpd_what. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-17.
  • What tools / utilities have you written that you use regularly?
    42 projects | /r/commandline | 17 Sep 2021
    mpd_what is a python script I developed to show the album art, artist, album, and song for music I am listening to with mpd, including (some) internet radio. I made this because I didn't want to have to download and install all the different radio apps for my phone just to maybe see the coverart and info of what they're playing. This script works to enhance one of my other utilities, which is:
  • CLI Music Player that supports viewing album covers
    2 projects | /r/linuxquestions | 21 Jan 2021
    Shameless plug: I wrote a script to grab album art, title, track, and album for music being played on mpd, even internet radio. Check it out at https://github.com/charmparticle/mpd_what

dedupe

Posts with mentions or reviews of dedupe. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-17.
  • fdupes alternatives?
    1 project | /r/commandline | 18 Jun 2022
    I wrote https://github.com/Gumnos/dedupe which sounds like it might be useful to you. It's faster than several of the alternatives I've found (many run the checksum across the whole of every file, this uses the file-size as a first-line discriminator, and only if the files are the same size does it go to the trouble of checking the checksum of the files). I designed it for creating hard-links in my media collection, but in the --dry-run mode, it should emit the file-names allowing you to pass it to xargs to remove them if it looks copacetic.
  • File Management via CLI
    7 projects | /r/commandline | 17 Mar 2022
    You can use my dedupe.py script with the dry-run flag (-n) to find all the duplicates on your drive. If you run it without the dry-run flag, it will attempt to make hard-links so that each file exists only once on the drive with multiple hard-links to the underlying file. It should be pretty fast, only needing to checksum file-content in the event that files have the same size (several other such deduplication methods work by checksumming every file on the drive which can be slow).
  • What tools / utilities have you written that you use regularly?
    42 projects | /r/commandline | 17 Sep 2021
    a file-deduplication utility that hard-links duplicate files to save space (our family photo gallery gets pics put in multiple albums for various audiences, so I can cut down on a lot of duplication with this)

What are some alternatives?

When comparing mpd_what and dedupe you can also consider the following projects:

ncmpcpp-ueberzug - An ncmpcpp wrapper that enables cover art via ueberzug.

ripgrep-all - rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.

trakt-scrobbler - Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV.

file-arranger - Simple & capable Directory arranger/cleaner

nbrowser - 🔗 🌐 : an easy way to open links in browsers, mimic the "Open URL with..." dialog on Android, `nbrowser` help you open links in a browser

xonsh - :shell: Python-powered, cross-platform, Unix-gazing shell.

EgyBestCLI - A Command-Line Interface Wrapper For EgyBest

tawk - Like awk, but using tcl as the scripting language.

dark-toggle - A small POSIX compliant shell script that toggles between the dark and light variants of a GTK theme.

ledger - Double-entry accounting system with a command-line reporting interface

melodine - seamlessly interact with the Spotify and YouTube Music APIs through a single lib

fzf - :cherry_blossom: A command-line fuzzy finder