-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db1757b
commit f511aed
Showing
1 changed file
with
8 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |