From 6e8b9ca7449fbb0f2c2e5401901fa74c4e4ff4a3 Mon Sep 17 00:00:00 2001 From: wolffshots <16850875+wolffshots@users.noreply.github.com> Date: Mon, 4 Aug 2025 21:18:57 +0200 Subject: [PATCH] doc: update README.md to reflect numbering options --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 196758b..4bf47b7 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,16 @@ _NOTE: If you are using Docker containers, it is important to mount the TubeArch

In the first text field you can specify one or more Jellyfin usernames to update data for.
In the second field you can specify the interval in seconds the task should run at, so that you can choose according to your system requirements. The lower is the interval the higher will be the resources consuption on your system.

+## Episode numbering + +

There are different ways to number the episodes as they are configured in Jellyfin.
+This changes the number after E in S--E-- (for example S2024E100 for episode number 100 of season 2024).

+ +![Episode numbering scheme options](https://github.com/user-attachments/assets/6d36bc2c-ca9d-4a5c-8021-e15d399316fc) + +The options correlate with: +- Default - leave the numbering to what Jellyfin does by default (this is what the plugin has always done) +- YYYYMMDD - numbers the episode by the year, month, day (e.g. 20250804 for a video published on the 4th of August 2025) ## Build