Skip to content

Releases: husudosu/mpv-remote-node

1.0.7

16 Jun 06:56
Compare
Choose a tag to compare
  • Fixed IP getting on newer Node.JS versions,
  • If the CPU usage high on the host machine returning cached properties,
  • Ability to exclude properties on /status route as query param, check APIDESIGN.MD

1.0.6

05 May 06:27
Compare
Choose a tag to compare
  • Ability to turn off OSD messages via mpvremote-osd-messages setting,
  • MPV info now includes version of MPV remote plugin

1.0.5

12 Feb 11:30
Compare
Choose a tag to compare
  • max-volume added (contribution by: https://github.com/byter11)
  • multiple MPV instances supported (set webport and webportrangeend on your settings)
  • placing "file-local-options.txt" to OS temp directory

1.0.4

29 Nov 07:21
Compare
Choose a tag to compare

If using Android app update that to 1.0.4 too!

Changelog

  • Load file improvements, way to set http-header-fields, needed for playing data from streaming services.

1.0.3

29 Nov 07:46
Compare
Choose a tag to compare

Changelog

  • Code tidy up
  • MPV socket Verbose mode made optional
  • Better structure, validation, error handling for collections
  • Removed most debug messages from server
  • Metadata reading fixed
  • Filebrowserpath behaviour fixed
  • Hotfix: installer scritps fixed

1.0.2

29 Nov 07:45
Compare
Choose a tag to compare

Socket IO server replaced with HTTP server. You should upgrade MPV remote Android app.

Changelog

  • Socket IO server replaced with HTTP API
  • Plugin settings added
  • Computer actions implemented like Shutdown/Reboot.
  • Ability to change subtitle font size, option to ASS override.
  • Get MPV version info and plugin settings via route, can be useful when building your own implementation of frontend.
  • Filebrowser entries improved and extended with file/directory last modified date
  • Ability to change audio timing
  • Installer PowerShell and bash script
  • remote.socketio.js renamed to remoteServer.js