RoughDraft
RoughDraft copied to clipboard
A Fun PowerShell Module for Multimedia (using FFMpeg)
Get-Media -YouTubeDL should allow additional options. Specifically: * `[switch]$YouTubeNoEmbedMetadata` * `if (-not $YouTubeNoEmbedMetadata)` * `--embed-metadata` * `[switch]$YouTubeNoEmbedSubTitle` * `if (-not $YouTubeNoEmbedSubTitle)` * `--embed-subs` * `[string[]]$YouTubeDLArgument`
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)
### Description The album art is overly quoted, and incorrectly processed because of this. ### Reproducable Steps _No response_ ### Links _No response_
### Description Get-Media -VolumeLevel is failing to run, due to incorrect parameters. ### Reproducable Steps _No response_ ### Links _No response_
It should install ffmpeg and copy the module bits.
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 * [ ]...