diff --git a/README b/README index 2f3eb332..2c070d00 100644 --- a/README +++ b/README @@ -16,7 +16,7 @@ An android application is being developped as well. LMS is written entirely in C++. Therefore, it is suitable to run on embedded devices, where space and/or memory are limited. Please note some media files may require significant CPU usage to be transcoded. -I) DEPENCIES +I) DEPENDENCIES Debian packages: g++ autoconf automake libboost-dev libavcodec-dev libwtdbosqlite-dev libwthttp-dev libwtdbo-dev libwt-dev libprotobuf-dev libconfig++-dev libprotobuf-dev protobuf-compiler libjpeg8-dev libavcodec-dev libavformat-dev libavutil-dev @@ -37,7 +37,7 @@ II) BUILD III) Setting up SSL materials (required by the SSL server and the web server) -This is just an example, you could do whatever you want (ca, self signed cert, etc.) +This is just a self-signed certificate example, you can set up a real CA if you want to. Generate a dh file: # openssl dhparam -out dh2048.pem 2048 diff --git a/TODO b/TODO index 45d48e95..82b1f035 100644 --- a/TODO +++ b/TODO @@ -39,12 +39,9 @@ [Audio] - Style eveything nicely... - - Search patterns in the genre list - ReleaseView/ArtistView/GenreView: -> Track count for this special category. Easier: add a special entry '' that contains everything? - MediaPlayer: move slider using js (http://redmine.webtoolkit.eu/boards/2/topics/7924?r=8478) - TrackView : handle duration > 1 hour - - TrackView : select only relevant columns to speed up queries (do not fetch eveything) - - TrackView : Reselect the current selected item when displaying the updated search results - OGG metadata -> properly handle metadata nested in the audio stream - Filters: use directly the id as constraint, instead of the name? - Implement a playlist: @@ -62,7 +59,7 @@ - Handle internal path [Remote API] -- Implement text search options in the GetXXX messages +- Implement partial text search options in the GetXXX messages [Logs] - capture transcoder log output to get more information on errors