View Single Post
  #14  
Old 03-02-2012, 02:02 AM
mocha mocha is offline
Junior Member
 
Join Date: Mar 2010
Posts: 23
mocha is on a distinguished road
Default

Re: Play videos or live from Justin TV on VLC with batch script


The script wasn't working for me. I had to modify line 21 like this:

Code:
Channel=`echo $ChannelUrl | awk -F "/" '{print $4}' | sed 's/#//g'`
it's to get rid of the "#" character in the channelurl when it goes to fetch the XML file to get all the needed data. I guess not all the channel URLs have the "#" in them, if they do then you need to get rid of it.

BTW, thanks very much for this solution. I just saw another page about Justin.tv but it was a completely manual solution. Yours is much slicker!
Reply With Quote