Browse Source

pielikts xtv

Ivars 5 years ago
parent
commit
47800205d8
3 changed files with 9 additions and 2 deletions
  1. 2
    2
      PlayStream.py
  2. 6
    0
      changelog.md
  3. 1
    0
      imake.bat

+ 2
- 2
PlayStream.py View File

@@ -1,12 +1,12 @@
1 1
 #!/usr/bin/env python
2
-# coding=utf8
2
+# coding=utf-8
3 3
 # This file is part of PlayStream - enigma2 plughhhhin to play video streams from various sources
4 4
 # Copyright (c) 2016 ivars777 (ivars777@gmail.com)
5 5
 # Distributed under the GNU GPL v3. For full terms see http://www.gnu.org/licenses/gpl-3.0.en.html
6 6
 # Used fragments of code from enigma2-plugin-tv3play by Taapat (https://github.com/Taapat/enigma2-plugin-tv3play)
7 7
 #
8 8
 
9
-__version__ = "0.8t"
9
+__version__ = "0.9b"
10 10
 __id__ = "playstream"
11 11
 __title__ = "PlayStream"
12 12
 __author__ = "ivars777@gmail.com"

+ 6
- 0
changelog.md View File

@@ -1,3 +1,9 @@
1
+**0.8u** (01.02.2010):
2
+- pielikts klāt xtv.lv
3
+
4
+**0.8u** (23.12.2018):
5
+- salabots tvplay, filmix
6
+
1 7
 **0.8t** (08.11.2018):
2 8
 - papldināts lmt (strādā delfi video)
3 9
 

+ 1
- 0
imake.bat View File

@@ -76,6 +76,7 @@ content\sources\mtgplay.py
76 76
 content\sources\play24.py
77 77
 content\sources\replay.py
78 78
 content\sources\lmt.py
79
+content\sources\xtv.py
79 80
 content\sources\serialguru.py
80 81
 content\sources\tvdom.py
81 82
 content\sources\ustvnow.py