Changes between Version 22 and Version 23 of Plugins/YaRSS2


Ignore:
Timestamp:
03/11/2015 03:34:49 PM (9 years ago)
Author:
bro
Comment:

Added link to plugin page about python versions

Legend:

Unmodified
Added
Removed
Modified
  • Plugins/YaRSS2

    v22 v23  
    3131== Links == 
    3232 
    33  * [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads Download] (Windows users need the download ending with ''py2.6.egg'') 
     33 * [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads Download] 
    3434 * [https://bitbucket.org/bendikro/deluge-yarss-plugin/overview Changelog] 
    3535 * [http://forum.deluge-torrent.org/viewtopic.php?t=39551 Forum thread] (if you need help) 
     
    3737== Getting started == 
    3838 
     39=== Download === 
     40 
     41Download YaRSS2 from the [https://bitbucket.org/bendikro/deluge-yarss-plugin/downloads bitbucket repo]. 
     42 
     43You 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. 
     44 
    3945=== Installing the plugin === 
    4046 
    41 The plugin egg file can be installed through Deluge, or it can be installed manually. 
     47The plugin egg file can be installed through the Deluge GTKUI, or it can be installed manually. 
    4248 
    4349See [http://dev.deluge-torrent.org/wiki/Plugins#InstallingPlugins instructions for how to install] 
     
    7379 * Title4: "My.Favourite.Series.S1E1.1080p.GROUP" 
    7480 
    75 ||Regex||Comment|| 
    76 ||My Favourite Series|| Matches Title1|| 
    77 ||My.Favourite.Series|| Matches all|| 
    78 ||My.Favourite.Series.*720p|| Matches Title1|| 
    79 ||My.Favourite.Series.*(720p|1080p)|| Matches all|| 
    80 ||My.Favourite.Series.S01E\d!{2}*1080p|| Matches Title3 (as well as any episode 00-99)|| 
    81 ||My.Favourite.Series.S01E\d{1,2}.*1080p|| Matches Title3 and Title4|| 
     81||Regex||Matche|| 
     82||My Favourite Series|| Title1|| 
     83||My.Favourite.Series|| all|| 
     84||.|| all|| 
     85||My.Favourite.Series.*720p|| Title1|| 
     86||My.Favourite.Series.*(720p|1080p)|| All|| 
     87||My.Favourite.Series.S01E\d!{2}*1080p|| Title3 (as well as any episode 00-99)|| 
     88||My.Favourite.Series.S01E\d{1,2}.*1080p|| Title3 and Title4|| 
    8289 
    8390== Troubleshooting == 
     
    97104The ''pass'' and ''uid'' keys are just examples, and might be named differently on your tracker. 
    98105 
    99 === Dealing with feeds that are missing a pubDate tag. === 
     106=== Dealing with feeds that are missing a pubDate tag === 
    100107 
    101108Some trackers publish RSS feeds that do not have the standard pubDate tag for each item that contains the timestamp of when the item was added to the feed.  Without this tag, YaRSS2 cannot process the feed, as it has no way of knowing a new item from an old one.  Most of these trackers DO include a timestamp somewhere in each item's entry, but if it's not in the pubDate tag, then YaRSS2 doesn't find it.  To solve this, you can contact the feed's publisher and request that they conform to the RSS standard and include the pubDate tag in their feed.  When they tell you to go pound sand, fear not.  There is a workaround that's fairly easy.  To add the pubDate tag into an existing RSS feed yourself, you can use a service from Yahoo called Pipes: