From 12790c43506c106f18c799404c67d368e0290662 Mon Sep 17 00:00:00 2001 From: Christian Date: Mon, 10 Jul 2017 19:44:13 +0200 Subject: Bump Version --- Plexservice.cpp | 4 ++-- README.md | 4 ++-- 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; } diff --git a/README.md b/README.md index bd5f72b..707a080 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/plex.h b/plex.h index c37a9d3..1e1a687 100644 --- a/plex.h +++ b/plex.h @@ -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 -- cgit v1.2.3