From 5ac0830333ea2c059741795ef993052cdcc62c0d Mon Sep 17 00:00:00 2001 From: chriszero Date: Wed, 10 Jun 2015 20:01:40 +0200 Subject: Use Mpv for playing media. Configure via plugin setup. --- Config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Config.h') diff --git a/Config.h b/Config.h index 936eae5..7461af7 100644 --- a/Config.h +++ b/Config.h @@ -61,6 +61,8 @@ public: std::vector m_viewentries; std::vector m_serverViewentries; + bool UseMpv; + std::string GetUUID(); void SetUUID(const char* uuid); std::string GetHostname(); @@ -110,6 +112,7 @@ class cMyMenuSetupPage:public cMenuSetupPage int ListGridColumns; int ListGridRows; int DefaultViewMode; + int UseMpv; virtual void Store(void); -- cgit v1.2.3