Skip to content

[Inactive] Script to detect what songs are playing on radio stations and submit them to last.fm accounts

License

Notifications You must be signed in to change notification settings

bonnici/scrobble-along-scrobbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ScrobbleAlong Scrobbler

Deprecation note

I've decided to stop updating ScrobbleAlong since I've moved on to other projects and adding new stations is becoming a bit unmaintainable. I am planning to keep it running but will not add any more stations or fix any stations that break.

Original readme

This is a set of scripts that figures out what's playing on a number of internet and wireless radio stations and scrobbles that information to some last.fm accounts. There is another repository here that holds a website which allows users to see the station details and scrobble along with the them. The site should be up and running here.

This requires a few environment variables:

  • SA_STATION_CRYPTO_KEY: A random string used to encrypt the sessions of the radio station last.fm accounts
  • SA_USER_CRYPTO_KEY: A random string used to encrypt the sessions of the radio station last.fm accounts
  • SA_MONGO_URI: The URI of the MongoDB database that contains the user and station data
  • SA_LASTFM_API_KEY: The Last.fm API key used for scrobbling
  • SA_LASTFM_SECRET: The Last.fm API secret used for scrobbling
  • SA_SHOULD_SCROBBLE: "true" if the script should actually post scrobbles, anything else if not

About

[Inactive] Script to detect what songs are playing on radio stations and submit them to last.fm accounts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published