Closed Hylian closed 4 months ago
Plus one, with the same setup, minus Plex pass and v1.32.8.7639_1.7.59
Resolved by running a simple chown. for me it was the user that owned the config folder which passed through from my NAS.
Edit: Unfortunately, it is orders of magnitude slower than Plex's default parsers and you need to manually match everything. Something seems broken on the latest versions of Plex, hopefully this plugin gets an update to make it good.
Issues with speed and matching are usually a permissions issue, you'll need to grant the plex user access to the AMSA folders. If you're using NAS then the following guide might help.
Hello,
I'm trying to set up AMSA on my Plex instance, but when I try to create a Library of shows, only the stock Agents appear in the list. The "Absolute Series Scanner" does show up in the Scanner section. In the Agents section of my server settings, AMSA does not appear.
My PMS setup is as follows:
Here's a relevant snippet from Plex logs (there are no other mentions of 'amsa' in logs):
The PMS
Logs
directory is empty, so I may be missing a config option or permissions error for additional logging.I tried messing with
Info.plist
and__init__.py
, usingTheTVDB.bundle
as a reference, but wasn't able to get much.I believe this section of the logs:
only started showing up after I changed the
PlexPluginClass
toAgent
instead ofagent
, but that may just be a coincidence.If you have any tips on getting this plug-in working, I would appreciate it! It seems like the plug-in is loading, but it is not getting registered as an agent.
In particular, this line:
WARN - [Req#8] Request for plug-in [com.plexapp.agents.amsa] but it doesn't exist.
makes me think something may not be loading in the correct order, and it's racing.