30 lines
881 B
XML
30 lines
881 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<config>
|
|
|
|
<!-- =============================
|
|
PATH MAPPINGS (Windows → Linux)
|
|
Maps Windows paths to their Linux equivalents for API communication
|
|
============================= -->
|
|
<path_mappings>
|
|
<map from="P:\tv" to="/mnt/plex/tv" />
|
|
<map from="P:\anime" to="/mnt/plex/anime" />
|
|
<map from="P:\movies" to="/mnt/plex/movies" />
|
|
</path_mappings>
|
|
|
|
<!-- =============================
|
|
SONARR / RADARR SETTINGS
|
|
Configure your Sonarr/Radarr instances and release group naming
|
|
============================= -->
|
|
<services>
|
|
<sonarr>
|
|
<url>http://10.0.0.10:8989</url>
|
|
<api_key>a3458e2a095e4e1c892626c4a4f6959f</api_key>
|
|
</sonarr>
|
|
<radarr>
|
|
<url>http://10.0.0.10:7878</url>
|
|
<api_key>64680475a6b9425bb47bd7eed4ae92fe</api_key>
|
|
</radarr>
|
|
</services>
|
|
|
|
</config>
|