Closed warlordattack closed 1 year ago
We currently have no plans for Windows support, but we are open to proposals on how to best implement Windows path rewriting. A couple of remarks from my side:
rewrite
config module. A unix/windows boolean toggle isn't really future proof. So either we introduce some kind of os
enumeration with unix
and windows
as expected values, with unix being the default. Or, alternatively, we can abstract away the operating system and introduce a slash-direction
option or something similarly named, with forward
and backward
options.For now though, I'm closing this as a duplicate of #111.
Just to note on this, at least with Emby if you utilize UNC network paths in your rewrite such as
rewrite:
- from: /media/media/
to: \\?\UNC\server\media\media\
it will rewrite the paths to
\\\\?\\UNC\\server\\media\\media\\anime/madeupanimename/Season 1
Which "appears" to be working at least in the capacity of it scanning the library, unsure if it is just scanning exactly what it says it's trying to or if it is triggering a scan of the entire library.