Skip to content

Releases: lwilletts/mpvc

1.5-vinyl 📀

19 Aug 21:54
783a0dd
Compare
Choose a tag to compare

What's Changed

  • Pull Request from github.com/gmt4/mpvc tag 1.5-vinyl by @gmt4 in #77

Full Changelog: 1.5-cut...1.5-vinyl

v1.5-cut

22 Jun 18:16
6cfb633
Compare
Choose a tag to compare

What's Changed

  • Pull Request from github.com/gmt4/mpvc tag 1.5-cut by @gmt4 in #73
  • Pull Request from github.com/gmt4/mpvc tag 1.5-jukebox by @gmt4 in #75

Full Changelog: 1.5-test...1.5-cut

v1.5-test

03 Feb 11:48
c411364
Compare
Choose a tag to compare

What's Changed

  • Pull Request from github.com/gmt4/mpvc tag 1.4-stable (issue #59) by @gmt4 in #60
  • Pull Request from github.com/gmt4/mpvc tag 1.4-stable (issue #59) by @gmt4 in #61
  • Pull Request from github.com/gmt4/mpvc tag 1.4-stable (issue #59) by @gmt4 in #62
  • Pull Request from github.com/gmt4/mpvc tag 1.4-stable by @gmt4 in #63
  • Pull Request from github.com/gmt4/mpvc tag 1.4-stable by @gmt4 in #64
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #65
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #66
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #67
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #68
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #69
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #70
  • Pull Request from github.com/gmt4/mpvc tag 1.5-test by @gmt4 in #71
  • Pull Request from github.com/gmt4/mpvc tag 1.5-web by @gmt4 in #72

Full Changelog: 1.4...1.5-test

v1.4

30 Oct 00:00
419f83f
Compare
Choose a tag to compare

What's Changed

  • typo in README by @Awan in #44
  • FIx ipc-server command by @l-acs in #45
  • Pull Request from github.com/gmt4/mpvc excluding README.md and Makefile by @gmt4 in #48
  • Revert "Pull Request from github.com/gmt4/mpvc excluding README.md and Makefile" by @lwilletts in #49
  • Pull Request from github.com/gmt4/mpvc by @gmt4 in #51
  • Pull Request from github.com/gmt4/mpvc tag 1.4-web by @gmt4 in #55
  • Pull Request from github.com/gmt4/mpvc tag 1.4-autostart by @gmt4 in #56
  • Pull Request from github.com/gmt4/mpvc tag 1.4-stable by @gmt4 in #58

New Contributors

Full Changelog: 1.3...1.4

1.3

27 Feb 18:14
Compare
Choose a tag to compare
1.3

Various quality of life improvements including but not limited to:

  • MPVC can save the current files in queue as a playlist using --save or save.
  • MPVC can now remove tracks from the current queue using -r, --remove, rm, remove or del followed by the playlist position of the track.
  • play now accepts $ as an argument to jump to the last file in the queue.
  • -I or --fullplaylist shows the entirety of the current queue.
  • clear now ends any MPVC add processes on the current socket.
  • Improved format string functionality, with various more formatstrings to now use such as ab-loop points for video cutting.
  • pgrep is now used instead of trying to parse ps output which varies across implementations.

I hope to continue the development of MPVC further into the future as I am now back full time using Linux. Amongst other things, I hope to write completions scripts starting with zsh; reformat various coding styles I have used in the script e.g. removing test usage; remove usage of seq or jot; finally cracking down on some of the issues raised.

Many thanks for enjoying and using MPVC.

MPVC 1.2

20 Mar 00:48
Compare
Choose a tag to compare
mpvc: accept input from pipe and update version

MPVC 1.0

04 Feb 09:08
Compare
Choose a tag to compare

mpvc is now stable enough for a production-ready release.