Hey guys, I just started hacking around on the Pi with the raspbian distro. Since X is not accelerated I've been mostly sticking to the terminal. I've never tried running a media center from the command line, but it's kind of fun.
So far I've just been streaming YouTube and internet radio with MPD/MPC. I just have the Pi connected to the TV. What I'd like is an OSD that doesn't require X to be running, so that I can script it to pop up a toast notification whenever the song changes, or maybe just show the current song continuously. Seems like an OSD library / command line program that works without X would be generally useful.
Looking at the hello_font VG example, it seems it should be pretty simple to write this, but I don't want to reinvent the wheel. Is there something out there already for this? Should I try to get DirectFB running? Has anyone looked at getting something like growl/snarl running?
Thanks!