| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| MakePlaylist_all_092.zip | 2025-11-08 | 67.2 kB | |
| MakePlaylist_all_091.zip | 2025-11-05 | 65.9 kB | |
| mplay_all_090.zip | 2025-10-21 | 62.6 kB | |
| mplay_all_0.83.zip | 2024-02-14 | 58.6 kB | |
| mplay_all_079.zip | 2024-01-19 | 48.5 kB | |
| NEW_FEATURES.txt | 2024-01-19 | 6.1 kB | |
| DOC | 2024-01-19 | 24.7 kB | |
| mplay_all_069.zip | 2024-01-16 | 45.2 kB | |
| README.mplay.txt | 2024-01-16 | 1.4 kB | |
| makePix | 2024-01-16 | 819 Bytes | |
| makeVideos | 2024-01-16 | 2.2 kB | |
| makeMusic | 2024-01-16 | 326 Bytes | |
| shufflelinks | 2024-01-16 | 3.0 kB | |
| splay | 2024-01-16 | 4.2 kB | |
| tplay | 2024-01-16 | 18.0 kB | |
| LICENSE | 2022-05-30 | 35.1 kB | |
| Totals: 16 Items | 443.8 kB | 0 |
mplay version 0.45 ;Initial public release
0.47 ;Added DOC file generator and file
Installable by CLI on Mac (see below)
See LICENSE for license terms
Command "mplay" by itself gives summary of command options. A summary
document is in DOC.txt and the newest features are described in
NEW_FEATURES.txt.
Also read mplay itself which is highly documented Tcl code, if you can
do that.
Install Tcl if your system does not already have Tcl.
1) place mplay (Tcl program) into ~/bin (or other suitable place)
2) add ~/bin (or other) to path by adding line
export PATH=~/bin:$PATH
to file .bash_profile (or other startup file) in home directory
3) Customize companion scripts as needed
makeMusic
makePix
makeVideos
I use similar scripts to make playlists for Roon, Phoenix Slides,
and VLC respectively.
4) Place companion script(s) into ~/Desktop. Bring up File Info on Mac
and set default application for each script to Terminal.
5) Click on companion script icon to execute, then execute media
program to play them. (Roon auto-recognizes .m3u playlists where
it looks for music and adds them to "My Playlists", Phoenix Slides
can browse to the fake directory of links created by mplay, and VLC
can be set to open a playlist file when opened.)
6) Give CLI command "mplay" for basic option documentation