From c1ffe8ab578e8c4c8dc597cbd03bb8ee9369c96c Mon Sep 17 00:00:00 2001 From: emeric Date: Fri, 8 Mar 2019 16:12:24 +0100 Subject: [PATCH] Updated README --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a26f16b..447c0a10 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,22 @@ A [demo](http://lms.demo.poupon.io) instance is available, with the following li - No persistent playqueue ## Main features +LMS provides several ways to help you find the music you like: +- Tag-based filters +- Recommendations for similar artists and albums +- Radio mode +- Searches in album, artist and track names + +Conventional features include: - Responsive design -- Browse your audio collection using tag-based filters - Persistent play queue - User management -- Radio mode - MusicBrainzID support to handle duplicated artist and release names - Audio transcode for maximum interoperability and low bandwith requirements - Custom tag support +The recommendation engine makes use of [Self-Organizing Maps](https://en.wikipedia.org/wiki/Self-organizing_map). Please note it may require some significant computation time on large datasets. + ## Installation Here are the required packages to build on Debian Stretch: ```sh