Youtube-Support

Internet TV, Radio, Podcasts
micheldegeofroy
Posts: 3
Joined: Wed Apr 14, 2010 11:36 am

Re: Youtube-Support

Post by micheldegeofroy »

Ok I might be an idiot but it took me a while to understand how to add my music video playlist so here is how I did it step by step

its very easy just download and double click file... follow logical steps after that

2) download this file http://www.wildmediaserver.com/forum/do ... php?id=180 extract it then just drag and drop file named "youtube_movies.wdf" from the folder you just extracted to the main WMS window

Now when you expand "podcasts" you should see "youtube" tag... right click "add podcast" in link paste http://gdata.youtube.com/feeds/api/play ... B9EB3F?v=2 replacing 3179373CACB9EB3F with your playlist id then tick rss button ...save and close

right click the new feed and update

I will post a link with video when I have time

Still facing a few problems like feeds sometimes are choppy or just plain stop with error msg and I have no thumb nails

Also would be cool to have the feeds play randomly or one after the other automatically (music video playlist)

Anyone welcome to correct me or help out


Cheers

Have a cluster f**king day :)
Eugene
Posts: 2940
Joined: Tue Nov 17, 2009 8:05 pm

Re: Youtube-Support

Post by Eugene »

micheldegeofroy wrote: and I have no thumb nails
The script read additional properties RSS - On - Edit Script
Language: Pascal script

Code: Select all

var
  sMediaLink: string;  
begin
  sMediaLink := PodcastXmlItem.Find('media:group\media:thumbnail').Attributes['url'];
  if sMediaLink <> '' then 
    PodcastItem.Properties[mpiThumbnail] := WmsDownloadThumbnail(sMediaLink)  
end.
Delete podcast items, update podcasts
KingNothing
Posts: 9
Joined: Sun Sep 05, 2010 1:17 pm

Re: Youtube-Support

Post by KingNothing »

Hi,
I run WMS 1.07rc1 and I have problem with some files in Youtube (not all).

Here is a link example : http://www.youtube.com/watch?v=cPA1ZCuBTf0

Can you help me ?

EDIT : Solved adding the same link to another podcast, don't know what was the problem but now It works...
Post Reply