Changes between Version 54 and Version 55 of Plugins


Ignore:
Timestamp:
09/17/2012 02:09:03 PM (12 years ago)
Author:
Cas
Comment:

add info about renaming python version

Legend:

Unmodified
Added
Removed
Modified
  • Plugins

    v54 v55  
    66---- 
    77 
    8 == Deluge Plugins (Supplied) == 
     8== Plugins (Included) == 
    99 ||'''Name'''||'''Description'''|| 
    1010 ||[wiki:Plugins/AutoAdd AutoAdd]|| Multiple watch folder support|| 
     
    2020---- 
    2121 
    22 == Deluge Plugins (3rd Party) == 
     22== Plugins (3rd Party) == 
    2323 
    2424 ||'''Name'''||'''Description'''|| 
     
    4848 ||[http://pypi.python.org/pypi/Updatorr/ Updatorr]|| Automatic torrents updates for forum-like trackers|| 
    4949 ||[http://forum.deluge-torrent.org/viewtopic.php?f=9&t=31553 YaRSS] || Simple RSS plugin for TV Shows|| 
    50  ||[wiki:Plugins/YaRSS2 YaRSS2] || A RSS plugin configurable through the GTK Client|| 
     50 ||[wiki:Plugins/YaRSS2 YaRSS2] || An RSS plugin configurable through the GUI|| 
    5151 
    5252 ''' Application Plugins ''' - ''Extensions or scripts for applications, enabling interaction with Deluge'' 
    5353 
    5454 ||'''Name'''||'''Description'''|| 
    55  ||[https://chrome.google.com/extensions/detail/pbenannnhhgfhhijhlpgfbjagebjeeel Deluge in Chrome (Chrome Extension)]|| Provides a simple overview of Deluge torrents within Chrome || 
    56  ||[https://chrome.google.com/webstore/detail/gabdloknkpdefdpkkibplcfnkngbidim DelugeSiphon (Chrome Extension)]|| Ultra simple Chrome extension to add torrents to Deluge via the WebUI interface. || 
     55 ||[https://chrome.google.com/extensions/detail/pbenannnhhgfhhijhlpgfbjagebjeeel Deluge in Chrome (Chrome Extension)]|| Provides a simple overview of current torrents within Chrome || 
     56 ||[https://chrome.google.com/webstore/detail/gabdloknkpdefdpkkibplcfnkngbidim DelugeSiphon (Chrome Extension)]|| Ultra simple Chrome extension to add torrents via WebUI interface. || 
    5757 ||[http://forum.deluge-torrent.org/viewtopic.php?f=9&t=30825 ConkyDeluge]|| Script to display Deluge statistics within Conky|| 
    5858 ||[http://forum.deluge-torrent.org/viewtopic.php?f=9&t=30985 Docky Helper]|| Docky helper that shows transfer rates on the Deluge badge||   
    5959 ||[http://flexget.com/wiki/Plugins/deluge FlexGet Plugin]|| Deluge Plugin for the advanced RSS tool [wiki:Plugins/FlexGet (More Info)]|| 
    6060 ||[http://forum.deluge-torrent.org/viewtopic.php?f=9&p=172841#p172841 FileBot Script] || Uses [wiki:Plugins/Execute Execute] plugin to run [http://filebot.sourceforge.net/ FileBot] which renames, categorizes, and finds subtitles and artwork || 
    61  ||[http://userscripts.org/scripts/show/79003 WebUI Quick Add Torrent (Greasemonkey)]|| Adds a clickable icon on webpages to add torrents via Deluge WebUI|| 
     61 ||[http://userscripts.org/scripts/show/79003 WebUI Quick Add Torrent (Greasemonkey)]|| Adds a clickable icon on webpages to add torrents via WebUI|| 
    6262 ||[http://forum.deluge-torrent.org/viewtopic.php?f=9&t=38957&p=163277 Periscope Subtitle Script] || Uses [wiki:Plugins/Execute Execute] plugin to run a subtitle searching script based around [https://code.google.com/p/periscope/ Periscope] module 
    6363 ||[http://www.transdroid.org/download/using-deluge-on-ubuntu/ Transdroid]|| Manage your torrents from your Android device || 
     
    7171Download the egg file for the selected plugin.  
    7272 
    73 ''Note:'' Plugin eggs have the Python version encoded in their filename. For example the bold part of ''!MyPlugin-1.0-'''py2.6'''.egg'' shows this is an egg for Python 2.6, and will not be loaded if you're running a different Python version (such as 2.5 or 2.7). The bundled Python version for Windows users is ''2.6'' and for MacOSX Deluge.app users it is ''2.7''.  
     73''Notes:''  
     74 * Plugin eggs have the ''Python'' version encoded in the filename and will only load in Deluge if the versions match. (e.g. ''Plugin-1.0-'''py2.6'''.egg'' is a Python 2.6 egg.) 
     75  
     76 * Verify Python version with: `python --version`. The bundled ''Python'' version for ''Windows'' is ''2.6'' and for ''MacOSX Deluge.app'' it is ''2.7''. 
     77 
     78 * If a plugin does not have a Python version available it is usually possible to rename it to match your installed version (e.g. ''Plugin-1.0-'''py2.6'''.egg'' ''to'' ''Plugin-1.0-'''py2.7'''.egg'') and it will still run normally. 
    7479 
    7580=== GUI Install === 
     
    7883 
    7984Locate the downloaded egg file and select it.  
    80  
    8185 
    8286 
     
    101105---- 
    102106 
    103 == Obsolete Deluge Plugins (for v1.1.x) == 
     107== Obsolete Plugins (for v1.1.x) == 
    104108 
    105109 ||'''Name'''||'''Description'''||