Releases: iwalton3/plex-mpv-shim
1.7.14 for Windows
Changes:
- Don't reset font sizes when closing menu.
- Fix resuming videos with external MPV.
1.7.13 for Windows
Changes:
- Fix a bug where external MPV was not starting on Windows.
- Enable volume control support.
- Log output from MPV.
- Add more logging configuration options.
1.7.12 for Windows
This release:
- Make external MPV playback more tolerant of startup failures.
- Add logging for external MPV troubleshooting.
Previous (non-windows point releases):
- Fix an issue where older MPV versions do not work with external MPV.
- Isolate pystray into separate process to avoid Segmentation Fault on Linux.
- Set external MPV as the default player backend on OSX.
- Enable "forkserver" fix for OSX crashes.
1.7.8 for Windows
This release fixes a regression where enabling external player support results in a crash at startup.
1.7.7 for Windows
This release contains bugfixes and minor features.
- Add the ability to disable the MPV on-screen controller.
- Handle end of playback properly.
1.7.6 for Windows
This release fixes issues with the menu and with autoplay in the new external MPV JSONIPC mode.
1.7.5 for Windows
This release adds support for using an external MPV instead of libmpv1
. If libmpv1
is not available, the player will automatically try to use an external copy of MPV. You can also configure the player to control another instance of MPV that isn't directly managed. (Please note that this does not work as expected with SMPlayer. You can control the player, but there is a lot of unusual behavior.)
This new functionality is made possible by python-mpv-jsonipc, a new library similar to python-mpv that allows controlling of MPV via JSON IPC instead of using the C API.
1.7.4 for Windows
This release contains minor features/bug fixes:
- Prevent integrated menu not appearing.
- Add media key support for Windows. (#11)
1.7.3 for Windows
This release contains minor features/bug fixes:
- Log subtitle actions to system log.
- Add media key support.
- Print if media is transcoding after title.
1.7.2 for Windows
This release fixes an issue where you cannot open the config folder from the tray icon on Windows.