Package Details: kometa 2.4.8-1

Git Clone URL: https://aur.archlinux.org/kometa.git (read-only, click to copy)
Package Base: kometa
Description: A powerful tool designed to give you complete control over your Plex media libraries.
Upstream URL: https://kometa.wiki
Licenses: MIT
Replaces: plex-meta-manager
Submitter: fryfrog
Maintainer: fryfrog (mmozeiko)
Last Packager: mmozeiko
Votes: 1
Popularity: 0.000015
First Submitted: 2024-04-26 15:03 (UTC)
Last Updated: 2026-08-15 19:01 (UTC)

Latest Comments

1 2 Next › Last »

fryfrog commented on 2026-08-15 02:36 (UTC)

Added you as co-maintainer. Looks like there is also issue #4 asking to get it added to pypi. I add my $0.02 via comment.

mmozeiko commented on 2026-08-15 02:32 (UTC)

Sure, if you want, I can co-maintain this.

There are no tagged releases for that library. Kometa points to git: https://github.com/Kometa-Team/Kometa/blob/v2.4.7/requirements.txt#L22

But the package seems to have versions: https://github.com/Velocidensity/serializd-py/commits/master/ Latest one is 0.1.4 @ 0002501. Maybe could point to git commit for versioned release?

Without this library starting kometa fails on imports:

Aug 14 18:04:45 server kometa[2442457]:   File "/usr/lib/kometa/modules/builder.py", line 14, in <module>
Aug 14 18:04:45 server kometa[2442457]:     from modules import anidb, anilist, floppy, icheckmovies, imdb, letterboxd, mal, mdblist, mojo, plex, radarr, serializd, simkl, sonarr, stevenlu, tautulli, textfile, timings, tmdb, tracearr, trakt, tvdb, util, yamtrack
Aug 14 18:04:45 server kometa[2442457]:   File "/usr/lib/kometa/modules/serializd.py", line 7, in <module>
Aug 14 18:04:45 server kometa[2442457]:     from serializd import SerializdClient
Aug 14 18:04:45 server kometa[2442457]: ModuleNotFoundError: No module named 'serializd'

fryfrog commented on 2026-08-15 02:28 (UTC)

@mmozeiko, added python-langcodes, but I don't see a pypi for serializd-py and their github doesn't have any releases. How does kometa use it? What if I just make you co-maintainer? :|

mmozeiko commented on 2026-08-15 01:07 (UTC)

Sorry, it's me again :)

2.4.7 is missing python-langcodes dependency. And a new python library serializd-py from https://github.com/Velocidensity/serializd-py

mmozeiko commented on 2026-08-12 17:58 (UTC)

Thanks! Everything starts up and runs same as before for me (but I don't use letterbox builder explicitly).

fryfrog commented on 2026-08-12 16:16 (UTC)

@mmozekiko, thanks for the report! I've created a python-letterboxdpy package and updated the depends on this one to include it and the other two you mentioned previously.

mmozeiko commented on 2026-08-12 03:53 (UTC) (edited on 2026-08-12 03:53 (UTC) by mmozeiko)

From 2.4.5 unfortunately letterboxdpy dependency is not optional anymore, kometa imports it unconditionally:

Aug 11 20:49:34 server kometa[219464]: Traceback (most recent call last):
Aug 11 20:49:34 server kometa[219464]:   File "/usr/lib/kometa/kometa.py", line 274, in <module>
Aug 11 20:49:34 server kometa[219464]:     from modules.builder import CollectionBuilder  # noqa: E402
Aug 11 20:49:34 server kometa[219464]:     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Aug 11 20:49:34 server kometa[219464]:   File "/usr/lib/kometa/modules/builder.py", line 14, in <module>
Aug 11 20:49:34 server kometa[219464]:     from modules import anidb, anilist, icheckmovies, imdb, letterboxd, mal, mdblist, mojo, plex, radarr, simkl, sonarr, stevenlu, tautulli, textfile, tmdb, trakt, tvdb, util, yamtrack
Aug 11 20:49:34 server kometa[219464]:   File "/usr/lib/kometa/modules/letterboxd.py", line 6, in <module>
Aug 11 20:49:34 server kometa[219464]:     from letterboxdpy.core.scraper import Scraper
Aug 11 20:49:34 server kometa[219464]: ModuleNotFoundError: No module named 'letterboxdpy'

fryfrog commented on 2026-06-23 17:17 (UTC) (edited on 2026-06-23 17:18 (UTC) by fryfrog)

@mmozeiko: Thanks for the info, I've added the two as depends for now and once I figure out what they're optional for, I'll move them to optdepends. I'll see about making a python-letterboxdpy later.

Do you want to be co-maintainer?

mmozeiko commented on 2026-06-23 04:28 (UTC)

Versions 2.4.0+ have new python dependencies - apprise and python-jsonschema, both available in extra repo. And letterboxdpy, not available in arch/aur. All of them are kind of optional, as long as config things are not enable for them, installed kometa runs fine.

mmozeiko commented on 2025-04-02 05:29 (UTC)

Missing dependencies: python-dateutil and python-cloudscraper.