SyncXBMC reads the Config.json on start-up, edit this file in your favorite editor (mine is Notepad++) and update according to your local setup.
I've included a full Config.json with the download, but here is a short version with a breakdown of what it all means below:
~~~~~~~
{
"m_bEnableClean": true,
"m_ErrorLog": "Errors.log",
"m_InfoLog": "Info.log",
"m_MoviesPath": "\/\/SATURN\/NAS2\/Streams\/Movies\/",
"m_SeriesPath": "\/\/SATURN\/NAS2\/Streams\/Series\/",
"m_IgnoreFilter": ["^clips$", "^shorts$", "^promos$", "^music videos$", "30 for 30" ],
"m_StripFolders": ["^Full Episodes",]
"^Seasons",
"^Season \d+",
"m_EpisodeFilter": ["s\d+e\d+",]
"Season \d+",
"Full Episodes",
"m_Recordings":
{
"m_SrcDirectory": "\/\/SATURN\/NAS2\/DVR\/",
"m_MoviesDirectory": "\/\/SATURN\/NAS2\/DVR\/Movies\/",
"m_SeriesDirectory": "\/\/SATURN\/NAS2\/DVR\/Series\/"
},
,
"m_Sources": [{]
"m_UPNPDevice": "PlayOn: SATURN",
"m_Paths": [
{
"m_Path": "Cartoon Network/Shows/Regular Show/Full Episodes",
"m_bRecursive": true,
"m_bEpisodesOnly": true
},
},
],
"m_XBMCs":
"http:\/\/192.168.1.14",
"http:\/\/192.168.1.4",
"http:\/\/192.168.1.8",
}
~~~~~~
The wiki uses Markdown syntax.