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()You first need to install Python 2.7.15
Clone this repo into your workspace/local computer.
cd into root directory:
cd librespot-python-ppcCreate a python virtual environment via virtualenv pip package:
virtualenv myenvActivate your virtual environment:
source myenv/bin/activateInstall dependencies via requirements.txt file in root directory:
pip install -r requirements.txtStart the application:
python main.py