Changes between Version 24 and Version 25 of Plugins/YaRSS2
- Timestamp:
- 10/16/2019 03:57:13 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Plugins/YaRSS2
v24 v25 1 1 = YaRSS2 = 2 2 3 A RSS plugin for Deluge 1.3 configured through the GTKUI3 An RSS plugin for Deluge configured through the GTK client. 4 4 5 5 [[PageOutline(2-4,,inline)]] … … 12 12 * Sending emails on torrent(s) added, with the list of torrents in the message. 13 13 * 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. 15 15 * "Move completed", "Download location" and "Add Paused" options. 16 * Support for labeling torrents with the Label plugin. 16 17 * Log window containing info on what is going on. 17 18 * It runs on the daemon, so it will work well in a daemon/thin client setup. … … 19 20 Features that hopefully will be implement: 20 21 21 * Label torrents automatically22 22 * Smart episodes filtering including history to avoid the same episodes being added multiple times. 23 23 * Command line client 24 24 * Better search, maybe a helper to create regex filters. 25 26 === Deluge version support === 27 28 For Deluge v1.3.X, use YaRRS2 v1.X 25 29 26 30 Tested with Deluge 1.3.5 on: … … 29 33 * FreeBSD 10 (daemon) 30 34 35 For Deluge v2.X use YaRSS2 v2.X 36 37 Tested with Deluge 2.0.3 on: 38 * Ubuntu 18.04 39 40 31 41 == Links == 32 42 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) === 36 46 37 47 == Getting started == … … 41 51 Download YaRSS2 from the [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads bitbucket repo]. 42 52 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.53 You 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. 44 54 45 55 === Installing the plugin === 46 56 47 The plugin egg file can be installed through the Deluge GTK UI, or it can be installed manually.57 The plugin egg file can be installed through the Deluge GTK client, or it can be installed manually. 48 58 49 59 See [http://dev.deluge-torrent.org/wiki/Plugins#InstallingPlugins instructions for how to install] … … 53 63 54 64 Start 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.65 The "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. 56 66 57 67 === Subscription === 58 Subscriptions define the content you want to download from a RSS feed.68 Subscriptions define the content you want to download from an RSS feed. 59 69 The search is regex based, which enables extremely powerful search expressions. However, it's not always straight forward to define right. 60 70 … … 131 141 ||'''SMTP server'''||'''smtp.gmail.com'''|| 132 142 ||'''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 147 To send emails with gmail, you must create an app password for authentication. Using your account password is reported to cause problems. See 148 https://support.google.com/accounts/answer/185833?hl=en 135 149 136 150 == Running a server/seedbox with a Deluge daemon ==