metron-tagger icon indicating copy to clipboard operation
metron-tagger copied to clipboard

Command does not recognize other disks in Windows 11

Open starexe opened this issue 8 months ago • 3 comments

Image

OS: Windows 11 24H2 OS build: 26100.3476

Hi, I am trying to run the command for my files in another hard disk. However, it keeps marking my hard disk name and does not seem to recognize it. I have tried using quotation marks and backward slashes to no avail. Any suggestion? Thank you

starexe avatar Apr 03 '25 10:04 starexe

First thing I noticed is your command is defining what metadata to use, but you are missing the o option telling it to search online. So, could you try running:

metron-tagger -ocm <path>

I'm not sure if that will fix the problem, but that will at least narrow down that the problem is due to the path. Thx!

bpepple avatar Apr 03 '25 12:04 bpepple

Image

Still the same error, unfortunately

starexe avatar Apr 03 '25 15:04 starexe

Suspected that would be the case.

Anyway, I'm guessing the problem is actually with Darkseid's get_recursive_filelist function. I should have a little free time this weekend to look into this closer, though I may need you to test any solution I come up with, since I don't have access to a Windows machine.

As a temporary fix, I believe you should be able to change the drive which I believe is the /d switch and then run Metron-Tagger without the drive prefix in the path.

bpepple avatar Apr 03 '25 16:04 bpepple