Code Monkey home page Code Monkey logo

Comments (17)

jacobrreed avatar jacobrreed commented on June 26, 2024 1

seems like asset_depth solves this thanks for all your work

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

Hey, please also include your redacted config file, so i know what settings you have set

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024
{
  "ApiPart": {
    "tvdbapi": "REDACTED",
    "tmdbtoken": "REDACTED",
    "FanartTvAPIKey": "REDACTED",
    "PlexToken": "REDACTED",
    "FavProvider": "tmdb",
    "PreferredLanguageOrder": ["en"]
  },
  "PlexPart": {
    "LibstoExclude": [
      "Youtube",
      "Audiobooks",
      "Kids Audiobooks",
      "Tech Trainings"
    ],
    "PlexUrl": "http://plex:32400"
  },
  "Notification": {
    "SendNotification": "True",
    "Discord": "REDACTED",
    "AppriseUrl": "REDACTED"
  },
  "PrerequisitePart": {
    "AssetPath": "/assets",
    "show_skipped": "false",
    "magickinstalllocation": "./magick.exe",
    "maxLogs": "5",
    "font": "Rocky.ttf",
    "backgroundfont": "Rocky.ttf",
    "titlecardfont": "Rocky.ttf",
    "overlayfile": "overlay.png",
    "backgroundoverlayfile": "backgroundoverlay.png",
    "titlecardoverlayfile": "backgroundoverlay.png",
    "LibraryFolders": "true",
    "Posters": "true",
    "SeasonPosters": "true",
    "BackgroundPosters": "false",
    "TitleCards": "false"
  },
  "OverlayPart": {
    "ImageProcessing": "true",
    "outputQuality": "92%"
  },
  "PosterOverlayPart": {
    "fontAllCaps": "true",
    "AddBorder": "true",
    "AddText": "false",
    "AddOverlay": "false",
    "fontcolor": "white",
    "bordercolor": "white",
    "minPointSize": "95",
    "maxPointSize": "250",
    "borderwidth": "30",
    "MaxWidth": "1900",
    "MaxHeight": "500",
    "text_offset": "+400"
  },
  "BackgroundOverlayPart": {
    "fontAllCaps": "true",
    "AddOverlay": "false",
    "AddBorder": "true",
    "AddText": "false",
    "fontcolor": "white",
    "bordercolor": "white",
    "minPointSize": "95",
    "maxPointSize": "250",
    "borderwidth": "30",
    "MaxWidth": "3200",
    "MaxHeight": "500",
    "text_offset": "+200"
  },
  "TitleCardOverlayPart": {
    "UseBackgroundAsTitleCard": "false",
    "AddOverlay": "false",
    "AddBorder": "true",
    "bordercolor": "white",
    "borderwidth": "30"
  },
  "TitleCardTitleTextPart": {
    "fontAllCaps": "true",
    "AddEPTitleText": "false",
    "fontcolor": "white",
    "minPointSize": "95",
    "maxPointSize": "250",
    "MaxWidth": "3640",
    "MaxHeight": "350",
    "text_offset": "+300"
  },
  "TitleCardEPTextPart": {
    "fontAllCaps": "true",
    "AddEPText": "false",
    "fontcolor": "white",
    "minPointSize": "60",
    "maxPointSize": "100",
    "MaxWidth": "1200",
    "MaxHeight": "120",
    "text_offset": "+150"
  }
}

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

okey in that case you posted and according to your config it cant fetch a poster because you set to only download en posters.

but on tmdb there is no season poster in en for that.
image

thats why get the "null data"

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

oooh, ok so cani fix that by using xx as the first array value?

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

i tagged the one you see on screenshot as en so in about 8hours you can query that from TMDB

but yeah, if you also add xx to the prefered lang it will try to download en and textless

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

So another thing, I have /docker-configs/plex-meta-manager/assets mounted to ppm as /assets but looking at logs for run, its adding assets to: /assets\Movies\Movie Folder Name\poster.jpg, not sure about the forward slashes being there as its a Linux filesystem?

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

yeah thats an powershell "issue" it still should land in right place, it just displays the path a bit differently

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

gotcha, still running so I assume its storing it in temp directory before pushing it to real directory then, since im not seeing them in assets folder yet

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

you should see picture after processing, cause at the end of each picture it gets moved.
is that folder present? /docker-configs/plex-meta-manager/assets

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

image
image
image
ya appears to be valid, and mounted properly

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

image
SH into the docker container folder seems empty...

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

hmm strange... can you manually create a file in that dir from within the container?

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

image
nope :(

from posterizarr.

fscorrupt avatar fscorrupt commented on June 26, 2024

so its a permission issue then, thats why there is nothing created, container cant create on that dir.

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

OK ya got it working, seems like i had to remove the UMASK I also removed the rw characters at end of docker volume mounts

from posterizarr.

jacobrreed avatar jacobrreed commented on June 26, 2024

One last question, which probably is in config, its pushing assets to assets/Movies and assets/TV im looking at PMM docs and it seems like with folders enabled it will look for /assets/ASSETNAME not /assets/Movies/ASSETNAME? or am i wrong

from posterizarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.