Releases: j-holub/Node-MPV
Releases · j-holub/Node-MPV
1.5.0
- Changed
loop()
such that it loops foreveer if no argument is passed. Passinginf
still works - Added a
loopPlaylist()
function, that works exactly asloop()
, 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
1.4.0
- Added a new method
commandJSON()
- Added an options parameter to the
load()
andappend()
methods to pass additional options to mpv - Added a method
displayASS()
to make using ass-formatted subtitles easier. (Thanks to @AxelTerizaki)
1.3.1
1.3.0
1.2.1
- 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