PhilippMundhenk / BrotherScannerDocker

Dockerized Brother Scanner driver
https://www.mundhenk.org
MIT License
63 stars 29 forks source link

Printer always displays QNAP machine name as $USERNAME #20

Closed pedropombeiro closed 1 month ago

pedropombeiro commented 1 month ago

First of all, thanks for making this great work public! I quickly found it after wondering if someone had thought of packaging the Brother tool as a Docker image, so you saved me a lot of time!

I tried customizing the name of the target machine, by setting NAME=Paperless, but I always see NAS as an option on my printer. It seems that it is taking the value of $USERNAME, instead of $NAME.

image
pedropombeiro commented 1 month ago

Indeed, I changed USERNAME to Paperless, and immediately saw a new Paperless entry in the Scan menu.

PhilippMundhenk commented 1 month ago

Oh, very good catch, thank you! I never noticed, as I always run with the same parameters. The driver takes a name during setup, but never displays that. Instead, the username is displayed. Should be an easy fix though (testing aside). Will do asap.