2015-03-13 21:24:59 +00:00
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<settings >
2015-03-18 15:47:55 +00:00
<category label= "Manual sync" > <!-- Manual sync options -->
<setting label= "Run manual full sync now" type= "action" action= "RunScript(plugin.video.mbsync, fullsync)" />
<setting label= "Run manual incremental sync now" type= "action" action= "RunScript(plugin.video.mbsync, incrementalsync)" />
<setting label= "Reset entire local library" type= "action" action= "RunScript(plugin.video.mbsync, reset)" />
</category>
<category label= "Automatic sync" > <!-- Auto sync optionss -->
2015-03-18 17:54:30 +00:00
<setting id= "enablePlayCountSync" type= "bool" label= "Enable watched/resume status sync" default= "true" visible= "true" enable= "true" />
2015-03-18 15:47:55 +00:00
<setting id= "syncSettingStartup" type= "labelenum" label= "Run at startup:" values= "Full Sync|Incremental Sync|None" default= "Full Sync" />
2015-03-18 17:54:30 +00:00
<setting id= "syncSettingBackground" type= "labelenum" label= "Enable continuous background sync:" values= "Full Sync|Incremental Sync|None" default= "Incremental Sync" visible= "true" enable= "true" />
2015-03-18 15:47:55 +00:00
<setting type= "lsep" />
<setting label= "[B]Full Sync:[/B] Performs full compare including deletes" type= "lsep" />
<setting label= "[B]Incremental Sync:[/B] Processes only new items" type= "lsep" />
<setting label= "Watched/resume status is always synced in the background." type= "lsep" />
<setting type= "lsep" />
<setting label= "Run manual full sync now" type= "action" action= "RunScript(plugin.video.mbsync, fullsync)" />
</category>
2015-03-13 21:24:59 +00:00
<category label= "30014" > <!-- MediaBrowser -->
<setting id= "ipaddress" type= "text" label= "30000" default= "" visible= "true" enable= "true" />
<setting id= "port" type= "text" label= "30030" default= "8096" visible= "true" enable= "true" />
<setting type= "sep" />
<setting id= "username" type= "text" label= "30024" />
</category>
2015-03-18 17:54:30 +00:00
2015-03-13 21:24:59 +00:00
<category label= "30022" > <!-- Advanced -->
<setting id= "logLevel" type= "enum" label= "30004" values= "None|Info|Debug" default= "0" />
2015-03-19 04:38:32 +00:00
<setting id= "enableProgressPlayCountSync" type= "bool" label= "Show load progress for Watched/resume status sync" default= "false" visible= "true" enable= "true" />
2015-03-18 17:54:30 +00:00
<setting id= "enableProgressFullSync" type= "bool" label= "Show load progress for full/incremental sync" default= "false" visible= "true" enable= "true" />
2015-03-18 19:42:04 +00:00
<setting id= "smbusername" type= "text" label= "30007" default= "" visible= "true" enable= "true" />
<setting id= "smbpassword" type= "text" label= "30008" default= "" option= "hidden" visible= "true" enable= "true" />
2015-03-13 21:24:59 +00:00
</category>
2015-03-18 15:47:55 +00:00
2015-03-13 21:24:59 +00:00
</settings>