mpv-packaging icon indicating copy to clipboard operation
mpv-packaging copied to clipboard

Results 15 mpv-packaging issues
Sort by recently updated
recently updated
newest added

using vscode prettier extenstion to format `README.md`

using vscode powershell extenstion to format `updater.ps1`

is it possible to run updater.bat with argument? example: update.bat -installmpv -install yt-dlp -installffmpeg

In `function ExtractGitFromFile {` ` $stripped = .\mpv --no-config | select-string "mpv" | select-object -First 1` ` $pattern = "-g([a-z0-9-]{7})"` ` $bool = $stripped -match $pattern` ` return $matches[1]` `}`...

This information should make for easier troubleshooting

Just to show this in action, here's the text I get from the .bat when updating. ``` You are already using latest mpv build -- mpv-x86_64-20230409-git-9a8b317.7z Fetching RSS feed for...

The script was exiting with the above error when reaching the https://github.com/shinchiro/mpv-packaging/blob/8bf574c49f65f30eada6a11c78c699ba20910757/mpv-root/installer/updater.ps1#L125 After a lot debugging I realized the the reason for exiting with an error was because I had...

I first downloaded ffmpeg using the updater, then replace it with the 5.1.2 build as I want to use ffprobe as well. The error occurred: Cannot index into a null...

- Some types could not be associated https://github.com/rossy/mpv-install/issues/22 - Lost the func that be set as default video player.