tresni / freenas-rss-extension

Automatically exported from code.google.com/p/freenas-rss-extension
0 stars 0 forks source link

Unable to download all new feed items #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 roche...@gmail.com on 17 Mar 2009 at 11:45

GoogleCodeExporter commented 9 years ago
What's the name & download directory?  Feed shouldn't matter, so we'll start 
there.

Original comment by tre...@gmail.com on 19 Mar 2009 at 5:41

GoogleCodeExporter commented 9 years ago
The download dir is just "/mnt/Samsung/Transmission/torrentfiles/"

I should mention that I restarted the NAS and the RSS extension was just gone 
and had to install it again.

Could it be something related to permissions or the fact that I changed the 
"Configuration directory" setting in 
Transmission settings?

Thanks

Original comment by roche...@gmail.com on 19 Mar 2009 at 5:57

GoogleCodeExporter commented 9 years ago
I re-installed it... and restarted the NAS... and the extension is gone again.

Don't know what's going on...

Original comment by roche...@gmail.com on 19 Mar 2009 at 6:19

GoogleCodeExporter commented 9 years ago
Sounds like you are using the full version (LiveCD) which means everything is 
written
to a RAM disk (unless you are using a USB stick or something to write the
configuration to.)  That means you will need to reinstall the extension every 
time
you reboot.  That's not a defect, just the way FreeNAS works.  If you are 
writing
your configuration to an external device, then you can install a boot script 
that
will reinstall the extension for you.  All the settings are saved as part of the
system configuration.

To automate the reinstall do the following:
1. In System|Advanced screen, select the Command Scripts tab
2. Click the plus sign (+) to add a new command script
3. Set the type to "PostInit"
4. In the command put "php /mnt/INSTALLDIR/install.php"
5. Click "Add"

That should automatically launch the install script whenever FreeNAS reboots. 
Changing the configuration directory for transmission has now affect on this
extension, it uses FreeNAS's configuration system to save its settings.

Original comment by tre...@gmail.com on 19 Mar 2009 at 6:31

GoogleCodeExporter commented 9 years ago
Hi, thanks for the response.

Actually... FreeNAS is installed on a partition disk... and all my settings 
remain after I reboot. Except for the RSS 
Extension.

The feeds I added are still there when I reinstall the RSS Extension.

Original comment by roche...@gmail.com on 19 Mar 2009 at 6:36

GoogleCodeExporter commented 9 years ago
I'm running from the LiveCD, so I created a command script to reinstall upon 
reboot. 
Feeds are there, but as the original post states, I can't save the Subscribe or 
Download Directory settings in the feed. I'm forced to filter on everything 
(using 
".*" as the filter) if I want to download everything in the feed.

Original comment by ste...@gmail.com on 19 Mar 2009 at 6:42

GoogleCodeExporter commented 9 years ago
Is it an embedded install or full install?  Full uses a ramdisk which would 
explain
why the extension doesn't appear on reboot.  I don't see why it wouldn't stick 
around
on embedded, but I don't use embedded so I'd need user feedback for that.

Either way, if it's not showing up, use the Command Script I supplied to 
reinstall
the extension on reboot.  I know the ccxstream extension tells users to setup a
command script either way, so it may not matter if you use full or embedded.

Original comment by tre...@gmail.com on 19 Mar 2009 at 6:42

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Okay the subscribe settings isn't currently working because of a mistake at 
Line 61
of rss_feed_edit.php (
http://code.google.com/p/freenas-rss-extension/source/browse/trunk/www/rss_feed_
edit.php#61
).  I'll get that fixed tonight.  And apparently somewhere in time I stopped 
saving
the directory for new feeds.  So those 2 settings are all my fault and will be 
fixed
tonight.

Original comment by tre...@gmail.com on 19 Mar 2009 at 6:53

GoogleCodeExporter commented 9 years ago
Awesome... looking forward to it.

And thanks a lot for such a great addition!

Original comment by roche...@gmail.com on 19 Mar 2009 at 6:55

GoogleCodeExporter commented 9 years ago
Yeah, and thanks for taking care of the issue so quickly!

Original comment by ste...@gmail.com on 19 Mar 2009 at 7:00

GoogleCodeExporter commented 9 years ago
Fixed in r38.  New RSS.tgz to be uploaded in a moment.

Original comment by tre...@gmail.com on 19 Mar 2009 at 10:54