Home › Forums › Third Party Enhancements › WiiMC+ Enhancement Pack › Retrieving a user’s subscribed channels
Is it possible to enhance the YouTubeUserFeeds.php script to support the retrieving of a user’s subscribed channels with the following Youtube API?
http://gdata.youtube.com/feeds/api/users/userId/subscriptions?v=2
I know you can do it in YouTubeChannelSearch.php, but you have to remember the channel names.
Thx
Each of the Enhanced YouTube options generate a list of videos which WIIMC supports for playback. Your request would require the generation of a list of subscribed channels which WIIMC does not support so I will not attempt to implement it. Sorry.
I thought YouTubeChannelSearch.php script also generates a list of YouTube channels that match the entered search term, which is supported by WIIMC+.
Below is my use case for Retrieving a user’s subscribed channels:
<link name="YouTube – Get User subscribed channels" type="search" addr="http://192.168.1.10/youtubeplus/YouTubeUserFeeds.php?m=s&user=" />
where s = subscribed channels
Regards,
YouTube provides no API capability to display a users subscribed channels, therefore there is no way for YouTube+ to provide them to you.