Basically, autoscan rewrites are a way to convert a path as one thing [typically an app like Sonarr] sees it to a path where another thing [typically an app like Plex] sees it.
The source of the scan [Sonarr, for example] sees a thing at one path, and the target of scan [Plex, for example] may see the same file at a different path. Autoscan uses "rewrites" to convert the source path to the target path.
If Sonarr and Plex both see an episode at /mnt/unionfs/Media/TV/SomeShow/Season 01/SomeShow S01E01.mkv, then no rewrite is needed.
If you are setting up saltbox from scratch and use our recommended paths, your autoscan config needs no rewrites for Sonarr/Radarr/Lidarr [a-train or inotify triggers probably still need rewrites].
Rewrites are needed when:
/the/path/where/the/trigger/sees/files
and
/the/path/where/the/target/sees/files
are different.
Sonarr has a root directory:
This directory might be internal to the container, as this one is.
Shows are stored in that root:
As are episodes, of course:
This episode path is what Sonarr is going to send to Autoscan.
Similarly, a Plex library has a root path:
And things in that library are relative to that root:
Those two paths are different, so Autoscan needs a rewrite to change this path:
"Here's a new thing at /tv/#killerpost (2016)/Season 1/#killerpost - S01E01.mkv, tell your friends."
Autoscan first needs to figure out which library to tell Plex about, since it's going to say:
"Please scan this folder: /tv/#killerpost (2016)/Season 1/; it's in library something-or-other."
So Autoscan looks for a Plex library that has /tv/ as one of its root directories. If it finds that to be library ID 12, it tells Plex:
"Please scan this folder: /tv/#killerpost (2016)/Season 1/; it's in library 12."
Howver, in our example above, the Plex library is pointed at /data/TV, so Autoscan won't be able to find the target library [there isn't one with /tv/ as one of its root dirs], so Autoscan will report:
No target libraries found error="/tv/#killerpost (2016)/Season 1/: failed determining libraries" target=plex url=https://plex.mydomain.tld/