Skip to main content

Spotizerr's python librespot implementation

Project description

librespot-spotizerr

Spotizerr's librespot python integration

About The Project

This project is to further add more features for the spotizerr project, forked from librespot-python

Getting Started

Prerequisites

Installation

Stable Version

pip install librespot-spotizerr

Snapshot Version *Not recommended

pip install git+https://github.com/Xoconoch/librespot-spotizerr

Usage

Use Zeroconf for Login (no premium required)

from librespot.zeroconf import ZeroconfServer
import time
import logging
import pathlib

zs = ZeroconfServer.Builder().create()
logging.warning("Transfer playback from desktop client to librespot-spotizerr via Spotify Connect in order to store session")

while True:
    time.sleep(1)
    if zs._ZeroconfServer__session:
        logging.warning(f"Grabbed {zs._ZeroconfServer__session} for {zs._ZeroconfServer__session.username()}")
        
        if pathlib.Path("credentials.json").exists():
            logging.warning("Session stored in credentials.json. Now you can Ctrl+C")
            break

Get Music Stream

*Currently, music streaming is supported, but it may cause unintended behavior.

from librespot.core import Session
from librespot.metadata import TrackId
from librespot.audio.decoders import AudioQuality, VorbisOnlyAudioQuality

session = Session.Builder() \
    .user_pass("Username", "Password") \
    .create()

track_id = TrackId.from_uri("spotify:track:xxxxxxxxxxxxxxxxxxxxxx")
stream = session.content_feeder().load(track_id, VorbisOnlyAudioQuality(AudioQuality.VERY_HIGH), False, None)
# stream.input_stream.stream().read() to get one byte of the music stream.

Other uses are examples or read this document for detailed specifications.

Debug

To display the debug information, you need to inject the following code at the top of the code.

import logging


logging.basicConfig(level=logging.DEBUG)

Contributing

Pull requests are welcome.

License

Distributed under the GPL yada yada, See LICENSE for more information.

Related Projects

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

librespot_spotizerr-0.3.0.tar.gz (116.5 kB view details)

Uploaded Source

Built Distribution

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

librespot_spotizerr-0.3.0-py3-none-any.whl (131.8 kB view details)

Uploaded Python 3

File details

Details for the file librespot_spotizerr-0.3.0.tar.gz.

File metadata

  • Download URL: librespot_spotizerr-0.3.0.tar.gz
  • Upload date:
  • Size: 116.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for librespot_spotizerr-0.3.0.tar.gz
Algorithm Hash digest
SHA256 30a79da64a0382ee92508686e57f6bc8721810bf3e6ec0348adb92fd9b3cdab7
MD5 4ca3b925453180fa92f8ea00ece5e001
BLAKE2b-256 c5df23902b3798a179e1c6c2e8496c0e2194037509249518b4608bec65b5d677

See more details on using hashes here.

Provenance

The following attestation bundles were made for librespot_spotizerr-0.3.0.tar.gz:

Publisher: publish-to-pypi.yml on Xoconoch/librespot-spotizerr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file librespot_spotizerr-0.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for librespot_spotizerr-0.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dc816255b08359dbca7043d3ba8ccec7d95957d05717e9e75af643b4ab66d217
MD5 27a4e9dfae26039e5a6c7721a65a2625
BLAKE2b-256 10961ae978a17e2be6bbb9c25bf3256092c4010cf39a8065bad059f3a6877fc1

See more details on using hashes here.

Provenance

The following attestation bundles were made for librespot_spotizerr-0.3.0-py3-none-any.whl:

Publisher: publish-to-pypi.yml on Xoconoch/librespot-spotizerr

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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