[DOC] Updated documentation

This commit is contained in:
emeric
2016-04-09 15:50:53 +02:00
parent 131e755adc
commit 0af4ddc23f
2 changed files with 7 additions and 3 deletions
+6 -2
View File
@@ -10,9 +10,13 @@ It allows you to access your music and your videos using an https web interface.
- Multi genre
- MusicBrainzID support
Please note LMS is still under development and will gain more features in the future.
Please note LMS is still under development and will gain more features in the future:
- Radio function (using AcousticBrainz)
- Interface suited for mobile devices
- Video support
- Subsonic and/or Ampache API
LMS is written entirely in C++. Therefore, it is suitable to run on embedded devices, where space and/or memory are limited.
LMS is written entirely in C++. Therefore, it is suitable to run on embedded devices, where space and memory are limited.
Please note some media files may require significant CPU usage to be transcoded.
## Dependencies
+1 -1
View File
@@ -53,9 +53,9 @@
- Perform a search for each key pressed (using a timer, in JS)
- Save user prefs in local storage (volume, loop, shuffle, current playqueue, etc.)
[desktop]
- Better style...
- TrackView: Reselect the current selected item when displaying the updated search results
- Add keyboard shortcuts
- playqueue: try to get a single div to display the cover / artist / track name in order to improve style
[mobile]
- Reorganize the views to ease internal paths
- Covers not always the same height