Initial Upload

This commit is contained in:
Matt Batchelder
2025-12-02 10:32:59 -05:00
commit 05ce0da296
2240 changed files with 467811 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"name": "Anonymous Usage",
"class": "\\Xibo\\XTR\\AnonymousUsageTask",
"options": {}
}

View File

@@ -0,0 +1,13 @@
{
"name": "AuditLog Archiver",
"class": "\\Xibo\\XTR\\AuditLogArchiveTask",
"options": {
"deleteInstead": 1,
"maxPeriods": 4,
"archiveOwner": "",
"maxAgeMonths": 1,
"deleteLimit": 1000,
"maxDeleteAttempts": -1,
"deleteSleep": 5
}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Campaign Scheduler",
"class": "\\Xibo\\XTR\\CampaignSchedulerTask",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Clear Cached Media Data",
"class": "\\Xibo\\XTR\\ClearCachedMediaDataTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "DataSet Convert",
"class": "\\Xibo\\XTR\\DataSetConvertTask",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Drop Player Cache",
"class": "\\Xibo\\XTR\\DropPlayerCacheTask",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Sync Dynamic Playlists",
"class": "\\Xibo\\XTR\\DynamicPlaylistSyncTask",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Email Notifications",
"class": "\\Xibo\\XTR\\EmailNotificationsTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Image Processing",
"class": "\\Xibo\\XTR\\ImageProcessingTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Layout Convert",
"class": "\\Xibo\\XTR\\LayoutConvertTask",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Maintenance Daily",
"class": "\\Xibo\\XTR\\MaintenanceDailyTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Maintenance Regular",
"class": "\\Xibo\\XTR\\MaintenanceRegularTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Media Orientation",
"class": "\\Xibo\\XTR\\MediaOrientationTask",
"options": []
}

View File

@@ -0,0 +1,9 @@
{
"name": "Notification Tidy",
"class": "\\Xibo\\XTR\\NotificationTidyTask",
"options": {
"maxAgeDays": 7,
"systemOnly": 1,
"readOnly": 0
}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Purge List Cleanup",
"class": "\\Xibo\\XTR\\PurgeListCleanupTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Fetch Remote-DataSets",
"class": "\\Xibo\\XTR\\RemoteDataSetFetchTask",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Remove Old Display Screenshots",
"class": "\\Xibo\\XTR\\RemoveOldScreenshotsTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Report Scheduling",
"class": "\\Xibo\\XTR\\ReportScheduleTask",
"options": []
}

View File

@@ -0,0 +1,5 @@
{
"name": "Schedule Reminder",
"class": "\\Xibo\\XTR\\ScheduleReminderTask",
"options": []
}

5
tasks/seed-database.task Executable file
View File

@@ -0,0 +1,5 @@
{
"name": "Seed Database",
"class": "\\Xibo\\XTR\\SeedDatabaseTask",
"options": {}
}

14
tasks/stats-archiver.task Normal file
View File

@@ -0,0 +1,14 @@
{
"name": "Stats Archiver",
"class": "\\Xibo\\XTR\\StatsArchiveTask",
"options": {
"periodSizeInDays": 7,
"maxPeriods": 4,
"archiveOwner": "",
"archiveStats": "Off",
"periodsToKeep": 1,
"statsDeleteMaxAttempts": 10,
"statsDeleteSleep": 3,
"limit": 10000
}
}

View File

@@ -0,0 +1,12 @@
{
"name": "Stats Migration",
"class": "\\Xibo\\XTR\\StatsMigrationTask",
"options": {
"killSwitch": 0,
"numberOfRecords": 5000,
"numberOfLoops": 10,
"pauseBetweenLoops": 1,
"optimiseOnComplete": 1,
"configOverride": ""
}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Update Empty Video Durations",
"class": "\\Xibo\\XTR\\UpdateEmptyVideoDurations",
"options": {}
}

View File

@@ -0,0 +1,5 @@
{
"name": "Widget Compatibility",
"class": "\\Xibo\\XTR\\WidgetCompatibilityTask",
"options": {}
}

5
tasks/widget-sync.task Normal file
View File

@@ -0,0 +1,5 @@
{
"name": "Widget Sync",
"class": "\\Xibo\\XTR\\WidgetSyncTask",
"options": {}
}