Page 2 of 2

Re: Youtube-Support

Posted: Wed Apr 14, 2010 8:03 pm
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 :)

Re: Youtube-Support

Posted: Thu Apr 15, 2010 7:24 am
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

Re: Youtube-Support

Posted: Sat Oct 23, 2010 3:42 pm
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...