Everything has been running fine for a very long time now but with the latest PMS revision PlexConnect is no longer showing any of the thumbnails (only text for movies and tv shows). I upgraded PlexConnect to 0.7.3 hoping that would resolve the issue but it did not.
I also noticed that in the settings area it said PIL/Pillow not installed so I ensured that Pillow was indeed installed (used 6.0.0 for python 2.7.16). When I run sudo “/Applications/PlexConnect-master/PlexConnect.py” it sees Pillow just fine and shows the fan art but still no thumbnails for any media. However, when I launch PlexConnect via sudo launchctl load /Library/LaunchDaemons/com.plex.plexconnect.bash.plist it says PIL/Pillow is not installed.
So, to summarize:
- I would really like my thumbnails back and I’m not sure how to proceed to resolve this
- Running PlexConnect via launchctl does not find Pillow but running it via PlexConnect.py does
My settings.cfg is:
[PlexConnect]
enable_plexgdm = False
ip_pms = 127.0.0.1
port_pms = 32400
enable_dnsserver = True
port_dnsserver = 53
ip_dnsmaster = 8.8.8.8
prevent_atv_update = True
intercept_atv_icon = True
enable_plexconnect_autodetect = False
ip_plexconnect = 10.0.1.1
use_custom_dns_bind_ip = False
custom_dns_bind_ip = 0.0.0.0
hosttointercept = trailers.apple.com
icon = movie-trailers
certfile = ./assets/certificates/trailers.pem
port_webserver = 80
enable_webserver_ssl = True
port_ssl = 443
allow_gzip_atv = False
allow_gzip_pmslocal = False
allow_gzip_pmsremote = True
fanart_quality = High
loglevel = Normal
logpath = .
This is running on Mac OS X Big Sur 11.2.2
