Skip to content

python_audio_server v0.2.0

Choose a tag to compare

@codynhanpham codynhanpham released this 28 Dec 21:56
· 43 commits to main since this release

Big Update

What's New?

  • Lots of new routes for all kinds of requests. Playlists are supported now!

  • Documentation on the / home page! Some important routes are /list, /play, /tone, /playlist, ...

  • Now work on Linux! Tested to work on Ubuntu 14.04 and up!!!

  • Bundled ffmpeg and ffprobe for Linux release. Literally just download and run ~

  • Build script for Linux included. Dockerfile to create a Trusty (Ubuntu 14.04) image with Python 3.6 installed is also available by this release commit (click to browse files)

How-to?

For Linux

Simply download the binary .zip, extract, and run with ./py_audio_server in the terminal! If you want to add playlists, create a playlists/ folder next to the executable.

If you have trouble with permission and such when trying to run the executable, try to run chmod a+x ./py_audio_server and that should fix it!

For Windows

Download the .zip file and extract it. You will also need to install ffmpeg on your machine though! The legit way is to go to https://ffmpeg.org/download.html#build-windows and download one of the releases, then put the path to that folder into your System Environment Variables (or PATH). You can also just download ffmpeg (just the exe) and put that file next to the py_audio_server.exe executable.

If you want to add playlists, create a playlists/ folder next to the executable.