Search Criteria
Package Details: ombi 3.0.5223-1
Git Clone URL: | https://aur.archlinux.org/ombi.git (read-only, click to copy) |
---|---|
Package Base: | ombi |
Description: | Simple automated way for users to request new content for Plex |
Upstream URL: | https://github.com/tidusjar/Ombi |
Licenses: | |
Replaces: | |
Submitter: | fryfrog |
Maintainer: | fryfrog |
Last Packager: | fryfrog |
Votes: | 7 |
Popularity: | 0.001230 |
First Submitted: | 2017-01-18 04:21 |
Last Updated: | 2020-10-27 20:30 |
Dependencies (11)
- icu (icu-git, icu-git-static)
- libunwind (libunwind-git)
- openssl-1.0 (openssl-1.0-chacha20, openssl-1.0-hardened)
- couchpotato (couchpotato-git) (optional) – Movie daemon for usenet & torrents
- emby-server (emby-server-beta) (optional) – Media server
- lidarr (lidarr-nightly) (optional) – Music daemon for usenet & torrents (sonarr fork)
- plex-media-server (plex-media-server-plexpass) (optional) – Media server
- plex-media-server-plexpass (optional) – Media server (plexpass version)
- radarr (radarr-develop, radarr-nightly) (optional) – Movie daemon for usenet & torrents (sonarr fork)
- sickrage (sickrage-git, sickchill) (optional) – TV daemon for usenet & torrents (sickbeard fork)
- sonarr (sonarr-git, sonarr-develop, sonarr-phantom) (optional) – TV daemon for usenet & torrents
Required by (0)
Sources (6)
- ombi-aarch64-3.0.5223.tar.gz (aarch64)
- ombi-armv7h-3.0.5223.tar.gz (armv7h)
- ombi-x86_64-3.0.5223.tar.gz (x86_64)
- ombi.service
- ombi.sysusers
- ombi.tmpfiles
Latest Comments
1 2 3 Next › Last »
DOMF commented on 2020-04-17 17:25
Weird, it wasn't owned by any package. I used force with pacman and everything's working as intended now.
fryfrog commented on 2020-04-16 23:24
What package owns it? I have
openssl-1.
0 andopenssl
both installed. Myopenssl
is version 1.1.1.f-1 whileopenssl-1.0
is 1.0.2.u-1. What package owns your/usr/lib/libcrypto.so.1.0.0
? For me, it is openssl-1.0.DOMF commented on 2020-04-16 23:12
I can't install this because of the dependencyy on openssl-1.0 and my system having openssl 1.1 https://bpaste.net/O4UQ
fryfrog commented on 2019-09-13 16:05
The permissions should be set by the package and might even get reset. It is meant to be run as the
ombi
user and comes with a.service
file to run it as a daemon w/ systemd.rootpeer commented on 2019-09-13 13:09
Why is that?
Edit: I had wrong permissions for folder /var/lib/ombi
fryfrog commented on 2018-09-09 02:01
@captaincrisp, added but w/o a package bump. I have core/icu installed, clearly due to something else. Thanks for reporting. :)
captaincrisp commented on 2018-09-09 01:07
I think this package depends on core/icu as well. It failed to start when I installed it as is - "Couldn't find a valid ICU package installed on the system" - and installed core/icu which fixed it.
fryfrog commented on 2018-08-01 15:33
@3ED_0, thanks a lot for showing me better ways to do it! I used the straight up
chmod
version.3ED_0 commented on 2018-08-01 13:54
BTW [1]:
can be replaced to [2]:
or even [3]:
[1]: huge amount of chmods will be executed (one for every file/dir)
[2]: one chmod (per find) with large list of files as arguments
[3]: chmod do it recursively (one chmod, no find, no xargs)
fryfrog commented on 2018-03-05 03:34
@mmozeiko, since they didn't plop it to another project like nzbhydra -> nzbhydra2, I'm just going to continue it in this package.