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.74k stars 70 forks source link

Basic directory output for Kodi TV Shows... impossible? #921

Closed ohhdemgirls closed 7 months ago

ohhdemgirls commented 7 months ago

https://github.com/jmbannon/ytdl-sub/blob/master/examples/tv_show_subscriptions.yaml#L2

I don't want this... ^^

How do I download a YouTube playlist (or channel) and have all the videos in a single directory with their original YouTube titles and NFOs written for Kodi as a TV show? Having spent hours over days in the documentation (which a lot of seems to 404) I don't seem to be able to do this if it's possible, help please.

Why? Because this...

https://www.youtube.com/playlist?list=PL5iTj9psbPrNovFOg4pJJIyxiLAv2WAKB

doesn't require a season structure, I just want to add a playlist as a TV show, without season directories or weird episode titles like s2021.e031701

jmbannon commented 7 months ago

It is possible - see the following docs: https://ytdl-sub.readthedocs.io/en/latest/prebuilt_presets/tv_shows.html#example

You will want season_by_collection__episode_by_playlist_index for episode numbering

jmbannon commented 7 months ago

Going to close the issue but happy to continue answering questions