Shorten the task explanations

This commit is contained in:
TwistedUmbrellaX 2024-03-30 20:16:03 -04:00
parent 2f05cb70e5
commit 9df0d0b846
3 changed files with 6 additions and 6 deletions

View File

@ -49,7 +49,7 @@ public class DetectCreditsTask : IScheduledTask
/// <summary>
/// Gets the task description.
/// </summary>
public string Description => "Analyzes the audio and video of all television episodes to find credits.";
public string Description => "Analyzes media to determine the timestamp and length of credits";
/// <summary>
/// Gets the task key.

View File

@ -33,7 +33,7 @@ public class DetectIntrosCreditsTask : IScheduledTask
/// <summary>
/// Gets the task name.
/// </summary>
public string Name => "Detect Introductions and Credits";
public string Name => "Detect Intros and Credits";
/// <summary>
/// Gets the task category.
@ -43,12 +43,12 @@ public class DetectIntrosCreditsTask : IScheduledTask
/// <summary>
/// Gets the task description.
/// </summary>
public string Description => "Analyzes the audio of all television episodes to find introduction and credit sequences.";
public string Description => "Analyzes media to determine the timestamp and length of intros and credits.";
/// <summary>
/// Gets the task key.
/// </summary>
public string Key => "CPBIntroSkipperDetectIntrosAndCredits";
public string Key => "CPBIntroSkipperDetectIntrosCredits";
/// <summary>
/// Analyze all episodes in the queue. Only one instance of this task should be run at a time.

View File

@ -38,7 +38,7 @@ public class DetectIntrosTask : IScheduledTask
/// <summary>
/// Gets the task name.
/// </summary>
public string Name => "Detect Introductions";
public string Name => "Detect Intros";
/// <summary>
/// Gets the task category.
@ -48,7 +48,7 @@ public class DetectIntrosTask : IScheduledTask
/// <summary>
/// Gets the task description.
/// </summary>
public string Description => "Analyzes the audio of all television episodes to find introduction sequences.";
public string Description => "Analyzes media to determine the timestamp and length of intros.";
/// <summary>
/// Gets the task key.