diff options
author | chriszero <zerov83@gmail.com> | 2015-02-16 20:26:13 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-16 20:26:13 +0100 |
commit | 4a86011372c06315b2796f2f4e82c7801027453e (patch) | |
tree | 830a2987e3d46b3ba47550dd685d894b40a3ee17 /Plexservice.h | |
parent | 6255bbe09625828312e08835bb30d5822d600e46 (diff) | |
download | vdr-plugin-plex-4a86011372c06315b2796f2f4e82c7801027453e.tar.gz vdr-plugin-plex-4a86011372c06315b2796f2f4e82c7801027453e.tar.bz2 |
Changed Menunavigation, Added Videochannels
Diffstat (limited to 'Plexservice.h')
-rw-r--r-- | Plexservice.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Plexservice.h b/Plexservice.h index af7275d..e96bf16 100644 --- a/Plexservice.h +++ b/Plexservice.h @@ -47,13 +47,15 @@ public: std::shared_ptr<MediaContainer> GetLastSection(); void GetAuthDetails(); void Authenticate(); - PlexServer* GetServer(); + static std::string GetUniversalTranscodeUrl(Video* video, int offset = 0, PlexServer* server = 0); static std::string GetMyPlexToken(); static MediaContainer GetMediaContainer(std::string fullUrl); static std::string encode(std::string message); + std::string StartUri; + private: Poco::Mutex m_mutex; Poco::Net::HTTPClientSession *m_pPlexSession; |