I’m currently in the process of migrating to a new NAS, it’s time to move away from the Synology ecosystem. Although they’ve now rolled back their stance on non-Synology drives for the 2025 NAS models, that was enough to turn me off. I’ve ended up moving to TerraMaster and Unraid.
When I previously moved from Synology to a newer Synology, the NFS mount point changed from nfs://IPADDRESS/volume1/ to /volume2/ and in order to deal with that (as my understanding is you can’t just edit sources.xml as there’s also references in the SQL DB?) I stopped mediacenter, added the following to advancedsettings.xml (and gave the new NAS the same IP, but presumably I could have just given a new IP as well), then started mediacenter:
<pathsubstitution>
<substitute>
<from>nfs://IPaddress/volume1/</from>
<to>nfs://sameIPaddress/volume2/</to>
</substitute>
</pathsubstitution>
As I’m just about to setup the new Unraid NAS, presumably I’d follow the same process? Or, is there a better way?
The only other alternative I’m aware of is to export the library and then add the new source (either same as the original way, or via autofs?) and then add a flag to advancedsettings.xml and import the library so the watched status markers transfer across.
Is there anything I’m missing?
Also, I’m taking a full backup anyway and I noticed that in my home dir there’s not just .kodi but also .kodi-vero now as well (the latter is very small and was quick to download). I can’t see anything in .kodi-vero that I’d need/want to backup, but happy to be corrected if wrong.