RSS feed for torrenting

First post - just got the NAS and added 2x4TB drives mirrored. All’s working good and I’m loving the transmission integration … although how can I add RSS auto downloading? That would make it!

https://flexget.com - has anybody got the latest version working?

Get entware (use search bar)
Enable SSH.

opkg install python-pip

Use flexget global install instructions.

Fantastic! thanks !!

@RichieBoy69

Also possible to get sickrage / sickbeard / medusa working with entware as well for TV Shows and couch potato for movies.

Cheers,

JediNite

Many thanks … I followed the instructions, but perhaps I missed something or there is another step?

root@Server4 / # flexget daemon start
Traceback (most recent call last):
File “/opt/bin/flexget”, line 7, in
from flexget import main
File “/opt/lib/python2.7/site-packages/flexget/init.py”, line 12, in
from flexget.manager import Manager
File “/opt/lib/python2.7/site-packages/flexget/manager.py”, line 31, in
from flexget.utils.sqlalchemy_utils import ContextSession # noqa
File “/opt/lib/python2.7/site-packages/flexget/utils/sqlalchemy_utils.py”, line 6, in
from past.builtins import basestring
File “/opt/lib/python2.7/site-packages/past/init.py”, line 88, in
from past.translation import install_hooks as autotranslate
File “/opt/lib/python2.7/site-packages/past/translation/init.py”, line 41, in
from lib2to3.pgen2.parse import ParseError
> ImportError: No module named lib2to3.pgen2.parse
root@Server4 / #

used

pip uninstall flexget

and then

pip install -I flexget==1.2.521

— it’s loading, but still having a few issues configuring it? e.g. where is the config file located?

Latest issue … any help appreciated!

root@Server4 root # flexget daemon start
2018-02-11 21:36 WARNING manager Your locale declares ascii as the filesystem encoding. Any plugins reading filenames from disk will not work properly for filenames containing non-ascii characters. Make sure your locale env variables are set up correctly for the environment which is launching FlexGet.
2018-02-11 21:36 CRITICAL plugin Exception while loading plugin flexget.plugins.search_publichd
2018-02-11 21:36 ERROR plugin ‘module’ object has no attribute ‘_base’
Traceback (most recent call last):
File “/opt/lib/python2.7/site-packages/flexget/plugin.py”, line 381, in _load_plugins_from_dirs
import(module_name)
File “/opt/lib/python2.7/site-packages/flexget/plugins/search_publichd.py”, line 11, in
from flexget.utils.soup import get_soup
File “/opt/lib/python2.7/site-packages/flexget/utils/soup.py”, line 2, in
from bs4 import BeautifulSoup
File “/opt/lib/python2.7/site-packages/bs4/init.py”, line 30, in
from .builder import builder_registry, ParserRejectedMarkup
File “/opt/lib/python2.7/site-packages/bs4/builder/init.py”, line 314, in
from . import _html5lib
File “/opt/lib/python2.7/site-packages/bs4/builder/_html5lib.py”, line 70, in
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: ‘module’ object has no attribute ‘_base’
Traceback (most recent call last):
File “/opt/bin/flexget”, line 11, in
sys.exit(main())
File “/opt/lib/python2.7/site-packages/flexget/init.py”, line 37, in main
manager.start()
File “/opt/lib/python2.7/site-packages/flexget/manager.py”, line 307, in start
self.initialize()
File “/opt/lib/python2.7/site-packages/flexget/manager.py”, line 181, in initialize
plugin.load_plugins(extra_dirs=[os.path.join(self.config_base, ‘plugins’)])
File “/opt/lib/python2.7/site-packages/flexget/plugin.py”, line 425, in load_plugins
_load_plugins_from_dirs(extra_dirs)
File “/opt/lib/python2.7/site-packages/flexget/plugin.py”, line 381, in _load_plugins_from_dirs
import(module_name)
File “/opt/lib/python2.7/site-packages/flexget/plugins/search_publichd.py”, line 11, in
from flexget.utils.soup import get_soup
File “/opt/lib/python2.7/site-packages/flexget/utils/soup.py”, line 2, in
from bs4 import BeautifulSoup
File “/opt/lib/python2.7/site-packages/bs4/init.py”, line 30, in
from .builder import builder_registry, ParserRejectedMarkup
File “/opt/lib/python2.7/site-packages/bs4/builder/init.py”, line 314, in
from . import _html5lib
File “/opt/lib/python2.7/site-packages/bs4/builder/_html5lib.py”, line 70, in
class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder):
AttributeError: ‘module’ object has no attribute ‘_base’

Anybody been able to get flexget working? Been playing/tweaking it for a few weeks, but with no joy.

@RichieBoy69

This is one reason I gave up trying to use it. Very complicated syntax and the like. What sort of feeds are you wanting to process ? If it is to use for TV show torrents for example, you could look at using Sickrage (or one of it’s many clones), or for Movies, look at Couch Potato.

JediNite