Use path rewrites for triggers and targets
mainUse the rewrite configuration to map paths sent by a trigger to the paths autopulse or your media targets actually use.
Trigger Rewrites
Trigger rewrites run before the event is stored. Use these when the path in the webhook payload (from Sonarr, Radarr, etc.) does not match the path autopulse should process.
rewrite.from: A regex pattern representing the path in the webhook payload. It is recommended to anchor it (e.g.,^/downloads) to ensure precision.rewrite.to: The path that autopulse should use for subsequent processing.
Target Rewrites
Target rewrites run later per target. These are useful when different media servers (Plex, Jellyfin, Emby) see the same library through different mount paths.
Note: If the source app and the target already use the same path, you can omit the rewrite section.