ThePornDatabase / namer

Renames adult video files so that the plex/jellyfin plugins and stash script will match without user input. Runs server or command mode.
https://theporndb.net
171 stars 26 forks source link

Rename files not in theporndb #249

Open xstrex opened 4 months ago

xstrex commented 4 months ago

Feature Request: if renamer is pointed at a handful of files & folders, the phash is generated, but if the phash isn't found on theporndb, the file is not renamed.

Since we're already using ffprobe we're at least able to determine the quality, if the phash isn't available on theporndb, it would be nice if we could at least append the quality to the file name. Such as 'foobar [WEBDL-1080p]'. When it fails to match it seems like it fails with 'foobar [WEBDL-]' which honestly isn't helping anybody.

This would be useful for the mass amount of videos behind pay-walls, or simply old sites that didn't or don't support scraping, and/or aren't in theporndb.

Gykes commented 2 months ago

Is your naming convention wrong? Namer is pretty strict about it's naming, if there is more than one Phash match, one Phash with too large of a distance, or a phash with one name but the file is named something else it will fail.

If the files fail to match then what's the purpose of knowing if it's 1080/720/480, it will add it in once you figure out the matching, no?

I'm not saying no, just curious as to the purpose more than anything else.