Releases: lwilletts/mpvc
Releases · lwilletts/mpvc
1.6-pre 🔧
1.5-vinyl 📀
What's Changed
Full Changelog: 1.5-cut...1.5-vinyl
v1.5-cut
v1.5-test
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
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
- @Awan made their first contribution in #44
- @l-acs made their first contribution in #45
- @gmt4 made their first contribution in #48
- @lwilletts made their first contribution in #49
Full Changelog: 1.3...1.4
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
orsave
. - MPVC can now remove tracks from the current queue using
-r
,--remove
,rm
,remove
ordel
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.