UPDATE: It appears that using a absolute path was affecting Database and Thumbnails folders so i have redesigned the client setup script to overcome theses issues.
The new script now sets up only the profiles that are needed.
The script will now ask you for the corresponding database for the name you wish to set. For example database a is my database so i will enter "Nathan" and "a" under User 1 and Database 1.
You can setup your users in any order so long as the Name matches the Database letter.
If you only need 1 profile on a certain client only enter User 1 and Database 1 leaving the rest blank.
If you need 2 profiles enter User 1, Database 1, User 2, Database 2 etc.
The new script also adds an option for buffer by automatically adding the following code to all advancedsettings.xml files.
Code:
<network>
<buffermode>1</buffermode>
<cachemembuffersize>0</cachemembuffersize>
<readbufferfactor>9999</readbufferfactor>
</network>
The above code tells XBMC to cache all video files to the hard drive at maximum speed.
So when a video file starts playing it copies the whole file to the local hard drive so the network is not required during playback.
I use these settings because without them i get buffering issues as sleeping hard drives spin up on my server.
I you don't wish to use these buffer settings leave it blank. If you want to use them press 1.