Pieter Viljoen
Pieter Viljoen
Request a feature that does not create directories or set permissions. I use ZFS and my permissions and datasets are handles elsewhere.
### Are you experiencing an issue with... shields.io ### 🐞 Description I asked on [StackOverflow](https://stackoverflow.com/questions/72063983/shields-io-badge-for-latest-github-pre-release-excluding-later-release) but no answer, if not appropriate to ask here, apologies, please redirect: How can I...
Beta 3 works fine. Updated to Beta 4, and commandline parsing fails. I suspect the issue in CommandExtension.Invoke() when passing in Environment.CommandLine as the commandline. It appears as if the...
I have a global option that is required for all commands. But the required flag on the global option is ignored when specifying the command. Project here: https://github.com/ptr727/PlexCleaner Code snippets....
See https://github.com/badges/shields/issues/7913
See: https://github.com/badges/shields/issues/5594
ffprobe does not identify closed captions when using JSON output mode. Unformatted output: ``` ./ffprobe.exe D:\Temp\CC.mkv Stream #0:0(eng): Video: h264 (High), yuv420p(tv, bt709, progressive), 1920x1080, Closed Captions, SAR 1:1 DAR...
HandBrake will convert closed captions and subtitle tracks to ASS format. The behavior is "intentional", but undesirable. https://forum.handbrake.fr/viewtopic.php?f=6&t=34522&p=161536 Issue is tracked here. https://github.com/HandBrake/HandBrake/issues/160 As workaround run handbrake with no subtitles...
The issue tracker is for reporting product deficiencies. How do I questions should be posted to the discussion forum at https://groups.google.com/group/got-your-back. When in doubt, start at the discussion forum and...
If a commandline includes a quoted path ending in a \, the arguments are incorrectly merged. E.g. ``` Foo.exe --ProcessFolders --MonitorFolders --UseMediaInfoFiles --Folders "W:\" "Y:\" static int Main(string[] args) [0]...