Vuze Forums

Full Version: set_rssenable
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
set_rssenable [yes|no]  : Enable/disable RSS feed generation for the tag

After setting the rssenable to yes for a tag in my console, where do I find the url for the created RSS feed or what is the default URL template for the RSS feed in order to add the RSS feed. 
The feeds are published to


http://127.0.0.1:6906/tags

you need to enable/configure the overall RSS feed generation stuff (usually found under Tools->Options->Local RSS etc)

the config keys associated with this are prefixed with 'Plugin.azintrss.'

e.g.

Plugin.azintrss.Enable  - boolean
Plugin.azintrss.access - string   (set to "all" to allow access from any IP, for example, as the default is local (127.0.0.1) only)