GitBrowser
Slopper
mainyoutube
/src/Api/appsettings.json
Name Message Date
📁 Properties Create API 8 days ago
📁 YouTubeAuth Configure YouTube NameClaimType 1 day ago
📄 Api.csproj Upload the latest clip to YouTube 3 days ago
📄 ApiEndpoints.cs Create YouTube API endpoints 1 day ago
📄 appsettings.Development.json Upload the latest clip to YouTube 3 days ago
📄 appsettings.json Only look for text based subtitles 6 days ago
📄 CleanupJob.cs Job for removing "old" clips 4 days ago
📄 ClipGenerationJob.cs Job for removing "old" clips 4 days ago
📄 OpenTelemetryExtensions.cs Enable AI OTel 6 days ago
📄 packages.lock.json Upload the latest clip to YouTube 3 days ago
📄 Program.cs Create YouTube API endpoints 1 day ago
📄 YouTubeApiEndpoints.cs Create YouTube API endpoints 1 day ago
📄 src/Api/appsettings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
{
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*",
  "MediaRepository": {
    "SubtitleCodecs": [
      "ass",
      "move_text",
      "subrip"
    ]
  }
}