Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Opening internet radio stream' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Opening internet radio stream
Authored by: matt448 on Aug 14, '06 07:54:32AM
One more little addition. I added this to the script running on my machine. It allows you to play a streaming location from the command line.

Command section:
"openstream" ) echo "Playing $2."
osascript -e 'tell application "iTunes"' -e "open location "$2"" -e "end tell";
break ;;

Help section:
echo " openstream "@" = Play iTunes' stream named @";

Sample command line:
itunes openstream http://www.club977.com/CLUB977HI.pls


[ Reply to This | # ]