BGarber42
BGarber42
### Checklist - [X] I'm reporting a broken site - [X] I've verified that I'm running yt-dlp version **2022.07.18** ([update instructions](https://github.com/yt-dlp/yt-dlp#update)) or later (specify commit) - [X] I've checked that...
It would be nice to be able to grid multiple stream inputs with the hstack/vstack ffmpeg filter.
### Describe the Bug The recent changes to `aws_eip` force a dependency on the 5.0 `aws` provider. Using 4.x throws errors with ``` on .terraform/modules/data_host.box/main.tf line 175, in resource "aws_eip"...
### Is this a new feature request? - [X] I have searched the existing issues ### Wanted change Include the beets [originquery](https://github.com/x1ppy/beets-originquery) plugin ### Reason for change Improves searching and...
### Is there an existing issue for this? - [X] I have searched the existing open and closed issues ### Current Behavior Adding missing album info fails ### Expected Behavior...
#### Use-cases Dynamically pull in the information of created agent pools for an organization without requiring prior knowledge #### Attempted Solutions There are no configured data sources that expose this...
### Problem Using even a simple `album_field` definition such as: ```yaml album_fields: album_bitrate: | total = 0 for item in items: total += item.bitrate ``` **_significantly_** degrades performance. Without: ```...