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

Covers not downloading #74

Closed oropeado closed 1 year ago

oropeado commented 1 year ago

Screenshot 2023-01-01 at 10-59-43 Plex

I had added new books to my Audiobook library on Plex and the new books do not download covers, but they'll download other metadata. Attached is what the poster page looks like. Things I have tried:

  1. Refreshing Metadata
  2. deleting the library and adding it again
  3. clearing plugin cache
  4. removing and reinstalling audnexus.bundle

I also use Prologue for the audiobooks and they don't pull the covers since there's none in the plex Metadata

pawart-berger commented 7 months ago

Hi @oropeado I have the same issue. How did you solve this?

I also can see some errors in the log everytime i try to refresh metadata: [Req#71a] Error bringing media local (metadata://posters/com.plexapp.agents.audnexus_a8426870a85b72912b56eb3b1acee596ee9f25b6).

theiamdude commented 6 months ago

having similar issue, anyone has the steps to resolve this?

pawart-berger commented 6 months ago

having similar issue, anyone has the steps to resolve this?

I found a solution for me:

I'm running Plex on Windows (not as a service) an changed the Plex Data Directory to another drive a few months ago.

After I tried some things and checked all the logs from Plex and also the Audnexus Plugin with multiple errors, I decided to change this Directory back to the original Path.

After this change, Covers download as they should.

I think this Path maybe is hardcoded in the Plugin.

theiamdude commented 6 months ago

hmm interesting.. I have a docker setup on debian. might just do fresh install and see if that works