Geokitfx
Geokitfx
> I had the same issue and made a temp fix: in /Lib/site-packages/streamrip/metadata/album.py > > after from dataclasses import dataclass add from pathvalidate import sanitize_filename > > replace return os.path.join(parent,...
"C:\Users\*USERNAME HERE*\miniconda3\Lib\site-packages\streamrip\media\album.py" after from dataclasses import dataclass add from pathvalidate import sanitize_filename replace return os.path.join(parent, folder) with return os.path.join(parent, sanitize_filename(folder)) This fixed the issue instead of going to metadata I...
The Delta to analog works just fine, but for it to work the best I need to know how I change the Y to -Y, how do I invert it?