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.