summaryrefslogtreecommitdiff
path: root/Plexservice.h
diff options
context:
space:
mode:
authorChristian <zerov83@googlemail.com>2015-12-20 18:55:27 +0100
committerChristian <zerov83@googlemail.com>2015-12-20 18:55:27 +0100
commit2a112bcf6f15603d46ab904eabb13bd8ee062a91 (patch)
treeb948261300ea449823485305b2d980504190b11d /Plexservice.h
parent135ed5d0ce1613f70f4b2ddcb9e8bca721ffca9e (diff)
parent4775c62bf44ba6d757722611313f53d6dd2a0b56 (diff)
downloadvdr-plugin-plex-remoteserver.tar.gz
vdr-plugin-plex-remoteserver.tar.bz2
Merge pull request #2 from chriszero/remoteserverremoteserver
merge remoteserver branch
Diffstat (limited to 'Plexservice.h')
-rw-r--r--Plexservice.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Plexservice.h b/Plexservice.h
index 5f3567b..097106f 100644
--- a/Plexservice.h
+++ b/Plexservice.h
@@ -46,14 +46,14 @@ public:
std::shared_ptr<MediaContainer> GetSection(std::string section, bool putOnStack = true);
std::shared_ptr<MediaContainer> GetLastSection(bool current = false);
bool IsRoot();
- void GetAuthDetails();
- void Authenticate();
PlexServer* GetServer();
+ void Authenticate();
- static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0);
+ static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0, bool http = false);
static std::string GetMyPlexToken();
static std::shared_ptr<MediaContainer> GetMediaContainer(std::string fullUrl);
- static std::string encode(std::string message);
+ //static std::string encode(std::string message);
+ static void UpdateResources();
std::string StartUri;