Skip to content

dannyherrmann/librespot-python-ppc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

librespot-python-ppc

Trying to figure out if I can find some way to stream music from Spotify on a sunflower iMac G4 (PowerPC)...who knows if this will work? current idea is backporting librespot-python to python 2.7. This may be a terrible idea...

The program is currently stopping on below line of code within the Session.connect method which essentially means no response is being read from Spotify's servers after sending the client hello proto message.

ap_response_message_length = self.connection.read_int()

Installation

You first need to install Python 2.7.15

Clone this repo into your workspace/local computer.

cd into root directory:

cd librespot-python-ppc

Create a python virtual environment via virtualenv pip package:

virtualenv myenv

Activate your virtual environment:

source myenv/bin/activate

Install dependencies via requirements.txt file in root directory:

 pip install -r requirements.txt

Start the application:

python main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages