Cloudbox / autoscan

Autoscan replaces the default Plex and Emby behaviour for picking up changes on the file system.
MIT License
613 stars 55 forks source link

Ability to use UNC path in Plex target #98

Closed olimeca closed 3 years ago

olimeca commented 3 years ago

I am using autoscan on Synology Docker and my Plex install is on a Windows machine. My libraries are all mapped using UNC paths. I am able to get autoscan to work if I create a new library and use mapped network drives in Windows instead of UNC paths. Is it possible for autoscan to recognize, or be updated to recognize, UNC paths in a Plex target rewrite?

olimeca commented 3 years ago

This turned out to be a case-sensitivity issue. Plex has the UNC path in all lowercase. Updated rewrite to \\\\X.X.X.X\\path\\to\\movies and it worked.