-
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
Showing
1 changed file
with
32 additions
and
0 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,2 +1,34 @@ | ||
# Spoticy | ||
A private internet music server | ||
|
||
Spoticy is a private music server. It allows you to build your own playlist of music, and listen to it from anywhere in the world. | ||
|
||
# Key Spoticy features: | ||
|
||
- end-to-end AES encryption | ||
- support for AAC, FLAC, OGG, MP3, WAV, OPUS, WEBM | ||
- displays title and author | ||
- upload music from any device | ||
- low network usage | ||
|
||
# Why you should choose Spoticy | ||
|
||
Online music streaming services decide for you how you experience your music. For example, they change how random music works. They play music you listen often, instead of random songs you have collected for years. In case the service goes down, it is very hard to move to another platform with your playlists. | ||
|
||
That is why Spoticy was born. Spoticy allows you to create your own, private music server. It comes with a built-in end-to-end encryption. So now one other will have access to your music. It is written in JavaScript, so you can improve and customize your player according to your needs. The provided connector for PHP allows you to set up server on a shared-hosting or VPN in no-time. You can also create your own connector for cloud providers or decentralized storage. | ||
|
||
Spoticy give your freedom to: | ||
|
||
- listen to music how you want | ||
- where you want | ||
- where to store your music | ||
- easily move your music and playlists between providers | ||
|
||
# How to install | ||
|
||
1. Upload files to your shared-hosting or VPN supporting PHP | ||
2. Create a folder called 'files' to store your music | ||
3. Open index.html in your browser | ||
4. Provide a password. It will be used to encrypt and decrypt your files | ||
5. Upload music | ||
6. Play the music |