summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <zerov83@gmail.com>2017-07-10 19:44:13 +0200
committerChristian <zerov83@gmail.com>2017-07-10 19:44:13 +0200
commit12790c43506c106f18c799404c67d368e0290662 (patch)
treed0a53dd4c78064211d6b96367da601bfbff0453f
parentd00510109018d19f9aaabdac8aa115a513e6ef0c (diff)
downloadvdr-plugin-plex-12790c43506c106f18c799404c67d368e0290662.tar.gz
vdr-plugin-plex-12790c43506c106f18c799404c67d368e0290662.tar.bz2
Bump Version
-rw-r--r--Plexservice.cpp4
-rw-r--r--README.md4
-rw-r--r--plex.h2
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