Skip to content

jarretth/LastfmForRoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

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

About

Connects to your Roku Soundbridge and updates Last.fm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages