summaryrefslogtreecommitdiff
path: root/plugin.video.tvvn/addon.xml
diff options
context:
space:
mode:
authorzecoj <b@zecoj.com>2017-09-26 14:23:58 +1000
committerzecoj <b@zecoj.com>2017-10-06 08:51:55 +1100
commitd3aeb2fbe2f8dc49f687e76e8cd2fdc213c12d6b (patch)
tree5e61cce315c58f8aabdc0122fb3180f0ac84cd0a /plugin.video.tvvn/addon.xml
parent74ca35860db075dbd6e4987fd4b96d0e9ecc71e1 (diff)
[plugin.video.tvvn] v0.9.11
Diffstat (limited to 'plugin.video.tvvn/addon.xml')
-rw-r--r--plugin.video.tvvn/addon.xml26
1 files changed, 26 insertions, 0 deletions
diff --git a/plugin.video.tvvn/addon.xml b/plugin.video.tvvn/addon.xml
new file mode 100644
index 0000000..f949bfd
--- /dev/null
+++ b/plugin.video.tvvn/addon.xml
@@ -0,0 +1,26 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<addon
+ id="plugin.video.tvvn"
+ version="0.9.11"
+ name="TV Viet Nam"
+ provider-name="Binh Nguyen">
+ <requires>
+ <import addon="xbmc.python" version="2.25.0"/>
+ </requires>
+ <extension point="xbmc.python.pluginsource" library="tvvn.py">
+ <provides>video</provides>
+ </extension>
+ <extension point="xbmc.addon.metadata">
+ <platform>all</platform>
+ <language>en vi</language>
+ <website>http://zecoj.com</website>
+ <source>https://github.com/zecoj/xbmc-tvvn</source>
+ <summary lang="en_GB">TV Viet Nam</summary>
+ <summary lang="vi">TV Việt Nam</summary>
+ <description lang="en_GB">This plugin allows you to watch live TV channels or listen to radio stations in Viet Nam or from overseas providers straight from the XBMC interface, thus eliminating the needs for using browsers and flashplayer, etc. Bug report at: zecoj.com. If you enjoy using the plugin, consider donate via PayPal to b [AT] zecoj [DOT] com</description>
+ <description lang="vi">Xem trực tiếp các kênh truyền hình và các đài phát thanh từ Việt Nam và hải ngoại. If you enjoy using the plugin, consider donate via PayPal to b [AT] zecoj [DOT] com</description>
+ <disclaimer lang="en_GB">All live streams are pulled from online providers and in no way represent my views or opinions. I also hold no control over the quality of the streams nor that of your internet connection :)</disclaimer>
+ <disclaimer lang="vi">Tất cả live streams được tải về từ các nhà cung cấp dịch vụ. Tác giả phần mềm này không chịu trách nhiệm về nội dung của chúng.</disclaimer>
+ <license>GNU GENERAL PUBLIC LICENSE. Version 3, 29 June 2007</license>
+ </extension>
+</addon>