RoughDraft icon indicating copy to clipboard operation
RoughDraft copied to clipboard

A Fun PowerShell Module for Multimedia (using FFMpeg)

Results 129 RoughDraft issues
Sort by recently updated
recently updated
newest added

Get-Media -YouTubeDL should allow additional options. Specifically: * `[switch]$YouTubeNoEmbedMetadata` * `if (-not $YouTubeNoEmbedMetadata)` * `--embed-metadata` * `[switch]$YouTubeNoEmbedSubTitle` * `if (-not $YouTubeNoEmbedSubTitle)` * `--embed-subs` * `[string[]]$YouTubeDLArgument`

enhancement

Whenever the YouTube downloader is installed, it needs to be set as an executable (on Linux). (also, Python3 will need to be installed on the Docker image)

enhancement

### Description The album art is overly quoted, and incorrectly processed because of this. ### Reproducable Steps _No response_ ### Links _No response_

bug

### Description Get-Media -VolumeLevel is failing to run, due to incorrect parameters. ### Reproducable Steps _No response_ ### Links _No response_

bug

It should install ffmpeg and copy the module bits.

enhancement

RoughDraft should be able to run in Docker. In fact, this would be a significantly simpler way to run media workloads. * [ ] #251 * [ ] #252 *...

Get-Media returns `RoughDraft.Media` objects. These should be extended so that they may be more useful: * [ ] #212 * [ ] #220 * [ ] #221 * [ ]...