jmbannon / ytdl-sub

Lightweight tool to automate downloading and metadata generation with yt-dlp
https://ytdl-sub.readthedocs.io
GNU General Public License v3.0
1.58k stars 60 forks source link

Poster is not getting downloaded in Plex #1013

Open ajimix opened 4 days ago

ajimix commented 4 days ago

These are my test files:

config.yaml

configuration:
  working_directory: "/tmp/.ytdl-sub-downloads"

presets:
  "Main TV Recent":
    preset:
      - "Plex TV Show by Date"
      - "Only Recent"

    overrides:
      only_recent_date_range: "5months"
      only_recent_max_files: 2

subscriptions.yaml

__preset__:
  overrides:
    tv_show_directory: "/plex/media/YouTube"
    music_directory: "/plex/media/Music"

Main TV Recent:
  = Documentaries:
    "Veritasium": "https://www.youtube.com/@veritasium"

This is what ends up being created:

/plex/media/YouTube
  Veritasium
    Season 2024
      s2024.e053001 - What Jumping Spiders Teach Us About Color.info.json
      s2024.e053001 - What Jumping Spiders Teach Us About Color.mp4
      s2024.e053001 - What Jumping Spiders Teach Us About Color-thumb.jpg
      s2024.e062501 - Why People Prefer More Pain.info.json
      s2024.e062501 - Why People Prefer More Pain.mp4
      s2024.e062501 - Why People Prefer More Pain-thumb.jpg

I tried with different channels, also different kinds of configs, but I never managed to get the channel poster downloaded