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.2.10.tar.gz (113.4 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.2.10-py3-none-any.whl (130.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: librespot_spotizerr-0.2.10.tar.gz
  • Upload date:
  • Size: 113.4 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.2.10.tar.gz
Algorithm Hash digest
SHA256 e08fea683f86cef1a632abe544fe4a58432a2408d41c07199f4d766d2a380b79
MD5 546c3def66f5331021843a6f8187596f
BLAKE2b-256 703ac49fd8bc00858d09b93216e0a8e94c2270debc258e307de95dfb1c0fc0e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for librespot_spotizerr-0.2.10.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.2.10-py3-none-any.whl.

File metadata

File hashes

Hashes for librespot_spotizerr-0.2.10-py3-none-any.whl
Algorithm Hash digest
SHA256 ac8504521e72648a22f73d7b313b54dba374d5bab1b187f731c87d588982edfc
MD5 83b34319349a968e8d2b585311b31d7f
BLAKE2b-256 71c925fc341135373858976c75f77e4fbdcfaa3a7ed94c21b1260dee9fb3a30e

See more details on using hashes here.

Provenance

The following attestation bundles were made for librespot_spotizerr-0.2.10-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