GitBrowser
Slopper
mainyoutube
/src/Cli/appsettings.json
Name Message Date
📁 Properties Add tags to clips 4 days ago
📁 YouTubeAuth Upload the latest clip to YouTube 3 days ago
📄 appsettings.Development.json Job for removing "old" clips 4 days ago
📄 appsettings.json Only look for text based subtitles 6 days ago
📄 Cli.csproj Upload the latest clip to YouTube 3 days ago
📄 OpenTelemetryExtensions.cs Add tracing 8 days ago
📄 packages.lock.json Upload the latest clip to YouTube 3 days ago
📄 Program.cs Upload the latest clip to YouTube 3 days ago
📄 src/Cli/appsettings.json
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
{
  "Logging": {
    "LogLevel": {
      "Default": "Information"
    }
  },
  "MediaRepository": {
    "SubtitleCodecs": [
      "ass",
      "move_text",
      "subrip"
    ]
  }
}