This program monitors your Roku Soundbridge device for playing songs, then scrobbles them to your account. All you need is to change your config file to something like the following:
config/config.rb
username = "MyLASTFMUsername" password = "MyLASTFMPassword" rokuaddress = "address/hostname of roku Soundbridge"
Note: Some people(Me included) would rather not keep their password in plaintext, so running this with your password in the text file will give a polite warning to replace your
password = "MyLASTFMPassword"
line with:
authstring ="md5"
After that just run it with ./l4r.rb