Package Details: bazarr 1.6.0-3

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: fryfrog
Votes: 19
Popularity: 0.000005
First Submitted: 2018-09-03 05:42 (UTC)
Last Updated: 2026-07-30 00:59 (UTC)

Latest Comments

1 2 3 4 5 6 7 Next › Last »

chendaniely commented on 2026-07-29 23:42 (UTC) (edited on 2026-07-29 23:45 (UTC) by chendaniely)

@martiuk:

the Missing dep python-pygobject is because python-pygobject got renamed to python-gobject.

to fix: you need to manually download the PKGBUILD file, edit the package name, the makepkg -si to build and install manually

edit:

you can use yay -G bazarr to download the package build. or you can manually download the snapshot from the AUR

martiuk commented on 2026-07-29 15:38 (UTC)

Missing dep python-pygobject

xiota commented on 2026-03-12 17:15 (UTC)

This package doesn't install anything to /usr/lib/python3.14.

jianglai commented on 2026-03-12 14:30 (UTC)

Conflict with blueprint-compiler:

/usr/lib/python3.14/site-packages/blueprintcompiler/reference_docs.json exists in both 'blueprint-compiler' and 'bazaar'

Gilrain commented on 2026-03-06 14:05 (UTC) (edited on 2026-03-06 18:46 (UTC) by Gilrain)

Hi, you might want to add these as hints:

optdepends=("python-psycopg2: postgresql backend"
            "mediainfo: scan media files")

ilcavero commented on 2025-05-12 23:39 (UTC) (edited on 2025-05-12 23:41 (UTC) by ilcavero)

is the latest release broken? I got this while updating, haven't missed any step afaik. thanks

==> Starting prepare()...
patching file bazarr/app/get_args.py
Reversed (or previously applied) patch detected!  Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file bazarr/app/get_args.py.rej
==> ERROR: A failure occurred in prepare().
Aborting...
-> error making: bazarr-exit status 4
-> Failed to install the following packages. Manual intervention is required:
bazarr - exit status 4

txtsd commented on 2025-04-14 06:09 (UTC)

Thanks @remanifest

remanifest commented on 2025-04-12 21:21 (UTC)

Just wanted to give a quick heads-up -- it looks like the Python 3.13 compatibility will be resolved with the next full release (1.5.2), so this package can remove the strtobool patch and imghdr.py script when that happens -- it'll be handled upstream. https://github.com/morpheus65535/bazarr/issues/2803