Soundbridge Scrobbler

Introduction

Soundbridge scrobbler is a bash script that listen to your Soundbridge and scrobble the music your listen to last.fm See my journal at last.fm for more details.

Setup

Requirements

Configuration

in logger.sh

  • SB_HOST
  • SB_PATH

in scrobble.sh

  • SB_LOG
  • SCROBBLE_CLI

Crontab

Add entries for both scripts

*/1 * * * * /path/to/logger.sh
*/15 * * * * /path/to/scrobble.sh