Skip to content
/ pything Public

Releases: trwy7/pything

v1.2.2

16 Mar 23:32
1372a8d

Choose a tag to compare

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

05 Mar 16:46

Choose a tag to compare

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

05 Mar 01:09
228a6b0

Choose a tag to compare

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

01 Mar 20:57

Choose a tag to compare

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

28 Feb 20:06

Choose a tag to compare

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