Skip to content

A Python library for controling music playing through a bluetooth speaker

License

Notifications You must be signed in to change notification settings

asherevan/Python-BlueMedia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-BlueMedia

A simple Python library using the BlueZ library for controling music playing (and getting song data) through a bluetooth speaker. I Have only tested it with this tutorial on a Raspberry Pi 3B with Raspberry Pi OS. Please let me know if it works on anything else!

Usage

Properties

bluemedia.BluetoothMediaController(BLUETOOTH_ADDRESS)

  • .start() Start playback

  • .pause() Pause playback

  • .get_current_track() Returns a dictonary of values title, artist, and album

About

A Python library for controling music playing through a bluetooth speaker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages