Download posters in media folder instead of assets #1415
Unanswered
Droppisalt
asked this question in
Q&A
Replies: 1 comment 2 replies
-
PMM doesn't require or use access to the media file system, it's designed to run remote and communicates with Plex via the API. For that reason it can't write into those folders. I have some scripts that can download current artwork into your media directories or a parallel matching filesystem that you could merge, but it's unlikely this will be added to PMM. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello! Is there any way to use
download_url_assets: true
to download posters within the media's folderMy media is located in:
So let's say for Loki (2023), it would download posters for the show and seasons (already in a PMM metadata file) to:
/media/tv/general/Loki (2021) [tvdbId-362472]/
and/media/tv/general/Loki (2021) [tvdbId-362472]/Season 01
I'm trying to do this because I want to make Jellyfin update it's metadata with those posters.
Beta Was this translation helpful? Give feedback.
All reactions