You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,19 +7,21 @@ _LMS_ is a self-hosted music streaming software: access your music collection fr
7
7
A [demo instance](http://lms-demo.poupon.dev) is available. Note the administration settings are not available.
*[MusicBrainz Identifier](https://musicbrainz.org/doc/MusicBrainz_Identifier) support to handle duplicated artist and release names
15
15
*[ListenBrainz](https://listenbrainz.org) support for:
16
16
* Scrobbling and synchronizing listens
17
17
* Synchronizing 'love' feedbacks
18
-
*Audio transcoding for maximum interoperability and reduced bandwith requirements
18
+
*Recommendation engine
19
19
* Multi-library support
20
20
* ReplayGain support
21
+
* Audio transcoding for compatibility and reduced bandwidth
21
22
* User management, with several [authentication backends](INSTALL.md#authentication-backend)
22
-
*[Subsonic/OpenSubsonic API](SUBSONIC.md) support
23
+
* Playlists support
24
+
* Lyrics support
23
25
24
26
## Music discovery
25
27
_LMS_ provides several ways to help you find the music you like:
_LMS_ supports playlist files in `m3u` and `m3u8` formats. These playlists are synced during the scan process and are available as public shared playlists.
64
+
65
+
## Lyrics support
66
+
_LMS_ supports lyrics in `lrc` files and embedded track metadata. Both synchronized and unsynchronized lyrics are supported.
0 commit comments