Package Details: flexget 3.13.7-2

Git Clone URL: https://aur.archlinux.org/flexget.git (read-only, click to copy)
Package Base: flexget
Description: FlexGet is 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: 76
Popularity: 0.21
First Submitted: 2009-09-11 19:38 (UTC)
Last Updated: 2025-01-07 03:48 (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 2024-10-22 01:53 (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.
  • Removed check function in PKGBUILD due to the official testing of flexget before release.

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

Latest Comments

« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 25 Next › Last »

miffe commented on 2014-09-04 20:25 (UTC)

Really strange, yesterday i couldn't run it, it crashed and gave a stacktrace saying it couldnt find certifi, so I installed it and it worked. Today it seems to work without it. Oh well.

rbellamy commented on 2014-09-03 21:45 (UTC)

@miffe, I'm looking here: https://github.com/Flexget/Flexget/blob/5e6745012c990d97aedda437d0dad7f2df271fb4/pavement.py#L23 and here: https://github.com/Flexget/Flexget/blob/5e6745012c990d97aedda437d0dad7f2df271fb4/pavement.py#L59 Not seeing a requirement for python2-certifi?

miffe commented on 2014-09-03 21:26 (UTC)

You need a depends on python2-certifi

rbellamy commented on 2014-08-30 19:21 (UTC)

@BrainDamage - updated arch to more appropriately target 'any'. Updated new runtime dep for python2-path>=5.1. Bump to 1.2.171.

rbellamy commented on 2014-07-25 17:26 (UTC)

@BrainDamage, sorry for taking so long to reply. Yeah, according to https://wiki.archlinux.org/index.php/Python_Package_Guidelines you are correct. I'll fix it at the next release.

BrainDamage commented on 2014-07-18 23:26 (UTC)

being entirely a python script, shouldn't arch be set to 'any'?

rbellamy commented on 2014-06-09 14:42 (UTC)

Turns out python2-pynzb is not optional. Bump to 1.2.137 as well.

rbellamy commented on 2014-06-06 18:21 (UTC)

@highway: I think you've only included the final outcome of your pacman command. The python2-sqlalchemy-0.7.9 should have satisfied the requirements. The only reason you're seeing an attempt to upgrade to python2-sqlalchemy in Community is because you haven't pinned that package to exclude it from automated upgrade. In other words, while you probably only need python2-sqlalchemy because of flexget, the flexget package isn't the root of your problem. Try running `pacman -S python2-sqlalchemy` alone and see what happens. If that succeeds, then try installing flexget again. Finally, https://aur.archlinux.org/packages/python2-sqlalchemy-0.7.9/ is orphaned, and no longer necessary. You really should be using python2-sqlalchemy from Community.

highway commented on 2014-06-06 01:30 (UTC)

:: python2-sqlalchemy and python2-sqlalchemy-0.7.9 are in conflict. Remove python2-sqlalchemy-0.7.9? [y/N] Y error: failed to prepare transaction (could not satisfy dependencies) :: flexget: requires python2-sqlalchemy-0.7.9 ==> ERROR: 'pacman' failed to install missing dependencies.