2021-05-03, 15:17
Hi,
Not sure where this should be posted so I apologize if this is the wrong place.
I am in the midst of moving to a new NAS and have been following the instructions on the wiki.
https://kodi.wiki/view/HOW-TO:Update_SQL...eo_library
For the Textures*.db file, it gives the command to update the URL,
but that doesn't change the actual texture address.
Running this command
executing another command seems to clear it up.
So did I do something wrong to start with, or has something changed since the Wiki was authored?
Not sure where this should be posted so I apologize if this is the wrong place.
I am in the midst of moving to a new NAS and have been following the instructions on the wiki.
https://kodi.wiki/view/HOW-TO:Update_SQL...eo_library
For the Textures*.db file, it gives the command to update the URL,
sql:UPDATE path SET url = REPLACE(url,'smb://my_nas/old_share', 'smb://my_nas/new_share');
but that doesn't change the actual texture address.
Running this command
results in this.sql:UPDATE path SET url = REPLACE(url,'nfs://192.168.1.110/export/Media', 'nfs://192.168.1.107/export/Media2');
executing another command seems to clear it up.
sql:UPDATE path SET texture = REPLACE(url,'nfs://192.168.1.110/export/Media', 'nfs://192.168.1.107/export/Media2');
So did I do something wrong to start with, or has something changed since the Wiki was authored?