Skip to content

Commit 0358132

Browse files
authored
Update README.md
1 parent 522ba8a commit 0358132

1 file changed

Lines changed: 52 additions & 2 deletions

File tree

README.md

Lines changed: 52 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
**Musly** is a free **Navidrome client** and **Subsonic music player** with a beautiful Apple Music-inspired interface. Stream your self-hosted music library from Navidrome, Subsonic, or Airsonic servers on Android, iOS, Windows, Linux, and macOS.
44

5-
🌐 **Website:** ~~[musly.devid.ink]~~ (currently unavailable)
5+
🌐 **Website:** ~~musly.devid.ink~~ (temporarely unavailable)
66

7-
[![Download Musly](https://img.shields.io/badge/Download-Musly%20v1.0.6-fa243c?style=for-the-badge&logo=github)](https://github.com/dddevid/Musly/releases/tag/vA1.0.6)
7+
[![Download Musly](https://img.shields.io/badge/Download-Musly%20v1.0.6-fa243c?style=for-the-badge&logo=github)](https://github.com/dddevid/Musly/releases/tag/v1.0.6)
88
[![Navidrome Client](https://img.shields.io/badge/Navidrome-Client-blue?style=for-the-badge)](https://musly.devid.ink)
99
[![Subsonic Client](https://img.shields.io/badge/Subsonic-Client-green?style=for-the-badge)](https://musly.devid.ink)
1010

@@ -98,4 +98,54 @@ If you find Musly useful and want to support its development, feel free to buy m
9898
1. Install dependencies:
9999
```bash
100100
flutter pub get
101+
```
102+
2. Run the app:
103+
```bash
104+
flutter run
105+
```
106+
107+
### Connecting to Your Server
108+
109+
1. Launch the app
110+
2. Enter your Subsonic server URL (e.g., `https://your-server.com`)
111+
3. Enter your username and password
112+
4. Toggle "Legacy Authentication" if using an older server
113+
5. Tap "Connect"
114+
115+
## Translations
116+
117+
Musly is translated into 24+ languages! Help translate Musly into your language:
118+
119+
📝 **[Contribute on Crowdin](https://crowdin.com/project/musly)**
120+
121+
See [TRANSLATIONS.md](TRANSLATIONS.md) for a complete guide on how to contribute translations.
122+
123+
## Supported Servers
124+
125+
Musly works with any Subsonic API-compatible server:
126+
127+
- [Navidrome](https://www.navidrome.org/) - **Best with Musly!**
128+
- [Subsonic](http://www.subsonic.org/)
129+
- [Airsonic](https://airsonic.github.io/)
130+
- [Gonic](https://github.com/sentriz/gonic)
131+
132+
## License
133+
134+
> [!IMPORTANT]
135+
> **DO NOT redistribute this app to the Google Play Store or other commercial stores.**
101136
137+
This project is open source and available under the **Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)** License. See the [LICENSE](LICENSE) file for details.
138+
139+
---
140+
141+
<div align="center">
142+
<sub>Made with <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/2764.svg" width="14" height="14" alt="❤️"> in Italy <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/1f1ee-1f1f9.svg" width="14" height="14" alt="🇮🇹"> by an Albanian developer <img src="https://cdn.jsdelivr.net/gh/twitter/twemoji@14.0.2/assets/svg/1f1e6-1f1f1.svg" width="14" height="14" alt="🇦🇱"></sub>
143+
</div>
144+
145+
<br/>
146+
147+
<div align="center">
148+
149+
[![Views](https://komarev.com/ghpvc/?username=dddevid-Musly&label=VIEWS&color=fa243c&style=for-the-badge)](https://github.com/dddevid/Musly)
150+
151+
</div>

0 commit comments

Comments
 (0)