From 9d32060ffdf45127054961244525b0f157193014 Mon Sep 17 00:00:00 2001 From: Jesse Bannon Date: Sat, 31 May 2025 09:36:03 -0700 Subject: [PATCH] fix docs --- docs/source/prebuilt_presets/tv_shows.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/prebuilt_presets/tv_shows.rst b/docs/source/prebuilt_presets/tv_shows.rst index 9647e1ab..9cf0f92b 100644 --- a/docs/source/prebuilt_presets/tv_shows.rst +++ b/docs/source/prebuilt_presets/tv_shows.rst @@ -76,8 +76,8 @@ If you prefer a different season/episode organization method, you can set the fo __preset__: overrides: tv_show_directory: "/tv_shows" - tv_show_by_date_season_ordering: "year-month" - tv_show_by_date_episode_ordering: "day" + tv_show_by_date_season_ordering: "upload-year-month" + tv_show_by_date_episode_ordering: "upload-day" Or for a specific preset @@ -85,8 +85,8 @@ Or for a specific preset "~Kids Toys Play": url: "https://www.youtube.com/@KidsToysPlayChannel" - tv_show_by_date_season_ordering: "year-month" - tv_show_by_date_episode_ordering: "day" + tv_show_by_date_season_ordering: "upload-year-month" + tv_show_by_date_episode_ordering: "upload-day" The following are supported. Be sure the combined season + episode ordering include the year, month, day, i.e. upload-year + upload-month-day.