Изменена информация
parent
46ed76b04e
commit
67a697ceeb
|
@ -1,7 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="script.module.torrent2http" name="torrent2http" version="0.1.3" provider-name="anteo">
|
<addon id="script.module.pyrrent2http" name="pyrrent2http" version="0.5.0" provider-name="inpos">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.14.0"/>
|
<import addon="xbmc.python" version="2.14.0"/>
|
||||||
|
<import addon="script.module.libtorrent" />
|
||||||
</requires>
|
</requires>
|
||||||
<extension point="xbmc.python.module" library="lib"/>
|
<extension point="xbmc.python.module" library="lib"/>
|
||||||
<extension point="xbmc.addon.metadata">
|
<extension point="xbmc.addon.metadata">
|
||||||
|
@ -11,6 +12,6 @@
|
||||||
<summary lang="ru">Загружает торренты и раздает их по HTTP</summary>
|
<summary lang="ru">Загружает торренты и раздает их по HTTP</summary>
|
||||||
<description lang="ru">Обеспечивает последовательную (sequential) загрузку торрентов для потокового онлайн просмотра через HTTP. Основан на библиотеке LibTorrent.</description>
|
<description lang="ru">Обеспечивает последовательную (sequential) загрузку торрентов для потокового онлайн просмотра через HTTP. Основан на библиотеке LibTorrent.</description>
|
||||||
<description lang="en">Provides sequential torrent downloading for online streaming video and other media over HTTP.</description>
|
<description lang="en">Provides sequential torrent downloading for online streaming video and other media over HTTP.</description>
|
||||||
<email>anteo@academ.org</email>
|
<email>inpos@yandex.ru</email>
|
||||||
</extension>
|
<source>https://github.com/inpos/script.module.pyrrent2http</source></extension>
|
||||||
</addon>
|
</addon>
|
||||||
|
|
|
@ -1,41 +1,2 @@
|
||||||
[B]Version 0.1.3[/B]
|
[B]Version 0.5.0[/B]
|
||||||
+ Android execute fix
|
|
||||||
|
|
||||||
[B]Version 0.1.2[/B]
|
|
||||||
+ Torrent2http binaries for Raspberry Pi v1 (arm v6)
|
|
||||||
|
|
||||||
[B]Version 0.1.1[/B]
|
|
||||||
+ Automatic download manager for binaries
|
|
||||||
|
|
||||||
[B]Version 0.1.0[/B]
|
|
||||||
+ Torrent2http binaries updated to 1.0.5
|
|
||||||
+ Added Android Lollipop 5/Marshmallow 6 ARM support
|
|
||||||
|
|
||||||
[B]Version 0.0.9[/B]
|
|
||||||
+ Torrent2http binaries updated to 1.0.4, LibTorrent updated to 1.0.5
|
|
||||||
+ More aggressive tracker connection
|
|
||||||
|
|
||||||
[B]Version 0.0.8[/B]
|
|
||||||
+ Torrent2http binaries updated to 1.0.3
|
|
||||||
|
|
||||||
[B]Version 0.0.7[/B]
|
|
||||||
+ Torrent2http binaries updated to 1.0.2
|
|
||||||
|
|
||||||
[B]Version 0.0.6[/B]
|
|
||||||
+ Added code comments
|
|
||||||
* Better support of unicode path names
|
|
||||||
|
|
||||||
[B]Version 0.0.5[/B]
|
|
||||||
+ Torrent2http binaries updated to 1.0.1
|
|
||||||
|
|
||||||
[B]Version 0.0.4[/B]
|
|
||||||
+ Added some mime types for better detection
|
|
||||||
|
|
||||||
[B]Version 0.0.3[/B]
|
|
||||||
+ Detect media types
|
|
||||||
|
|
||||||
[B]Version 0.0.2[/B]
|
|
||||||
+ Added some configurable libtorrent options
|
|
||||||
|
|
||||||
[B]Version 0.0.1[/B]
|
|
||||||
+ Initial release
|
+ Initial release
|
||||||
|
|
Loading…
Reference in New Issue