Fetch an existing media source. More...
Fetch an existing media source.
Path: /mediasource/fetch
| [in] | id | The id of the media source to fetch |
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 result that has all the relevent media source attributes with their corresponding values.Advanced Paramters:
| [in] | menuroot | The root menu relative to which the menus attribute in the result XML should be set. Omitting this field suggests that each menu should be an absolute path starting from the root menu. |
Examples:
Request: /mediasource/fetch?id=25
Response:
<response status="success" message=""> <result id="6" url="c:\test" type="folder" name="my test folder" tags="" menus="" is_public="false" lookfor_audio="true" lookfor_video="true" lookfor_photo="true" transcoding_when="" is_featured="false"></response>
1.7.4