A Command Palette extension that allows you to browse your mpv or mpv.net watch history and resume playback directly from where you left off.
- 馃摵 Playback History: Browse your recently played videos and launch them instantly. (Resume functionality depends on your mpv configuration/scripts)
- 馃殌 Support for mpv & mpv.net: Compatible with both the CLI
mpvand the modernmpv.netplayer. - 鈿欙笍 Integrated Settings: Configure your player and history path directly within the Command Palette Settings panel.
- 馃攪 Silent Launch: Launches the player instantly without opening a distracting terminal window.
- Command Palette installed.
- mpv or mpv.net installed and added to your system
PATHenvironment variable. - Logging Enabled: You need to configure mpv to save a log file so this extension can read it.
- SimpleHistory Script: This extension works best with the SimpleHistory script to handle resume playback functionality.
Add the following line to your mpv.conf file:
log-file="C:\\path\\to\\your\\mpvHistory.log"Common configuration locations:
- mpv:
%APPDATA%\mpv\mpv.conf - mpv.net:
%APPDATA%\mpv.net\mpv.conf
Note: Make sure to remember this path, as you will need to enter it in the extension settings.
- Open Command Palette and click the Settings (Gear) icon.
- Navigate to Extensions > mpvHistory.
- Player Executable: Select your preferred player (
mpvormpv.net). - History File Path: Enter the full absolute path to your
mpvHistory.logfile.
- Open Command Palette.
- Select or type mpvHistory.
- Browse your recently watched videos.
- Press Enter on any item to launch the player and resume playback.