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

Docker container amd64 only #217

Open gebau00a opened 10 months ago

gebau00a commented 10 months ago

I'm switching several services to docker to reduce dependencies on my home server setup, a small arm64 SBC. When trying to convert namer from local install in a python virtualenv to docker, I recognized the docker image is am64 only. I'm new in docker and thus don't know what how to prepare an a docker container on my own. Please update the docker script to include also an arm64 build.

DirtyRacer1337 commented 10 months ago

Would be easier just use pipx

pipx install namer pipx run namer watchdog

about arm64 build, maybe @4c0d3r can do it, I can't even test it and I'm not a docker pro

gebau00a commented 10 months ago

I was using the pip method in a virtual environment (venv module). Only idea, with more and more arm64 platforms popping up, why not adding a arm64 container as well when the project offers this