Menu

Home

richard_lyle

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",

}
~~~~~~

  • m_MoviesPath & m_SeriesPath are where the stream files are created for movies & series respectively.
  • m_Recordings handles PlayLater recordings.
    • m_SrcDirectory are were PlayLater is saving the recordings.
    • The m_MoviesDirectory & m_SeriesDirectory are where those recordings are moved once SyncXBMC determines if they are a series or movie.
    • You can just delete m_Recordings if you don't want to deal with PlayLater.
  • m_Sources contains the UPNP Content Directories to process. PlayOn is a UPNP Content directory, but the program should work for other types of UPNP sources, this is not tested.
  • m_UPNPDevice is the name of the UPNP device. if you browse for UPNP devices from XBMC, you should see the name of your PlayOn, just put that name in here.
  • m_Paths is an array of paths to process, we look for movies/series in these paths in UPNP and generate stream files for those videos.

The wiki uses Markdown syntax.

Project Members: