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: 0.119240
First Submitted: 2018-09-03 05:42 (UTC)
Last Updated: 2025-01-01 16:27 (UTC)

Latest Comments

1 2 3 4 5 6 Next › Last »

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

remanifest commented on 2024-12-26 12:05 (UTC)

@txtsd you came up with a very elegant solution, which works beautifully. Thank you!

txtsd commented on 2024-12-25 16:50 (UTC)

@remanifest My changes are way less than yours. Please let me know if it works well.

remanifest commented on 2024-12-24 20:47 (UTC)

That's great news @txtsd - thank you!

The patch I made was written against 1.5.0. I just: - Put the patch in the source files - Modified the PKGBUILD to include it and its SHA256SUM - Added patch -p1 < ../bazarr-python3.13.patch to the prepare() function.

It complains if you've already got imghdr.py on the filesystem, but works properly once it's removed.

txtsd commented on 2024-12-24 20:35 (UTC)

Thanks @remanifest

I'll take inspiration from your changes. I got 1.4.5 working with 3.13. I'll work on 1.5.0 next and push the changes.

remanifest commented on 2024-12-24 20:33 (UTC)

Looks like there's no help from the upstream package maintainer on this, so I made a patch.

https://github.com/remanifest/bazarr-python3.13-patches

Please feel free to validate it and include it in this package.

txtsd commented on 2024-12-24 18:52 (UTC)

@remanifest Thank you I was just working on the update and ran into this.

remanifest commented on 2024-12-24 18:50 (UTC)

FYI, reporting here in case others encounter the same problems I was running into: https://github.com/morpheus65535/bazarr/issues/2803

fryfrog commented on 2024-05-14 02:51 (UTC)

Thanks @vinismarques, I've made the change. The PKGBUILD is currently in a way that it doesn't update, so I'm trying to decide if I should pkgrel bump or not. I'll switch away from beta once they make a release that supports Python 3.12.