Command does not recognize other disks in Windows 11
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
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!
Still the same error, unfortunately
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.