Drazzilb08 / daps

DAPS (Drazzilb's Arr PMM Scripts) A collection of useful scripts for media management and automation
MIT License
151 stars 29 forks source link

Fix: Better handling of paths to correctly manage windows paths from Arr #173

Closed Feramance closed 5 months ago

Feramance commented 5 months ago

Still testing, don't merge

Feramance commented 5 months ago

Actually fixed now. This change will allow daps to recognise and parse windows paths correctly

Drazzilb08 commented 5 months ago

I'll merge this when I get a chance to look it all over. Prolly gonna be this weekend when I actually get to it.

I assume this has also been tested on a Linux machine as well to make sure no bugs were introduced?

Feramance commented 5 months ago

Yes it has, and it just uses a regex match to recognise a Windows drive path which will never be the case on Linux.

Thanks

Feramance commented 5 months ago

Any updates on this please?