feat: add configuration for episode numbering scheme

This commit is contained in:
wolffshots
2025-08-04 18:21:30 +02:00
parent 38ed5dd9e0
commit 4358072001
4 changed files with 42 additions and 1 deletions
@@ -148,6 +148,11 @@ namespace Jellyfin.Plugin.TubeArchivistMetadata.Configuration
/// </summary>
public int TAJFTaskInterval { get; set; }
/// <summary>
/// Gets or sets the preferred numbering scheme for episodes (index number) in Jellyfin.
/// </summary>
public NumberingScheme EpisodeNumberingScheme { get; set; } = NumberingScheme.Default;
/// <summary>
/// Gets the playback progress owners Jellyfin usernames to synchronize data from TubeArchivist.
/// </summary>