SettingsFetch Interface Reference

Fetch the current server settings. More...


Detailed Description

Fetch the current server settings.

Path: /settings/fetch

Returns:
An XML documnt with the top level element response and two attributes status and message. The status can be either success or failure and the message describes the cause of the error in a user friendly manner. When the request was completed the successfully, the response element will have a child element resultset with its own child element result that has all the relevent settings attributes with their corresponding values. See SettingsUpdate for full description of these attributes.

Examples:

<response status="success" message="">
	<resultset>
		<result profileid="autodetect" cachesize="8192" listenport="41952" listenip="" listenallowremote="false" cachepath="C:\Users\david\AppData\Local\TVersity\Media Server\data\" autostart="true" refreshstarttime="0" refreshinterval="1440" timeshiftinterval="90" transcodevideowidth="640" transcodevideoheight="480" transcodeimagewidth="1920" transcodeimageheight="1080" prettytags="false" longtitle="false" sortfolderbyfile="true" transcodingwhen="pprofile" transcodingoptimize="quality" disabledecodingclock="true" connectionspeed="WIFI_G_HIGH" downsampletomatchspeed="false" compression="medium" maxdlcount="5" proxyhttp="true" maxdlbps="1000000" feeddlcount="1" readavitags="false" maxitemsperfeed="15" wmprofile="wmv8" wmencodedshow="true" root="" driftcompthresh="0" stereomix="false" adminuser="" adminpassword="">
			<account domain="some domain name" description="some description." username="some username" password="some password">
			</account>
		</result>
	</resultset>
</response>