This commit is contained in:
Jesse Bannon 2025-05-31 09:36:03 -07:00
parent 7cfc4e4a37
commit 9d32060ffd

View file

@ -76,8 +76,8 @@ If you prefer a different season/episode organization method, you can set the fo
__preset__: __preset__:
overrides: overrides:
tv_show_directory: "/tv_shows" tv_show_directory: "/tv_shows"
tv_show_by_date_season_ordering: "year-month" tv_show_by_date_season_ordering: "upload-year-month"
tv_show_by_date_episode_ordering: "day" tv_show_by_date_episode_ordering: "upload-day"
Or for a specific preset Or for a specific preset
@ -85,8 +85,8 @@ Or for a specific preset
"~Kids Toys Play": "~Kids Toys Play":
url: "https://www.youtube.com/@KidsToysPlayChannel" url: "https://www.youtube.com/@KidsToysPlayChannel"
tv_show_by_date_season_ordering: "year-month" tv_show_by_date_season_ordering: "upload-year-month"
tv_show_by_date_episode_ordering: "day" tv_show_by_date_episode_ordering: "upload-day"
The following are supported. Be sure the combined season + episode ordering The following are supported. Be sure the combined season + episode ordering
include the year, month, day, i.e. upload-year + upload-month-day. include the year, month, day, i.e. upload-year + upload-month-day.