Releases: trwy7/pything
v1.2.2
Another quick release that fixes a bug in linux ssl certificates in apps on some distros.
Usage
While running, visit http://127.0.0.1:5192/ to view the client, and http://127.0.0.1:5192/settings to configure apps. All music related apps require a music provider to be set up via settings. The Spotify app requires a developer app from the Spotify dashboard. Check the README for full usage information
Troubleshooting
Check README.md
Demo video
pythingdemo.mp4
v1.2.1
Quick release to add the banner art. Linux only right now. If you are on windows, please use v1.2.0 until I can make a windows build.
Usage
While running, visit http://127.0.0.1:5192/ to view the client, and http://127.0.0.1:5192/settings to configure apps. All music related apps require a music provider to be set up via settings. The Spotify app requires a developer app from the Spotify dashboard. Check the README for full usage information
Troubleshooting
Check README.md
v1.2
More backend and UI changes! Most notably, accent colors across the whole UI.
Usage
While running, visit http://127.0.0.1:5192/ to view the client, and http://127.0.0.1:5192/settings to configure apps. All music related apps require a music provider to be set up via settings. The Spotify app requires a developer app from the Spotify dashboard. Check the README for full usage information
Troubleshooting
Check README.md
v1.1.0
Binary release!
Usage
While running, visit http://127.0.0.1:5192/ to view the client, and http://127.0.0.1:5192/settings to configure apps. All music related apps require a music provider to be set up via settings. The Spotify app requires a developer app from the Spotify dashboard.
Troubleshooting
Check README.md
v1.0.0
V1 is out!
Usage
Download the source code (zip) attached to a release, then unzip it. While running, visit http://127.0.0.1:5192 to view the client, and http://127.0.0.1:5192/settings to configure apps.
Linux
Open a terminal where you unzipped the files, and create a virtual environment with python3 -m venv .venv and .venv/bin/pip install -r requirements.txt. To run PYThing, run .venv/bin/python3 src/init.py.
Windows
Make sure you have python 3 installed. Open the resulting folder from what you unzipped, then run init.bat.
Troubleshooting
Check README.md for help