diff options
-rw-r--r-- | Plexservice.cpp | 4 | ||||
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | plex.h | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/Plexservice.cpp b/Plexservice.cpp index 9ddc29d..f84c233 100644 --- a/Plexservice.cpp +++ b/Plexservice.cpp @@ -169,8 +169,8 @@ namespace plexclient { return pAllsections; } else { - dsyslog("[plex] URI: %s%s Response bad: s%", pServer->GetUri().c_str(), uri.c_str(), - response.getReasonForStatus(response.getStatus()).c_str()); + dsyslog("[plex] URI: %s%s Response bad: d%", pServer->GetUri().c_str(), uri.c_str(), + response.getStatus()); return 0; } @@ -6,7 +6,7 @@ Plays files via the Plexmediaserver transcoder directly in VDR At the moment ONLY video files are played. deps: -libpoco >= 1.6 +libpoco >= 1.6 (tested and developed with 1.7.2) libpcrepp libskindesignerapi C++11 Compiler @@ -17,4 +17,4 @@ vdr-plugin-mpv There are no commandline parameters. -To use remote servers you have to use a plex.tv account +To use remote servers you have to use a plex.tv account @@ -36,7 +36,7 @@ /// vdr-plugin version number. /// Makefile extracts the version number for generating the file name /// for the distribution archive. -static const char *const VERSION = "0.3.0" +static const char *const VERSION = "0.4.0" #ifdef GIT_REV "-GIT" GIT_REV #endif |