Changes between Version 24 and Version 25 of Plugins/YaRSS2


Ignore:
Timestamp:
10/16/2019 03:57:13 PM (5 years ago)
Author:
bro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plugins/YaRSS2

    v24 v25  
    11= YaRSS2 = 
    22 
    3 A RSS plugin for Deluge 1.3 configured through the GTKUI 
     3An RSS plugin for Deluge configured through the GTK client. 
    44 
    55[[PageOutline(2-4,,inline)]] 
     
    1212 * Sending emails on torrent(s) added, with the list of torrents in the message. 
    1313 * Multiple (email message) notifications can be created and applied to different subscriptions. 
    14  * Search using regex, one field for inclusion and one for exclusion. (Maybe some simpler search method should be added?) 
     14 * Search using regex, one field for inclusion and one for exclusion. 
    1515 * "Move completed", "Download location" and "Add Paused" options. 
     16 * Support for labeling torrents with the Label plugin. 
    1617 * Log window containing info on what is going on. 
    1718 * It runs on the daemon, so it will work well in a daemon/thin client setup. 
     
    1920Features that hopefully will be implement: 
    2021 
    21  * Label torrents automatically 
    2222 * Smart episodes filtering including history to avoid the same episodes being added multiple times. 
    2323 * Command line client 
    2424 * Better search, maybe a helper to create regex filters. 
     25 
     26=== Deluge version support === 
     27 
     28For Deluge v1.3.X, use YaRRS2 v1.X 
    2529 
    2630Tested with Deluge 1.3.5 on: 
     
    2933 * FreeBSD 10 (daemon) 
    3034 
     35For Deluge v2.X use YaRSS2 v2.X 
     36 
     37Tested with Deluge 2.0.3 on: 
     38 * Ubuntu 18.04 
     39 
     40 
    3141== Links == 
    3242 
    33  * [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads Download] 
    34  * [https://bitbucket.org/bendikro/deluge-yarss-plugin/overview Changelog] 
    35  * [http://forum.deluge-torrent.org/viewtopic.php?t=39551 Forum thread] (if you need help) 
     43=== [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads Download] === 
     44=== [https://bitbucket.org/bendikro/deluge-yarss-plugin/src/master/CHANGELOG.md Changelog] === 
     45=== [http://forum.deluge-torrent.org/viewtopic.php?t=39551 Forum thread] (if you need help) === 
    3646 
    3747== Getting started == 
     
    4151Download YaRSS2 from the [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads bitbucket repo]. 
    4252 
    43 You must download the egg that matches your python version (Python 2.6 or 2.7). See [http://dev.deluge-torrent.org/wiki/Plugins#InstallingPlugins] for details if you are unsure. 
     53You must download the egg that matches your python version (e.g. py3.6.egg for python 3.6). See [http://dev.deluge-torrent.org/wiki/Plugins#InstallingPlugins] for details if you are unsure. 
    4454 
    4555=== Installing the plugin === 
    4656 
    47 The plugin egg file can be installed through the Deluge GTKUI, or it can be installed manually. 
     57The plugin egg file can be installed through the Deluge GTK client, or it can be installed manually. 
    4858 
    4959See [http://dev.deluge-torrent.org/wiki/Plugins#InstallingPlugins instructions for how to install] 
     
    5363 
    5464Start by registering a RSS feed in the tab "RSS Feeds". Make sure the links link to torrent files, and not a new HTML page. 
    55 The "Update time" is how often this feed is checked. It depends how often the feeds are updated, but usually, between 60-120 should be good. The minimum value is 15 minutes, to avoid overloading the server. 
     65The "Update time" is how often this feed is checked. It depends on how often the feeds are updated, but usually, between 60-120 minutes should suffice. The minimum value is 5 minutes, to avoid overloading the server. 
    5666 
    5767=== Subscription === 
    58 Subscriptions define the content you want to download from a RSS feed. 
     68Subscriptions define the content you want to download from an RSS feed. 
    5969The search is regex based, which enables extremely powerful search expressions. However, it's not always straight forward to define right. 
    6070 
     
    131141||'''SMTP server'''||'''smtp.gmail.com'''|| 
    132142||'''Port'''||'''587'''|| 
    133 ||'''Username'''||'''name @ gmail.com'''|| 
    134 ||'''From email address'''||'''same as your email address'''|| 
     143||'''From email address'''||'''name @ gmail.com'''|| 
     144||'''Username'''||'''same as your email address'''|| 
     145||'''Password'''||'''app password'''|| 
     146 
     147To send emails with gmail, you must create an app password for authentication. Using your account password is reported to cause problems. See 
     148https://support.google.com/accounts/answer/185833?hl=en 
    135149 
    136150== Running a server/seedbox with a Deluge daemon ==