From 89f36e42359f3a211ca69eb8861dd1182c515d77 Mon Sep 17 00:00:00 2001 From: emeric Date: Sat, 23 Mar 2019 15:22:39 +0100 Subject: [PATCH] Updated README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f10d43f4..32cb0f39 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,11 @@ A [demo](http://lms.demo.poupon.io) instance is available, with the following li ## Main features LMS provides several ways to help you find the music you like: -- Tag-based filters +- Tag-based filters (ex: "Metal" and "Aggressive", "Electronic" and "Relaxed", ...) - Recommendations for similar artists and albums - Radio mode - Searches in album, artist and track names +- Most played/Recently added music Conventional features include: - Responsive design @@ -19,13 +20,13 @@ Conventional features include: - User management - MusicBrainzID support to handle duplicated artist and release names - Audio transcode for maximum interoperability and low bandwith requirements -- Multi value tags -- Custom tag support +- Multi-value tags +- Custom tag support (ex: "mood", "genre", "albummood", "albumgrouping", ...) -The recommendation engine makes use of [Self-Organizing Maps](https://en.wikipedia.org/wiki/Self-organizing_map)
+The recommendation engine makes use of [Self-Organizing Maps](https://en.wikipedia.org/wiki/Self-organizing_map).
Please note this engine: -- may require some significant computation time on large datasets. -- makes use of computed data available on [AcousticBrainz](https://acousticbrainz.org/). Therefore your music must contain the [MusicBrainz Identifier](https://musicbrainz.org/doc/MusicBrainz_Identifier) for the recommendation engine to work. +- may require some significant computation time on very large datasets +- makes use of computed data available on [AcousticBrainz](https://acousticbrainz.org/). Therefore your music must contain the [MusicBrainz Identifier](https://musicbrainz.org/doc/MusicBrainz_Identifier) for the recommendation engine to work properly ## Installation Here are the required packages to build on Debian Stretch: