Hello all,
I've recently come across a Python library called Librespot-Python, and with it, I've put together a prototype Spotify player for 10.4+:
View attachment 2297588
This player runs 100% on the host (PowerPC) machine, including authentication.
A premium account is not required, so free accounts will work (I've tested both).
Currently, I've only implemented what you see in the picture (search songs and play them). If there is demand, I can possibly write a much nicer GUI with much more functionality.
TLDR:
- 10.4+ Barebones Spotify client, more can be implemented in the future
- Everything is handled on the host machine, no need for any newer machines to handle tasks
- Free & Premium accounts supported
If anyone would like to test this player, installation is quite simple:
1. `sudo port install python311 py311-pip ffmpeg git`
2. `sudo port install tk -x11 +quartz`
3. `sudo port install py311-tkinter`
4. `pip3 install spotipy`
5. `pip3 install git+
https://github.com/kokarare1212/librespot-python`
6. `python3 SpotifyPPCPrototype.py` - Download at
https://gist.github.com/Jazzzny/0e4af17efdecad1b3133934a6d0912e4
7. Log in with your internal Spotify username (randomly generated string of characters, find it in Spotify Settings -> Edit Profile -> Username
(Feel free to use a burner account as free accounts are supported)