mirror of
https://github.com/tubearchivist/tubearchivist-plex.git
synced 2026-03-23 20:37:11 +00:00
[GH-ISSUE #71] [Bug]: Channel posters missing #27
Labels
No labels
bug
bug
documentation
duplicate
enhancement
good first issue
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tubearchivist/archived-tubearchivist-plex#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @filmkorn on GitHub (Jun 12, 2024).
Original GitHub issue: https://github.com/tubearchivist/tubearchivist-plex/issues/71
I've read the documentation.
Operating System
Linux
Your Bug Report
Describe the bug
The screenshot of the Readme shows channel art displayed yet I'm unable to make this work. Unsure if this is supported?
I've carefully followed the installation instructions and also tried the docker mod as is very convenient.
The log in
library/Library/Application Support/Plex Media Server/Logs/PMS Plugin Logs/com.plexapp.agents.tubearchivist_agent.logonly show this Error only once (after fixing #67):The logs never show
[X] Postersfor any banners, art uploaded (only for thumbs).Apologies if I missed something!
Steps To Reproduce
Add a new channel to TA.
Rescan library or Refresh metadata.
Expected behaviour
Channels have posters / thumbnails.
Relevant log output
Anything else?
No response
@lamusmaser commented on GitHub (Jun 12, 2024):
It looks like an issue from the Plex Server side, where it is having problems with accessing the specific resource via its API. But the posters themselves have been added and processed (
Xshows the first time it is processed;_shows if it was previously processed and is in the Object's lost of images).You could do the Plex Dance and see if that clears things for you.
@filmkorn commented on GitHub (Jun 13, 2024):
I can tell that this is an issue with my plex installation.
Upon adding a new channel I can now find a
[X] PosterslogI can find the posters in :
library/Library/Application Support/Plex Media Server/Metadata/TV Shows/#/#######################################.bundle/Contents/com.plexapp.agents.tubearchivist_agent/postersMeaning this integration is able to pull them from TA.
I suspect Plex would be symlinking the art into either
_storedor_combinedfolders (I cannot tell as the filesystem I'm currently using doesn't support symlinks).Thanks for the quick response and your work on this integration!
Closing
@folofjc commented on GitHub (Jun 17, 2024):
@filmkorn How did you fix this on your plex side?
@filmkorn commented on GitHub (Jun 17, 2024):
I converted the drive I was using from exFAT (no support for symlinks) to ext4 - backing up enverything, formatting with
mkfs.ext4and restoring everything). Can confirm the file system must support symlinks for thumbnails to work.As you can see the posters are symlinked.