mirror of
https://github.com/alexta69/metube.git
synced 2026-03-19 06:53:51 +00:00
Updated YTDL_OPTIONS Cookbook (markdown)
@@ -9,6 +9,17 @@ Embeds English subtitles and chapter markers (for videos that have them), change
|
||||
- 'YTDL_OPTIONS={"writesubtitles":true,"subtitleslangs":["en","-live_chat"],"updatetime":false,"postprocessors":[{"key":"Exec","exec_cmd":"chmod 0664","when":"after_move"},{"key":"FFmpegEmbedSubtitle","already_have_subtitle":false},{"key":"FFmpegMetadata","add_chapters":true}]}'
|
||||
```
|
||||
|
||||
### Embed metadata
|
||||
|
||||
Contributed by [@PikuZheng](https://github.com/PikuZheng).
|
||||
|
||||
NOTE: May cause errors for non-Youtube videos.
|
||||
|
||||
```yaml
|
||||
environment:
|
||||
- 'YTDL_OPTIONS={ "ignoreerrors":true, "writethumbnail":true, "postprocessors":[ {"key":"FFmpegMetadata","add_metadata":true,"add_chapters":true,"add_infojson":"if_exists"}, {"key":"EmbedThumbnail"}]}'
|
||||
```
|
||||
|
||||
### Automatically marking MeTube downloads with SponsorBlock chapters
|
||||
|
||||
Contributed by [@loomweaver](https://github.com/loomweaver).
|
||||
|
||||
Reference in New Issue
Block a user