Package Details: videoduplicatefinder-git 3.0.x.r327.g553013a-1

Git Clone URL: https://aur.archlinux.org/videoduplicatefinder-git.git (read-only, click to copy)
Package Base: videoduplicatefinder-git
Description: Video Duplicate Finder is a cross-platform software to find duplicated video (and image) files on hard disk based on similiarity
Upstream URL: https://github.com/0x90d/videoduplicatefinder
Licenses: AGPL-3.0-or-later
Conflicts: videoduplicatefinder, videoduplicatefinder-bin
Provides: videoduplicatefinder
Submitter: TheBill2001
Maintainer: TheBill2001
Last Packager: TheBill2001
Votes: 2
Popularity: 0.000172
First Submitted: 2023-10-18 09:20 (UTC)
Last Updated: 2025-08-25 06:14 (UTC)

Pinned Comments

TheBill2001 commented on 2023-10-18 09:21 (UTC) (edited on 2023-10-18 10:49 (UTC) by TheBill2001)

The program will be copied to ~/.local/share/videoduplicatefinder on first launch or update due to write permission requirement.

Latest Comments

TheBill2001 commented on 2025-12-06 14:22 (UTC) (edited on 2025-12-06 14:23 (UTC) by TheBill2001)

@marco44 The main dotnet packages have been updated to version 10 when it was 9 before. This need manual intervention.

If you don't have any use for dotnet 10, forcefully uninstall the old dotnet packages and install the version 9 packages:

# Forcefully unintall the old version 9 packages
sudo pacman -Rdd dotnet-runtime dotnet-sdk dotnet-targeting-pack

# Immediately install the new version 9 packages
sudo pacman -Syu dotnet-runtime-9.0 dotnet-sdk-9.0 dotnet-targeting-pack-9.0

If you still need dotnet 10 and dotnet 9 at the same time, after running the above commands, you can reinstall the dotnet 10 packages.

# Install the new version 10 packages
sudo pacman -Syu dotnet-runtime dotnet-sdk dotnet-targeting-pack 

marco44 commented on 2025-12-06 14:08 (UTC)

Hi, It's not installable anymore:

installing dotnet-runtime (10.0.0.sdk100-1) breaks dependency 'dotnet-runtime-9.0' required by videoduplicatefinder-git

katt commented on 2025-08-24 08:07 (UTC)

License was changed from GPLv3 to AGPLv3: https://github.com/0x90d/videoduplicatefinder/commit/be6b67fad3ed83b7b29dcfb5c1c2db577c19f68b

katt commented on 2025-01-02 13:49 (UTC) (edited on 2025-01-02 13:50 (UTC) by katt)

katt@main ~ » videoduplicatefinder
cp: -r not specified; omitting directory '/usr/share/videoduplicatefinder/de'

Launcher script needs adjusting.

TheBill2001 commented on 2023-10-18 09:21 (UTC) (edited on 2023-10-18 10:49 (UTC) by TheBill2001)

The program will be copied to ~/.local/share/videoduplicatefinder on first launch or update due to write permission requirement.