diff --git a/CMakeLists.txt b/CMakeLists.txt index f001bf5..dc24269 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.6) project (mympd C) set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${PROJECT_SOURCE_DIR}/cmake/") set(CPACK_PACKAGE_VERSION_MAJOR "2") -set(CPACK_PACKAGE_VERSION_MINOR "0") +set(CPACK_PACKAGE_VERSION_MINOR "1") set(CPACK_PACKAGE_VERSION_PATCH "0") if(CMAKE_BUILD_TYPE MATCHES RELEASE) set(ASSETS_PATH "${CMAKE_INSTALL_PREFIX}/share/${PROJECT_NAME}/htdocs") diff --git a/README.md b/README.md index d8d01e5..4461746 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,7 @@ Unix Build Instructions 2. create build directory ```cd /path/to/src; mkdir build; cd build``` 3. create makefile ```cmake .. -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_BUILD_TYPE=RELEASE``` 4. build ```make``` -5. install ```sudo make install``` or just run with ```./mympd``` -Optional: +5. install ```sudo make install``` 6. Link your mpd music directory to ```/usr/share/mympd/htdocs/library``` and put ```folder.jpg``` files in your album directories 7. Configure your mpd with http stream output to use the local player diff --git a/htdocs/index.html b/htdocs/index.html index 47e8a3d..bef254f 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -98,29 +98,52 @@
@@ -183,9 +206,9 @@ -