Skip to content

Releases: j-holub/Node-MPV

1.5.0

01 May 16:52
Compare
Choose a tag to compare
  • Changed loop() such that it loops foreveer if no argument is passed. Passing inf still works
  • Added a loopPlaylist() function, that works exactly as loop(), but for playlists
  • Added a clearLoop() method, that stops looping the current trac
  • Added a clearLoopPlaylist() method, that stops looping the playlist

1.4.2

17 Feb 16:49
Compare
Choose a tag to compare
  • changed selectSubtitle() to selectSubtitles()
  • fixed the version number check to determine the ipcCommand for mpv version 0.28.0 and later

1.4.0

19 Sep 09:08
Compare
Choose a tag to compare
  • Added a new method commandJSON()
  • Added an options parameter to the load() and append() methods to pass additional options to mpv
  • Added a method displayASS() to make using ass-formatted subtitles easier. (Thanks to @AxelTerizaki)

1.3.1

25 Aug 12:27
Compare
Choose a tag to compare
  • Fixes prev() and next(). The mode was not propagated to mpv and it was mistakenly called strong instead of the correct force

1.3.0

23 Aug 16:20
Compare
Choose a tag to compare
  • Added a seek event that will be triggered whenever mpv is searching through a track. It is emitting both the time before and after
  • loadFile() and loadStream() are now deprecated. load() takes their place

1.2.1

23 Aug 16:22
Compare
Choose a tag to compare
  • Some bugfixes for Windows (Thanks to @vankasteelj)
  • Added a quit function. (Thanks to @KeyserSoze1 for the intial help)
  • Deprecated getProperty(property, id). The promise version should be used instead