I have been listing to internet radio recently. The problem is that my sound goes through my plasma TV, so I don't want to burn in windows. Is there an app that will work as a screensaver with internet radio open? It would be awesome if it did visualizations, but that's not necessary. Currently, I have this script to start my screensaver, but it exits after a couple seconds, even if I don't move anything.
It does return an error, so I might be able to use the built-in saver
Any ideas?
EDIT: Found 95.5 in iTunes, so the question is basically moot. However, I'll leave this open since I sometimes use Pandora.
Code:
#!/bin/bash
/System/Library/Frameworks/ScreenSaver.framework/Resources/ScreenSaverEngine.app/Contents/MacOS/ScreenSaverEngine
It does return an error, so I might be able to use the built-in saver
Code:
gsfgf$ /Volumes/Home/gsfgf/Desktop/screensaver.sh ; exit;
2010-04-15 13:35:32.926 ScreenSaverEngine[29303:903] Can't open input server /Library/InputManagers/CTLoader
logout
[Process completed]
Any ideas?
EDIT: Found 95.5 in iTunes, so the question is basically moot. However, I'll leave this open since I sometimes use Pandora.