Package Details: flexget 3.18.38-1

Git Clone URL: https://aur.archlinux.org/flexget.git (read-only, click to copy)
Package Base: flexget
Description: A program aimed to automate downloading or processing content (torrents, podcasts, etc.) from different sources like RSS-feeds, html-pages, various sites and more.
Upstream URL: https://github.com/Flexget/Flexget
Licenses: MIT
Submitter: jonkristian
Maintainer: evine
Last Packager: evine
Votes: 77
Popularity: 0.000758
First Submitted: 2009-09-11 19:38 (UTC)
Last Updated: 2026-01-16 16:14 (UTC)

Pinned Comments

evine commented on 2024-10-22 00:36 (UTC) (edited on 2024-10-26 00:26 (UTC) by evine)

@cmm11 I added this file /usr/lib/systemd/system/flexget.service with the intention of reducing the running permissions for users who use flexget-webui. Users using the webui can directly run command within the webui. If you have to run these commands from the command line, traditional su cannot do it because the shell of the flexget user is /usr/bin/nologin and login is prohibited.

  • You can run sudo -u flexget flexget -c /var/lib/flexget/config.yml execute --task task_name

  • Or You can use the gosu that I just packaged to implement: sudo gosu <user>:<group> <command>, for example: sudo gosu flexget:flexget flexget -c /var/lib/flexget/config.yml execute --task task_name.

If you are using /usr/lib/systemd/system/flexget.service, you can add a alias in your shell rc file: alias flexget="sudo -u flexget /usr/bin/flexget -c /var/lib/flexget/config.yml or alias flexget="sudo gosu flexget:flexget /usr/bin/flexget -c /var/lib/flexget/config.yml".

evine commented on 2024-10-19 04:50 (UTC) (edited on 2025-04-14 15:19 (UTC) by evine)

After taking over Flexget, I had

  • Added flexget-webui and flexget-webui-v1 in optdepends, you can install and enable webui if you need. When using webui, it is recommended to use /usr/lib/systemd/system/flexget.service I have newly added.
  • Fixed dependency packages.
  • Added /usr/lib/systemd/system/flexget.service to run as a system user, the original methods that run as normal user still exists: /usr/lib/systemd/system/flexget@.service and /usr/lib/systemd/user/flexget.service.

If upgrade fail, you should remove old flexget first, and reinstall.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 .. 25 Next › Last »

tsipizic commented on 2017-11-23 08:52 (UTC)

You need to add the following dependency community/python2-jaraco Thanks!

soker commented on 2017-09-14 17:45 (UTC)

File "/usr/bin/flexget", line 6, in <module> from pkg_resources import load_entry_point File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3074, in <module> @_call_aside File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3058, in _call_aside f(*args, **kwargs) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3087, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 664, in _build_master ws.require(__requires__) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 981, in require needed = self.resolve(parse_requirements(requirements)) File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 867, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'pathlib>=1.0' distribution was not found and is required by FlexGet Add python2-pathlib as a dependency to fix it.

jarondl commented on 2017-08-14 13:00 (UTC)

This has nothing to do with this package. You are using some AUR manager that auto-installs dependencies, and you had a problem with python-tzlocal. Even this problem is probably transient, because I had no problem running: git clone https://aur.archlinux.org/python-tzlocal.git

ANASTlEL commented on 2017-08-13 17:31 (UTC)

Building python-tzlocal... Cloning into 'python-tzlocal'... fatal: unable to access 'https://aur.archlinux.org/python-tzlocal.git/': The requested URL returned error: 502

sleduc commented on 2017-05-21 09:39 (UTC)

I updated the package to 2.10.48 and applied your fix for the dependency on guessit. It seems to work, hoping that using this version of guessit will not create too many bugs... but I guess it will still be better than not being able to install it at all :)

je-vv commented on 2017-05-15 01:40 (UTC)

Also, if porting to python (python3), then the patch for requirements.txt should be modified to remove dep on pahtlib: https://github.com/Flexget/Flexget/issues/1822 Like: % cat requirements.patch diff -Naur Flexget-2.10.14-old/requirements.txt Flexget-2.10.14/requirements.txt --- Flexget-2.10.14-old/requirements.txt 2017-05-14 19:27:31.385094023 -0600 +++ Flexget-2.10.14/requirements.txt 2017-05-14 19:28:29.416874195 -0600 @@ -11,12 +11,10 @@ jinja2 # There is a bug in requests 2.4.0 where it leaks urllib3 exceptions requests>=2.8.0, <3.0 -#Guessit requires python-dateutil<=2.5.2 python-dateutil>=2.5.3 jsonschema>=2.0 path.py>=8.1.1 -pathlib>=1.0 -guessit<=2.0.4 +guessit>=2.1.2 apscheduler>=3.2.0 terminaltables>=3.1.0 colorclass>=2.2.0

je-vv commented on 2017-05-15 00:54 (UTC)

Well, the owner could apply: https://github.com/Flexget/Flexget/pull/1398/files The guys from flexget have accepted and rejected it... People from gentoo indicates compiles and works. There's also a indication of 3 tests failing... I suggest applying the changes so the flexget keeps working on Arch, but also keep track of: https://github.com/Flexget/Flexget/issues/1804 https://github.com/Flexget/Flexget/pull/1398 I seen no reason either not to move to python, rather than keep using python2...

IamCarbonMan commented on 2017-03-29 15:35 (UTC)

Install fails with: error: target not found: python2-guessit<=2.0.4

highway commented on 2016-09-01 02:28 (UTC)

@redbaron i just re-read the comment, maybe you can report that to them on their site? open a new issue and report that.