djdembeck / Audnexus.bundle

An Audnexus client proof of concept for Plex, providing rich author and audiobook data. Developed in Python, offering enhanced user experiences via Plex's legacy plugin agent system.
GNU General Public License v3.0
480 stars 21 forks source link

Guide for setting up automatic series collections #72

Closed csandman closed 1 year ago

csandman commented 1 year ago

Like you've already stated, this agent does not have the ability to generate collections for series' that books are a part of. However, I have found a workaround using Plex-Meta-Manager, which will automatically create smart collections for you based on a variety of criteria, one of those being mood tags.

I wrote a guide on how I finally managed to get this set up to work right and figured I'd share it here.

https://github.com/book-tools/audnexus-pmm-series

If you want, you could include this guide in your project, or simply link to it, but I'm not going to push for either. I just figured other users of this package might be interested in a way to automatically generate collections for their series'.

One side note, my PR #71 was prompted by trying to get rid of authors from mood tags in order to make this process work. I was discussing with another user of this package about how to set up PMM for it, and he was having the same issue.