Git Product home page Git Product logo

freenas-rss-extension's Introduction

freenas-rss-extension

An extension for FreeNAS written in PHP similar to Automatic. Automatically downloads and parses RSS feeds against a set of user defined filters. Allows for feed subscriptions and custom download directories for both feeds and filters. Filters are Perl Compatible Regular Expression allowing for extremely fine tuned filtering of feeds.

freenas-rss-extension's People

Contributors

zammitjames avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

freenas-rss-extension's Issues

Filer Match Occurs but Episode Match fails when S and E are lower case

What steps will reproduce the problem?
1. Review feed History to find matches in the logs, but episodes not downloaded.
2.
3.

What is the expected output? What do you see instead?
Expect a match on episode not yet downloaded, but instead they are skipped.

What version of the product are you using? On what operating system?
mostly the latest trunk files, on FreeNAS 0.7.1

Please provide any additional information below.
I made it work by changing one line in rss_cron.php to include the trailing 'i' 
in the Regular Expression

if(!preg_match('/\W(?:S0*(\d+)E0*(\d+)|0*(\d+)x0*(\d+)(?:\.0*(\d+))?)\W/', 
$item['title'], $match))

to

if(!preg_match('/\W(?:S0*(\d+)E0*(\d+)|0*(\d+)x0*(\d+)(?:\.0*(\d+))?)\W/i', 
$item['title'], $match))

Original issue reported on code.google.com by [email protected] on 28 Jul 2013 at 12:06

Error downloading "[torrent]" Message

What steps will reproduce the problem?
1. Install using instructions
2. Setup a feed and set download directory
3. Went to history and selected feed
4. Clicked the download link next to torrent name

What is the expected output?
I would expect it to say torrent started or something along the lines. I have 
never been able to setup an automatic or manual download yet.

What do you see instead?
The error message stating 'Error downloading "[torrent name]"'

What version of the product are you using?
19/11/2009

On what operating system?
FreeNAS 7.2

Please provide any additional information below.
I am assuming it is about file permissions but I don't know where to go from 
here.

Original issue reported on code.google.com by [email protected] on 17 Aug 2010 at 3:55

Filtered torrent don't move to the destination location defined in filter

What steps will reproduce the problem?
1.Define a filter
2.Choose a destination location for dowload
3.A file match de filter downloads but don't move after download to destination

What is the expected output? What do you see instead?

transmission-daemon: Modern.Family.S02E03.Earthquake.HDTV.XviD-FQM.avi error 
moving "/mnt/tmp/p2p//Modern.Family.S02E03.Earthquake.HDTV.XviD-FQM.avi" to 
"/mnt/tank/series/Modern Family/Season 
2//Modern.Family.S02E03.Earthquake.HDTV.XviD-FQM.avi": Bad file descriptor 
(torrent.c:2511)

What version of the product are you using? On what operating system?

Latest testing branch from SVN

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 7 Oct 2010 at 11:30

Typo in History view

What steps will reproduce the problem?
1. Access History
2. Select Feed with no history

What is the expected output? What do you see instead?
I expect the word "history" to be spelled correctly. It's spelled "histroy"
(Message: "There is no histroy, yet!")

Original issue reported on code.google.com by [email protected] on 6 Apr 2010 at 7:53

Smart Episode Filtering

What would you like to see added/changed?
Implement smart filtering so that duplicate episodes of a series will not
be downloaded multiple times.

What is the benefit of your suggestion?
Filters can't catch everything and even a fine tuned filter will likely
catch multiple copies of the same episode if the feed lists them.

Please provide any additional information below.
Formats that I've seen for Season/Episode delineation:
S[0-9]+E[0-9]+
[0-9]+x[0-9]+
[0-9]{4}x[0-9]{2}.[0-9]{2} Daily Shows

Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 4:14

Feed History written to config.xml

The history of any active feed gets written to the config.xml.
When several feeds are active at once, config.xml quickly grows to an
unacceptable size and causes the config file to be truncted during backup.

I suggest adding an entry for the location of history log in the Webgui
interface.  Please see associated Feature Request.

Original issue reported on code.google.com by [email protected] on 8 May 2009 at 1:50

Show Item Description

What would you like to see added/changed?
Clicking item title in History list expands to show the item description.

How would this improve your experience?
Allow the user to get more details on an item in the feed history before
choosing to download it.

What is the benefit of your suggestion?
Allows the user to make a more informed decision without having to leave
the RSS interface to get information on the item.

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 4:07

Permanent history log location

To provide a config entry for the feed history in the webgui.
This will negate the need to write to the config.xml preventing system
issues like corrupt system backup files and non system boots and allow
better handling of the data for history.

Original issue reported on code.google.com by [email protected] on 8 May 2009 at 1:53

PHP 5.4 incompatabilities

What steps will reproduce the problem?
1. Upgrade to Nas4Free 141 and PHP 5,4 breaks RSS extension
2.
3.

What is the expected output? What do you see instead?
Mainly issues with "&" in some files but also syntax error:
Fatal error: 'continue' operator with non-constant operand is no longer 
supported in /mnt/zfsroot/active/apps/RSS/www/ext/RSS/Torrent.php on line 323 


What version of the product are you using? On what operating system?
RSS-FreeNAS70-19122010

Please provide any additional information below.
I've fixed most but last file is beyond my skills.  Would you consider an 
update?

Original issue reported on code.google.com by [email protected] on 6 Jul 2012 at 7:57

It's gone once you reboot

What steps will reproduce the problem?
1. install just like described on this site
2. reboot
3. it's all gone! The extension tab, everything

What is the expected output? What do you see instead?
Expected: the interface i just installed to still be there. Output: it's gone.

What version of the product are you using? On what operating system?
Freenas 7.1

Please provide any additional information below.
None

Original issue reported on code.google.com by [email protected] on 18 Jul 2010 at 5:00

Warning: data() error when running cron job, and on installing.

What steps will reproduce the problem?
1. Run install.php
or 

2. execute cron.sh

What is the expected output? What do you see instead?

The cron job won't execute and I get an error message:
 "Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Australia/Melbourne' for 'EST/11.0/DST' instead in /mnt/system/torrents/RSS/install.php on line 29"

What version of the product are you using? On what operating system?

RSS extension downloaded 10/10, Freenas 7.2.86??

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 14 Oct 2011 at 7:05

"smart" does not work when episode format is like S01E01 (acts as already having)

What steps will reproduce the problem?
1. Setup a Feed and "smart" enabled Filter for shows which have episode
information in the format S01E01

What is the expected output? What do you see instead?
Expect it to match the Episode Numbers and download if not already
downloaded, instead it only downloads shows which use format 1x01 as the
episode format.

Please provide any additional information below.
RSS Debug log file reports the following:
[13 Nov 2009 22:17:09] Already have episode 

(i.e. fails to put the episode number on the end)


Original issue reported on code.google.com by [email protected] on 13 Nov 2009 at 12:45

Duplicate torrent is not error

What steps will reproduce the problem?
1. Manually add a torrent to Transmission.
2. Add a RSS feed with the same torrent to Extension.

What is the expected output? What do you see instead?
The Extension should just add this torrent as downloaded one to the history
despite of it is already have been added to Transmission. Actually it is
added as not downloaded one.

What version of the product are you using? On what operating system?


Please provide any additional information below.
Maybe some special treatment of Transmission duplicate torrent error should
be done.
Here's a patch with a variant of handling it.

Original issue reported on code.google.com by dar.quonb on 16 Nov 2009 at 9:16

Attachments:

Show date in history tab in local time

What would you like to see added/changed?
Convert RSS “pubdate” value to local time.

How would this improve your experience? What is the benefit of your
suggestion?
In my view it's easier to work with date when you needn't to add or
subtract timezone difference.

Please provide any additional information below.
Here's a patch with just a simple reformat of pubDate with strtotime() and
strftime().

Original issue reported on code.google.com by dar.quonb on 16 Nov 2009 at 9:24

Attachments:

No history saved for feeds

What steps will reproduce the problem?
1. Setup a feed
2. Setup a filter
3. Wait for a torrent to be added

What is the expected output? What do you see instead?
After the torrent is fully downloaded i remove the torrent but leave the 
data in the download folder. Next time the cronjob runs it re-adds the same 
torrent. The history is empty for all feeds.

What version of the product are you using? On what operating system?
Version 0.7RC1 Sardaukar (revision 4735)
Operativsystem   FreeBSD 7.2-RELEASE-p1 (revision 199506)
Plattform    i386-embedded on AMD Athlon(tm) 64 X2 Dual Core Processor 
3800+

Please provide any additional information below.
I'm suspecting some kind of access right problem but haven't solved it so 
far.

Original issue reported on code.google.com by [email protected] on 28 Oct 2009 at 6:40

Add filter from history

What would you like to see added/changed?
An option to add torrents and/or filters directly from the history list. 
click on the link and it's added to Transmission. Might be a bit more 
difficult to add a filter but would be a nice feature as well.

Original issue reported on code.google.com by [email protected] on 3 Nov 2009 at 7:17

Documentation for Filters

I would like to see more about how Filters are supposed to be used.  For
example, an RSS feed I use is
http://tvrss.net/search/index.php?distribution_group=combined&show_name=Burn+Not
ice&show_name_exact=true&filename=&date=&quality=&release_group=&mode=rss

I've set it up as a Feed in the list, but now what should I be filtering on?

Thanks!

Original issue reported on code.google.com by [email protected] on 9 Apr 2009 at 7:22

Feeds without isPermaLink do not work

What steps will reproduce the problem?
1. Add regular feed
2. Create filter "^Show Name -"
3. enable debugging

What is the expected output? What do you see instead?
Watching the cron job run regularly in the logs, all that's logged for 
"RSS" is "Getting feed Feed Name". No torrents are downloaded, no filters 
are matched.

What version of the product are you using? On what operating system?
RSS.tgz 19 March 2009 Beta 1 on FreeNAS 0.7 Sardaukar (revision 4427).

Please provide any additional information below.
I have feeds that both download everything ("subscribe" is set), and feeds 
that have filters. Neither are downloading.

Original issue reported on code.google.com by [email protected] on 20 Mar 2009 at 9:35

Add Filtered Torrent to transmission in Paused state

What would you like to see added/changed?
The ablility to have torrents added to transmission in paused state.

How would this improve your experience? What is the benefit of your
suggestion?
The benifit would be for those who want to auto download the torrent and
have it ready to go but not actually waste bandwidth before checking them
etc. Also would be benificial to anyone who wants to schedule unpause at a
given time (to reduce bandwidth conflict).

Please provide any additional information below.
The transmission web interface has this option for adding torrents
manually, so I'm hoping adding this would be easy enough.

Original issue reported on code.google.com by [email protected] on 11 May 2010 at 10:02

Delete from History

What would you like to see added/changed?
Allow items to be deleted from the History list

How would this improve your experience?


What is the benefit of your suggestion?


Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 5 Mar 2009 at 4:08

Full Install RSS and Extensions Tab Disappears

What steps will reproduce the problem?
1. Rebooting FreeNAS
2. Power outage
3.

What is the expected output? What do you see instead?
It's like everytime I reboot freeNAS the extension is uninstalled.


What version of the product are you using? On what operating system?
0.7 Khasadar (revision 4919) on FreeBSD 7.2-RELEASE-p4 (revision 199506)

Please provide any additional information below.
I have FreeNAS installed locally. First hard drive has OS and storage 
partition, second hard drive is just a storage mount.

I feel like this is something simple that I am doing wrong.

Original issue reported on code.google.com by [email protected] on 28 Dec 2010 at 3:36

  • Merged into: #30

Problem with Downloading Torrents which require cookies

What steps will reproduce the problem?
1. Add a Feed URL, and required cookie to download the rss, and enable
2. Setup a filter to match an entry

What is the expected output?
Expect matched torrent to be downloaded using the cookie specified for the feed 
and added to Transmission. 

What do you see instead?
Warning: file_get_contents(http://domain/download.php/thenameofthe.torrent): 
failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request in 
/mnt/VOL1/RSS/www/ext/RSS/rss_functions.inc on line 42 Warning: Cannot modify 
header information - headers already sent by (output started at 
/mnt/VOL1/RSS/www/ext/RSS/rss_functions.inc:42) in /usr/local/www/fbegin.inc on 
line 178 

What version of the product are you using? On what operating system?
FreeNAS 7.1.0

Please provide any additional information below.
Currently I can confirm the issue with two seperate rss feeds.

Original issue reported on code.google.com by [email protected] on 28 Jul 2010 at 1:34

ERROR Downloading torrents - feed does not download all available torrents

What steps will reproduce the problem?
1. Install using instructions
2. Setup a feed and set download directory (with filter)
3. Went to history and selected feed 
4. Not all available torrents via RSS showing


What is the expected output? What do you see instead?
Expecting to see a list of 15 or so torrents, showing 2-4

What version of the product are you using? On what operating system?
RSS-FreeNAS70-31072010 + Freenas 0.7.2 r5422    

Please provide any additional information below.
using this as a feed
http://isohunt.com/js/rss/the+young+and+restless?iht=-1
rsslog shows files found but in history its a different story and not all 
torrents downloaded

Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 3:32

Attachments:

Filter Match Occurs but Download Fails (when URL contains space characters)

What steps will reproduce the problem?
1. Click on the download link next to a matched item that has not downloaded
2.
3.

What is the expected output? What do you see instead?
Expect a success message at the top, instead it says failed - only files 
without spaces in the url work

What version of the product are you using? On what operating system?
mostly the latest trunk files, on FreeNAS 0.7.1

Please provide any additional information below.
I made it work by changing one line in rss_functions.inc

  $data = file_get_contents($url, false, $cntx);

I changed it to:
  $data = file_get_contents(str_replace(' ', '%20', $url), false, $cntx);

I know it's not pretty and I'm sure there's a better way to do this, but now 
the torrents that didn't work do so I'm a happy RSS downloader.

Original issue reported on code.google.com by [email protected] on 2 Jul 2013 at 12:21

Running RSS Cron Job freezes the FreeNAS WebGUI and never runs

What steps will reproduce the problem?
1.Add
"http://www.ezrss.it/search/index.php?simple&show_name=The+Office&mode=rss"
2. No filter, download all 
3. Manually force cron job. (it will never run automatically for some
reason...)

What is the expected output? What do you see instead?

I expect to get the RSS feed history and have the items download in
Transmission. 

What version of the product are you using? On what operating system?

Most recent version. Latest nightly build of FreeNAS. 

Please provide any additional information below.

I would like to get this working for Fall TV shows!! :) I have just dealt
with it not working for the past few months. Not sure what broke it or why
it stopped, but the cron job stopped working a while back. Was not sure if
any new development would be made on this.... 

Original issue reported on code.google.com by BMcClure937 on 1 Sep 2009 at 2:56

Extensions menu wont open

What steps will reproduce the problem?
1. Install using instructions
2. Refresh the page or even reboot
3. Hover over the extensions menu

What is the expected output? What do you see instead?
I would expect to see the extensions menu open and be able to select RSS, 
instead I see only the hover state of the button with no menu below it.

What version of the product are you using? On what operating system?
FreeNAS 8.9
Downloaded RSS-FreeNAS70-31072010.tgz (renamed to RSS.tgz) and 
install-FreeNAS70.php (renamed to install.php)

Please provide any additional information below.
Setup seemed to go alright up until the point of opening the Extensions menu.

Original issue reported on code.google.com by [email protected] on 3 Dec 2010 at 7:31

Seperate enable "downloading" and enable "filtering" of feeds

What would you like to see added/changed?
Seperate options in the feed setup for "Enable Downloading of feed" and "Enable 
filtering of feed"

How would this improve your experience? What is the benefit of your
suggestion?
At the moment enabling a feed to download and be filtered is a single option, 
but it might actually useful to have a feed download but not get filtered 
automatically (ie. only enabled for manual download of selected torrents)

Original issue reported on code.google.com by [email protected] on 14 Jul 2010 at 11:42

Wrong CSS class for leftmost header cells

What steps will reproduce the problem?
1. Open “Feeds”, “Filters” or “History” tab.

What is the expected output? What do you see instead?
The leftmost header cell should have a vertical line on its left side but
it hasn't.

What version of the product are you using? On what operating system?


Please provide any additional information below.
All these header cells have “listhdrr” class instead of “listhdrlr”.
Here is a patch to fix the problem.

Original issue reported on code.google.com by dar.quonb on 16 Nov 2009 at 8:58

Attachments:

Errors Flooding Log in FreeNAS .7

What steps will reproduce the problem?
1. FreeNAS .7
2. RSS Extension
3. rss_cron.php 

What do you see instead?

"Warning messages" flooding the error log because config changes cause this
to happen in FreeNAS .7... since the rss_cron.php writes to the config file
every time it runs, it causes these warning messages to be written to the
error log (very distracting) every 15 minutes (or whenever the cron job is
scheduled for)

What version of the product are you using? On what operating system?

Latest RSS Extension and FreeNAS .7 (any version, but I am using latest
nightly)

Please provide any additional information below.

Follow this link for more detail in my thread on the FreeNAS forums :
https://sourceforge.net/apps/phpbb/freenas/viewtopic.php?f=78&t=3975

Original issue reported on code.google.com by BMcClure937 on 29 Sep 2009 at 2:27

Move required files off of the mount point.

What would you like to see added/changed?

Extension resources moved off of the mount point. For example, I would expect 
the extension to not use symlinks pointing to the mount point. Instead move the 
required files to the system file system.


How would this improve your experience? What is the benefit of your
suggestion

My reasoning being that my /mnt/HardDrive/... is only used for data - no system 
files. In my current setup I'm booting freeNAS from a USB drive and my mounted 
hard drive(s) are for data (only) and I don't want the two to be mixed up. From 
what I can tell, the symlinks don't offer any benefit compared to moving the 
*.php files directly into www directory.

Original issue reported on code.google.com by [email protected] on 14 Oct 2010 at 4:38

ERROR Downloading torrents + In "History Tab" red dash in showing

What steps will reproduce the problem?
1. Install using instructions
2. Setup a feed and set download directory (no filter)
3. Went to history and selected feed
4. Clicked the download link next to torrent name (red dash is showing)


What is the expected output? What do you see instead?
Expecting to see tick in box, Instead see "red dash" and get error message 
stating 'Error downloading "[torrent name]" 

What version of the product are you using? On what operating system?
RSS-FreeNAS70-31072010 + Freenas 0.7.2 r5422    

Please provide any additional information below.
Some torrents will be downloaded but will still show red dash in history.
If red dash is clicked on, 95% of the time the torrent will download but will 
still show red dash in history.

Original issue reported on code.google.com by [email protected] on 2 Dec 2010 at 3:21

Add a "Recent Downloads" Page

Trying to see what has recently been downloaded is cumbersome with the History 
page as you need to look through each feed.

Attached is a patch which makes three changes:
1. Modifies rss_cron.php to add a downloadDate (equal to now) to the item 
before saving it
2. Modifies rss_class_history.php to set the downloadDate to be pubDate, if it 
is not set.
3. Adds rss_recent.php which shows the 20 most recently downloaded items.

You probably want to review the patch as PHP is not my native language.

Original issue reported on code.google.com by [email protected] on 4 Oct 2010 at 8:52

Attachments:

installs fine in 9.1.0.1 - Sandstorm (revision 636), but fatal errors prevent anything from working

What steps will reproduce the problem?
1. on the Extensions|RSS|Feeds screen, in the "name" and "url" table i get 
"illegal string offset" in rss_feed_manage.php on lines 56 & 57 respectively
2. clicking to edit or add a feed bring up a new page with "Fatal error: 
Call-time pass-by-reference has been removed in rss_feed_edit.php on line 53"
3. clicking on the Filters and History tabs both bring up a page with "Fatal 
error: 'continue' operator with non-constant operand is no longer supported in 
/mnt/RAID1/RSS/www/ext/RSS/Torrent.php on line 323"

What is the expected output? What do you see instead?
i've checked those lines in the files referenced, but i don't really know what 
i'm looking at, but line 53 in rss_feed_edit.php is blank (4 spaces)

What version of the product are you using? On what operating system?
9.1.0.1 - Sandstorm (revision 636) full x64

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 4 May 2013 at 10:28

Attachments:

Doesnt work with RSS feed (without .torrent on the end of the download bit).

What steps will reproduce the problem?
1. Adding a Gazelle site RSS feed (feed has no .torrent on the end).
2. Adding a feed that has no .torrent in the download bit.
3.

What is the expected output? What do you see instead?
Should list torrents, doesnt. uTorrent does work with this feed, along with 
Deluge.

What version of the product are you using? On what operating system?
RSS-FreeNAS70-19112009.tgz

Please provide any additional information below.



Original issue reported on code.google.com by [email protected] on 8 Oct 2010 at 7:41

http://tvrss.net/feed/eztv/ doesn't have a history when added

What steps will reproduce the problem?
1. new feed
2. link => http://tvrss.net/feed/eztv/
3. wait for it not working and not showing any history at all

What is the expected output? What do you see instead?
expected to see a list of the tv shows updated everyday, so i can then filter 
and download 
episodes. Instead, i only get one result. Perhaps the first torrent it finds?

What version of the product are you using? On what operating system?
freeNAS > latest

Please provide any additional information below.
No additional information.

Original issue reported on code.google.com by [email protected] on 30 Apr 2009 at 8:58

Unable to download all new feed items

Hi... I'm having this weird problem.

When I add a new feed, give it a name, an URL, download dir, and check both the 
checkboxes (what 
I want is to download all the feed items), hit save and when I come back to see 
if everything was 
saved successfully, it turns out the Subscribe checkbox is unchecked and the 
Download Directory 
field is empty.

So... It seems I can't download all feed items automatically :-(

Any help would be appreciated.

Thanks,
wes

Original issue reported on code.google.com by [email protected] on 17 Mar 2009 at 11:45

Filter Errors (when removing the associated feed)

What steps will reproduce the problem?
1. Create RSS Feed
2. Create filters for that feed
3. Delete the RSS Feed

What is the expected output? What do you see instead?
I would expect the filters to remain, but not have errors... I am unsure
how you would handle this. Once I add a new feed, the errors go away and I
can edit the filters to use the new feed. 


What version of the product are you using? On what operating system?
Latest version on FreeNAS latest nightly. .7.2021

Please provide any additional information below.

Original issue reported on code.google.com by BMcClure937 on 13 May 2009 at 12:13

Email with info on automatically added torrents.

What would you like to see added/changed?
Option to send a Email  with the torrent that has been added when adding from 
RSS automatically.

How would this improve your experience? What is the benefit of your
suggestion?
Knowing when your at work or out and about when and what torrents are added is 
handy and serious geek-cred!

Please provide any additional information below.
Ive taken some PHP classes from a FreeNAS disk-notifier script and modded in 
email support for myself.  With these two PHP classes (class.phpgmailer.php and 
class.smtp.php) it was reasonably easy to mod in a email into rss_cron.php 
(line 136)
Im happy to share this code however im sure youll rather work it into a future 
version properly.

Original issue reported on code.google.com by [email protected] on 27 Jun 2010 at 12:47

RSS Feed Preview

This is not a problem with the current version, it is a feature request. 

I would like to see the ability to preview the RSS feed from the WebGUI for
the RSS Extension. For example, I have attached a screenshot of what
Automatic (on my Mac) does... 

This would be nice so that you can see what your feed is bringing back and
how your filters are affecting what the feed is returning. 

Original issue reported on code.google.com by BMcClure937 on 20 Mar 2009 at 1:28

Attachments:

RSS extension not logging history with latest build and freenas .7

What steps will reproduce the problem?
1. Embedded build of .7 with latest rss extension download
2. Add feed to rss extension
3. Look at history and an error pops up

What is the expected output? What do you see instead?
The extension doesn't work with freenas .7

What version of the product are you using? On what operating system?
latest version of extension, freenas .7

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 15 Oct 2009 at 2:10

UL Ratio Setting

What would you like to see added/changed?

Currently, when setting up an RSS feed you can specify download
directory... which is one of my favorite features. I think it would also
beneficial to allow the user to set a "seed ratio" for their feed. 


How would this improve your experience? What is the benefit of your
suggestion?

For example, my global seeding ratio in Transmission is set to unlimited
because I use private trackers and usually seed my torrents for extended
periods of time once they have finished downloading. 

My suggestion is beneficial because I download most of my RSS subcriptions
from public trackers (TV Shows) because of the convenience. I usually
contribute to the swarm by seeding to a 1.0 ratio but I currently have to
manually monitor this and stop the download. 

I think it would be beneficial to be able to configure this as a setting
for the feed in the RSS Extension so that all of the downloading is
automated and the user never has to touch the Transmission WebGUI and worry
about torrents seeding indefinitely. This would greatly help those using
private trackers who have set the global UL ratio to unlimited. 


Please provide any additional information below.


Thank you for taking this into consideration. I think it will be highly
beneficial!

Original issue reported on code.google.com by BMcClure937 on 8 Oct 2009 at 8:58

Adding multiple filters and feeds

What steps will reproduce the problem?
1. Add multiple RSS feed URLS
2. Click the edit icon next to one

What is the expected output? What do you see instead?
I expect to edit the feed/filter I selected, but instead the Extension
takes me into the edit page for a different feed/filter. (the edit buttons
do not initially match up with the correct feed and causes confustion)

What version of the product are you using? On what operating system?
Latest RSS Extension and latest FreeNAS Nightly (.7.6021)

Please provide any additional information below.

Original issue reported on code.google.com by BMcClure937 on 11 May 2009 at 10:33

RSS page doesn't load.

What steps will reproduce the problem?

1. Changed permissions:

$ chmod 777 /mnt/Mungous/RSS/install.php

2. Ran install.php:

$ /mnt/Mungous/RSS/install.php
X-Powered-By: PHP/5.2.8
Content-type: text/html

Extracting RSS.tgz
Linking www/rss_feed_edit.php as /usr/local/www/extension_rss_feed_edit.php
Linking www/rss_feed_manage.php as /usr/local/www/extension_rss_feed_manage.php
Linking www/rss_filter_edit.php as /usr/local/www/extension_rss_filter_edit.php
Linking www/rss_filter_manage.php as
/usr/local/www/extension_rss_filter_manage.php
Linking www/rss_history.php as /usr/local/www/extension_rss_history.php
Linking ext directory
Looking for cron job...found
Saving configuration changes


Finished installing the RSS extension for transmission.  Please bear
in mind that this extension pulls most of transmission's settings
from FreeNAS' XML configuration file.  If you have modified the
transmission installation, you may need to modify
/mnt/Mungous/RSS/www/ext/rss_functions.inc
to reflect your changes.  Look at the $TRANSMISSION variable at the
top of the file.

3.

What is the expected output? What do you see instead?

I expect the page to load, but instead see this:

Warning: require_once(auth.inc): failed to open stream: No such file or
directory in /mnt/Mungous/RSS/www/rss_feed_manage.php on line 3 Fatal
error: require_once(): Failed opening required 'auth.inc'
(include_path='.:/etc/inc:/usr/local/www') in
/mnt/Mungous/RSS/www/rss_feed_manage.php on line 3 


What version of the product are you using? On what operating system?

RSS-FreeNAS70-19112009.tgz
install-FreeNAS70.php

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 9 Dec 2009 at 1:46

"Last Checked" does not show anything

What steps will reproduce the problem?
1. Open the RSS Entention, to show the list of Feeds

What is the expected output? What do you see instead?
I would assume to see a date/time for when the feed was last checked, but
instead the fields are blank for all feeds.

What version of the product are you using? On what operating system?
RSS-0711200901.tgz on both FreeNAS 0.69.2 Embedded and 0.7RC1 Embedded

Please provide any additional information below.
Everything appears to work ok, feeds are checked and downloads happening,
just no display of the last date/time the feed was checked.

Original issue reported on code.google.com by [email protected] on 17 Sep 2009 at 11:58

RSS Feed Preview

This is not a problem with the current version, it is a feature request. 

I would like to see the ability to preview the RSS feed from the WebGUI for
the RSS Extension. For example, I have attached a screenshot of what
Automatic (on my Mac) does... 

This would be nice so that you can see what your feed is bringing back and
how your filters are affecting what the feed is returning. 

Original issue reported on code.google.com by BMcClure937 on 20 Mar 2009 at 1:28

Attachments:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.