Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaszs authored Dec 20, 2022
1 parent 7d33770 commit ed1d29a
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions README.md
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

0 comments on commit ed1d29a

Please sign in to comment.