Skip to content

Releases: Moodkiller/MPV-Made-Easy

MPV Made Easy v1.4

01 Jun 04:33
480da8b
Compare
Choose a tag to compare

What's Changed

Visual

  • Add more detail to the files Title displayed when paused - concept for now
  • Hide default onscreen bar when changing volume or seeking in mpv\input.conf
  • Change the main font to match modernf theme.
  • Update log location to work with $home variable instead of setting an absolute path.
  • Increase onscreen text timeout duration (now two seconds).
  • Bolded onscreen text
  • Added blur to onscreen text
  • Fix for visualizer.lua stopping audio files from playing (afifo filter is no longer built into ffmpeg as of v0.37.0-271-gf5c4f0b0)

Playlist Manager

  • Use yt-dlp instead of no longer supported youtube-dl
  • Resolve all title names (YouTube / stream and local files) aka prettify
  • Set 150 chr limit for playlist entries
  • Show current frame / total frames when frame stepping (press . or , to skip frame by frame)
  • Fix keep-open syntax in mpv.conf (Uncomment to pause the current video at the end and NOT play the next file in the playlist)
  • Set preferred subtitles (personal preference)

Thanks to all of those for reporting issues and suggesting quality-of-life improvements

Full Changelog: v1.2...v1.4

MPV Made Easy v1.3

03 Jan 02:37
7c7642d
Compare
Choose a tag to compare

Added

  • GitHub Licence File
  • Missing required font
  • Dump current playing file properties to a JSON formatted text file (can be used for other scripting purposes)
  • Alt+p shortcut to run above mentioned function manually
  • Onscreen list of Audio tracks, Subtitle tracks, or current Playlist files when toggling through available tracks. Mouse scroll wheel also works for this

Updated

  • Readme formatting
  • Sort playlist automatically
  • Other files related to installing MPV
  • mpv.conf
    • show filename in Title bar instead of media title, as OSC will do this
    • change preferences so that if the last file is opened, it wont load all the othe files in the folder afterwards. i.e 12, 1,2,3...
  • modernf.conf
    • hotfix for scaling not working, do not put notes on the same line as values :)
    • reverse logic when clicking on chapter looking buttons. I.E left-click will skip to next / previous chapter. Right-click will skip to next playlist item

MPV Made Easy v1.2

23 Oct 08:43
7c7642d
Compare
Choose a tag to compare

It is update time!! N.B: Please backup your mpv-made-easy folder (or rename it) before installing this version as there are lot of things have changed.

Added

Updated

  • Playlist manager: now has colours for status of videos and displays most characters
  • Hexchat MPV NowPlaying script: Will work with YouTube videos. It will also now show "streaming" if streaming, "watching" if playing a local video file and "listening" if listening to music. Make sure to copy into %appdata%\hexchat\addons and reload with /reload mpv_np.py
  • Bump: ytdl_hook.lua, playlistmanager.lua, playlistmanager.conf to the latest versions
  • Rename Hexchat plugin folder to Hexchat addons to match Hexchat naming scheme
  • Updater: Will work with youtube-dl github repo instead of website to download the latest version (though this is obsolete now and you should be using yt-dlp)
  • README: Reword for better clarity and clarification of some parts

Removed

  • MPV Thumbnail Script (replaced with light weight thumfast script instead)

Notes

Youtube-dl development seems to have stopped, so I would recommend installing yt-dlp instead (forked version of youtube-dl). First, delete youtube-dl.exe if you have it already and then re-run the update.bat script as admin and follow the prompts.

MPV Made Easy v1.3 (pre-release)

24 Oct 09:08
Compare
Choose a tag to compare
Pre-release

mpv.conf

  • show filename in Title bar instead of media title, as OSC will do this
  • change preferences so that if the last file is opened, it wont load all the othe files in the folder afterwards. i.e 12, 1,2,3...

modernf.conf

  • hotfix for scaling not working, do not put notes on the same line as values :)
  • reverse logic when clicking on chapter looking buttons. I.E left-click will skip to next / previous chapter. Right-click will skip to next playlist item