Skip to main content

Currently playng media using DBus

Project description

DBus MediaPlayer

PyPI Python versions License

The dbus-mediaplayer library empowers Python applications to interact with media players on your system through the D-Bus communication protocol. This enables you to retrieve metadata (like song titles and artists), control playback (play, pause, next, etc.), and potentially even access features specific to certain media players.

Key Features

  • Media Player Discovery: Enumerate available media players on your system.
  • Metadata Access: Retrieve current song information (title, artist, album, etc.).
  • Playback Control: Play, Pause, Skip tracks, Volume, Position.
  • Real-time Updates: Utilizes callback functions to provide instant notifications of media player state changes, ensuring your application stays up-to-date.

Requirements

  • Python 3.7 or later
  • jeepney library

Installation

Install the library using pip:

pip install dbus-mediaplayer

Usage

This library offers two primary usage approaches:

Programmatic Control

Import the DBusMediaPlayers class from your Python code:

from dbus_mediaplayer import DBusMediaPlayers

def callback(players):
    # Handle the list of media player objects here
    print(players)

# Create an instance of the class
media_player = DBusMediaPlayers(callback)

# Control media playback (replace "PlayPause" with desired methods like "Play", "Pause", "Next", etc.)
media_player.control_media("PlayPause")

# Keep the app running
while True:
    time.sleep(1)

Command-Line Interaction (Optional)

If you prefer a quick way to view information or control playback, you can potentially execute the dbus-mediaplayer script directly. For more extensive programmatic control, I would recommend using the library within your Python code. The script supports the following optional arguments for media control:

Status (Default):

If no argument is provided, the script defaults to retrieving media player information.

dbus-mediaplayer get-info

Volume Control:

You can set the volume level (between 0.0 and 1.0).

dbus-mediaplayer control --volume 0.5   # Sets volume to 50%

Set Media Position:

Adjust the playback position in seconds.

dbus-mediaplayer control --position 120  # Sets position to 2 minutes

Playback Control:

Perform media control actions: Play, Pause, PlayPause, Stop, Next, Previous.

dbus-mediaplayer command Pause  # Pauses playback
dbus-mediaplayer command Play   # Plays playback

This flexible command-line approach offers a straightforward way to control media playback directly from the terminal.

Inspiration

This library was inspired by the MPRIS2 library, which utilizes the dbus-python library. However, dbus-mediaplayer aims to offer a more widely deployable solution, removing reliance on external dependencies.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dbus_mediaplayer-2026.7.0.tar.gz (5.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dbus_mediaplayer-2026.7.0-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file dbus_mediaplayer-2026.7.0.tar.gz.

File metadata

  • Download URL: dbus_mediaplayer-2026.7.0.tar.gz
  • Upload date:
  • Size: 5.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for dbus_mediaplayer-2026.7.0.tar.gz
Algorithm Hash digest
SHA256 2caaff0dd9dc7977e64bb574dc7a223845ac851745265b680deb586a9df564e5
MD5 781aff6bb03ca2451419f85099222035
BLAKE2b-256 249f43e91c388e52dd482ce28e30faa96c94befba617dd19f738907d7cf8b4e1

See more details on using hashes here.

File details

Details for the file dbus_mediaplayer-2026.7.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dbus_mediaplayer-2026.7.0-py3-none-any.whl
Algorithm Hash digest
SHA256 3ed5cd9212868cdf21485ba9992689ee084b5310126933295de542160fd128a4
MD5 2059e32c4986cc88be70a9ac03e2e6d7
BLAKE2b-256 4fbb27ac5925d8eda4a355d1f111663d0f237595310333962f251d168b3f89f0

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page