Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

file_background returning unknown error #135

Closed
vitadome opened this issue Mar 20, 2021 · 2 comments · Fixed by #138
Closed

file_background returning unknown error #135

vitadome opened this issue Mar 20, 2021 · 2 comments · Fixed by #138
Assignees
Labels
bug Bug is with Plex Meta Manager

Comments

@vitadome
Copy link

I was able to update file poster but file background keeps returning an unkown error. Below I have included the error, the path to my image and a snippet from my shows.yml. Any insight is appreciated.

ERROR MESSAGE

Unknown Error: (406) not_acceptable; http://xx.x.xx.xxx:42405/library/metadata/557322/arts?url=C%3A%5C_pmm%5Cconfig%5Cassets%5Cshows%5CHBOMax%5Cbg_HBOMax.jpg <title>Not Acceptable</title>

406 Not Acceptable

IMAGE PATH

C:_pmm\config\assets\shows\HBOMax\bg_HBOMax.jpg

SHOWS.YML

HBO Max:
    tmdb_network: https://www.themoviedb.org/network/3186
    sync_mode: sync
    collection_mode: default
    collection_order: alpha
    sort_title: "*302"
    file_poster: C:/_pmm/config/assets/shows/HBOMax/HBOMax.jpg
    file_background: C:/_pmm/config/assets/shows/HBOMax/bg_HBOMax.jpg
@meisnate12
Copy link
Member

ok im getting the same error so ill look into it when I get some time later today for now just add C:/_pmm/config/assets/shows as an asset directory in the config.yml and then do a couple of renames

  • Rename HBOMax folder to HBO Max (to match the collection name)
  • Rename HBOMax.jpg file to poster.jpg
  • Rename bg_HBOMax.jpg file to background.jpg

and then just take out file_poster and file_background from the config and then see if that works

@meisnate12 meisnate12 self-assigned this Mar 20, 2021
@meisnate12 meisnate12 added the bug Bug is with Plex Meta Manager label Mar 20, 2021
meisnate12 added a commit that referenced this issue Mar 20, 2021
@meisnate12
Copy link
Member

figured out what was happening and pushed a fix to develop for file_background

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug is with Plex Meta Manager
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants