Solved: Automatically starting a webradio stream at start up
|
7th Sep, 2013, 12:43 AM
Post: #17
|
|||
|
|||
Re: Automatically starting a webradio stream at start up
This is a hack but I tested it and it works.
First do this: Terminal sudo mv /usr/local/lib/xbmc/xbmc.bin /usr/local/lib/xbmc/xbmc Then copy this linked file to /usr/local/lib/xbmc/ and run this: http://db.tt/tf3uaUIL Terminal sudo chmod +x /usr/local/lib/xbmc/xbmc.bin The contents of the downloaded file: Code: #!/bin/sh Note: XBMC will fail to start if the network is totally down. The IP address used is yahoo.com (what we used back when I was an ISP tech). To undo do this: Terminal sudo rm /usr/local/lib/xbmc/xbmc.bin sudo mv /usr/local/lib/xbmc/xbmc /usr/local/lib/xbmc/xbmc.bin Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us. |
|||
« Next Oldest | Next Newest »
|