Need your suggestions
#1
How can i retrieve the URL/info from XML and populate it as a playlist

XML file contain entries such as below basically VOD for every 30 mins ; I am not that well versed in python but can write a shell script

<vod>
<id>1234</id>
<altid/>
<Pkgid>30</Pkgid>
<Description/>
<Date>10/22/2013 12:30:00 AM</Date>
<Time>00:30:00</Time>
<Selected>0</Selected>
<videoTitle>Test Music</videoTitle>
<ChannleName>Music TV</ChannleName>
<imgurl>http://images.test.com/myimage.jpg</imgurl>
<url>
http://www.mymp4.com/test.mp4
</url>
<subscribed>1</subscribed>
<IsFree>0</IsFree>
<isPremium>1</isPremium>
<IsLinked>0</IsLinked>
<devicename>desktop</devicename>
<location>UK</location>
<TotalRows>31</TotalRows>
<IsWaterMark>1</IsWaterMark>
<waterMarkShow>120000</waterMarkShow>
<waterMarkShowTime>15000</waterMarkShowTime>
<waterMarkturns>2</waterMarkturns>
<waterMarkContent/>
<waterMarkinterval>8000</waterMarkinterval>
<x>750</x>
<y>200</y>
<bgcolor>#ffffff</bgcolor>
<dynamic>1</dynamic>
<currentplay>0</currentplay>
<AddAlert>0</AddAlert>
<Ctype>VOD</Ctype>
<LogData/>
</vod>
Reply

Logout Mark Read Team Forum Stats Members Help
Need your suggestions0