summaryrefslogtreecommitdiff
path: root/plugin.video.rtpplay/main.py
diff options
context:
space:
mode:
authorenen92 <92enen@gmail.com>2017-12-23 19:05:39 +0000
committerMartijn Kaijser <martijn@xbmc.org>2017-12-23 19:24:22 +0000
commita1fcc37ab405abee0aa4ef231317c4eb0b292618 (patch)
treec63ba807d1ddb19a41d8ee1a74443e50a253d2c5 /plugin.video.rtpplay/main.py
parent504b4ebe45e92a02b548c8730fdc7504b7976791 (diff)
[plugin.video.rtpplay] 3.0.0
Diffstat (limited to 'plugin.video.rtpplay/main.py')
-rw-r--r--plugin.video.rtpplay/main.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugin.video.rtpplay/main.py b/plugin.video.rtpplay/main.py
new file mode 100644
index 0000000..2630ed9
--- /dev/null
+++ b/plugin.video.rtpplay/main.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from resources.lib import kodilogging
+from resources.lib import plugin
+
+import logging
+import xbmcaddon
+
+# Keep this file to a minimum, as Kodi
+# doesn't keep a compiled copy of this
+ADDON = xbmcaddon.Addon()
+kodilogging.config()
+
+plugin.run()
+
+