Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yuckdevchan authored Nov 2, 2023
1 parent db1757b commit f511aed
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Sonic Screwdriver
Simple music server, written in Python.
Simple music server, written in [Python](https://python.org).
## Features
- Sonic Screwdriver has been thoroughly tested to work with thousands of songs well...ish.
- Works well on Linux, Windows and MacOS.
- Hosts a minimal Web UI for admin purposes and for checking the music index is correct.
- Easily hackable. You can change almost anything about this program.
## Caveats
- Does **not** work with the [*Raspberry Pi*](https://www.raspberrypi.com/) because of upstream issues with [pillow](https://pypi.org/project/Pillow/).
## Clients
### [paperback](https://github.com/yuckdevchan/paperback)
Paperback is a simple [Sonic Screwdriver](https://github.com/yuckdevchan/sonic-screwdriver) client that's made by me. It is not feature-packed but it does one thing and one thing alright.https://www.raspberrypi.com/
## Licensing
Remember, Sonic Screwdriver is **Free Software**. You may modify, distribute and use Sonic Screwdriver for commercial purposes but you must retain the **LICENSE** included with the program. See **LICENSE** for more details.
Remember, Sonic Screwdriver is **Free Software**. You may modify, distribute and use Sonic Screwdriver for commercial purposes but you must retain the [**LICENSE**](https://spdx.org/licenses/MIT.html) included with the program. See [**LICENSE**](https://spdx.org/licenses/MIT.html) for more details.

0 comments on commit f511aed

Please sign in to comment.