Skip to content

hugovk/bbcscrobbler

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbcscrobbler

Lint Python: 3.6+ Code style: Black

A script to scrobble BBC Radio music to your Last.fm profile by copying scrobbles from the BBC radio accounts at Last.fm.

Forget to stop the scrobbler running when stopping the radio and leaving the computer? Not to worry, bbcscrobbler.py only scrobbles when Apple Music or Winamp is playing BBC radio.

Basic use:

bbcscrobbler.py

Want to ignore Apple Music/Winamp and scrobble via the web or from a real radio? Defaults to BBC 6 Music:

bbcscrobbler.py --ignore-media-player

Or ignore Apple Music/Winamp and scrobble a named station (bbcradio1, bbc1xtra, bbcradio2 or bbc6music):

bbcscrobbler.py bbc1xtra --ignore-media-player

Example output:

>bbcscrobbler.py
Tuned in to bbc6music
---------------------
Now playing: Annie Eve - Shuffle
Scrobbled:   Annie Eve - Shuffle
Now playing: Nightmares on Wax - Les Nuits
Scrobbled:   Nightmares on Wax - Les Nuits
Now playing: Black Rebel Motorcycle Club - Spread Your Love
Scrobbled:   Black Rebel Motorcycle Club - Spread Your Love
Now playing: Cate le Bon - Sisters
Scrobbled:   Cate le Bon - Sisters
Now playing: Grace Jones - I've Seen That Face Before (Libertango)
Scrobbled:   Grace Jones - I've Seen That Face Before (Libertango)
Now playing: Sly & Robbie - Boops (Here To Go)
Tuned in to bbcradio1
---------------------
Now playing: Klingande - Jubel
Tuned in to bbcradio2
---------------------
Now playing: Prince & The Revolution - Let's Go Crazy
Winamp:      Wrong station
Tuned in to bbc1xtra
---------------------
Now playing: Alicia Keys - It's On Again (feat. Kendrick Lamar)
Tuned in to bbc6music
---------------------
Now playing: Sly & Robbie - Boops (Here To Go)
Winamp:      paused
Winamp:      stopped
Tuned in to bbc6music
---------------------
Now playing: Joanna Gruesome - Anti-Parent Cowboy Killers
Scrobbled:   Joanna Gruesome - Anti-Parent Cowboy Killers
Winamp:      paused

Full usage:

usage: bbcscrobbler.py [-h] [-i] [--ignore-apple-music] [--ignore-winamp]
                       [--source [{bbcrealtime,lastfm}]] [-s]
                       [{bbc6music,bbcradio1,bbcradio2,bbc1xtra}]

BBC Radio scrobbler. On Mac: scrobbles BBC from Apple Music if it's running, or
the station of your choice if --ignore-apple-music. On Windows: scrobbles BBC
from Winamp if it's running, or the station of your choice if --ignore-winamp.

positional arguments:
  {bbc6music,bbcradio1,bbcradio2,bbc1xtra}
                        BBC station to scrobble (default: bbc6music)

options:
  -h, --help            show this help message and exit
  -i, --ignore-media-player
                        Shortcut for --ignore-apple-music on Mac or --ignore-
                        winamp on Windows (default: False)
  --ignore-apple-music  Mac only: Ignore whatever Apple Music is doing and
                        scrobble the station. For example, use this if listening
                        via web or a real radio. (default: False)
  --ignore-winamp       Windows only: Ignore whatever Winamp is doing and
                        scrobble the station. For example, use this if listening
                        via web or a real radio. (default: False)
  --source [{bbcrealtime,lastfm}]
                        Source to check now playing (default: lastfm)
  -s, --say             Mac only: Announcertron 4000 (default: False)

About

Scrobble BBC radio music to Last.fm

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Python 100.0%