Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 722 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 722 Bytes

#Development #SoloProjects #MediaScrobbler

About

MediaScrobbler is a Python Media Scrobbler application which listens to Operating System Media Controls, as opposed to a specific appplication. It verifies authenticity that the track being listened to is actually a music track, and scrobbles the currently playing song to Last.FM

The application utilizes the APIs for Last.FM and MusicBrainz. Last.FM's API provides scrobbling functionality. MusicBrainz API provides a source for valid tracks and artists.

Todo

  • Separate the API keys from the project for distribution
  • Add a system tray gui for the application
  • Add native Last.fm authentication
  • Get it on github with a distributable