# [minplay]

A minimal player for playing, looping, and fading mp3s and more.

You can use it to play a folder of mp3s as a playlist.  You can use it to play a one time sound that automatically exits when finished.  You can listen to a long podcast and press F11 to save snapshot.  You can do a lot!


**Requires [dotnetfx35.exe](https://www.microsoft.com/en-us/Download/confirmation.aspx?id=25150) (237 MB) [.NET Framework]**

Trouble downloading? Try a mirror site:
* [mirror1 (237 MB)](https://download.microsoft.com/download/2/0/E/20E90413-712F-438C-988E-FDAA79A8AC3D/dotnetfx35.exe)
* [mirror2 (237 MB)](https://drive.google.com/file/d/102K7OglBPfalylAGD7_gMZ8cj0a11NNO/view?usp=sharing)
* [web installer (2.7 MB)](https://drive.google.com/file/d/1xZst920rpIvuoeI4zcnf0Q7WuCzKIYvj/view?usp=sharing)


### Usage:
	MINPLAY <path> [exit=true] [start=true] [loop=false] [vol=1] [delay=0] [extend=0] [extend2=0] [extensions=0] [fade=false] [fadeout=0.3] [fadein=0.3] [fadeto=0.3] [overrides=false] [playlist=false] [history=false] [debug=false] [title=1] [pause=2] [dir=]

Automatically exits when finished playing.

	exit


Automatically plays the file.

	start


Automatically replay when finished playing.

	loop


Volume between 0.0 to 1.0

	vol


Number of seconds for pause between loops.

	delay


Begin with player extended to level #.

	extend


Show/hide filename extensions in playlist.

	extensions


Automatically fade in and out, between files, in playlist mode.

	fade


Length of fade in (number of seconds).

	fadein


Length of fade out (number of seconds).

	fadeout


Length of fade to (number of seconds).

	fadeto


Automatically save volume changes (saves .MinPlay file(s).)

	overrides


Automatically plays the next file.

	playlist


Saves a history of previously played.

	history


Enables debug mode.

	debug


Changes format of minplay window title.

	title


Length of pause (number of seconds), in playlist mode.

	pause


Starting directory.

	dir


### Examples:
	minplay loop=true vol=0.1 delay=5

	minplay loop=false vol=0.1 exit=true


### Keys:

Refresh (replay)

	F5


Refresh listboxes.

	Ctrl + F5


Save

	Ctrl + S


Open explorer.

	Ctrl + O


New window.
	Ctrl + N


Extend

	Ctrl + 1
	and/or
	Ctrl + 2
	and/or
	Ctrl + 3


Extend

	Ctrl + 1
	and/or
	Ctrl + 2


Shrink

	Ctrl + 3


Snapshot

	F11


Quit

	Alt + F4


## Favorites

Add `fav=` to the minplay.ini file.


### Example:
`minplay.ini`

	fav=D:\Sounds\Drumroll.wav
	fav=D:\Music\Teque - Dream Tear Down.mp3
