All Projects → rossy → Mpv Install

rossy / Mpv Install

Licence: isc
Sets up file associations for mpv on Windows

Projects that are alternatives of or similar to Mpv Install

Installer
InnoSetup高仿有道云笔记安装程序的脚本模板,改一改背景图片就可以一键打包属于自己的美观的互联网风格的安装程序
Stars: ✭ 126 (-58.69%)
Mutual labels:  installer, setup
Elasticsearch Setup
elasticsearch oss installer for windows.
Stars: ✭ 74 (-75.74%)
Mutual labels:  installer, setup
Media Autobuild suite
This Windows Batchscript helps setup a Mingw-w64 compiler environment for building ffmpeg and other media tools under Windows.
Stars: ✭ 900 (+195.08%)
Mutual labels:  batch, mpv
EFT Flea Market Bot
Escape from Tarkov Flea Market bot, to generate a lot of in-game currency within shortest time, while not even having to actively play the game!
Stars: ✭ 22 (-92.79%)
Mutual labels:  batch, cmd
sloth-app
Sloth desktop app
Stars: ✭ 16 (-94.75%)
Mutual labels:  setup, installer
gameshell-setup
Enhance your Gameshell 💪
Stars: ✭ 56 (-81.64%)
Mutual labels:  setup, installer
Ps Webapi
(Migrated from CodePlex) Let PowerShell Script serve or command-line process as WebAPI. PSWebApi is a simple library for building ASP.NET Web APIs (RESTful Services) by PowerShell Scripts or batch/executable files out of the box.
Stars: ✭ 24 (-92.13%)
Mutual labels:  cmd, batch
Batch-Antivirus
Batch Antivirus, a powerful antivirus suite written in batch with real-time protection and heuristical scanning.
Stars: ✭ 26 (-91.48%)
Mutual labels:  batch, cmd
wordless gem
The quickest CLI tool to setup a new WordPress locally. Wordless ready.
Stars: ✭ 38 (-87.54%)
Mutual labels:  setup, installer
cpsetup
Intuitive bash/shell script to setup and harden/configure cPanel CentOS/RHEL server with ConfigServer Firewall, MailManage, MailQueue, Malware Detect, ClamAV, mod_cloudflare, CloudFlare RailGun, and many more applications and security tweaks
Stars: ✭ 42 (-86.23%)
Mutual labels:  setup, installer
Mac Setup
🛠️ Front end web development setup for macOS.
Stars: ✭ 265 (-13.11%)
Mutual labels:  setup
Tinu
TINU, the open tool to create bootable macOS installers
Stars: ✭ 272 (-10.82%)
Mutual labels:  installer
Javapackager
📦 Gradle/Maven plugin to package Java applications as native Windows, Mac OS X, or GNU/Linux executables and create installers for them.
Stars: ✭ 285 (-6.56%)
Mutual labels:  installer
Orion
Cross platform Twitch.tv client
Stars: ✭ 298 (-2.3%)
Mutual labels:  mpv
Windows 10 Sophia Script
⚡ The most powerful PowerShell module on GitHub for Windows 10 & Windows 11 fine-tuning and tweaking
Stars: ✭ 4,133 (+1255.08%)
Mutual labels:  setup
Cwh
Amazon Web Services CloudWatch Logs Handler for Monolog library
Stars: ✭ 291 (-4.59%)
Mutual labels:  batch
Golang Tools Install Script
Simple Bash script to automate Go language tools single user installation or even removal.
Stars: ✭ 255 (-16.39%)
Mutual labels:  installer
Rocketjob
Ruby's missing background and batch processing system
Stars: ✭ 258 (-15.41%)
Mutual labels:  batch
Laravelbatch
insert batch and update batch in laravel
Stars: ✭ 258 (-15.41%)
Mutual labels:  batch
Cnchi
A modern, flexible online system installer for Antergos Linux
Stars: ✭ 304 (-0.33%)
Mutual labels:  installer

mpv-install.bat

This script sets up file associations for mpv on Windows.

How to install

  1. Make sure you have the latest build of mpv. Official builds are here: https://mpv.srsfckn.biz/
  2. Download the zip: https://github.com/rossy/mpv-install/archive/master.zip
    Note: Make sure you use the above link. Don't use GitHub's "Raw" links on the files themselves, since these have incorrect line-endings, which cause the script to crash. (See #7.)
  3. Copy the .bat files and the .ico to the same directory as mpv.exe
  4. Run mpv-install.bat as administrator. Note: For an unattended install, use the /u switch.
  5. Use the Default Programs and AutoPlay control panels to make mpv the default player

What it does

  • Creates file associations for several video and audio file types
  • Registers mpv with the Default Programs control panel
  • Puts mpv in the "Open with" menu for all video and audio files
  • Registers mpv.exe so it can be used from the Run dialog and the Start Menu
  • Adds mpv as an AutoPlay handler for Blu-rays and DVDs
  • Works when reinstalled to a different folder than the one it was in previously. (File associations created by the "Open with" menu have trouble with this.)

What it doesn't do

  • Add mpv to the %PATH%
  • Enable thumbnails for all media types (use Icaros for this)
  • Allow multiple files to be selected and opened as a playlist. This is harder than it sounds and it can't be done with a simple script. As a workaround, you can create a shortcut to mpv.exe in the "Send to" menu.

How to uninstall

To remove all traces of this script from your computer, run mpv-uninstall.bat as administrator.

Note: This is not necessary if you want to reinstall mpv later (in a different folder, for example,) only if you want to remove it completely. To reinstall, just run mpv-install.bat again.

Disclaimer

Should work on Windows Vista and up, tested with Windows Vista, 7, 8.1 and 10. These scripts were written for personal use and released with the hope that they would be useful, but without any warranty.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].