summaryrefslogtreecommitdiff
path: root/PVideo.cpp
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-10-02 20:07:19 +0200
committerchriszero <zerov83@gmail.com>2015-10-02 20:07:19 +0200
commit0be6c14499cbc7351578198e8f15b3e1bf1b1335 (patch)
tree4f52aa690a45dfa1bc2354e0e562dba9978482b4 /PVideo.cpp
parent98a8f298b1886f63c99c8f2e0833e0393e5b5822 (diff)
downloadvdr-plugin-plex-0be6c14499cbc7351578198e8f15b3e1bf1b1335.tar.gz
vdr-plugin-plex-0be6c14499cbc7351578198e8f15b3e1bf1b1335.tar.bz2
Option to use AC3 audio without installing the custom profile to your pms
Diffstat (limited to 'PVideo.cpp')
-rw-r--r--PVideo.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/PVideo.cpp b/PVideo.cpp
index 3955fda..4fbcda1 100644
--- a/PVideo.cpp
+++ b/PVideo.cpp
@@ -331,4 +331,13 @@ std::string Video::ThumbUri()
return m_pServer->GetUri() + '/' + m_sThumb;
}
+std::string Video::GetSubtitleUrl()
+{
+ // /video/:/transcode/universal/subtitles
+ // Argument? m_sKey?
+ //std::string subtitleUrl = m_pServer.GetUri() + "/video/:/transcode/universal/subtitles?" + Config::GetInstance().GetUUID();
+ return "";
+ // Format is "Mpeg4 Timed Text"
+}
+
} // Namespace