6 ms·
I love VLC. I've got the follow alias to shuffle what's in my music directory from the command line, very convenient: alias music='find /home/me/music > /tmp/t
by aedocw 4y ago
I love VLC. I've got the follow alias to shuffle what's in my music directory from the command line, very convenient:
alias music='find /home/me/music > /tmp/tunes.m3u; vlc -I rc -Z --no-auto-preparse /tmp/tunes.m3u'