pinchflat icon indicating copy to clipboard operation
pinchflat copied to clipboard

[FR] Download series images for playlist-based sources

Open andzno1 opened this issue 8 months ago • 3 comments

It would be great to implement series image downloads (poster and banner) for playlist-based sources as well. Is there a limitation preventing this from happening?

andzno1 avatar Mar 05 '25 22:03 andzno1

Hey there! Thanks for the suggestion (:

Is there a limitation preventing this from happening

Unfortunately, there is since playlists on YouTube don't have any of these secondary images to pull from. It'll pull a poster if it can, but there is no fanart or banner for it to pull

kieraneglin avatar Mar 06 '25 22:03 kieraneglin

Oh, I understand that. Sorry, I should clarify my use case. I have a playlist source with the following output path template:

/{{ channel }}/{{ season_by_year__episode_by_date_and_index }} - {{ title }}.{{ ext }}

For that specific case it would be really nice to have posters and banners for the channels.

andzno1 avatar Mar 06 '25 23:03 andzno1

I have been thinking about this and maybe it would be possible to implement optional path templates for images like so:

Location for video's channel banner:
/{{ channel }}/banner.{{ ext }}

Location for video's channel profile picture:
/{{ channel }}/folder.{{ ext }}

andzno1 avatar Mar 10 '25 21:03 andzno1