Sadly, Apple's decided to not include the popular Front Row with OS X Lion.
When Lion was released, it was found that you could install Front Row on Lion and it worked fine. That is, until Apple released iTunes 10.4, which changed the iTunes library format, so even if you installed Front Row, it couldn't see your iTunes content.
Here is how you can get Front Row working on Lion with the latest iTunes:
dns-sd -P "Local iTunes" _daap._tcp local 3689 localhost.local. 127.0.0.1 "Arbitrary"
'<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>KeepAlive</key> <true/> <key>Label</key> <string>net.iharder.shareitunes</string> <key>ProgramArguments</key> <array> <string>dns-sd</string> <string>-P</string> <string>Local iTunes</string> <string>_daap._tcp</string> <string>local</string> <string>3689</string> <string>localhost.local.</string> <string>127.0.0.1</string> <string>Arbitrary Text Record</string> </array> </dict> </plist>
Mac OS X Hints
http://hints.macworld.com/article.php?story=20110915094018524