Package Details: videoduplicatefinder-webui-git 4.1.x.r39.g7ef1beb-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 (WebUI)
Upstream URL: https://github.com/0x90d/videoduplicatefinder
Licenses: AGPL-3.0-or-later
Conflicts: videoduplicatefinder-webui
Provides: videoduplicatefinder-webui
Submitter: TheBill2001
Maintainer: TheBill2001
Last Packager: TheBill2001
Votes: 4
Popularity: 1.61
First Submitted: 2023-10-18 09:20 (UTC)
Last Updated: 2026-07-13 20:07 (UTC)

Pinned Comments

TheBill2001 commented on 2026-06-12 11:17 (UTC)

Since v4.0.x, this package no longer needed to copy to ~/.local/share/videoduplicatefinder anymore. You can delete this folder AFTER manually migrating your data.

Configuration file: Move ~/.local/share/videoduplicatefinder/Settings.json to $XDG_CONFIG_HOME/VDF/Settings.json (default is ~/.config/VDF/Settings.json).

Database file: Move ~/.local/share/videoduplicatefinder/ScannedFiles.db" to $XDG_STATE_HOME/VDF/ScannedFiles.db" (default is ~/.local/state/VDF/ScannedFiles.db").

Additionally, this package is now split packages, providing the GUI, CLI and WebUI.

Latest Comments

TheBill2001 commented on 2026-07-13 20:07 (UTC)

@katt Fixed. Thank you!

katt commented on 2026-07-13 17:03 (UTC) (edited on 2026-07-13 17:14 (UTC) by katt)

The PKGBUILD should ignore the ai-models-v1 tag in pkgver(), since the developer is using tags in weird ways and the tag actually has nothing to do with the program version..

it also makes the pkgver lower than before, causing pacman not wanting to update it and aur helpers not want to build it.

warning: videoduplicatefinder-git: local (4.1.x.r19.g395d74a-1) is newer than <localrepo> (ai.models.v1.r20.g7ef1beb-1)

diff --git a/PKGBUILD b/PKGBUILD
index f7f73e4..8b25d77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ _sed_escape() {

 pkgver() {
     cd "videoduplicatefinder"
-    git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+    git describe --long --tags --abbrev=7 --exclude 'ai-models*' | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
 }

 build() {

TheBill2001 commented on 2026-06-12 11:17 (UTC)

Since v4.0.x, this package no longer needed to copy to ~/.local/share/videoduplicatefinder anymore. You can delete this folder AFTER manually migrating your data.

Configuration file: Move ~/.local/share/videoduplicatefinder/Settings.json to $XDG_CONFIG_HOME/VDF/Settings.json (default is ~/.config/VDF/Settings.json).

Database file: Move ~/.local/share/videoduplicatefinder/ScannedFiles.db" to $XDG_STATE_HOME/VDF/ScannedFiles.db" (default is ~/.local/state/VDF/ScannedFiles.db").

Additionally, this package is now split packages, providing the GUI, CLI and WebUI.

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.