Minimalist Music Player
|
Author | Content |
---|---|
penguinist Oct 07, 2014 6:42 AM EDT |
Announcing the release of "Minimalist Music Player" V0.03 (GPL V2/3): Source code follows: find /path_to/MyMusic/ -iregex '.*flac\|.*ogg\|.*mp3\|.*m3u' -print0 |sort -R -z| xargs -0 mplayer Installation procedure: Copy the above line to your terminal, edit the path to suit, and run it. If you like it, make an alias. Feature set:
License: GPL The above code is hereby released under your choice of GPL V2 or GPL V3. You are free to improve it provided that you pass on your improvements. Feel free to publish your improvements as a comment to this thread. |
You cannot post until you login.