*addon -   plugin.video.furk
*version - 1.0.6
*url - git://github.com/furk/Furk-XBMC-Video-Plugin.git
*revision - 65e735c388ef3e176625
*branch - master
*xbmc version - dharma
Change log: 
- The plugin was broken because resources/__init__.py was missed in git
respository
- Small text changes, added note about ability download torrents from RSS
feeds

Diff: 
ky@kys:~/prj/furk/plugins/plugin.video.furk$ svn di
Index: addon.xml
===================================================================
--- addon.xml   (revision 993)
+++ addon.xml   (working copy)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<addon id="plugin.video.furk" version="1.0.4" name="Furk.net BitTorrent 
Proxy" provider-name="Furk.net">
+<addon id="plugin.video.furk" version="1.0.6" name="Furk.net BitTorrent 
Proxy" provider-name="Furk.net">
        <requires/>
        <extension point="xbmc.python.pluginsource"
                   library="default.py">
@@ -10,16 +10,15 @@
                        Plays video torrents from 'My Files :: Finished'. 
Check www.furk.net/text/mc for more info.
                </summary>
                <description>
-                       Furk.net is a free file hosting with one special 
feature - a BitTorrent proxy. 
-                       It can act as a regular BitTorrent client and download 
torrents on your behalf. You provide .torrent files - you get direct http 
links.
-                       For most torrents you get torrents faster then using a 
desktop BitTorrent client. 
-                       Furk.net has developed extended content verification. 
For every video torrent you get 9 screenshots (thumbnails and full-size), 2 
audio samples, detailed codec info and antivirus check (by Kaspersky). Fakes 
are contantly detected by various filters and either are removed or marked 
with a warning.
-                       This plugin allows your to play instantly video 
torrents.
+Furk.net is a free file hosting with one special feature - a BitTorrent 
proxy. 
+You can use Furk.net as a remote fully automatated BitTorrent client. 
Torrents can be added by .torrent files, links to them, info_hashes or even 
RSS feeds such as EZTV. When torrent is ready - you get direct http links and 
files are added into listing in this plugin. If you use RSS feeds everything 
is fully automated for you.
+
+Furk.net has developed extended content verification. For every video torrent 
you get 9 screenshots (thumbnails and full-size), 2 audio samples for each 
audio stream, detailed codec info and antivirus check (by Kaspersky). Fakes 
are contantly detected by various filters and either are removed or marked 
with a warning.
                </description>
                <platform>all</platform>
                <minversion>29000</minversion>
                <disclaimer>
-                       You must have a premium account at www.furk.net for 
this addon to function.
+                       You must have a premium account (9 euros per month, 
200GB limit) at www.furk.net for this addon to function.
                </disclaimer>
        </extension>
 </addon>
Index: changelog.txt
===================================================================
--- changelog.txt       (revision 993)
+++ changelog.txt       (working copy)
@@ -1,2 +1,8 @@
 [B]1.0.0[/B]
 - Initial version
+
+[B]1.0.5[/B]
+- The plugin was broken because resources/__init__.py was missed in git
+respository
+- Small text changes, added note about ability download torrents from RSS
+feeds
Index: default.py
===================================================================
--- default.py  (revision 993)
+++ default.py  (working copy)
@@ -23,7 +23,7 @@
 __plugin__ = 'Furk.net'
 __author__ = 'Gpun Yog'
 __url__ = 'http://www.furk.net/t/xbmc'
-__version__ = '1.0.4'
+__version__ = '1.0.6'
 __settings__ = xbmcaddon.Addon(id='plugin.video.furk')
 
 print "[PLUGIN] '%s: version %s' initialized!" % (__plugin__, __version__)

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
Xbmc-addons mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xbmc-addons

Reply via email to