Witchilich
Witchilich
We can try winget instead
https://github.com/jgreco/mpv-youtube-quality In input.conf `f script-binding quality-menu #menu: Video > Quality Menu (URL)` In youtube-quality.conf ``` fetch_formats=no quality_strings=[ {"Best" : "(bestvideo[height>2160][vcodec^=av01]/bestvideo[height>2160][vcodec=vp9]/bestvideo[height>1440][vcodec^=av01]/bestvideo[height>1440][vcodec^=vp9][fps>30]/bestvideo[height>1440][vcodec^=vp9]/bestvideo[height>1080][vcodec^=av01]/bestvideo[height>1080][vcodec^=vp9][fps>30]/bestvideo[height>1080][vcodec^=vp9]/bestvideo[height>720][vcodec^=av01]/bestvideo[height>720][vcodec^=vp9][fps>30]/bestvideo[height>720][vcodec^=vp9]/bestvideo[height>240][vcodec^=av01]/bestvideo[vcodec^=vp9][fps>30]/bestvideo[height>240][vcodec^=vp9]/best[height>240]/bestvideo[vcodec^=av01]/bestvideo[vcodec^=vp9])+bestaudio[asr=48000]/bestvideo+bestaudio/bestaudio[ext=opus]/best"}, {"Ultra High Definition (Best)" : "(bestvideo[height>1440][height1440][height30]/bestvideo[height>1440][height1080][vcodec^=av01]/bestvideo[height>1080][vcodec^=vp9][fps>30]/bestvideo[height>1080][vcodec^=vp9]/bestvideo[height>720][vcodec^=av01]/bestvideo[height>720][vcodec^=vp9][fps>30]/bestvideo[height>720][vcodec^=vp9]/bestvideo[height>240][vcodec^=av01]/bestvideo[vcodec^=vp9][fps>30]/bestvideo[height>240][vcodec^=vp9]/best[height>240]/bestvideo[vcodec^=av01]/bestvideo[vcodec^=vp9])+bestaudio[asr=48000]/bestvideo[height
Its on Scoop if you are interested https://github.com/malxau/yori/issues/12
Would love to install it through Scoop with `scoop install httpie` or `choco install httpie`. It's okay if Python is a dependency. This is a Python script and I guess...
Anyone checked the Scoop-Python bucket ? Its by the maintainer of nonportable bucket. ``` scoop bucket add python https://github.com/TheRandomLabs/Scoop-Python.git scoop install httpie-py ``` There is a `migrate-python-packages` script that has...
Another example is https://github.com/microsoft/winget-pkgs/pull/1467 It requires DirectX 9.29.1974 https://github.com/microsoft/winget-pkgs/blob/master/manifests/Microsoft/DirectX/9.29.1974.yaml It should support specific version as dependencies too.
I did and it does not show Quick Picture Viewer(even tried in admin mode). 
I use Scoop which basically extracts the app from the Inno package and makes it portable. Is there no other way to make the app register outside of the installer?...
It is on Scoop https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json And I also made a winget version https://github.com/microsoft/winget-pkgs/tree/master/manifests/m/ModuleArt/QuickPictureViewer
> > It is on Scoop > > https://github.com/lukesampson/scoop-extras/blob/master/bucket/quick-picture-viewer.json > >  > > I would like to install it using Scoop. Can you help me? You need to install...