From 0be6c14499cbc7351578198e8f15b3e1bf1b1335 Mon Sep 17 00:00:00 2001 From: chriszero Date: Fri, 2 Oct 2015 20:07:19 +0200 Subject: Option to use AC3 audio without installing the custom profile to your pms --- PVideo.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'PVideo.cpp') 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 -- cgit v1.2.3