Package Details: bazarr 1.5.2-2

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: xiota
Votes: 20
Popularity: 0.033033
First Submitted: 2018-09-03 05:42 (UTC)
Last Updated: 2025-05-13 01:03 (UTC)

Latest Comments

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

fryfrog commented on 2021-08-21 17:22 (UTC)

When you ran with sudo, you'd have caused a bunch of stuff to be owned by root, so now it wouldn't work as the bazarr user. Fix permissions and then sudo -u bazarr to test running it by hand if the service isn't working. And for more support, hop on their Discord or /r/bazarr sub-reddit. You're not really having a package issue.

HydroDiOxide commented on 2021-08-21 16:02 (UTC)

I'm running this package on archarm. Install went OK after manually deleting the old /usr/lib directory. I'm having issues now when trying to run it as a systemd service. Manually starting it with sudo does work, so there seems to be a permissions issue and I don´t know how to fix it... Help appreciated.

fryfrog commented on 2021-07-23 14:59 (UTC) (edited on 2021-07-23 15:00 (UTC) by fryfrog)

23/07/2021 07:56:24|DEBUG   |root                            |Using UnRAR from: /usr/bin/unrar|

^ My startup logs look like the above and grep -ir "unzip" in my logs folder has no results. Where do you see it using unzip?

Edit: Oh yeah, I switched from the .tar.gz source to their .zip bundle. I'll add it to make depends, thanks!

sdfg commented on 2021-07-23 12:01 (UTC) (edited on 2021-07-23 12:05 (UTC) by sdfg)

PKGBUILD lists unrar as a dependency but doesn't use it (for building, at least). Tries to use unzip which isn't a dependency. :-)

fryfrog commented on 2021-07-20 16:28 (UTC)

Np, thanks for reporting the issue! I almost never look at the UI, so based on log spew I assumed everything was working! :P

Jormungandr89 commented on 2021-07-20 16:21 (UTC)

@fryfrog I upgraded to 0.9.6-4 and it looks like things are working on my end too. The UI loads correctly now. Thank you!

fryfrog commented on 2021-07-20 16:09 (UTC)

There were some pretty big changes to how they do the front end in 0.9.6, so I've switched to using the zip file of assets and the UI is loading for me now. @Jormungandr89, give it a try and see how it does for you?

fryfrog commented on 2021-07-20 15:29 (UTC)

I just added python-gevent-websocket and will see how it goes. I'll jibber jabber w/ the dev(s) to see whats up if it still fails.

Jormungandr89 commented on 2021-07-20 15:25 (UTC)

@fryfrog I believe python-gevent-websocket is a dependency as well. Once I got the dependencies sorted out, I was getting a 500 error returned as reported by another user here: https://github.com/morpheus65535/bazarr/issues/1476

The logs have a message that python 3.9 is unsupported and "you're on your own" or something to that effect, so I'm not sure if I should report it upstream.

I've downgraded to 0.9.5 for now.

fryfrog commented on 2021-02-23 17:51 (UTC)

Thanks for discovering it and pointing it out! :)