Skip to content

Command line high definition music stream player based on qobuz.com and mplayer

Notifications You must be signed in to change notification settings

Whisprin/qobuz-player

Repository files navigation

Qobuz API

Examples

Client

Instantiate the client

qobuz_client = qobuz.QobuzApi(app_id, app_secret, user_auth_token, format_id, cache_dir, log_dir)

Favorites

Paginate through all favourite artists

for artists in qobuz_client.get_favorites(qobuz.FavoriteType.ARTIST, limit=2):
    print(artists)

About

Command line high definition music stream player based on qobuz.com and mplayer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages