tytd/docs/Configure.md

13 lines
718 B
Markdown
Raw Normal View History

2022-05-10 17:22:43 +00:00
# Configuration
This is Json Object (With these Key/Value Pairs)
File path is config/tytdprop.json
| Name | Description | Type |
| ------- | ----------------- | ----- |
| AlwaysDownloadChannel | Always download channel info when downloading Video or Playlist | Boolean |
| SubscriptionInterval | Time Between checking subscriptions ex "01:00:00" | TimeSpan (String) |
| UseLogs | Whether Downloader Logs errors or video downloads | Boolean |
| PrintVideoIds | Whether to print Download: Title with Id: to stdout | Boolean |
| PrintErrors | Whether to print exceptions | Boolean |
| LogVideoIds | Whether to log video Ids | Boolean |
| AddDateInLog | Whether to add Date in log | Boolean |