Package Details: bazarr 1.5.1-1

Git Clone URL: https://aur.archlinux.org/bazarr.git (read-only, click to copy)
Package Base: bazarr
Description: Subtitle management and download automation for Sonarr and Radarr.
Upstream URL: https://www.bazarr.media
Licenses: GPL-3.0-or-later
Submitter: fryfrog
Maintainer: fryfrog (xiota, txtsd)
Last Packager: txtsd
Votes: 20
Popularity: 1.01
First Submitted: 2018-09-03 05:42 (UTC)
Last Updated: 2025-01-01 16:27 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 Next › Last »

k8ie commented on 2021-02-22 20:09 (UTC) (edited on 2021-02-22 20:09 (UTC) by k8ie)

@fryfrog I also had to install unrar:

Started Bazarr Service.
bazarr[496313]: 2021-02-22 21:05:26,337 - root                             (ffffb2eead20) :  ERROR (utils:160) - BAZARR unable to download unrar to /usr/lib/bazarr/bin/Linux/aarch64/unrar
bazarr[496313]: Traceback (most recent call last):
bazarr[496313]:   File "/usr/lib/bazarr/bazarr/utils.py", line 149, in get_binary
bazarr[496313]:     os.makedirs(exe_dir, exist_ok=True)
bazarr[496313]:   File "/usr/lib/python3.9/os.py", line 215, in makedirs
bazarr[496313]:     makedirs(head, exist_ok=exist_ok)
bazarr[496313]:   File "/usr/lib/python3.9/os.py", line 215, in makedirs
bazarr[496313]:     makedirs(head, exist_ok=exist_ok)
bazarr[496313]:   File "/usr/lib/python3.9/os.py", line 215, in makedirs
bazarr[496313]:     makedirs(head, exist_ok=exist_ok)
bazarr[496313]:   File "/usr/lib/python3.9/os.py", line 225, in makedirs
bazarr[496313]:     mkdir(name, mode)
bazarr[496313]: PermissionError: [Errno 13] Permission denied: '/usr/lib/bazarr/bin'
bazarr[496313]: During handling of the above exception, another exception occurred:
bazarr[496313]: Traceback (most recent call last):
bazarr[496313]:   File "/usr/lib/bazarr/bazarr/main.py", line 20, in <module>
bazarr[496313]:     from init import *
bazarr[496313]:   File "/usr/lib/bazarr/bazarr/init.py", line 196, in <module>
bazarr[496313]:     init_binaries()
bazarr[496313]:   File "/usr/lib/bazarr/bazarr/init.py", line 178, in init_binaries
bazarr[496313]:     exe = get_binary("unrar")
bazarr[496313]:   File "/usr/lib/bazarr/bazarr/utils.py", line 161, in get_binary
bazarr[496313]:     raise BinaryNotFound
bazarr[496313]: utils.BinaryNotFound
bazarr[496310]: Bazarr starting...
bazarr[496310]: Bazarr exited.
systemd[1]: bazarr.service: Succeeded.

fryfrog commented on 2021-01-02 15:49 (UTC)

@nasdack, I assume installing ffmpeg fixed it? They don't list it as a requirement as far as I can tell. :|

eh8 commented on 2021-01-02 06:15 (UTC) (edited on 2021-01-02 06:17 (UTC) by eh8)

Please add ffmpeg as a dependency.

Traceback (most recent call last):
 File "/usr/lib/bazarr/bazarr/get_subtitle.py", line 67, in get_video
  refine_from_ffprobe(original_path, video)
 File "/usr/lib/bazarr/bazarr/get_subtitle.py", line 1081, in refine_from_ffprobe
  exe = get_binary(\ffprobe\)
 File "/usr/lib/bazarr/bazarr/utils.py", line 102, in get_binary
  raise BinaryNotFound
utils.BinaryNotFound

katalitis commented on 2020-10-02 18:23 (UTC)

Hi! The hash seems to be wrong for v0.9.0.4. Could you please update it? (0b083db4b8113ca5d746d067e48495c1d77e91768fe3e86296237b9caba058ad seems to be the correct hash)

fryfrog commented on 2020-07-30 15:00 (UTC)

@eta-carinae, thanks for reporting. Added.

eta-carinae commented on 2020-07-30 12:58 (UTC)

Hi,

bazarr depends on numpy now, I think starting with 0.9. Installing python-numpy was the only thing I had to do to get it running again.

mmberlin commented on 2020-06-13 20:40 (UTC)

Getting the following error:

ValueError: Timezone offset does not match system offset: -14400 != -25200. Please, check your config files.

fryfrog commented on 2019-12-30 21:26 (UTC)

@eta-carinae: Thanks, I'd been looking forward to the python3 release and... totally forgot. I had to sudo find /usr/lib/bazarr/ -iname '*.pyc' -delete to resolve a magic number error, but otherwise it seems fine.

eta-carinae commented on 2019-12-30 19:57 (UTC)

FYI, bazarr now supports python3.6+. On my system the latest version has some bug with the python 2.7 config parser which I haven't tried to track down but works fine with python 3.8.

fryfrog commented on 2019-03-08 22:47 (UTC)

Looks like they were actual packages and since Arch is dropping python2 support, they got nuked. I'll recreate both as AUR packages when I can.