MediasourceFetchListUpdateId Interface Reference

Returns a numeric identifier that can be used to determine if the list has changed, by comparing the numeric identifier with the result of a previous invocation. Useful when doing automatic background refresh of the list of media sources. More...


Detailed Description

Returns a numeric identifier that can be used to determine if the list has changed, by comparing the numeric identifier with the result of a previous invocation. Useful when doing automatic background refresh of the list of media sources.

Path: /mediasource/fetchlistupdateid

Parameters:
[in]typeThe type of the media sources to fetch. Possible values are file, folder, audurl, vidurl, imgurl, audfeed, vidfeed, imgfeed
Returns:
An integer value that can be compared to previously retrieved values in order to detect changes to the list.

Examples:

Request: /mediasource/fetchlist?type=audurl

Response:

  <response status="success" message="">1</response>