@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?
![]() |
VOOZH | about |
| 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 |
| Last Packager: | fryfrog |
| Votes: | 1 |
| Popularity: | 0.000058 |
| First Submitted: | 2024-04-26 15:03 (UTC) |
| Last Updated: | 2026-06-23 04:14 (UTC) |
@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?
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.
Missing dependencies: python-dateutil and python-cloudscraper.
python-retrying should be changed to python-tenacity in dependencies. Upstream switched it some time ago: https://github.com/Kometa-Team/Kometa/pull/2105
One more mistake - service file refers to config.yaml, but actual file is named config.yml. After that it looks good. Then it runs for me. I would still need to monitor what happens on scheduled runs, but it seems fine so far.
@mmozeiko: Thanks for the reports and keep them coming, I still am not actually using it!
One more request - the .service file references plexmetamanager name.
I get error during makepkg:
install: cannot stat '[...]/src/kometa-2.0.0/config/config.yml.template': No such file or directory
Because .tar.gz file unpacks to Kometa-2.0.0 folder with uppercase K.
This package is a work in progress, it is taking me longer to learn and understand kometa and how to package it. Help is welcome. :)