Shorten the task explanations
This commit is contained in:
parent
3cc9a66990
commit
239e3a34fb
@ -49,7 +49,7 @@ public class DetectCreditsTask : IScheduledTask
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task description.
|
/// Gets the task description.
|
||||||
/// </summary>
|
/// </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>
|
/// <summary>
|
||||||
/// Gets the task key.
|
/// Gets the task key.
|
||||||
|
@ -33,7 +33,7 @@ public class DetectIntrosCreditsTask : IScheduledTask
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task name.
|
/// Gets the task name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Name => "Detect Introductions and Credits";
|
public string Name => "Detect Intros and Credits";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task category.
|
/// Gets the task category.
|
||||||
@ -43,12 +43,12 @@ public class DetectIntrosCreditsTask : IScheduledTask
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task description.
|
/// Gets the task description.
|
||||||
/// </summary>
|
/// </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>
|
/// <summary>
|
||||||
/// Gets the task key.
|
/// Gets the task key.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Key => "CPBIntroSkipperDetectIntrosAndCredits";
|
public string Key => "CPBIntroSkipperDetectIntrosCredits";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Analyze all episodes in the queue. Only one instance of this task should be run at a time.
|
/// Analyze all episodes in the queue. Only one instance of this task should be run at a time.
|
||||||
|
@ -38,7 +38,7 @@ public class DetectIntrosTask : IScheduledTask
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task name.
|
/// Gets the task name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string Name => "Detect Introductions";
|
public string Name => "Detect Intros";
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task category.
|
/// Gets the task category.
|
||||||
@ -48,7 +48,7 @@ public class DetectIntrosTask : IScheduledTask
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the task description.
|
/// Gets the task description.
|
||||||
/// </summary>
|
/// </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>
|
/// <summary>
|
||||||
/// Gets the task key.
|
/// Gets the task key.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user