Audio from the net to your iPod -- on demand and on schedule.
Be the first to post a text review of Streamers. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Streamers version 28 has been posted. This package now contains two folders, one containing Streamers for RealPlayer 10 and one containing Streamers for older versions of RealPlayer. RealPlayer 10 significantly changed the Applescript syntax for playing clips and getting the state of RealPlayer. This required a few changes to the Streamers code.
190,191c190,191 < tell application "RealPlayer" < if (state of player 1) is stopped then --- > tell application "RealOne Player" > if (GetPlayingState) is stopped then 675c675 < tell application "RealPlayer" --- > tell application "RealOne Player" 679,681c679,681 < open clip with URL streamURL < play < repeat until (state of player 1) is playing --- > GetURL streamURL > Play > repeat until (GetPlayingState) is playing 697,698c697,698 < display dialog ("RealPlayer error") giving up after 5 < tell application "RealPlayer" --- > display dialog ("RealOne error") giving up after 5 > tell application "RealOne Player" 703c703 < tell process "RealPlayer" --- > tell process "RealOne Player" 709c709 < tell application "RealPlayer" --- > tell application "RealOne Player" 783c783 < tell application "RealPlayer" --- > tell application "RealOne Player" 791c791 < tell application "RealPlayer" --- > tell application "RealOne Player" 828a829 > display dialog ("before") 829a831 > display dialog ("after1") 831a834 > display dialog ("after2")
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?