getPodcasts
Returns all Podcast channels the server subscribes to, and (optionally) their episodes.
Categories:
http://your-server/rest/getPodcasts Since 1.6.0
Returns all Podcast channels the server subscribes to, and (optionally) their episodes. This method can also be used to return details for only one channel - refer to the id parameter. A typical use case for this method would be to first retrieve all channels without episodes, and then retrieve all episodes for the single channel the user selects.
Parameters
| Parameter | Req. | OpenS. | Default | Comment |
|---|---|---|---|---|
includeEpisodes |
No | true | (Since 1.9.0) Whether to include Podcast episodes in the returned result. | |
id |
No | (Since 1.9.0) If specified, only return the Podcast channel with this ID. |
Example
http://your-server/rest/getPodcasts.view?title=tata&u=demo&p=demo&v=1.13.0&c=AwesomeClientName&f=json
Result
A subsonic-response element with a nested podcasts element on success.
// TODO// TODO| Field | Type | Req. | OpenS. | Details |
|---|---|---|---|---|
podcasts |
podcasts |
Yes | The podacsts |
Last modified March 31, 2023: Remove "Reference" level (0e00cdd)