puc9

Results 7 issues of puc9

### Before submitting a *pull request* make sure you have: - [x] At least skimmed through [contributing guidelines](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#developer-instructions) including [yt-dlp coding conventions](https://github.com/yt-dlp/yt-dlp/blob/master/CONTRIBUTING.md#yt-dlp-coding-conventions) - [x] [Searched](https://github.com/yt-dlp/yt-dlp/search?q=is%3Apr&type=Issues) the bugtracker for similar pull...

site-bug

This will show information about duplicate files (not scenes) in these places in the UI: - In the Scene Duplicate Checker: 1 performer 5 duplicate files: ![image](https://user-images.githubusercontent.com/51006296/197960196-136dbc1c-1190-4af2-8555-5f7b9bc58f28.png) - In the...

Summary. ``` try: payload = json.loads(decoded["payload"]) except ValueError as e: raise DecodeError(f"Invalid payload string: {e}") if not isinstance(payload, dict): raise DecodeError("Invalid payload string: must be a json object") return payload...

**Describe the bug** A portrait clip recorded on an iPhone will be stored as landscape but with rotation information embedded. The clip plays fine and everything work except for the...

bug report

### Describe the bug Using this as part of the template `{{ formatDate .MessageDate "2006-01-02_15-04-05" }}` fails with: ``` Error: callback: github.com/gotd/td/telegram.(*Client).Run.func3 github.com/gotd/[email protected]/telegram/connect.go:151 - iter: github.com/iyear/tdl/pkg/downloader.(*Downloader).Download github.com/iyear/tdl/pkg/downloader/downloader.go:59 - execute template:...

bug

**Describe the bug** It's not very clear what is the format for a JS plugin input. Should it follow the JSON casing or should it follow the object casing? The...

bug report

Added schema for YAML plugin config files. Added VSCode configuration file to automatically check and provide completion for YAML files in plugins and themes folders. Added recommended extension for VSCode...